* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
@media screen and (min-width: 780px) {
  html {
    font-size: 75px!important;
  }
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.search-box {
  position: fixed;
  top: 0;
  padding-top: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.0667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
.search-box .logo {
  height: 1.0667rem;
}
.search-box .search {
  width: 7.8rem;
  position: relative;
}
.search-box .search input {
  width: 100%;
  height: 0.9333rem;
  border-radius: 0.4667rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: transparent;
  font-size: 0.4rem;
  padding-left: 0.4667rem;
  color: #707070;
  box-shadow: 0 0 0.16rem 0.0533rem rgba(127, 127, 127, 0.1);
}
.search-box .search img {
  width: 0.5067rem;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-bg {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  width: 10rem;
  height: 2.7467rem;
}
.search-bgc {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.97));
}
.tab {
  width: 10rem;
  margin: 0 auto;
  position: relative;
}
.tab .tab_list {
  position: fixed;
  left: 50%;
  top: 1.6rem;
  transform: translateX(-50%);
  width: 10rem;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  padding-right: 0.5067rem;
}
.tab .tab_list .ul-box {
  width: 8.2667rem;
  overflow: hidden;
}
.tab .tab_list ul {
  width: 11.4667rem;
  height: 1.0667rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tab .tab_list ul li {
  text-align: center;
  margin-right: 0.0667rem;
  color: #707070;
  font-size: 0.3733rem;
}
.tab .tab_list ul li:nth-of-type(1) {
  width: 1.4133rem;
}
.tab .tab_list ul li:nth-of-type(n+2) {
  width: 0.9333rem;
}
.tab .tab_list ul li:nth-of-type(n+5) {
  width: 1.5733rem;
  margin-right: -0.0667rem;
}
.tab .tab_list ul .tab_active {
  color: #000;
  font-size: 0.4533rem;
}
.tab .tab_list .tab-icon {
  width: 0.4533rem;
}
.tab .tab_list .tab-icon img {
  width: 100%;
}
.tab_cont {
  width: 10rem;
  margin: 0 auto;
}
.tab_cont .mp-zao {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 5.8667rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255));
  z-index: 6;
}
.tab_cont .classify {
  width: 10rem;
  margin-top: 0.3333rem;
  overflow: hidden;
  height: 1.0667rem;
}
.tab_cont .classify ol {
  list-style: none;
  width: 13.3333rem;
  padding-left: 0.4667rem;
  display: flex;
}
.tab_cont .classify ol li {
  padding: 0 0.4rem;
  height: 1.0667rem;
  line-height: 1.0667rem;
  font-size: 0.4rem;
  border-radius: 0.5333rem;
  margin-right: 0.24rem;
  background-color: #f2f5fa;
}
.tab_cont .serial {
  width: 10rem;
  padding: 0 0.4667rem;
  margin-top: 0.3333rem;
}
.tab_cont .serial ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tab_cont .serial ol li {
  width: 2.8667rem;
  margin-right: 0.2333rem;
  margin-bottom: 0.2933rem;
}
.tab_cont .serial ol li:nth-of-type(3n) {
  margin-right: 0;
}
.tab_cont .serial ol li .fm {
  width: 2.8667rem;
  height: 4.0133rem;
  border-radius: 0.1867rem;
  overflow: hidden;
  position: relative;
}
.tab_cont .serial ol li .fm img {
  display: block;
  width: 2.8667rem;
  height: 4.0133rem;
}
.tab_cont .serial ol li .fm .free {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.32rem;
  line-height: 1;
  padding: 0.0933rem 0.1333rem;
  border-radius: 0 0 0 0.1467rem;
  font-weight: 500;
  background-image: linear-gradient(40deg, orange, orangered);
  color: #fff;
}
.tab_cont .serial ol li .fm .num {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.8667rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.1067rem;
  height: 0.8rem;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.tab_cont .serial ol li .fm .num div {
  font-size: 0.32rem;
  line-height: 1;
  color: #fff;
}
.tab_cont .serial ol li .serial-name {
  line-height: 1;
  margin-top: 0.16rem;
  font-size: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab_cont .serial ol li .serial-intr {
  line-height: 1;
  margin-top: 0.1067rem;
  font-size: 0.3333rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itme {
  display: none;
  position: relative;
}
.itme:nth-of-type(1) {
  display: block;
}
.mp-bg {
  width: 10rem;
  height: 9.3333rem;
  overflow: hidden;
  position: relative;
}
.mp-bg .swiper {
  width: 13.3333rem;
  position: absolute;
  top: -1.8rem;
  left: -1.6667rem;
  z-index: 4;
}
.mp-bg .swiper .swiper-wrapper {
  width: 13.3333rem;
  height: 7.5067rem;
}
.mp-bg .swiper .swiper-wrapper .swiper-slide img {
  width: 13.3333rem;
  height: 7.5rem;
  display: block;
  filter: blur(0.667rem);
}
.mp {
  width: 10rem;
  position: relative;
  margin-top: -6.4rem;
  z-index: 7;
}
.mp .swiper {
  width: 9.0667rem;
}
.mp .swiper .swiper-wrapper {
  width: 9.0667rem;
}
.mp .swiper .swiper-wrapper .swiper-slide {
  border-radius: 0.4667rem;
  overflow: hidden;
}
.mp .swiper .swiper-wrapper .swiper-slide img {
  width: 9.0667rem;
  display: block;
}
