body {
  background: #f5f5f5 url(../images/minor-live-bg.png);
}
body .main {
  width: 100%;
  position: relative;
  z-index: 1;
}
body .main .middle-content {
  width: var(--container-max-width);
  margin: 24px auto;
}
body .main .middle-content .banner {
  width: 100%;
  height: 480px;
  margin-bottom: 24px;
  overflow: hidden;
}
body .main .middle-content .banner .banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
body .main .middle-content .banner .banner-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body .main .middle-content .banner .banner-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
body .main .middle-content .banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
body .main .middle-content .banner .banner-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
body .main .middle-content .banner .banner-swiper .swiper-slide .slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 32px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) -20.83%, rgba(0, 0, 0, 0.352736) 40.4%, rgba(0, 0, 0, 0) 113.54%);
  color: #fff;
}
body .main .middle-content .banner .banner-swiper .swiper-slide .slide-title h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body .main .middle-content .banner .banner-swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
body .main .middle-content .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 6px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
body .main .middle-content .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.8);
}
body .main .middle-content .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
}
body .main .middle-content .box-wrap {
  width: 100%;
}
body .main .middle-content .box-wrap .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
body .main .middle-content .box-wrap .title h1 {
  font-size: 36px;
  font-family: var(--font-family-chinese);
  font-weight: 400;
  color: #8f6a3f;
  letter-spacing: 12px;
}
body .main .middle-content .box-wrap .title .more {
  display: inline-block;
  font-size: 14px;
  color: #8f6a3f;
  cursor: pointer;
}
body .main .middle-content .box-wrap .title .more i {
  margin-left: 8px;
}
body .main .middle-content .box-wrap .content-box {
  width: 100%;
  height: auto !important;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}
