.nav-fixed{
    /* 固定位置 */
    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{
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
}
.header-section,
.header-section .box{
    width: 100%;
    height: 0.8rem;
    font-size: 0.16rem;
    background: #FFFFFF;
}

.header-section .drop{
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.04rem;
}

.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 .logo-p{
    width: 2.17rem;
    height: 0.31rem;
}

.header-section .box .left-box .more-country-box{
    margin-left: 0.2rem;
    height: 100%;
    position: relative;
}

.header-section .box .left-box .more-country-box .national-flag{
    width: 0.4rem;
    height: 0.26rem;
    margin-right: 0.04rem;
    box-shadow: 0 0.03rem 0.06rem 0.01rem rgba(51,51,51,0.1);
}

.header-section .box .left-box .more-country-box .drop{
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.04rem;
}

.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: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.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: 0.8rem;
    /*left: -0.21rem;*/
    z-index: 500;
    display: none;
}

.header-section .box .right-box .menu-item .menu-item-xl .housing-xl-box{
    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 .menu-item .menu-item-xl .housing-xl-box li{
    line-height: 0.4rem;
}

.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: 0.2rem;
    height: 0.2rem;
    margin-right: 0.04rem;
}

.header-section .box .right-box .menu-item .lang-xl-box{
    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;
    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: 0.4rem;
    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: 0.04rem 0.06rem;
    border: 0.01rem solid var(--blue-color);
    border-radius: 0.04rem;
    color: var(--blue-color);
}

.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 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 .acconut-xl-box li a{
    white-space: nowrap;
}

.header-section .box .right-box .country-logo{
    width: 0.4rem;
    height: 0.26rem;
    margin-right: 0.04rem;
    box-shadow: 0 0.02rem 0.04rem 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;
}

/*自适应菜单 - 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;
}
.menu-popup-box .content-box .top{
    width: 100%;
    height: 44px;
}
.menu-popup-box .content-box .top .logo{
    width: 132px;
    height: 22px;
    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{
    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 .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 (max-width:768px){
    .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,
    .header-section .box{
        height: 52px;
        font-size: 14px;
    }

    .header-section .box .left-box .logo-p{
        width: 132px;
        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: 0px 2px 4px 0px 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;
    }
}
