/*=====================================å¯¼èˆªç§»åŠ¨ç«¯ =====================================*/

@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:calc(100% - 50px);
        padding: 40px 0px;
    }

    .home-data-intro p span{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 11; /* æŽ§åˆ¶æ˜¾ç¤ºçš„è¡Œæ•° */
        overflow: hidden;
        padding: 0px 10px;
        font-size: 1.0rem;
        line-height: 1.4rem;
    }
}
@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: 1px) and (max-width:385px) {
    .country-list ul li{
        width: 100%;
    }
    .country-list ul li img{
        width: 100%;
        height: 160px;
    }
    .country-list{
        margin-top: -20px;
    }
}


@media only screen and (min-width: 386px) and (max-width:529px) {
    .country-list ul li{
        width: 44.3%;
    }
    .country-list ul li img{
        width: 100%;
        height: 100px;
    }
    .country-list{
        margin-top: -20px;
    }

    .hot-list ul {
        width: 100%;
        margin-left: 0px;
        display: flex
    ;
        flex-wrap: wrap;
    }

    .hot-list li {
        min-width: 276px;
        display: inline-block;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-left: 1px;
        margin-top: 10px;
        width:100%
    }

    .hot-list li .img {
        width: 100%;
        height: 350px;
        position: relative;
        object-fit:contain;
    }
}

@media only screen and (min-width:821px) and (max-width: 1199px) {

    .country-list ul li img{
        width: 100%;
        height: 135px;
    }
}
@media only screen and (min-width: 100px) and (max-width:360px) {
    .country-list ul li{
        width: 100%;
    }
    .country-list ul li img{
        width: 100%;
        height:150px;
    }
    .country-list{
        /* margin-top: -20px; */
    }


}

@media only screen and (min-width:530px) and (max-width:990px) {
    .country-list ul li{
        width:29.2%;
        height:auto;
    }
    .country-list ul li img{
        width: 100%;
        height: 100px;
        object-fit: cover;   /* å…³é”®ï¼šè£å‰ªä¸å˜å½¢ */
        object-position: center;
        display: block;      /* åŽ»æŽ‰ inline åŸºçº¿ç©ºç™½ */
    }
    .country-list{
        margin-top: -10px;
    }
}

/*=====================================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:990px) {
    .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;
    }

    .hot-list ul {
        width: 100%;
        margin-left: 0px;
        display: flex
    ;
        flex-wrap: wrap;
    }

    .hot-list li {
        min-width: 276px;
        /* height: 450px; */
        display: inline-block;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-left: 1px !important;
        margin-top: 10px;
        width: 100% !important;
    }

    .hot-list li .img {
        width: 100%;
        height: 550px;
        position: relative;
        object-fit:contain;
    }

    .hot-list li .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        justify-content: center;
        border-radius: 10px 10px 0px 0px;
    }
}


@media only screen and (min-width: 990px) and (max-width:1199px) {
    .order-list ul{
        /* width: 105%; */
        margin-left: -10px;
    }
    .order-list li{
        width: 46% !important;
        margin-left: 20px !important;
    }
    .order-list li:first-child{
        margin-top: 20px;
    }
    .hot-list li .img {
        width: 100%;
        height: 350px;
        position: relative;
    }

    .hot-list ul {
        width: 100%;
        margin: 0 auto;
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: left;
        gap: 20px;
        padding: 0;
        list-style: none;
    }
}

/*=====================================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%;
    }

    .service-btn-group {
        position: fixed;
        bottom: -1px;
        height: 52px;
        width: calc(100% - 40px);
        left: 0px;
        background: #fff;
        box-shadow: 0px -7px 7px -7px #dfdfdf;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 20px;
        box-sizing: content-box;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        gap: 10px;
    }
    .col-lg-0-4{
        width: 100%;
    }
    .detail-txt {
        display: none;
    }
    .detail-txt-mobile{
        display: block;
        margin-top: 20px;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-width: none;
        width: 100vw;
        height: fit-content;
    }
    .detail-txt-mobile::-webkit-scrollbar {
        display: none;
    }

    .detail-txt-mobile li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        min-height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ebebeb;
    }

    .detail-txt-mobile li span {
        display: block;
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
        color: #999999;
    }

    .detail-txt-mobile li .div-p {
        max-width: 50%;
        line-height: 40px;
        font-weight: 500;
        color: #343434;
        word-wrap: break-word;
    }

    .detail-txt-mobile li p {
        width: 50%;
        float: right;
        text-align: right;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        color: #343434;
    }

    .detail-txt-mobile li .img-content {
        display: flex;
        flex-direction: row-reverse;
        width: 50%;
        margin: 12px 0;
    }

    .detail-txt-mobile li .field-text {
        color: #999999;
    }

    .detail-txt-mobile li .field-image {
        width: 100px;
        height: auto;
        border-radius: 4px;
        border: 1px solid #eee;
        background-color: #f5f5f5;
    }

    .hot-list ul {
        width: 100%;
        margin-left: 0px;
        display: flex
    ;
        flex-wrap: wrap;
    }

    .hot-list li {
        min-width: 276px;
        display: inline-block;
        border: 1px solid #dbdbdb;
        border-radius: 10px;
        padding-bottom: 10px;
        margin-left: 1px;
        margin-top: 10px;
        width:100%
    }

    .hot-list li .img {
        width: 100%;
        height: 400px;
        position: relative;
        object-fit: cover;
    }

    .hot-list li .img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        justify-content: center;
        border-radius: 10px 10px 0px 0px;
    }
}
/*=====================================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;
    }

}



