/*html,body,section{
    width: 100%;
    height: 100%;
}*/
*{
    margin: 0 ;
    padding: 0 ;
}

@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;
    }
    .individuation ul{
        padding-left:0.2rem !important;
        padding-right:0.2rem !important;
    }
  }
  *{
  font-size: 0.42rem !important;
  }

  section{
    overflow-y: scroll;    
}
section::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
}
.dzdl1{
    width: 100%;
    height: auto;
    
   
}
.dzdl1 img{
    width: 100%;
    height: auto;
}
.yuyin{
    width: 100%;
    height: auto;
    padding: 1.2rem 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.title{
    text-align: center;
}
.title>h3{
    font-size: 1rem !important;
    font-weight: 400;
}
.title>p{
    font-size: .7rem !important;
    color: #999;
    padding-top: .2rem;
    box-sizing: border-box;
}
.phone,.code{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone>img{
    width: 90%;
    height: auto;
}
.code>img{
    width: 40%;
    height: auto;
}
.zhihui{
    width: 100%;
    height: auto;
    padding: 0px 0px 1.2rem 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zhihui-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: .2rem;
    box-sizing: border-box;
}
.zhihui-list>dl{
    flex: none;
    width: 33.33%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
}
.zhihui-list>dl img{
    width: 100%;
    height: auto;
}
.zhihui-list>dl>dt,dd{
    width: 100%;
  

}
.zhihui-list>dl dd{
	position:relative;
	top:-10px;	
}
.zhihui-list>dl dd h4{
  	color:#333;
    font-size: .7rem !important;
    text-align: center;
}
.zhihui-list>dl dd p{
    font-size: .5rem !important;
    text-align: center;
    color: #777;
    padding: .1rem .5rem 0 .5rem;
    box-sizing: border-box;
 
}
.daolan-miaoshu{
    width: 100%;
    height: auto;
    

}
.daolan-miaoshu>ul{
    width: 100%;
    height: auto;
}
.daolan-miaoshu>ul>li{
    padding: 1rem;
    box-sizing: border-box;    
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .daolan-miaoshu>ul>li img{
    width: 100%;
    height: auto;
 }
.daolan-miaoshu>ul>li:nth-child(odd){
    background:#F6F9FF ;
}
.daolan-miaoshu>ul>li:nth-child(even){
    background:#fff ;
}
.daolan-miaoshu>ul>li>h3{
    font-size: 1rem !important;
    font-weight: 400;
}
.daolan-miaoshu>ul>li>div{
    margin-top: .5rem;
}
.daolan-miaoshu>ul>li>p{
    font-size: .6rem !important;
    color: #999;
    padding: .2rem .5rem 0px;
    
    box-sizing: border-box;
    text-align: center;
}
.mode{
    width: 100%;
    height: auto;
    padding: .8rem .8rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mode>h3{
    font-size: 1rem !important;
    font-weight: 400;
}
.mode>p{
    font-size: .6rem !important;
    color: #999;
    padding-top: .2rem;
    box-sizing: border-box;
}
.mode-list{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.mode-list>dl{
    width: 100%;
    height: auto;
    display: flex;
    padding: .4rem .4rem;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px rgba(48, 90, 203, 0.11);
    opacity: 1;
    border-radius: 4px;
    margin-top: 20px;
}
.mode-list>dl img{
    width: 3rem;
    height: auto;
}
.mode-list>dl>dd{
    flex: 1;
    padding-left: .5rem;
    box-sizing: border-box;
}
.mode-list>dl>dd>h4{
    color: #333;
    font-size: .8rem !important;
}
.mode-list>dl>dd>p{
   
    font-size: .5rem !important;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
}
.chumo{
    width: 100%;
    height: auto;
    padding: .8rem 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.chumo>h3{
    font-size: 1rem !important;
    font-weight: 400;
}
.chumo>p{
    font-size: .6rem !important;
    color: #999;
    padding-top: .2rem;
    box-sizing: border-box;
}
.chumo-list{
    width: 100%;
    height: 9rem;
    background: url("/images/dzdl/chumoBG.png") no-repeat;
    background-size:100% 100%;
    margin-top: 30px;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.chumo-list dl{
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.chumo-list dl img{
    width: 2.4rem;
    height: auto;
}
.chumo-list dl dd {
    text-align: center;
    font-size: .5rem !important;
    padding-top: .2rem;
    box-sizing: border-box;

}
.miaoshu2{
}
.miaoshu2>ul>li:nth-child(odd){
    background:#fff ;
    padding-top: 0;

}
.miaoshu2>ul>li{
padding-top: 19px;
}
.miaoshu2>ul>li:nth-child(even){
    
    background:#F6F9FF ;
}
.AR{
    margin-top: 20px;
}
.AR img{
    width: 100%;
    height: auto;
}
.AR>h3{
    font-size: 1rem !important;
    /* font-weight: 400; */
    text-align: center;
    margin-bottom: 20px;
}
section .bot-box {
    width: 100%;
    margin-top: 20px;
  }
  section .bot-box div{
    margin-top: 20px;
      
  }
  
  section .bot-box h2 {
    font-family: PingFang SC;
    font-size: 1rem !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
    padding-top: 0.4rem;
  }
  
  section .bot-box .s-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
  }
  
  section .bot-box .s-box div {
    flex: 1;
    float: left;
    text-align: center;
  }
  
  section .bot-box .s-box div p {
    padding-top: 0.2rem;
    font-size: 0.49rem !important;
    color: #999;
  }
  
  section .bot-box .s-box div span {
    display: inline-block;
    font-family: Roboto;
    font-size: 0.9rem !important;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0px;
    font-style: italic;
    color: #2570f2;
    padding-right: .2rem;
    box-sizing: border-box;
  }
  .changjing{
    width: 100%;
    height: auto;
    padding: 20px 20px;
    box-sizing: border-box;
background:#f6f9ff;
  }
  .changjing h3{
   font-size: 1rem !important;
   text-align: center;
  }
   .changjing ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
   
   }
   .changjing ul li{
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
   }
   .changjing ul li img{
    width: 3rem;
    height: auto;
   }
.changjing ul li p{
    font-size: .8rem !important;
    padding: .2rem 0;
    box-sizing: border-box;
}

.anli{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .anli h3{
   font-size: 1rem !important;
   text-align: center;
  }
   .anli ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
   }
   .anli ul li{
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: .5rem;
   }
   .anli ul li div{
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
   }
   .anli ul li div img{
    width: 88%;
    height: auto;
   }
   .anli ul li:nth-child(1) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG1.png") no-repeat;
        background-size: 100% auto;
   }
   .anli ul li:nth-child(2) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG2.png") no-repeat;
        background-size: 100% auto;
   }
   .anli ul li:nth-child(3) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG3.png") no-repeat;
        background-size: 100% auto;
   }
   .anli ul li:nth-child(4) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG4.png") no-repeat;
        background-size: 100% auto;
   }
   .anli ul li:nth-child(5) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG5.png") no-repeat;
        background-size: 100% auto;
   }
   .anli ul li:nth-child(6) div{
        width: 6rem;
        height: 6rem;
        background:url("/images/dzdl/codeBG6.png") no-repeat;
        background-size: 100% auto;
   }

   .anli ul li p{
    font-size: .7rem !important;
    margin-top: .3rem;
   }