/**头部样式**/
.header {
    width: 100%;
    min-width: 1200px;
    height: 114px;
    /*position:absolute;*/
    z-index: 999;
    background: #F8F8F8;
    border-bottom: 1px solid #E7E7E7;
}

.header_container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*padding: 0 300px 0 240px;*/
    position: relative;
    z-index: 999;
}

.header_container .logo {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 60px;
}

.header_container .logo_svg {
    display: block;
    width: 50;
    height: 55px;
}

.header_container .logo img {
    width: 100%;
}

.header_container .nav {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    margin-left: 130px;
}

.nav-list {
    white-space: nowrap;
    line-height: 32px;
    /*margin-top: 39px;*/
    float: left;
}

.nav-list-wrap {
    display: flex;
}

.nav-list li {
    position: relative;
}

.nav-list .nav-list-wrap>li>a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #060879;
    padding: 0 25px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    height: 114px;
    line-height: 114px;
}

.nav-arrow {
    margin-left: 3px;
    color: #F3BF4A;
    font-size: 14px;
}

.nav-list li.on>a,
.nav-list li:hover>a,
.nav-list .nav-child-list>li:hover>a {
    color: #060879;
}

.nav-list li:hover .nav-child-list {
    display: block;
}

.nav-child-list {
    display: none;
    position: absolute;
    width: 160px;
    left: 0;
    right: 0;
    margin-top: -2px;
    margin: auto;
    background: #fff;
    color: #060879;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}

/*.nav-child-list:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-right: 8px solid transparent;*/
/*    border-bottom: 8px solid #fff;*/
/*    border-left: 8px solid transparent;*/
/*    top: -8px;*/
/*    left: 50px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    font-size: 0;*/
/*    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .2));*/
/*}*/

/*.nav-child-list:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-right: 8px solid transparent;*/
/*    border-bottom: 8px solid #fff;*/
/*    border-left: 8px solid transparent;*/
/*    top: -7px;*/
/*    left: 50px;*/
/*    width: 0;*/
/*    height: 0;*/
/*    font-size: 0;*/
/*}*/

.nav-list .nav-child-list>li {
    border-bottom: 1px solid #e7e7e7;
}

.nav-list .nav-child-list>li:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.nav-list .nav-child-list>li>a {
    color: #060879;
    font-size: 14px;
    text-align: left;
    display: block;
    word-wrap: break-word;
    white-space: break-spaces;
    padding: 8px 10px 8px 20px;
    border-left: 3px solid transparent;
}

.nav-list .nav-child-list>li>a:hover {
    font-weight: 600;
    border-left: 3px solid #F3BF4A;
}

.fun-btns {
    margin: 0 5px;
    color: #060879;
}

.fun-btns .iconfont {
    color: #060879;
    vertical-align: -1px;
}

.fun-btns a {
    color: #060879;
}

.fun-btns .question-wrap .iconfont {
    margin-right: 3px;
}

.fun-btns .search-wrap {
    display: none;
}

.fun-btns .search-wrap .iconfont {
    vertical-align: -2px;
    cursor: pointer;
}

.question-wrap {
    font-size: 14px;
}

.nav-right {
    line-height: 114px;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 51;
}

.nav-right .user-btns {
    /*width: 140px;*/
    text-align: right;
}

.nav-right .user-btns a {
    /*padding: 0 15px;*/
    color: #060879;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    /*display: inline-block;*/
    display: none;
}

.nav-right .user-btns .reg-btn {
    background: #FFC700;
    color: #060879;
    line-height: 36px;
    padding: 0;
    width: 68px;
    text-align: center;
    font-weight: 600;
}

.user-info span a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
}

#login-banner,
#north .login-banner {
    /*position:absolute;*/
    /*right:0;*/
    height: 114px;
    /*display: inline-block;*/
    float: left;
    text-align: right;
    width: auto;
    display: none;
}

#login-banner .user-box,
#north .login-banner .user-box {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    height: 114px;
}

#login-banner .user-box>.iconfont,
#north .login-banner .user-box>.iconfont {
    font-size: 14px;
    /*vertical-align: -3px;*/
    color: #060879;
    display: none;
}

#login-banner .user-box>a,
#north .login-banner .user-box>a {
    display: inline-block;
    /*display: none;*/
}

#login-banner .user-box>a img,
#north .login-banner .user-box>a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*vertical-align: middle;*/
    margin-top: -3px;
}

#login-banner .uname,
#north .login-banner .uname {
    padding-left: 10px;
    color: #060879;
    /*vertical-align: middle;*/
    font-size: 14px;
    display: none;
}

#login-banner .user-box:hover .login-wrap,
#north .login-banner .user-box:hover .login-wrap {
    display: block;
}

