/**头部样式**/
#north .flex {
    display: flex;
    align-items: center;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    /*position:absolute;*/
    z-index: 999;
    background: #fff;
    box-shadow: 0 5px 8px -7px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.header_container {
    width: 100%;
    max-width: 1240px;
    height: 100%;
    box-sizing: border-box;
    /*padding: 0 300px 0 240px;*/
    position: relative;
    z-index: 999;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header_container .logo {
    width: 160px;
    flex-shrink: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

/*.header_container .logo {*/
    /*max-width: 160px;*/
/*    max-height: 50px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 1;*/
/*    left: 20px;*/
/*}*/

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

.header_container .logo img {
    max-width: 100%;
    max-height: 30px;
}

.header_container .logo .logo2 {
    margin-left: 20px;
    height: 30px;
}

.header_container .nav {
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 50;
    margin-left: 50px;
    display: flex;
    align-items: center;
    flex: 1;
}

.nav-list {
    white-space: nowrap;
    /*margin-top: 39px;*/
    float: left;
    display: flex;
    align-items: center;
}

.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: #000;
    padding: 0 25px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

.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: #3468f5;
}

.nav-list .nav-list-wrap>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-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: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 51;
}

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

.nav-right .user-btns a {
    /*padding: 0 15px;*/
    color: #060879;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    /*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 {
    /* position: absolute; */
    /*right: 0;*/
    height: 100%;
    display: inline-block;
    margin-left: 30px;
}

#login-banner .user-box {
    height: 60px;
    cursor: pointer;
    margin-right: 20px;
}

#login-banner:hover .user-box {
    padding-left: 200px;
}

#login-banner .user-box>.iconfont {
    font-size: 10px;
    vertical-align: middle;
    color: #444;
}

#login-banner .user-box>a {
    display: inline-block;
}

#login-banner .user-box>a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

#login-banner .uname {
    padding-left: 10px;
    color: #333333;
    vertical-align: middle;
}

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

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

.login-wrap {
    position: absolute;
    min-width: 160px;
    width: fit-content;
    top: 60px;
    right: 10px;
    background: #fff;
    /*border: 1px solid #eee;*/
    z-index: 999;
    color: #333333;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
    line-height: 1;
    box-sizing: border-box;
}

#login-banner .login-wrap {
    padding: 0;
    width: fit-content;
    text-align: center;
}

.user-display-wrap {
    padding: 20px;
    width: 316px;
    box-sizing: border-box;
}

.login-wrap ul li>a {
    color: #333333;
    font-size: 13px;
    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-banner .login-wrap ul li>a {
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#login-banner .login-wrap ul li>a .iconfont {
    font-size: 14px;
}

.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: #333333;
    text-decoration: none;
}

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

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

.login-wrap .user-display {
    padding: 0 5px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}

.login-wrap .user-display img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    flex-shrink: 0;
    margin-right: 15px;
}

.login-wrap .user-display-text {
    flex-direction: column;
}

.login-wrap .display-text {
    font-size: 14px;
}

.login-wrap .account-text {
    font-size: 12px;
    color: #666;
}

.login-wrap .user-display-text {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 5px;
}

.login-wrap .user-center-box {
    padding: 0 5px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    align-items: flex-start !important;
}

.login-wrap .user-center {
    /*padding: 0 5px 0;*/
    /*justify-content: space-between;*/
    gap: 21px;
}

.login-wrap .user-center-btn {
    width: 76px;
    height: 66px;
    border-radius: 8px;
    background: #f7f8fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
}

.login-wrap .user-center-btn .iconfont {
    font-size: 18px;
}

.login-wrap .user-set {
    padding: 5px 5px 0;
    justify-content: space-between;
}

.login-wrap .user-center-btn:hover {
    color: #3468f5;
    background: #f5f9ff;
}

.login-wrap .user-set-btn {
    display: flex;
    gap: 5px;
    color: #333;
}

.login-wrap .user-set-btn:hover {
    color: #3468f5;
}

.splink {
    margin-left: auto;
    background: #f1f5ff;
    padding: 5px 8px;
    color: #3468f5;
    border-radius: 3px;
    font-size: 13px;
    line-height: 14px;
}

.splink:hover {
    background: #e4ebfb;
    font-weight: 600;
}

.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;
}

/*@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;*/
/*        width: 50px;*/
/*    }*/

/*    .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;*/
    /*    width: 50px;*/
    /*}*/

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