#box{
    width: 100%;
}

/*head*/
#head{
    width: 100%;
}

#headCon{
    width: 90rem;
    padding: 1.5625rem 0;
    box-sizing: border-box;
}

#logo{
    width:19.375rem;
    height: 3.125rem;
    
}

#logo>img{
    height: 100%;
    width: auto;
    display: block;
}

#nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

.navList{
    color:#fff !important;
    height: 2.8125rem;
    margin: 0 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navLi{
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.line{
    width: 100%;
    height: 0.125rem;
    background: #4285F4FF;
    position: absolute;
    bottom:-0.125rem;
    opacity: 0;
    transition: 0.3s;
}

.navList:hover .line{
    background:#ffffff !important;
    opacity: 1 !important;
}

.tell{
    border-radius: 1.875rem;
    height:2.8125rem;
    border: 0.0625rem solid #fff;
    color: #fff;
    text-align: center;
    padding: 0 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 500;
    margin-left: 1.25rem;
}

/* banner */
#banner{
    width: 100%;
    position: relative;
}

.banner{
    width: 100%;
    display: block;
}
.bannerContent{
    width: 90rem;
    height: 100%;
    position: absolute;
}

.codeParent{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 111;  
    padding: 1rem;
    background: url('../images/movingServices/codes.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.bannerCode{
    width: 9.375rem;
    /* height: 10.9375rem; */
    background:#fff;
    border-radius: 0.625rem;
    padding: 0.3125rem;
    box-sizing: border-box;
}

.bannerCode>img{
    width: 100%;
    display: block;
    margin-bottom: 0.5rem;
}

.ban{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 1.5rem;
    color: #666666;
}


/*content*/
#content{
    width: 100%;
    background: #F7F9FFFF;
    padding: 3.125rem 0 3.75rem;
}

.box{
    width: 75rem;
    flex-wrap: wrap;
}

/*左侧*/
.boxLeft{
    width: 17.1875rem;
    height: 29.875rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    overflow: hidden;
    margin-right: 1.5625rem;
}

.leftSection{
    width: 100%;
    height: 10rem;
    background: #4285F4;
    text-align: center;
    line-height: 10rem;
    font-size: 2.8125rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.leftList{
    width: 100%;
    padding:1.25rem 1.5625rem 3.625rem 0;
    box-sizing: border-box;
}

.lis{
    width: 100%;
    height: 3rem;
    margin-top:1.25rem;
}

.lisAct{
    background: url("../images/movingServices/bg.png") center no-repeat;
    background-size:100% 100%;
}

.lis>img{
    width: 0.875rem;
    margin-right: 2.0625rem;
}

.lis>span{
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #595B62;
}

/*右侧*/
.boxRight{
    flex: 1;
    background: #FFFFFF;
    border-radius: 0.625rem;
}

/*rightSection1*/
.rightSection1{
    padding: 2.5rem 4.0625rem 4.375rem 4.0625rem;
    box-sizing: border-box;
    
}

.htitle{
    width: 100%;
    font-size: 1.5625rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #021744;
    margin-bottom: 0.75rem;
}

.hline{
    width: 3.75rem;
    height: 0.125rem;
    background: #0050FF;
    margin: 0 auto 1.875rem;
}

.hsub{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    margin:0 auto 1.875rem;
    color: #333333;
    line-height: 1.5;
    width: 31.25rem;
}

.hlis{
    width: 100%;
}

.lis1>img{
    width: 5rem;
    display: block;
    margin: 0 auto 1.125rem;
}

.lis1>p{
    font-size: 1.375rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #4285F4;
    text-align: center;
}

/*rightSection2*/
.rightSection2{
    background: #FFFFFF;
    border-radius: 0;
    padding:0 3.125rem;
    box-sizing: border-box;
    margin-bottom: 4.375rem;
}

.rowLin{ 
    width: 80%;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

.con{
    flex: 1;
}

/*rightSection3*/
.rightSection3{
    background: #FFFFFF;
    border-radius: 0;
    padding:0 6.25rem 5rem;
    box-sizing: border-box;
}

.sec3{
    width: 100%;
    margin-bottom: 5.875rem;
}

.sec31{
    flex: 1;
}

.secimg{
    width: 4rem;
    display: block;
}

.seclis{
    flex: 1;
}

.seli{
    width: 100%;
    box-sizing: border-box;
}

.seleft{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

.seleft>img:nth-child(1){
    width: 3.9375rem;
    display: block;
}

.seleft>img:nth-child(2){
    width: 0.75rem;
    display: block;
}

.seright{
    flex: 1;
    padding-top: 0.625rem;
    box-sizing: border-box;
}

.seright>div:nth-child(1){
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
}

.seright>div:nth-child(2){
    font-size: 0.875rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
}
.sec32{
    width: 18.3125rem;
    display: block;
}

.mastJoin{
    width: 11.125rem;
    height: 3.125rem;
    background: #1F65FF;
    border-radius: 1.875rem;
    line-height: 3.125rem;
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F5F5F5;
}

 /*footer*/
 #footer{
    width: 100%;
    padding: 7.0625rem 0 1.875rem;
    box-sizing: border-box;
    background: url("../images/footerbg.png") center no-repeat;
    background-size: cover;
}

.fotcon{
    width: 90rem;
    margin: 0 auto;
}

.fothead{
  width: 100%;
  margin-bottom: 2.8125rem;
}

/* .fotSection1{
  width:31.25rem;
} */

.rowName{
  font-size: 1.25rem;
  font-family: Poppins;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 1.5625rem;
}
.rowCode{
    width:100%;
    margin-right: 6.6875rem;
}
 
.codeSec{
    width: 10.1875rem;
    margin-right: 2.1875rem;
}

.fcpde{
    width: 100%;
    display: block;
    margin-bottom: 0.9375rem;
}

.foll{
    width: 100%;
}

.follow{
    width: 1.5625rem;
    display: block;
    margin-right: 0.3125rem;
}

.followcon{
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 400;
  color: #8C9DBB;
}

.fots{
    width: 100%;
}

.rowLi{
    width: 20.625rem;
}

.rowLi>a{
    width: 7.375rem;
    text-align: left;
    margin-bottom: 1.125rem;
    font-size: 1rem;
    font-family: Poppins;
    font-weight: 500;
    color: #8C9DBB;
}

.rowLi2{
    width: 20rem;
}

.rowLi21{
    margin-bottom: 0.625rem;
    align-items: center;
}
.rowLi21>img{
   width: 1.25rem;
   height: 1.25rem;
   display: block;
   margin-right: 0.25rem;
}

.li2con{
  width: 12.625rem;
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.5;
  color: #8C9DBB;
}

.rowLi3{
    width: 100%;
}

.rowLi3>a{
  margin-right:1.125rem;
  text-align: left;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  color: #8C9DBB;
}

/* .fotSection2{
  width: 20.625rem;
} */

.fots{
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 500;
  color: #8C9DBB;
}

.police{
   width: auto;
   height: auto;
   display: block;
   margin-right: 0.3125rem;
}


 /* 电话+客服  */
 .fix{
    /* width:18.75rem; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    position: fixed;
    right: 0;
    top:50%;
    z-index: 111;
}

.utel{
   /* width: 12.5625rem;
   height: 4rem; */
   display: none;
   flex-direction: row;
   justify-content:center;
   align-items: center;
   align-content: center;
   background: #FFFFFF;
   box-shadow: 0rem 0rem 1.25rem rgba(0, 0, 0, 0.16);
   border-radius: 0.3125rem 0rem 0rem 0.3125rem;
   padding: 1rem;
}

.utel>img{
    display: block;
    width: auto;
    margin-right: 0.625rem;
}
.utel>span{
   font-size: 1.25rem;
   font-family: PingFang SC;
   font-weight: 600;
   line-height: 1.5rem;
   color: #1376F7;
}

.ucustomer{
    padding: 10px;
   background: #1376F7;
   opacity: 1;
   border-radius: 0.3125rem 0rem 0rem 0.3125rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.ucustomer>img{
   display: block;
   width: auto;
   width: 2rem;
   height: 2rem;
}

.ucustomer>span{
   font-size: 0.75rem;
   font-family: PingFang SC;
   font-weight: 400;
   line-height: 1.5rem;
   color: #FFFFFF;
}


/*媒体查询*/

@media (max-width:1920px){
    html{
      font-size:16px;
    }
}

@media (max-width:1680px) {
    html{
    font-size:15px;
    }
} 

@media (max-width:1600px) {
    html{
    font-size: 14px;
    }
}

@media (max-width:1500px) {
    html{
    font-size: 13px;
    }

    .banner{
    bottom: 4rem;
    }
}

@media (max-width:1440px) {
    html{
    font-size: 13px;
    }
}

@media (max-width:1366px) {
    html{
    font-size:12.8px;
    }
}

@media (max-width:1360px) {
    html{
    font-size: 12.5px;
    }
}

@media (max-width:1280px) {
    html{
    font-size: 11px;
    }

    .box{
        width: 86rem;
    }

    .ol{
        width: 30%;
    }
}

@media (max-width:1240px) {
    html{
        font-size: 11px;
    }

}

@media (max-width:1152px) {
    html{
      font-size:10.5px;
    }
    .carBg {
        background: url(../images/movingServices/5.png) center no-repeat !important;
        background-size: cover;
    }
    .ol{
        padding-bottom: 1.875rem;
    }
    .olhead{
        margin-bottom: 1.5rem;
    }
    .lis>img{
        width: 1.5rem;
    }
    .ricon{
        width: 0.75rem;
        height: 0.75rem;
        margin-right: 0.5rem;
        position: relative;
        transform: scale(1.5);
    }

    .lis>img{
        width: 1.8rem;
    }

    .lis{
        height: 3.8125rem; 
    }
    
}
/*360start*/
@media (max-width:1120px) {
   html{
     font-size:8.5px;
   }
   .bannerCode>img{
      margin-bottom: 1rem;
   }
   .bannerCode{
       padding: 1rem;
       width: 12rem;
   }
   .box{
       width: 100rem;
   }
   .fotcon{
    width: 95rem;
   }
   .olOrder{
    width: 8.4rem;
    height: 2.5rem;
    line-height:  2.5rem;
   }
}


@media (max-width:1115px) {
   html{
     font-size:10.5px;
   }
}   

@media (max-width:1105px) {
   html{
     font-size:10px;
   }
   .fotcon {
       width: 94rem;
   }
   .hsub{
       width: 41.25rem;
   }

}    

@media (max-width:1092px) {
   html{
     font-size:9px;
   }

   .tcode {
       width: 13.2rem;
   } 
}   


@media (max-width:1092px) {
   html{
     font-size:9px;
   }

   .tcode {
       width: 13.2rem;
   } 
}   


/*360end*/
@media (max-width:1078px) {
    html{
    font-size:9px;
    }
}


@media (max-width:1013px) {
   html{
     font-size:9px;
   }

  
}

@media (max-width:975px) {
   html{
     font-size:9px;
   }
}    
/*360end*/   

@media(max-width :  964px ){ 
    html { 
        font-size : 8.9px;
    }
} 

@media(max-width :  960px ){ 
html { 
  font-size : 9.2px;
}

#headCon.fotcon{
    width: 94rem;
 }

.top,#content,#footer,#head,#banner{
   width: 120rem;
 }

 .tcode{
   width: 14.1875rem;
 }

 .codeImg{
     width: auto;
 }

 

 .li2con{
     width: 14.63rem;
 }

 .rowName{
   font-size: 2.1rem;
 }
 .rowLi2 {
   width: 22rem;
 }
 .rowLi21>img{
   width: 2rem;
   height: 2rem;
 }

 .rowLi>a{
   width: 9.375rem;
 }
 
 .rowLi3>a{
   width: 33%;
 }
 
 .rowCode{
   margin-right: 0rem;
 }

 .follow{
   margin-right: 0.5rem;
 }

 .boxLeft{
    height: 34.875rem;
 }
} 

/* 移动端*/
.isPhone{
    display: none !important;
  }
   
.isPC{
    display: block !important;
}

/* 面包屑 */
#navSmall{
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #fff;
    height: 2rem;
}

#navSmall>img{
    display: block;
    height: 2.4rem;
    width: auto;
}