.login-wrap {
    position: absolute;
    min-width: 160px;
    width: fit-content;
    top: 114px;
    right: 0;
    background: #fff;
    /*border: 1px solid #eee;*/
    z-index: 999;
    color: #060879;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 10px 2px rgba(0, 0, 0, 0.2);
}

/*.login-wrap:before,*/
/*.login-wrap:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 20px;*/
/*    margin: auto;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*}*/

/*.login-wrap:before {*/
/*    top: -10px;*/
/*    border-bottom: 10px solid #eee;*/
/*}*/

/*.login-wrap:after {*/
/*    top: -8px;*/
/*    border-bottom: 10px solid #fff;*/
/*}*/

.login-wrap ul li>a {
    color: #060879;
    font-size: 14px;
    text-align: left;
    display: block;
    white-space: nowrap;
    padding: 8px 20px 8px 20px;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #e7e7e7;
    line-height: 32px;
}

.login-wrap ul li:last-child a {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.login-wrap ul li:hover a {
    color: #060879;
    text-decoration: none;
}

.login-wrap ul li>a:hover {
    font-weight: 600;
    letter-spacing: -0.013em;
    border-left: 3px solid #F3BF4A;
}

.login-wrap ul li a .iconfont {
    margin-right: 10px;
    font-size: 18px;
}

.login-wrap ul li>a:hover .iconfont {
    font-weight: normal;
}

#login-banner span a,
#north .login-banner span a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 3px;
}

.message-box {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
    position: relative;
    /*display: none;*/
}

.message-box a {
    color: #060879;
}

.message-box .msg-icon {
    line-height: 114px;
    font-size: 16px;
    cursor: pointer;
}

.msg-num {
    font-size: 14px;
    margin-left: 2px;
}

.m-menu-icon,
.nav-list-modal {
    display: none;
}

.nav-right .cart-wrap {
    position: relative;
}

.nav-right .cart-wrap a {
    color: #060879;
}

#changeLang {
    width: 86px;
    height: 34px;
    line-height: 34px;
    margin-top: 40px;
    padding: 0 10px;
    border-radius: 30px;
    border-width: 1px;
    border-color: #F3BF4A;
    border-style: solid;
    color: #060879;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#changeLang a {
    color: #060879;
}

#changeLang .iconfont {
    color: #F3BF4A;
    font-size: 14px;
    margin-left: 5px;
}

.lang-select {
    display: none;
    position: absolute;
    top: -1px;
    border: 1px solid #F3BF4A;
    background: #fff;
    width: 86px;
    border-radius: 17px;
    padding: 20px 0;
    left: -1px;
}

.changeLang:hover .lang-select {
    display: block;
}

/*选择货币*/
#changeCurrency {
    width: 76px;
    height: 34px;
    line-height: 34px;
    margin-top: 40px;
    padding: 0 10px;
    border-radius: 30px;
    border-width: 1px;
    border-color: #F3BF4A;
    border-style: solid;
    color: #060879;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#changeCurrency a {
    color: #060879;
}

#changeCurrency .iconfont {
    color: #F3BF4A;
    font-size: 14px;
    margin-left: 5px;
}

#changeCurrency .currency-select {
    display: none;
    position: absolute;
    top: -1px;
    border: 1px solid #F3BF4A;
    background: #fff;
    width: 76px;
    border-radius: 17px;
    padding: 20px 0;
    left: -1px;
}

#changeCurrency:hover .currency-select {
    display: block;
}

.en-lang .login-wrap {
    width: 130px;
}

.en-lang .nav-list .nav-list-wrap>li>a {
    font-size: 14px;
    padding: 0 20px;
}

.en-lang .nav-child-list {
    width: 230px;
}

