* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Microsoft Yahei";
  background-color: #fff;
}

a {
  text-decoration: none;
  cursor: pointer;
}
a img {
  border: none;
}
ul li {
  list-style: none;
}
.clear::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container .banner {
  width: 7.5rem;
  height: 2.47rem;
  background: url('../img/banner.png') no-repeat center;
  background-size: 100% 100%;
}
.container .web {
  width: 6.9rem;
  background: #fff;
  border-radius: 0.05rem;
  margin: 0 auto 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.web .mall {
  width: 6.45rem;
  background: #fff;
  border-radius: 0.1rem;
  margin: 0 auto;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}
.web .atstudy {
    font-size: 0.3rem;
    font-weight: bold;
    color: #3F4157;
    text-align: center;
    margin-bottom: 0.4rem;
    position: relative;
}
    .web .atstudy::after {
        content: '';
        width: 0.62rem;
        height: 0.08rem;
        background: #FF5500;
        border-radius: 0.04rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.3rem;
    }

.container .combat1 {
  width: 6.07rem !important;
  height: 3.11rem !important;
  margin: 0 auto;
}
.container .combat-cont {
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 6.07rem;
  height: 3.11rem;
}
.swiper-container .swiper-wrapper .swiper-slide img{
  width: 6.07rem;
  height: 3.11rem;
}
.container .swiper-button-next,
.container .swiper-button-prev {
  width: 0.27rem !important;
  top: 56% !important;
  height: 0.51rem !important;
}
.container .swiper-button-prev.prev,
.container .swiper-button-prev.prev1,
.container .swiper-button-prev.prev2,
.container .swiper-button-prev.prev3 {
  left: 0.1rem !important;
  background-image: url('../img/left.png') !important;
  background-size: 100% 100%;
}
.container .swiper-button-next.next,
.container .swiper-button-next.next1,
.container .swiper-button-next.next2,
.container .swiper-button-next.next3 {
  right: 0.1rem !important;
  background-image: url('../img/right.png') !important;
  background-size: 100% 100%;
}
.web .info {
  width: 6.05rem;
  margin: 0.15rem auto 0.3rem;
}
.web .fold {
  width: 6.05rem;
  background: #f5f6fa;
  margin-bottom: 0.08rem;
}
.web .fold:nth-child(4) {
  margin-bottom: 0;
}
    .web .fold h5 {
        width: 6.05rem;
        border-radius: 0.05rem;
        background: #f4f5f9;
        height: 0.6rem;
        font-size: 0.2rem;
        color: #595a61;
        line-height: 0.6rem;
        padding: 0 0.17rem 0 0.27rem;
        position: relative;
    }
.web .fold h5 .sp1 {
  display: inline-block;
  width: 0.19rem;
  height: 0.22rem;
  background: url('../img/icon3.png') no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.1rem;
  margin-bottom: -0.03rem;
}
    .web .fold h5 .xmbj {
        font-size: 0.24rem;
        font-family: SourceHanSansSC;
        font-weight: 500;
        color: #37374B;
        line-height: 0.6rem;
    }
.web .fold h5 .sp2 {
  background: url('../img/icon2.png') no-repeat center;
  background-size: 100%;
}
.web .fold h5 .sp3 {
  background: url('../img/icon1.png') no-repeat center;
  background-size: 100%;
}

    .web .fold h5 .stairs {
        display: inline-block;
        width: 0.24rem;
        height: 0.16rem;
        background: url('../img/fold.png') no-repeat center;
        background-size: 100%;
    }
    .web .fold h5 .pack {
        display: inline-block;
        width: 0.24rem;
        height: 0.06rem;
        background: #FE5A65;
    }
.web .foldContent {
  width: 6.05rem;
  background: #fff;
  padding: 0.18rem 0.18rem;
  
}
.web .foldContent p {
  font-size: 0.2rem;
  color: #595a61;
  line-height: 0.3rem;
  position: relative;
}
.web .foldContent p>span {
  font-weight: bold;
}
.web .foldContent p.dot {
  padding-left: 0.18rem;
  
}
.web .foldContent p.dot::after {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background: #525252;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.13rem;
}
.web div.scrollbar {
  height: 1.4rem;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.web div.scrollbar::-webkit-scrollbar {
  display: none;
}
.container .tips {
  width: 6.39rem;
  margin: 0 auto;
  font-size: 0.16rem;
  color: #525252;
  line-height: 0.3rem;
}
.container .foot {
  width: 7.5rem;
  height: 2.49rem;
  background: url('../img/bottom.png') no-repeat center;
  background-size: 100% 100%;
}
.work {
    background: #F6F7F9;
}