@media screen  and  ( max-width :  760px )  {
    .isPC{
        display: none !important;
    }
    
    .isPhone{
        display: block !important;
    }    
    html {
		font-size:8px;
	}

    .top,#head, #banner,#content,.boxRight, #footer{
        width: 100%;
    }

    #headCon,.bannerContent,.box,.fotcon, .ser_foot{
        width: 92%;
    }

    #head{
        z-index: 1111111;
    }
    #headCon{
        position: relative;
        align-items: center;
    }

   /* 面包屑弹层 */
    #nav{
        position: absolute;
        right: -2.1rem;
        top: 6.5rem;
        z-index: 111;
        width: auto;
        flex-direction: column;
        background: #1376F7;
        z-index: 1111111111;
        padding-bottom: 3rem;
        display: none;
    }

    .navList{
        position: relative;
        padding: 0.8rem 4rem;
    }

    .navLi{
        font-size: 1.8rem;
    }

    

    .htitle{
        font-size: 2rem;
    }
    /* 面包屑弹层 end*/

    
    .lis>span{
        width: 8rem;
        font-size: 2rem;
    }

     
    .lisChild>a{
        font-size: 2rem;
    }
    .boxLeft{
        width: 100%;
        margin-right:0rem;
        margin-bottom: 1.5rem;
        height: auto;
    }

    .leftList{
        padding: 1.25rem 1.5625rem 3.625rem 1.5625rem;
    }

    .lis{
        height: 5rem;
    }



    .lis>img {
        width: 1.8rem;
    }

    .banner {
        bottom: 4rem;
        height: auto;
    }    
    
    .bannerCode {
        width: 11.9rem;
    }

    .bannerCode>img{
        width: 100%;
        display: block;
        margin-bottom: 0.8rem;
    }
        
    .ban {
        width: 100%;
        text-align: center;
        font-size: 0.9rem;
    }  
    
    .leftSection {
        height: 8rem;
        line-height: 8rem;
    }

    .ol{
        width: 100%;
    }

    .sec32{
        width: 17rem;
        height: 27rem;
    }

    .rightSection3{
        padding: 0 3rem 5rem;
    }

    .seleft {
        margin-right: 1rem;
    }

    .lisAct{
        background: url("../images/movingServices/bg2.png") center no-repeat;
        background-size:100% 100%;
    }
     /* 底部 */
     .fothead{
        flex-wrap: wrap;
    }

    .fotSection2{
        width: 100%;
    }
    .rowLi,.rowLi2,.li2con{
        width: 100%;
    }

    .rowLi21>img{
        margin-right: 1rem;
    }

    .fotSection1{
        margin-bottom: 1.5rem;
    }

    .rowLi3>a{
        width: auto;
    }

    #footer {
        width: 100%;
        padding: 3.0625rem 0 1.875rem 2rem;
    } 

    .rowLi2{
        margin-bottom: 1.5rem;
    }

    /* 客服热线 */
    .ucustomer>img{
        margin-bottom: 1rem;
        width: 3rem;
        height: 3rem;
    }
    .ucustomer>span{
        font-size: 1rem;
    }
    .ucustomer{
 
        padding: 1rem 1.5rem;
        box-sizing: border-box;
    }

    .ricon{
        width: 0.95rem;
        height: 0.95rem;
    }

    .ricon1{
        width: 0.95rem;
        height: 0.7rem;
    }
    
    .ricon2{
        width: 0.7rem;
        height: 0.95rem;
    }

    .box{
        position: relative;
        top: -7rem;
    }
    #content{
        padding: 3.125rem 0 0rem;
    }
}

/* @media screen  and  ( max-width :  414px )  {
    html {
      font-size: 13.5px;
    }
  } */
/*   
  @media screen  and  ( max-width :  375px )  {
    html {
        font-size: 7.5px;
    }
  }   */