.en-lang .nav-list .nav-child-list>li>a {
    font-size: 13px;
    white-space: nowrap;
    padding: 10px 20px 10px 30px;
    word-break: keep-all;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.en-lang .login-wrap {
    width: 135px;
}

@media only screen and (min-width: 1440px) and (max-width:1500px) {
    .nav-list .nav-list-wrap>li>a {
        padding: 0 20px;
    }
    
    .en-lang .nav-list .nav-list-wrap>li>a {
        padding: 0 18px;
    }
}

@media only screen and (min-width: 1360px) and (max-width:1440px) {
    .nav-list .nav-list-wrap>li>a {
        padding: 0 15px;
    }
    
    .en-lang .nav-list .nav-list-wrap>li>a {
        padding: 0 12px;
    }
}

@media only screen and (min-width: 1300px) and (max-width:1360px) {
    .nav-list .nav-list-wrap>li>a {
        padding: 0 12px;
    }
    
    .en-lang .nav-list .nav-list-wrap>li>a {
        padding: 0 8px;
    }
}

@media only screen and (min-width: 640px) and (max-width:1280px) {
    .header_container .logo {
        left: 20px;
    }

    .header_container .nav {
        margin-left: 90px;
    }

    .nav-list .nav-list-wrap>li>a {
        padding: 0 14px;
        font-size: 14px;
    }

    .nav-right {
        right: 10px;
    }

    .en-lang .nav-list .nav-list-wrap>li>a {
        padding: 0 8px;
    }

    .nav-right .m-l-lg {
        margin-left: 20px;
    }
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {

    body,
    html,
    .header {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 60px;
    }

    .header_container {
        padding: 0;
    }
    
    .header_container .logo {
        left: 20px;
    }

    .header_container .nav {
        position: absolute;
        right: 0;
        padding-left: 0;
        width: 50px;
        z-index: 1000;
        margin-left: 0;
    }

    .m-menu-icon {
        width: 28px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin-top: 22px;
        color: #F3BF4A;
        cursor: pointer;
        display: block;
    }

    .m-menu-icon .iconfont {
        font-size: 20px;
    }

    .m-menu-icon .icon-close {
        display: none;
    }

    .m-menu-icon .icon-open {
        display: block;
    }

    .nav.open .m-menu-icon .icon-close {
        display: block;
    }

    .nav.open .m-menu-icon .icon-open {
        display: none;
    }

    .nav-list {
        display: none;
    }

    .nav.open .nav-list {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        transform: translate(0, 0);
        /*height: calc(100vh - 60px);*/
        height: 366px;
        z-index: 10;
        margin-top: 0;
        border-radius: 0 0 0 25px;
        width: 260px;
        box-shadow: 6.45px 6.45px 20.64px 5px #0608796A;
    }

    .nav.open .nav-list-wrap {
        display: block;
        border-left: 1px solid #D8D8D8;
        min-height: 305px;
    }

    .nav-list-overview {
        overflow-y: auto;
        height: 305px;
        padding-left: 60px;
        overflow-x: hidden;
    }

    .nav-list .nav-list-wrap>li>a {
        padding: 0 18px;
        border-bottom: 1px solid #D8D8D8;
        line-height: 48px;
        height: 50px;
        font-size: 14px;
        box-sizing: unset;
    }

    .nav-list .nav-list-wrap>li:last-child>a {
        border-bottom: none;
    }

    .nav.open .nav-list-modal {
        display: block;
    }

    .nav-child-list {
        padding-left: 30px;
        position: relative;
        box-shadow: none;
        border-bottom: 1px solid #D8D8D8;
        border-radius: 0;
        width: auto;
    }

    .en-lang .nav-child-list {
        width: auto;
    }

    .nav-child-list:before,
    .nav-child-list:after {
        display: none;
    }

    .nav-list li:hover .nav-child-list {
        display: none;
    }

    .nav-list .nav-child-list>li {
        border-bottom: 1px solid #D8D8D8;
        border-left: 1px solid #D8D8D8;
    }

    .nav-list .nav-child-list>li>a,
    .en-lang .nav-list .nav-child-list>li>a {
        text-align: left;
        padding: 15px 10px;
        word-wrap: break-word;
        white-space: break-spaces;
        line-height: 1.5;
        border-left: 0;
    }

    .nav-list .nav-child-list>li:last-child {
        border-bottom: none;
        border-radius: 0;
        overflow: visible;
    }

    .nav-right {
        right: 70px;
        z-index: 9;
        padding-right: 10px;
        line-height: 60px;
    }

    .nav-right .user-btns a {
        padding: 0 10px;
        font-size: 12px;
    }

    .nav-right .user-btns .reg-btn {
        font-size: 12px;
        width: 60px;
        height: 30px;
        line-height: 30px;

    }

    .fun-btns {
        display: none;
    }

    .nav-right .user-btns {
        display: none !important;
    }

    .message-box {
        margin-right: 15px;
    }

    #login-banner {
        width: auto;
        margin-left: 15px;
        height: 60px;
        display: none !important;
    }

    #login-banner .user-box,
    #north .login-banner .user-box {
        margin-right: 0;
        height: 60px;
    }

    .nav-right .cart-wrap a span {
        color: #F3BF4A !important;
    }

    #changeLang {
        margin-top: 14px;
    }

    #north .login-banner {
        width: auto;
        height: 60px;
        float: none;
    }

    .userinfo-wrap {
        border-bottom: 1px solid #D8D8D8;
        height: 60px;
        box-sizing: border-box;
    }

    #north .login-banner .user-box>a {
        margin-top: 12px;
        margin-right: 20px;
    }

    .nav-login {
        line-height: 60px;
        float: right;
        margin-right: 20px;
        font-size: 16px;
    }

    .en-lang .nav-login {
        font-size: 14px;
    }

    .login-wrap {
        top: 60px;
        right: 10px;
        border-radius: 10px;
        box-shadow: 6.45px 6.45px 20.64px 5px #0608796A;
    }

    .nav-arrow {
        margin-left: 10px;
    }

    .mobile-header-wrap {
        display: none !important;
    }
    
    #changeCurrency {
        display: none;
    }
}