.yc-detail {
  width: 100%;
  min-height: 300px;
}
.yc-detail > .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.yc-detail > .bot > .con {
  flex: 1;
}
.yc-detail > .bot > .con > .til {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cecece;
  border-bottom: 1px dashed #cecece;
}
.yc-detail > .bot > .con .options {
  padding: 12px 12px 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #cecece;
  border-top: none;
}
.yc-detail > .bot > .con .options a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 30px;
  color: #181818;
  background: #eeeeee;
  border-radius: 4px;
  margin-bottom: 12px;
}
.yc-detail > .bot > .con .options a:not(:nth-of-type(5n)) {
  margin-right: 6px;
}
.yc-detail > .bot > .con .options a.active {
  background: #ffffff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}
.yc-detail > .bot > .con > .head,
.yc-detail > .bot > .con .line {
  display: flex;
  min-height: 32px;
}
.yc-detail > .bot > .con > .head.head,
.yc-detail > .bot > .con .line.head {
  height: 40px;
}
.yc-detail > .bot > .con > .head > span,
.yc-detail > .bot > .con .line > span,
.yc-detail > .bot > .con > .head > .qi,
.yc-detail > .bot > .con .line > .qi {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  color: #181818;
  padding: 5px;
}
.yc-detail > .bot > .con > .head > span.red,
.yc-detail > .bot > .con .line > span.red,
.yc-detail > .bot > .con > .head > .qi.red,
.yc-detail > .bot > .con .line > .qi.red {
  color: #c60000;
}
.yc-detail > .bot > .con > .head > .qi,
.yc-detail > .bot > .con .line > .qi {
  width: 126px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.yc-detail > .bot > .con > .head > .yc,
.yc-detail > .bot > .con .line > .yc {
  width: 171px;
  border: 1px solid #cecece;
  border-right: none;
  border-top: none;
}
.yc-detail > .bot > .con > .head > .kjh,
.yc-detail > .bot > .con .line > .kjh {
  width: 173px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
}
.yc-detail > .bot > .con > .head > .jg,
.yc-detail > .bot > .con .line > .jg {
  width: 151px;
  border: 1px solid #cecece;
  border-top: none;
}
.yc-detail > .bot > .con > .head > .jg > img,
.yc-detail > .bot > .con .line > .jg > img {
  width: 20px;
  height: 20px;
}
.yc-detail > .bot > .con > .head.line > .qi:hover,
.yc-detail > .bot > .con .line.line > .qi:hover {
  text-decoration: underline;
}
.yc-detail > .bot > .con > .head:not(.head) > .jg,
.yc-detail > .bot > .con .line:not(.head) > .jg {
  font-size: 22px;
}
.yc-detail > .bot > .con .empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cecece;
  border-top: none;
  padding: 24px 0;
}
.yc-detail > .bot > .con .empty > img {
  width: 50%;
}
.yc-detail > .bot > .con .empty span {
  color: #4a4a4a;
}
.yc-detail > .bot > .right {
  width: 310px;
  border: 1px solid #cecece;
  margin-left: 9px;
}
.yc-detail > .bot > .right > .til {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yc-detail > .bot > .right > .til > span {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  display: block;
  padding-left: 24px;
  background: url(/www8300/images/2_wztj.png) no-repeat left center / 18px 18px;
}
.yc-detail > .bot > .right > .til > a {
  color: #666666;
  display: block;
}
.yc-detail > .bot > .right > .list {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 0;
}
.yc-detail > .bot > .right > .list > a {
  width: 100%;
  height: 19px;
  color: #181818;
  margin-bottom: 15px;
  word-break: break-all;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.yc-detail > .bot > .right > .list > a::before {
  display: inline-block;
  content: '';
  width: 7px;
  height: 7px;
  background: #FFE9BC;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 2px;
}
.yc-detail > .bot > .right > .list > a:hover {
  text-decoration: underline;
}
