
.right_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.right_line {
    background: #e5e5e5;
    display: inline-block;
    height: 10px;
    margin: 0 12px;
    width: 1px;
}

.current-country-box .country-info {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.country-info:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/headi4.png) top center no-repeat;
    padding-right: 20px;
    transition: all 0.1s;
    vertical-align: middle;
}

.current-country-box:hover .country-info:after {
    background-position: bottom center
}

.country-currency-wrap {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: 300px;
    z-index: 146;
    display: none;
}

.triangle-up {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    display: inline-block;
    height: 16px;
    transform: rotate(45deg);
    width: 16px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: -8px;
    z-index: 99;
    left: 270px;
}

.triangle-up-line {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.country-currency-box {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
}

.country-currency-box .select-country {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 hsla(0, 8%, 44%, .3);
    color: #19191a;
    display: flex;
    height: 440px;
    padding: 20px;
    width: 100%;
}

.select-country .gray-bg-mask {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.right-country-wrap {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    -webkit-box-flex: 1;
    background-color: #fff;
    display: flex;
    flex: 1;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 3px 0;
    flex-direction: column;
}

.right-country-wrap .country-active-box {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
    align-items: center;
}

.right-country-wrap .country-active-box .iconfont_yes {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(../img/yes.png) top center no-repeat;
}

.right-country-wrap .country-active-box span {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.right-country-wrap .current_line {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 12px 0;
}

.right-country-wrap .search-box {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
}

.right-country-wrap .search-box .iconfont_search {
    background: url(../img/search_top.png) top center no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 16px;
    left: 12px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 16px;
}

.right-country-wrap .search-box .inp {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0;
    background: none;
    outline: none;
    -webkit-appearance: button;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    color: #19191a;
    display: block;
    transition: all .3s;
    font-size: 12px;
    height: 34px;
    line-height: 20px;
    padding: 8px 36px 8px 12px;
    width: 100%;
}

.right-country-wrap .country-list-box {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-box-flex: 1;
    flex: 1;
    margin-right: -20px;
    overflow-y: auto;
    padding-right: 20px;
}

.right-country-wrap .country-list-box .country-box {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    list-style: none;
}

.right-country-wrap .country-list-box .country-box .item {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    list-style: none;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.right-country-wrap .country-list-box .country-box .item div {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 8px 12px;
}

.right-country-wrap .country-list-box .country-box .item div span {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
    padding-bottom: 4px;
}

.right-country-wrap .country-list-box .country-box .item div span .country-name {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    color: #19191a;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
}

.right-country-wrap .country-list-box .country-box .item div span .country-lang-symbol {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-text-size-adjust: none;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
    -webkit-appearance: none;
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0;
    color: #0060bf;
    cursor: pointer;
}

@media (max-width: 768px) {
    .no-scroll {
        overflow: hidden; /* 禁止滚动 */
        height: 100vh; /* 确保内容在视口中 */
    }
    .m_header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header_top .iconfont_down {

    }
    .m_header_top .website_box{
        max-width: 35%;
        display: flex;
        justify-content: flex-end;
    }
    .m_header_top .website_box .current_country_info{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m_header_top .iconfont_down:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 6px;
        background: url(../img/headi4.png) top center no-repeat;
        padding-right: 20px;
        transition: all 0.1s;
        vertical-align: middle;
    }

    .m_header_top .iconfont_down.on:after {
        background-position: bottom center
    }

    .change_website_wrap_m {
        position: fixed;
        right: 0;
        background: #ffffff;
        display: none;
        border-top:1px solid #F5F4F3;
        padding-bottom: 40px;
        box-shadow: 0px 0px 20px rgb(132 132 132 / 15%);
        flex-direction: column;
        bottom: 0;
        left: 0;
        /*padding: 0;*/
        z-index: 1999;
        top: 34px;
        height: calc(-34px + 100vh);
    }

    .change_website_header {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        align-items: center;
        color: #19191a;
        font-size: 16px;
        font-weight: 400;
        justify-content: space-between;
        line-height: 24px;
        position: relative;
        display: flex;
        border-bottom: none;
        padding: 16px;
    }

    .current_country {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        align-items: center;
        display: flex;
        flex-shrink: 0;
        padding: 0;
    }

    .country_info {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 0;
        color: #19191a;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
    }

    .iconfont_close {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        -webkit-text-size-adjust: none;
        font-weight: 400;
        line-height: 24px;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        font-family: iconfont !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        align-items: center;
        color: #707070;
        cursor: pointer;
        display: flex;
        font-size: 16px;
        height: 100%;
        justify-content: center;
        padding: 0 16px;
        right: 0;
        top: 0;
        background: url(../img/ph_close.png) top center no-repeat;
    }

    .iconfont_yes {
        width: 14px;
        height: 14px;
        margin-right: 10px;
        background: url(../img/yes.png) top center no-repeat;
    }

    .current_line {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        outline: none;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
        margin: 0 auto 12px;
        width: calc(100% - 32px);
    }

    .search_box {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        flex-shrink: 0;
        position: relative;
        margin-bottom: 12px;
        margin-top: 0;
        padding: 0 16px;
    }

    .wapHead .iconfont_search {
        background: url(../img/search_top.png) top center no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        height: 16px;
        left: 30px;
        line-height: 16px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        width: 16px;
    }

    .wapHead .search_box input {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: none;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 0;
        background: none;
        outline: none;
        -webkit-appearance: button;
        border: 1px solid #e5e5e5;
        border-radius: 3px;
        color: #19191a;
        display: block;
        transition: all .3s;
        font-size: 12px;
        height: 34px;
        line-height: 20px;
        padding: 8px 36px 8px 12px;
        width: 100%;
    }

    .wapHead .country_list_box {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        flex: 1 1 auto;
        overflow-y: auto;
        margin-right: 0;
        padding: 0 16px;
    }

    .wapHead .country_list {
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC", "Microsoft YaHei", Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        outline: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .wapHead .item{
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC","Microsoft YaHei",Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        outline: none;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }
    .wapHead .country_list li>div{
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC","Microsoft YaHei",Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        color: #19191a;
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 12px;
    }

    .wapHead .country_list li>div>span{
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC","Microsoft YaHei",Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 0;
        cursor: pointer;
        padding-bottom: 4px;
        color: #0060bf;
    }
    .wapHead .country_list li>div>span .country_name{
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC","Microsoft YaHei",Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        cursor: pointer;
        color: #0060bf;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 0;
    }
    .wapHead .country_list li>div>span  .country_lang_symbol{
        --fs-color-white: #fff;
        --fs-bg-color-overlay: #fff;
        --fs-color-black: #000;
        --fs-color-regular: #19191a;
        --fs-color-content: #646466;
        --fs-text-color-placeholder: #89898c;
        --fs-text-color-regular: #19191a;
        --fs-text-color-disabled: #c0c4cc;
        --fs-fill-color-blank: #fff;
        --fs-fill-color-light: #f5f7fa;
        --fs-fill-color-light3: #f7f7f7;
        --fs-disabled-border-color: #e4e7ed;
        --fs-disabled-bg-color: #f7f7f7;
        --fs-border-width: 1px;
        --fs-border-style: solid;
        --fs-border-color: #e5e5e5;
        --fs-border-button-color: #ccc;
        --fs-border-color-hover: var(--fs-text-color-regular);
        --fs-border: var(--fs-border-width) var(--fs-border-style) var(--fs-border-color);
        --fs-border-radius-regular: 3px;
        --fs-border-radius-normal: 4px;
        --fs-border-radius-round: 9999px;
        --fs-border-radius-circle: 100%;
        --fs-font-weight-normal: normal;
        --fs-font-size-extra-small: 12px;
        --fs-font-size-small: 13px;
        --fs-font-size-base: 14px;
        --fs-font-size-medium: 16px;
        --fs-font-size-large: 18px;
        --fs-font-size-extra-large: 20px;
        --fs-input-height: 20px;
        --fs-input-height-extra-small: 28px;
        --fs-input-height-small: 32px;
        --fs-input-height-regular: 36px;
        --fs-input-height-base: 42px;
        --fs-transition-duration: .3s;
        --fs-transition-duration-fast: .2s;
        --swiper-theme-color: #007aff;
        --swiper-navigation-size: 44px;
        font-family: "PingFang SC","Microsoft YaHei",Arial, Helvetica, sans-serif;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        -webkit-text-size-adjust: none;
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box;
        margin: 0;
        outline: none;
        padding: 0;
        color: #0060bf;
        cursor: pointer;
        text-decoration: none;
    }
}


.pcHead .lang-box {
    margin-left: 38px;
    padding-left: 25px;
    background: url(../img/earth.png) left center no-repeat;
    background-size: 18px;
    color: #666;
    position: relative;
}
.pcHead .lang-box:hover .lang-currency-mask {
    display: flex;
}
.pcHead .lang-box .lang-cell:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/headi4.png) top center no-repeat;
    padding-right: 20px;
    transition: all 0.1s;
    vertical-align: middle;
}
.pcHead .lang-box:hover .lang-cell:after {
    transform: rotate(180deg);
}
.pcHead .lang-box .lang-currency-mask {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 21px 27px 21px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(142,142,142,0.25);
    border-radius: 4px;

    flex-direction: column;
    align-items: center;
}
.pcHead .lang-box .lang-currency-mask .a-box {
    width: max-content;
    line-height: initial;
    margin-top: 11px;
}
.pcHead .lang-box .lang-currency-mask .a-box:first-child {
    margin-top: 0;
}
.pcHead .lang-box .lang-currency-mask .a-box .a {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    display: block;
    width: max-content;
    cursor: pointer;
}
.pcHead .lang-box .lang-currency-mask .a-box .a:hover {
    text-decoration: underline !important;
    color: #0060BF;
}


.pcHead .currency-box {
    margin-left: 38px;
    padding-left: 25px;
    background: url(../img/currency.png) left center no-repeat;
    background-size: 18px;
    color: #666;
    position: relative;

}
.pcHead .currency-box:hover .currency-mask {
    display: flex;
}
.pcHead .currency-box .currency-cell:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../img/headi4.png) top center no-repeat;
    padding-right: 20px;
    transition: all 0.1s;
    vertical-align: middle;
}
.pcHead .currency-box:hover .currency-cell:after {
    transform: rotate(180deg);
}
.pcHead .currency-box .currency-mask {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 21px 27px 21px 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(142,142,142,0.25);
    border-radius: 4px;

    flex-direction: column;
    align-items: center;
}
.pcHead .currency-box .currency-mask .a-box {
    width: max-content;
    line-height: initial;
    margin-top: 11px;
}
.pcHead .currency-box .currency-mask .a-box:first-child {
    margin-top: 0;
}
.pcHead .currency-box .currency-mask .a-box .a {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    display: block;
    width: max-content;
    cursor: pointer;
}
.pcHead .currency-box .currency-mask .a-box .a:hover {
    text-decoration: underline !important;
    color: #0060BF;
}
.wapHead .lang-box {
    flex: 1;
    position: sticky;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 27px 0 27px;
    background: #fff;
    line-height: initial;
    display: flex;
    justify-content: center;
}
.wapHead .lang-box .con-txt {
    padding-left: 27px;
    background: url(../img/earth.png) left center no-repeat;
    background-size: 19px;
    color: #666666;
    font-size: 14px;
}
.wapHead .lang-box .currency-txt {
    padding-right: 27px;
    padding-left: 27px;
    background: url(../img/currency.png) left center no-repeat;
    background-size: 19px;
    color: #666666;
    font-size: 14px;
}

header .wapHead .line1 {
    z-index: 26;
}
header .wapHead .line-lang {
    height: calc(100vh - 48px);
    position: fixed;
    top: 48px;
    background: #ffffff;
    width: 100%;
    z-index: 24;
    left: -100%;
    transition: all 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
}
header .wapHead .line-lang.show {
    left: 0;
}

header .wapHead .line-lang .back-box {
    margin-top: 24px;
    padding-left: 12px;
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    background: url(../img/left-icon.png) left center no-repeat;
    background-size: 7px;
}
header .wapHead .line-lang .line-list {
    margin-top: 26px;
}
header .wapHead .line-lang .line-list li {
    margin-bottom: 16px;
}
header .wapHead .line-lang .line-list li a {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}



header .wapHead .currency-lang {
    height: calc(100vh - 48px);
    position: fixed;
    top: 48px;
    background: #ffffff;
    width: 100%;
    z-index: 24;
    left: -100%;
    transition: all 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
}
header .wapHead .currency-lang.show {
    left: 0;
}

header .wapHead .currency-lang .back-box {
    margin-top: 24px;
    padding-left: 12px;
    color: #666666;
    font-size: 14px;
    line-height: 19px;
    background: url(../img/left-icon.png) left center no-repeat;
    background-size: 7px;
}
header .wapHead .currency-lang .currency-list {
    margin-top: 26px;
}
header .wapHead .currency-lang .currency-list li {
    margin-bottom: 16px;
}
header .wapHead .currency-lang .currency-list li a {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}




header .line1 {
    min-height: 34px;
    height: auto;
}
header .pcHead .line1 .clearfix {
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
header .pcHead .line1 .clearfix #welcomeTips {
    flex: 1;
    line-height: 1.6;
    padding-right: 26px;
    padding-top: 5.8px;
    padding-bottom: 5.8px;
}
header .pcHead .line1 .clearfix .right_box {
    flex-shrink: 0;
}
header .pcHead .line1 .clearfix .right_box .right_ctn {
    margin-left: 38px;
}
.pcHead .lang-box select {
    border: none;

}
@media (max-width: 768px) {
    header .wapHead .line2 {
        display: flex;
        flex-direction: column;
    }
    .wapHead .lang-box select {
        border: none;
        font-size: 16px;
        height: max-content;
    }
    .wapHead .lang-box {
        display: flex;
        align-items: flex-end;
    }

    .mb_welcome .currency-box {
        padding-left: 15px;
        background-size: 18px;
        color: #666;
        position: relative;

    }
    .mb_welcome .currency-box.show .currency-mask {
        display: flex;
    }
    .mb_welcome .currency-box .currency-cell:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 6px;
        background: url(../img/headi4.png) top center no-repeat;
        padding-right: 2px;
        transition: all 0.1s;
        vertical-align: middle;
    }
    .mb_welcome .currency-box.show .currency-cell:after {
        transform: rotate(180deg);
    }
    .mb_welcome .currency-box .currency-mask {
        display: none;
        position: absolute;
        z-index: 10;
        top: calc(100% + 8px);
        right: 0;
        padding: 16px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px 0px rgba(142,142,142,0.25);
        border-radius: 4px;

        flex-direction: column;
        align-items: center;
    }
    .mb_welcome .currency-box .currency-mask .a-box {
        width: max-content;
        line-height: initial;
        margin-top: 11px;
    }
    .mb_welcome .currency-box .currency-mask .a-box:first-child {
        margin-top: 0;
    }
    .mb_welcome .currency-box .currency-mask .a-box .a {
        color: #333333;
        font-size: 14px;
        line-height: 19px;
        display: block;
        width: max-content;
        cursor: pointer;
    }
}