.kc-banner {
  width: 100%;
  height: 225px;
}
.kc-banner img {
  width: 100%;
  height: 100%;
}
.kc-nav {
  height: 44px;
  background: #FFFFFF;
  border-bottom: 1px solid #EBEBEB;
}
.kc-nav li {
  margin-right: 80px;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 44px;
}
.kc-nav li:last-child {
  margin-right: 0;
}
.kc-nav li.active {
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.kc-nav li.active::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #F22742;
  border-radius: 1px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.kc-nav.kc-nav-fixed {
  position: fixed;
  width: 100%;
  max-width: 480px;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.kc-detail {
  background: #FFFFFF;
  padding: 16px 16px 10px;
  margin-bottom: 8px;
}
.kc-detail .kc-name {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 28px;
}
.kc-detail .kc-time {
  margin-top: 6px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  line-height: 16px;
}
.kc-detail .kc-time p {
  flex: 1;
  min-width: 0;
  color: #595959;
  display: flex;
}
.kc-detail .kc-time p span {
  position: relative;
  margin-right: 13px;
  max-width:50%;
}
.kc-detail .kc-time p span::after {
  content: '';
  width: 1px;
  height: 10px;
  background: #D9D9DA;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.kc-detail .kc-time p span:last-child:after {
  display: none;
}
.kc-detail .kc-time p span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kc-detail .kc-time > span {
  margin-left: 12px;
  color: #8C8C8C;
}
.kc-detail .kc-price {
  margin-top: 20px;
}
.kc-detail .kc-price p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
  margin-right: 12px;
}
.kc-detail .kc-price button {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
  line-height: 18px;
}
.kc-detail .kc-price button i {
  display: inline-block;
  transform: translateY(1px);
}
.kc-detail .kc-audition {
  display: flex;
  margin-top: 10px;
}
.kc-detail .kc-audition .kc-audition-l {
  flex: 1;
  height: 44px;
  background: #FFF2F4;
  border-radius: 8px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 44px;
  padding: 0 12px;
}
.kc-detail .kc-audition .kc-audition-r {
  width: 96px;
  height: 44px;
  background: #FFF2F4;
  border-radius: 8px;
  position: relative;
}
.kc-detail .kc-audition .kc-audition-r::before {
  content: '';
  height: 26px;
  border-left: 1px dotted #FCC3CB;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1;
}
.kc-detail .kc-audition .kc-audition-r button {
  width: 72px;
  height: 26px;
  background: #F22742;
  border-radius: 200px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.kc-detail .kc-label {
  display: flex;
}
.kc-detail .kc-label dd {
  margin: 8px 10px 0 0;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #8C8C8C;
  line-height: 16px;
}
.kc-detail .kc-activity {
  border-top: 1px solid #F5F6F7;
  height: 28px;
  overflow: hidden;
  margin-top: 10px;
}
.kc-detail .kc-activity li {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.kc-detail .kc-activity li em {
  width: 16px;
  height: 16px;
  background: #F22742;
  border-radius: 4px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  margin-right: 6px;
}
.kc-detail .kc-activity li p {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 18px;
}
.kc-detail .kc-activity li button {
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #F22742;
  line-height: 18px;
  margin-left: 12px;
  white-space: nowrap;
  position: relative;
}
.kc-detail .kc-activity li button::before {
  content: '';
  width: 1px;
  height: 10px;
  background: #D9D9DA;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.kc-detail .kc-activity li button i {
  display: inline-block;
  transform: translateY(1px);
}
.kc-highlights {
  padding: 20px 0;
  background: #FAFBFC;
  border-radius: 8px;
}
.kc-highlights dl {
  position: relative;
}
.kc-highlights dl + dl {
  margin-top: 20px;
}
.kc-highlights dl::before {
  content: '';
  width: 1px;
  height: calc(100% - 50px);
  background: #D9D9DA;
  position: absolute;
  left: 18px;
  top: 45px;
}
.kc-highlights dl dt {
  position: relative;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #F22742;
  line-height: 22px;
  padding-left: 12px;
  margin-bottom: 12px;
}
.kc-highlights dl dt::before {
  content: '';
  width: 4px;
  height: 12px;
  background: #F22742;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kc-highlights dl dd {
  padding-left: 33px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 16px;
  margin-top: 10px;
  position: relative;
}
.kc-highlights dl dd:first-child {
  margin-top: 0;
}
.kc-highlights dl dd::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9DA;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 6px;
  z-index: 2;
}
.kc-profile-box {
  padding-bottom: 16px;
}
.kc-profile-box .kc-div-block-tit {
  padding-bottom: 12px;
}
.kc-profile-box .kc-profile p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.kc-profile-box .kc-profile img {
  max-width: 100%;
  margin: 16px auto 0;
}
.kc-profile-box .kc-profile p,
.kc-profile-box .kc-profile img {
  margin-top: 16px;
}
.kc-profile-box .kc-profile p:first-child,
.kc-profile-box .kc-profile img:first-child {
  margin-top: 0;
}
.organ-card {
  padding: 16px;
  margin-bottom: 8px;
  background: url(//m.edu84.com/school/edu84/mobile/img/comNew/jg_bg_img.png) no-repeat;
  background-position: right top;
  background-size: 100%;
  background-color: #FFFFFF;
}
.organ-card .organ-card-top > span {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
  margin-right: 6px;
}
.organ-card .organ-card-top p {
  height: 16px;
  background: #F22742;
  border-radius: 200px;
  font-size: 11px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  padding: 0px 6px;
  display: flex;
  align-items: center;
}
.organ-card .organ-card-top p i {
  font-size: 12px;
  margin-right: 2px;
}
.eval-content .eval-list dl {
  padding: 0;
}
.eval-content .eval-list dl dd:last-child .eval-r {
  border-bottom: 1px solid #F5F6F7;
}
.eval-content .more-btn {
  border-top: 0;
}
.kc-list-nav {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  margin: 0;
}
.kc-list-nav .swiper-wrapper {
  max-width: 100%;
  width: auto;
}
.kc-list-block .kc-list-block-title {
  position: relative;
  padding: 16px 0 16px 28px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 22px;
}
.kc-list-block .kc-list-block-title::before {
  content: '';
  width: 4px;
  height: 12px;
  background: #F22742;
  border-radius: 1px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
