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 .live-content {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}
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;
}
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;
}
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-flame {
  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);
  transition: all 0.3s ease;
}
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.t2 .live-item {
  width: 318px;
  height: 320px;
  padding: 0;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item .live-item-img {
  height: 185px;
  border: 0;
  margin: 0;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item .btm-box {
  padding: 20px;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-child(3n) {
  margin: 0 42px 30px 0;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-child(4n) {
  margin: 0 0 30px 0;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-child(n + 4) {
  display: block;
}
body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-child(n + 5) {
  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;
}
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 .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.t3 .t3-swiper .swiper-slide .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.t3 .t3-swiper .swiper-slide .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.t3 .t3-swiper .swiper-slide .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.t3 .t3-swiper .swiper-slide .live-item .btm-box {
  padding: 20px;
  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: 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.t3 .t3-swiper .swiper-slide .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.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .time {
  display: flex;
  align-items: center;
}
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;
}
body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .num .icon-flame {
  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 .live-content {
    display: block;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item {
    display: inline-block;
    height: auto;
    width: calc(50% - 0.7rem);
    margin: 0.25rem 0 1rem 0;
    box-shadow: 0 0.125rem 0.625rem rgba(132, 41, 13, 0.1);
    border-radius: 0.375rem;
    padding: 2.1875rem 0.9375rem .9375rem;
    border: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item:nth-of-type(2n+1) {
    margin-right: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item:nth-child(n + 4) {
    display: inline-block;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .line {
    top: 1.23375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box {
    top: .75rem;
    padding-left: 0.1875rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box .icon-mark2 {
    font-size: 1.25rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .mark-box .index {
    margin-left: .125rem;
    line-height: 1rem;
    font-size: 0.625rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img {
    height: 5rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .live-item-img .mark {
    height: 1.3125rem;
    line-height: 1.3125rem;
    padding: 0 0.375rem;
    font-size: 0.6875rem;
    border-radius: 0.125rem 0;
    top: 0;
    left: 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .name {
    font-size: 0.9375rem;
    margin-bottom: .75rem;
    min-height: 2.625rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint {
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .time .icon-clock {
    display: none;
  }
  body .main .middle-content .box-wrap .content-box .live-content .live-item .btm-box .hint .num {
    display: none;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item {
    display: inline-block;
    height: auto;
    width: calc(50% - 0.7rem);
    margin: 0.25rem 0 1rem 0;
    border-radius: .5rem;
    border: 1px solid #ddd;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-of-type(2n+1) {
    margin-right: 0.9375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item:nth-child(n + 4) {
    display: inline-block;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item .live-item-img {
    height: 10rem;
    border-radius: .5rem .5rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item .live-item-img .mark {
    top: 0.5rem;
    left: 0.5rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t2 .live-item .btm-box {
    padding: .625rem .75rem 1rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper {
    height: auto;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide {
    height: auto;
    border-radius: .5rem;
    border: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0px 4px 20px rgba(132, 41, 13, 0.1);
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .live-item-img {
    height: 8rem;
    border-radius: .5rem .5rem 0 0;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .name {
    font-size: 0.9375rem;
    margin-bottom: .75rem;
    min-height: 2.625rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint {
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .time .icon-clock {
    display: none;
  }
  body .main .middle-content .box-wrap .content-box .live-content.t3 .t3-swiper .swiper-slide .live-item .btm-box .hint .num {
    display: none;
  }
}
