@media screen and (min-width: 960px) and (max-width: 1199px) {
    html{
        font-size:54px !important;
    }
    .join ul+ul {
        margin-left: 2.1rem !important;
    }
    .about p+p{
        margin-left:2.6rem !important;
    }
   
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    html{
        font-size:43.2px !important;
    }
    .join ul+ul {
        margin-left: 1.8rem !important;
    }
    .about p+p{
        margin-left:2.3rem !important;
    }
  
  
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    html{
        font-size:36px !important;
    }
   
}   
@media screen and (min-width:400px) and (max-width:479px){
    html{
        font-size:27px !important;
    }
}
@media screen and (max-width:399px){
    html{
        font-size:27px !important;
    }
    .join ul+ul {
        margin-left: 0.6rem !important;
    }
    .about p+p{
        margin-left:0.9rem !important;
    }
    
}
.my-h3{
    font-size:0.7rem;
    line-height:0.9rem;
    margin-bottom:0.5rem;
}
.my-p{
    font-size:0.4rem;
    line-height:0.74rem;
}
.top{
    width:100%;
    text-align:center;
    padding:0.8rem 0; 
    background:url("../../images/index/headertop.png") no-repeat;
    background-size:100% 100%;
    color:#fff;
}
.top .down{
    margin-bottom:0.6rem;
}
.top .small-box{
    margin:auto;
    width:30%;
    border:1px solid #fff;
    border-radius: 45px;
    font-size:0.6rem;
    line-height:1.1rem;
}
/* swiper1 */
.swiper-container,
.swiper-container2{
    width:100%;
    text-align: center;
    overflow: hidden;
}
.swiper-container h3{
    margin-top:0.3rem;
}
.swiper-container2{
    padding:0.8rem 0;
}
.swiper-container .swiper-wrapper{
    margin-top:0.5rem;
    padding-bottom: 1.4rem;
}
.swiper-container img{
    width:93%;
    margin:1rem 0;
}
.swiper-container .swiper-pagination-bullet,
.swiper-container2 .swiper-pagination-bullet{
    width:0.5rem;
    height:0.5rem;
}
.swiper-container .swiper-pagination-bullet-active{
    background:#53ADFD;
}
.swiper-container2 .swiper-pagination-bullet-active{
    background: #1296DB !important;
    opacity: 1 !important;
}
.swiper-container .s1-list{
    display:flex;
    justify-content: space-between;
    flex-flow: wrap;
    padding:0 0.5rem;
    box-shadow: 0px 0px 8px 0px 
		rgba(104, 44, 44, 0.07);
    border-radius: 10px;
    width:95%;
    margin:auto;
}
.s1-item{
    width:50%;
    font-size:0.5rem;
    padding:0.4rem 0;
}
.s1-list .b-down{
    border-bottom:1px solid #efefef;
}
.s1-list .b-right{
    border-right:1px solid #efefef;
}
.free{
    width:5rem;
    margin:auto;
    padding:0.2rem;
    color:#fff;
    background-image: linear-gradient(270deg, 
		#0088ff 0%, 
		#0088ff 100%);
    border-radius: 6px;
    font-size:0.6rem;
    text-align: center;
}
/* 小程序+公众号 */
.apps{
    width:100%;
    text-align:center;
    padding:0.8rem 0 0.6rem;
}
.apps-list{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:0 0.8rem;
}
.app-item{
    padding:0.6rem 0;
    width:47%;
    box-shadow: 0px 0px 10px 0px 
        rgba(97, 180, 243, 0.2);
    margin-top:0.5rem;
}
.app-item img{
    width:50%;
}
.app-item .title{
    margin:0.3rem 0;
    font-size:0.5rem;
    font-weight:bolder;
}

/* nav */
.nav{
    padding:0.6rem 0.37rem;
    width:100%;
    text-align: center;
    background:url("../../images/index/nav.png") no-repeat;
    background-size:100% 100%; 
    color:#fff;
}
.nav h3{
    margin-bottom:0.5rem;
}
.nav-list{
    margin-top:0.5rem;
    border-bottom:3px solid #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.2rem;
}
.nav-item{
    width:18%;
    font-size:0.5rem;
}
.img-box{
    width:100%;
    margin-top:0.6rem;
}
.img-box img{
    width:23%;
}
.active{
    background: #0088ff;
    border-radius: 4px;
}
/* 小泥人大事件 */
.event{
    width:100%;
    text-align:center;
    padding:0.8rem 0;
    background:url("../../images/index/event.png") no-repeat;
    background-size:100% 100%;
}
.event h3{
    font-weight: bold;
}
.event .line{
    width:2rem;
    height:2px;
    margin:auto;
    background:rgb(85, 83, 83);
    margin-bottom:0.3rem;
}
.event>.my-p{
    margin:0 0 1rem;
}
.event-list{
    width:100%;
    padding:0 0.4rem;
    display:flex;
    justify-content: space-between;
}
.event-list>img{
    width:13%;
    height:15%;
}
.event-box{
    width:60%;
    overflow: hidden;
    height:2.2rem;
}
.event-box ul{
   text-align: center;
   height:100%;
   display:flex;
   flex-wrap:nowrap;
   justify-content: center;
   align-items: center;
}
.ts{
    transition:all 0.5s ease; 
}
.event-box li{
    position: relative;
}
.event-box li p{
    font-size:0.6rem;
}
.event-box .cat{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid #7DD789;
    margin:auto;
}
.active2{
    background:#F28B1D;
}
.event-box .cat::after{
    content: "";
    display:block;
    width:70%;
    height:1px;
    position: absolute;
    top:21%;
    left:65%;
    background:#000
}
.event-box span.last::after{
    display:none;
}
.show-box{
   text-align: center;
   margin-top:0.5rem;
}
.show-box .title{
    font-size:0.5rem;
    position: relative;
    font-weight:bolder;
}
.fx{
    padding:0 0.3rem;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0.3rem;
}

.fx .line{  
   width:1rem;
   height:1px;
   background:#000;
}
.swiper-container2{
    background:url(../../images/index/nav.png) no-repeat;
    background-size:100% 100%;
}
.s2-box{
    width:98%;
    padding:0.2rem 0.2rem 0.5rem;
    background:rgba(230, 223, 223, 0.3);
    color:#fff;
}
.s2-box img{
    width:100%;
    margin-bottom:0.4rem;
}
.swiper-container2 .swiper-pagination-bullet{
    background: #fff;
    opacity: 0.3;
}
.company{
    text-align: center;
    width:100%;
    padding:0.8rem 0;
}
.company .line{
    width:2rem;
   height:1px;
   background:#000;
   margin:auto;
}
.company .my-p{
    margin-top:0.3rem;
}
