/*=====================================导航移动端 =====================================*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .head-nav .pc-nav,.head-nav .postad{
        display: none !important;
    }
    .header-area .logo a img{
        width: auto;
        height: 32px;
    }
    .header-area .logo{
        width: 50%;
        height: 32px;
    }
    .head-nav li{
        padding: 5px 20px;
    } 
   .head-nav{
        height: auto;
        width: 50%;
   }
   .header-area{
    position: relative;
   }

    .head-nav .sub-cad {
        display: block;
    }   
    .header-area .container .language-tab{
        border: 0;
        height: 32px;
        line-height: 32px;
        margin-left: 0px;
    }
    .header-area .dropdown-box.lang-draw-box{
        top: 42px;
    }
    .head-nav .search{
        display: none;
    }

    .mobile-search{
        width: 100%;
        margin-top: 10px;
        position: relative;
        display: block;
    }

    .search-btn{
        top: 0;
        margin-top: 3px;
    }


}
@media screen and (max-width: 1200px) {
    .sub-shadow-box{
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: -1;
    }
}

   
/*=====================================首页移动端 =====================================*/
   
@media only screen and (min-width: 100px) and (max-width: 539px) {
    .home-data-intro p{
        height: auto;
        padding: 40px 0px;
    }

    .home-data-intro p span{
        padding: 0px 10px;
        font-size: 1.0rem;
        line-height: 1.4rem;
    }
}   
@media only screen and (min-width: 100px) and (max-width: 750px) {

} 
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .home-data-pc{
        display: none;
    }
    
    .home-data-mb-div{
        display: block;
    }

    .home-data-mb-div:last-child{
        margin-top: 60px;
    }

    .home-data-title ul li{
        width: 50%;
    }
  
    .home-data-intro li{
        width: 50%;
    }


    .domo-pic-scroll-lr .conts{
        margin-left: 0px;
        display: flex;
        justify-items: center;
        align-items: center;
    }
    .domo-pic-scroll-lr .conts li{
        width: 100%;
        margin-left: 0px;
        margin:0px 40px;
    }
    .domo-pic-scroll-lr .next{
        right: 0;
    }
    .domo-pic-scroll-lr .prev{
        left: 0;
    }
}

/*=====================================country移动端 =====================================*/
   
@media only screen and (min-width:821px) and (max-width: 1199px) {
    
    .country-list ul li img{
        width: 100%;
        height: 96px;
    }
}
@media only screen and (min-width: 100px) and (max-width:360px) {
    .country-list ul li{
        width: 44%;
    }
    .country-list ul li img{
        width: 100%;
        height:72px;
    }
    .country-list{
        margin-top: -20px;
    }
}
@media only screen and (min-width: 361px) and (max-width:432px) {
    .country-list ul li{
        width: 44.3%;
    }
    .country-list ul li img{
        width: 100%;
        height:72px;
    }
    .country-list{
        margin-top: -20px;
    }
}
@media only screen and (min-width:433px) and (max-width:1199px) {
    .country-list ul li{
        width:29.5%;
    }
    .country-list ul li img{
        width: 100%;
        height:72px;
    }
    .country-list{
        margin-top: -20px;
    }
}

/*=====================================service-list移动端 =====================================*/

@media only screen and (min-width: 100px) and (max-width:750px) {
    .order-filter select{
        width: 48%;
        margin-left: 0px;
        padding: 0px 10px;
        margin-top: 10px;
        border-color: #dbdbdb;
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
    }
    .order-filter select:last-child{
        margin-left: 2%;
    }
    .webpage-position{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 751px) and (max-width:1199px) {
    .order-list ul{
        width: 105%;
        margin-left: -20px;
    }
    .order-list li{
        width: 46% !important;
        margin-left: 20px !important;
    }
    .order-list li:first-child{
        margin-top: 20px;
    }
}

/*=====================================city移动端 =====================================*/
@media only screen and (min-width: 100px) and (max-width:750px){
    .pc-city-list{
        display: none;
    }
    .mobile-city-list{
        display: block;
    }
}

/*=====================================detail移动端 =====================================*/

@media only screen and (min-width: 100px) and (max-width:750px) {
    .detail-wrap .col-lg-6:first-child{
        padding: 0px !important; 
    }
    .pj-tx{
        display: block;
        height:90px;
    }
    .pj-tx-img span{
        display: inline-block;
        float: right;
    }
    .pj-ms span{
        display: none;
    }
    
    .pj-tx-img,.pj-tx-star{
        width: 100%;
    }
    .pj-tx-star{
        text-align: left;
    }
    .pj-img img{
        width: 44%;
        height: 150px;
    }
    .sy-alert{
        width: 96%;
        margin-top: -24vh;
    }
    .sy-alert .sy-btn{
        width: 94%;
        display: block;
        margin: 0px auto;
        height: auto;
    }
    .sy-alert .sy-btn button{
        width: 100%;
        margin: 0;
    }
    .sy-alert .sy-btn button:nth-child(2){
        margin-top: 20px;
    }

    .pj-alert{
        margin-top: -42vh !important;
    }
    .pj-alert .sy-title{
        width: 96%;
    }
}
/*=====================================login/sign up移动端 =====================================*/
@media only screen and (min-width: 100px) and (max-width:750px) {
    .login-wrap{
        height: auto;
    }
    
    .login-content{
        width: 100%;
    }
    .login-content .input-item{
        display: block;
        height: auto;
    }
    .login-content span,.login-content input{
        display: block;
        width: 100%;
    }
    .btn-group{
        margin-top: 30px;
    }
    .code input{
       width: 58%;
       display: inline-block;
    }
    .code button{
        width: 96px;
    }
    .agents-wrap{
        padding: 40px 0px;
    }
    .agents-txt{
        margin-left: 0px;
    }

}

