.yc-detail {
  flex: 1;
  padding-bottom: 21.3333vw;
}
.yc-detail > .title {
  padding: 0 4.2667vw;
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
  text-align: center;
  margin-top: 4.2667vw;
  margin-bottom: 3.2vw;
}
.yc-detail .zj_list {
  padding: 0 4.2667vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 17.7333vw;
  overflow: hidden;
}
.yc-detail .zj_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.3333vw;
  height: 7.4667vw;
  font-size: 3.2vw;
  color: #181818;
  background: #eeeeee;
  border-radius: 0.5333vw;
  margin-bottom: 1.6vw;
}
.yc-detail .zj_list a:not(:nth-of-type(3n)) {
  margin-right: 1.7333vw;
}
.yc-detail .zj_list a.active {
  color: #c60000;
}
.yc-detail .zj_list a.more::after {
  display: inline-block;
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(/m8300/images/his-down.png) no-repeat right center / 2.6vw 2.6vw;
}
.yc-detail .zj_list a.close::after {
  display: inline-block;
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(/m8300/images/his-up.png) no-repeat right center / 2.6vw 2.6vw;
}
.yc-detail > .table {
  width: 100%;
  padding: 4vw;
}
.yc-detail > .table > div {
  display: flex;
  min-height: 5.6vw;
}
.yc-detail > .table > div.head {
  height: 10vw;
  border-top: 0.2667vw solid #cecece;
}
.yc-detail > .table > div > span,
.yc-detail > .table > div > .qi {
  width: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  font-size: 3.2vw;
  color: #181818;
  padding: 0.6667vw;
}
.yc-detail > .table > div > span.red,
.yc-detail > .table > div > .qi.red {
  color: #c60000;
}
.yc-detail > .table > div > .qi {
  border-bottom: 0.2667vw solid #cecece;
  border-left: 0.2667vw solid #cecece;
}
.yc-detail > .table > div > .yc {
  width: 32vw;
  border: 0.2667vw solid #cecece;
  border-right: none;
  border-top: none;
}
.yc-detail > .table > div > .kjh {
  border-bottom: 0.2667vw solid #cecece;
  border-left: 0.2667vw solid #cecece;
}
.yc-detail > .table > div > .jg {
  border: 0.2667vw solid #cecece;
  border-top: none;
}
.yc-detail > .table > div > .jg > img {
  width: 5vw;
  height: 5vw;
}
.yc-detail > .table > div.line > .qi:hover {
  text-decoration: underline;
}
.yc-detail > .table > div:not(.head) > .jg {
  font-size: 3.8vw;
}
.yc-detail .recommend {
  margin-top: 5.6vw;
  padding: 0vw 4.2667vw;
}
.yc-detail .recommend .r_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yc-detail .recommend .r_title .text {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
  display: flex;
  align-items: center;
}
.yc-detail .recommend .r_title .text::before {
  display: inline-block;
  content: "";
  width: 4.8vw;
  height: 4.8vw;
  background: url(/m8300/images/2_recommend.png) no-repeat left center / 100%;
  margin-right: 1.0667vw;
}
.yc-detail .recommend .r_title > a {
  font-size: 3.2vw;
  color: #181818;
}
