@media screen and (min-width: 1024px) {
    .header-section .box .left-box .logo-p{
        width: 12.67rem;
        height: 3rem;
    }

    .header-section{
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        z-index: 500;
    }
    .header-section,
    .header-section .box{
        width: 100%;
        height: 5.72rem;
        font-size: 1.14rem;
        background: #FFFFFF;
    }

    .header-section .drop{
        width: 1.14rem;
        height: 1.14rem;
        margin-left: .28rem;
    }

    .header-section .box .left-box,
    .header-section .box .right-box{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-section .box .left-box .more-country-box{
        margin-left: 1.44rem;
        height: 100%;
        position: relative;
        cursor: pointer;
    }

    .header-section .box .left-box .more-country-box .national-flag{
        width: 2.86rem;
        height: 1.86rem;
        margin-left: .28rem;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
    }
    .header-section .box .left-box .more-country-box span{
        margin: .28rem;
        font-size: 1.14rem;
    }

    .header-section .box .left-box .more-country-box .drop{
        width: 1.14rem;
        height: 1.14rem;
        margin-left: .28rem;
    }

    .header-section .box .left-box .more-country-box .country-drop-box{
        position: absolute;
        top: 0.8rem;
        left: -0.21rem;
        background: #FFFFFF;
        padding: 0 0.2rem;
        border: 0.01rem solid #F0F0F0;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        border-radius: 0.04rem;
        z-index: 500;
        display: none;
    }

    .header-section .box .left-box .more-country-box .country-drop-box li a{
        height: 0.48rem;
    }

    .header-section .box .left-box .more-country-box .country-drop-box li a:hover{
        color: var(--blue-color);
    }

    .header-section .box .left-box .more-country-box .country-drop-box .national-flag{
        width: 0.42rem;
        height: auto;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
    }

    .header-section .box .m-right-box{
        display: none;
    }

    .header-section .box .right-box .menu-item {
        position: relative;
        height: 100%;
        margin-left: 1.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .header-section .box .right-box .menu-item a{
        font-size: 1.14rem;
    }

    .header-section .box .right-box .menu-item:first-child{
        margin-left: 0;
    }

    .header-section .action,
    .header-section .box .right-box .menu-item a:hover,
    .header-section .box .right-box .menu-item .lang-xl-box li:hover,
    .header-section .box .right-box .acconut-xl-box li:hover{
        color: var(--blue-color);
    }

    .header-section .box .right-box .menu-item .menu-item-xl{
        position: absolute;
        top: 5.72rem;
        z-index: 500;
        display: none;
    }

    .header-section .box .right-box .menu-item .menu-item-xl .housing-xl-box{
        background: #FFFFFF;
        padding: 0 1.4rem;
        border: 1px solid #F0F0F0;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        border-radius: .28rem
    }

    .header-section .box .right-box .menu-item .menu-item-xl .housing-xl-box li{
        line-height: 2.8rem;
    }

    .header-section .box .right-box .menu-item .menu-city{
        border: 1px solid #B6B6B6;
        border-radius: 0.04rem;
        padding: 0.04rem;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .header-section .box .right-box .menu-item .menu-city img{
        width: 0.20rem;
        height: 0.20rem;
        margin-right: 0.04rem;
    }

    .header-section .box .right-box .menu-item .city-item-xl{
        position: absolute;
        top: 0.8rem;
        right: 0;
        width: 3.88rem;
        max-height: 5.41rem;
        overflow: auto;
        background-color: rgba(51, 51, 51, 0.92);
        padding: 0.2rem;
        border: 1px solid rgba(255,255,255,0.5);
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        border-radius: 0.04rem;
        z-index: 500;
        display: none;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-clone{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-clone img{
        width: 0.2rem;
        height: 0.2rem;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-xl-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-xl-box li{
        position: relative;
        width: calc((100% - .16rem) / 2);
        height: 0.94rem;
        margin-top: 0.16rem;
        border-radius: 0.04rem;
        overflow: hidden;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-xl-box li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-xl-box li a{
        width: 100%;
        height: 100%;
    }

    .header-section .box .right-box .menu-item .city-item-xl .city-xl-box li span{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #FFFFFF;
    }

    .header-section .box .right-box .menu-item img.lang{
        width: 1.4rem;
        height: 1.4rem;
        margin-right: .28rem;
    }

    .header-section .box .right-box .menu-item .lang-xl-box{
        background: #FFFFFF;
        padding: 0 1rem;
        border: 0.01rem solid #F0F0F0;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        border-radius: 0.04rem;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .header-section .box .right-box .menu-item .lang-xl-box li,
    .header-section .box .right-box .acconut-xl-box li{
        line-height: 2.8rem;
        white-space: nowrap;
    }

    .header-section .box .right-box .logged-in{
        display: none;
    }

    .header-section .box .right-box .account-box,
    .header-section .box .right-box .lonin-box{
        padding: .28rem .42rem;
        border: .07rem solid var(--blue-color);
        border-radius: .28rem;
        color: var(--blue-color);
    }

    .header-section .box .right-box .lonin-box:hover{
        color: #FFFFFF;
        background: var(--blue-color);
    }

    .header-section .box .right-box .agent-hub a{
        padding: .28rem .42rem;
        border: .07rem solid var(--blue-color);
        background: var(--blue-color);
        border-radius: .28rem;
        color: #FFFFFF;
    }
    .header-section .box .right-box .agent-hub a:hover{
        color: var(--blue-color);
        background: #FFFFFF;
    }

    .header-section .box .right-box .account-box img{
        width: 0.18rem;
        height: 0.18rem;
    }
    .header-section .box .right-box .acconut-xl-box{
        background: #FFFFFF;
        padding: 0 1.42rem;
        border: 1px solid #F0F0F0;
        box-shadow: 0 3px 6px 1px rgba(51,51,51,0.1);
        border-radius: 4px;
    }

    .header-section .box .right-box .acconut-xl-box li a{
        white-space: nowrap;
    }

    .header-section .box .right-box .country-logo{
        width: 2.86rem;
        height: 1.86rem;
        margin-right: 4px;
        box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.25);
        overflow: hidden;
    }

    .header-section .box .right-box .country-logo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-section .box .right-box .all-country-ul li{
        display: flex;
        align-items: center;
    }

    .header-section .box .right-box .pla-country-box,
    .header-section .box .right-box .all-country-ul li a{
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        flex-wrap: nowrap;
    }

    .header-section .box .right-box .all-country-ul{
        background: #FFFFFF;
        padding: 0 0.2rem;
        border: 0.01rem solid #F0F0F0;
        box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
        border-radius: 0.04rem;
    }

    .header-section .box .right-box .all-country-ul li{
        height: 0.48rem;
    }

    .popup-country .hot-city{
        font-size: 1.86rem;
    }
    .popup-country ul.hot-city-box{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .popup-country ul.hot-city-box li{
        width: calc(100% / 7);
        text-align: center;
        margin-top: 2.14rem;
        margin-right: 3.28rem;
        height: 2.56rem;
        margin-bottom: 4px;
        border-radius: 4px;
        border: 1px solid #6785FD;
        color: #365EDD;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap; /* 不换行 */
        overflow: hidden; /* 隐藏溢出部分 */
        text-overflow: ellipsis; /* 使用省略号代替溢出部分 */
    }
    .popup-country ul.hot-city-box li a{
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 2.56rem;
        color: #6785FD;
    }
    .popup-country ul.hot-city-box li:hover{
        background: #365EDD;
    }
    .popup-country ul.hot-city-box li:hover a{
        color: #FFFFFF;
    }
    .popup-country .country-city{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .popup-country .country-city .country-tab{
        margin-top: 2.86rem;
        display: flex;
        align-items: center;
    }
    .popup-country .country-city .country-tab .mini-logo{
        width: 3.7rem;
        border: 1px solid rgba(232, 232, 232, .5);
    }
    .popup-country .country-city .country-tab .name{
        margin-left: .72rem;
        font-size: 1.72rem;
    }
    .popup-country .country-city .country-tab .name:hover{
        color: #6785FD;
    }

}

/*自适应菜单 - start*/
.menu-popup-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 510;
    display: none;
}
.menu-popup-box .content-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background: #FFFFFF;
    padding: 16px 16px 48px 16px;
}
.menu-popup-box .content-box .top{
    width: 100%;
    height: 44px;
}
.menu-popup-box .content-box .top .logo{
    width: 132px;
    height: 22px;
}
.menu-popup-box .content-box .top .close-btn{
    width: 24px;
    height: 24px;
}
.menu-popup-box .content-box .bot{
    width: 100%;
    height: calc( 100% - 56px );
    overflow: auto;
}
.menu-popup-box .content-box .bot .not-logged,
.menu-popup-box .content-box .bot .agenthub{
    width: 100%;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    color: #FFFFFF;
    background: var(--blue-color);
    border-radius: 4px;
}

.menu-popup-box .content-box .bot .agenthub{
    margin-top: 1rem;
}

.menu-popup-box .content-box .bot .title-1{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.menu-popup-box .content-box .bot .account-btn,
.menu-popup-box .content-box .bot .account-xl-box{
    display: none;
}

.menu-popup-box .content-box .bot .title-1 img{
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
}
.menu-popup-box .content-box .bot .m-lang-box{
    display: none;
}
.menu-popup-box .content-box .bot .title-2,
.menu-popup-box .content-box .bot .account-xl-box li{
    padding: 0 16px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
.menu-popup-box .content-box .bot .title-2>div{
    line-height: 44px;
}

.menu-popup-box .content-box .bot .line{
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    margin: 12px 0;
}
/*自适应菜单 - end*/

@media screen and (min-width: 350px) and (max-width: 1020px){
    .header-section{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: 500;
    }
    .header-section,
    .header-section .box{
        height: 52px;
        font-size: 14px;
    }
    .header-section .box .right-box,
    .header-section .box .left-box .more-country-box{
        display: none;
    }

    .header-section .box .m-right-box{
        display: block;
    }

    .header-section .box .left-box .logo-p{
        width: 131px;
        height: auto;
    }

    .header-section .box .m-right-box .anniu-box{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .header-section .box .m-right-box .anniu-box .more-img{
        width: 16px;
        height: auto;
    }

    .header-section .box .m-right-box .anniu-box .country-logo{
        width:24px;
        height: 14px;
        box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.25);
        margin-right: 0.29rem;
        position: relative;
    }

    .header-section .box .m-right-box .anniu-box .country-logo img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}