body .main .middle-content .box-wrap .content-box .coach-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  overflow: hidden;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item {
  position: relative;
  width: 320px;
  height: auto;
  margin: 0 15px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item:nth-child(n + 5) {
  display: none;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item:hover .coach-item-img img {
  transform: scale(1.1);
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item:hover .coach-item-info h3 {
  color: var(--text-hover-color);
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-img {
  width: 100%;
  height: 156px;
  overflow: hidden;
  position: relative;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info {
  padding: 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info h3 {
  min-height: 28px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: var(--font-family-base);
  color: #333;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc:last-child {
  margin-bottom: 0;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-shrink: 0;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc span {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-right: 4px;
  flex-shrink: 0;
}
body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc p {
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .main .middle-content .box-wrap .content-box .live-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  overflow: hidden;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item {
  display: inline-block;
  width: 438px;
  height: 372px;
  margin: 0 42px 30px 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  padding: 70px 30px 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  height: 1px;
  background: #F0F0F0;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box {
  position: absolute;
  left: 0;
  top: 24px;
  padding-left: 8px;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box .icon-mark2 {
  font-size: 22px;
  color: var(--text-hover-color);
  position: absolute;
  left: 0;
  background: #fff;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box .index {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 8px;
  border-radius: 4px 0px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  color: #fff;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark.type-1 {
  background: rgba(255, 140, 33, 0.9);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark.type-2 {
  background: rgba(101, 193, 52, 0.9);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark.type-3 {
  background: rgba(0, 0, 0, 0.6);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box {
  width: 100%;
  position: relative;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .name {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  margin-bottom: 24px;
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 20px;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .time {
  display: flex;
  align-items: center;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .time .icon-clock {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .num {
  display: flex;
  align-items: center;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .num .icon-address {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item:hover .live-item-img img {
  transform: scale(1.1);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item:hover .name {
  color: var(--text-hover-color);
}
body .main .middle-content .box-wrap .content-box .live-content .live-item:nth-child(3n) {
  margin-right: 0;
}
body .main .middle-content .box-wrap .content-box .live-content .live-item:nth-child(n + 4) {
  display: none;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-wrapper {
  align-items: center;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide {
  width: 458px;
  height: auto;
  margin-bottom: 70px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.08), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 10px 40px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  background: #fff;
  transition: all 0.3s ease;
  padding: 24px;
  box-sizing: border-box;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .live-item-img {
  width: 100%;
  height: 245px;
  border: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .live-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box {
  width: 100%;
  position: relative;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 auto 24px;
  min-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .line1 {
  width: 96px;
  height: 1px;
  margin: 0 auto;
  background: #8f6a3f;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .line2 {
  width: 26px;
  height: 4px;
  margin: 0 auto 24px;
  background: #8f6a3f;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint {
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  line-height: 20px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .time {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .time .icon-clock {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .num {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .num .icon-address {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item:hover .live-item-img img {
  transform: scale(1.1);
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item:hover .name {
  color: var(--text-hover-color);
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide.swiper-slide-active {
  z-index: 3;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide.swiper-slide-next, body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide.swiper-slide-prev {
  z-index: 2;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide.swiper-slide-duplicate-next, body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide.swiper-slide-duplicate-prev {
  z-index: 1;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
  body {
    min-width: auto;
    background: #fff;
  }
  body .main .middle-content {
    width: 100%;
    margin: 0 auto 4rem;
  }
  body .main .middle-content .banner {
    height: 12.5rem;
    padding: 0.9375rem 0.78125rem 0;
    border-radius: 0.3125rem;
    margin-bottom: 0.9375rem;
    overflow: hidden;
    box-sizing: border-box;
  }
  body .main .middle-content .banner .banner-swiper .swiper-slide {
    border-radius: 0.3125rem;
  }
  body .main .middle-content .banner .banner-swiper .swiper-slide img {
    border-radius: 0.3125rem;
  }
  body .main .middle-content .banner .banner-swiper .swiper-slide .slide-title {
    display: none;
  }
  body .main .middle-content .banner .banner-swiper .swiper-pagination {
    bottom: 0.625rem;
  }
  body .main .middle-content .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0.21875rem;
    margin-right: 0.4375rem;
  }
  body .main .middle-content .banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.125rem;
  }
  body .main .middle-content .box-wrap {
    padding: 0 1rem;
  }
  body .main .middle-content .box-wrap .title {
    margin-bottom: 1.25rem;
  }
  body .main .middle-content .box-wrap .title > img {
    display: none;
  }
  body .main .middle-content .box-wrap .title h1 {
    font-size: 1.25rem;
    font-family: var(--font-family-base);
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
  }
  body .main .middle-content .box-wrap .title h1::before {
    content: '';
    display: inline-block;
    width: .3125rem;
    height: 24px;
    background: var(--text-hover-color);
    vertical-align: middle;
    margin-right: .3125rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box {
    display: block;
    padding: 0;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item {
    width: 100%;
    margin: 0 0 0.9375rem 0;
    border-radius: 0.3125rem;
    overflow: hidden;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-img {
    height: 10rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-img img {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info {
    padding: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info h3 {
    font-size: 1rem;
    min-height: auto;
    margin-bottom: 0.625rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc {
    margin-top: 0.5rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc span,
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc p {
    font-size: 0.75rem;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item .coach-item-info .det-desc p {
    white-space: normal;
  }
  body .main .middle-content .box-wrap .content-box .coach-box .coach-item:nth-child(n + 4) {
    display: block;
  }
  body .main .middle-content .box-wrap .content-box .live-content {
    display: block;
    padding: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item {
    width: 100%;
    height: auto;
    margin: 0 0 0.9375rem 0;
    padding: 0;
    border-radius: 0.3125rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .line,
  body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box {
    display: none;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img {
    height: 10rem;
    margin-bottom: 0;
    border: 0;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img img {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0.1875rem 0;
    top: 0.5rem;
    left: 0.5rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box {
    padding: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .name {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    min-height: auto;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint {
    font-size: 0.75rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .icon-clock,
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .icon-address {
    font-size: 0.875rem;
    margin-right: 0.25rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item:nth-child(n + 4) {
    display: block;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide {
    width: 100%;
    margin: 0.9375rem auto 1.2rem;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.08), 0px 5px 10px rgba(0, 0, 0, 0.05), 0px 5px 20px 7px rgba(0, 0, 0, 0.03);
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item {
    border-radius: 0.3125rem;
    padding: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .live-item-img {
    height: 7.0625rem;
    border-radius: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .live-item-img img {
    border-radius: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box {
    padding: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .name {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    min-height: auto;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint {
    font-size: 0.75rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .time {
    margin-bottom: 0.375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .num {
    margin-bottom: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .icon-clock,
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .icon-address {
    font-size: 0.875rem;
    margin-right: 0.25rem;
  }
}
