header {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    position: relative;
    z-index: 899;
}
.header-box {
    width: 1200px;
    height: 100%;
    user-select: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-box-l {
    flex: 1;
    height: 64px;
    display: flex;
    align-items: center;
}
.home-logo {
    width: 102px;
    height: 36px;
    cursor: pointer;
    margin-right: 54px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
.header-logo {
    width: 102px;
    height: 36px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 54px;
}
.header-box-l span {
    height: 100%;
    line-height: 64px;
    margin-right: 24px;
}
.header-box-l span a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.header-home .header-box-l a:hover {
    color: rgba(255, 255, 255, .65) !important;
    text-decoration: none;
}
.header-home .header-box-l .header-dropdown-item a:hover {
    color: #165DFF !important;
    text-decoration: none;
}
.header-box-l a:hover {
    color: #165DFF !important;
    text-decoration: none;
}
.header-box-item {
    position: relative;
}
.header-box-item:hover .header-dropdown {
    pointer-events: auto;
    opacity: 1;
    transform: translate(-50%, 0);
}
.header-dropdown {
    padding: 8px 0;
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 64px;
    left: 50%;
    z-index: 899;
    transform: translate(-50%, -16px);
    transition: all .3s ease;
}
.header-dropdown-item {
    height: 40px;
    line-height: 40px;
}
.header-dropdown-item a {
    color: #333 !important;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 16px;
}
.header-dropdown-item a:hover {
    text-decoration: none;
}
.header-dropdown-item:hover {
    background-color: rgba(0,0,0,.04);
}
.header-box-r {
    height: 64px;
    display: flex;
}
.header-box-content {
    height: 100%;
    cursor: pointer;
    margin-right: 18px;
    display: flex;
    align-items: center;
}
.header-language-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    display: none;
}
.header-home #headerLanguageHome {
    display: block;
}
.header-home #headerLanguage {
    display: none !important;
}
#headerLanguage {
    display: block;
}
.header-language-name {
    color: #333;
    font-size: 14px;
}
.dropdown-menu {
    min-width: 98px;
}
.header-home {
    border: none;
}
.header-home .header-box-l span a {
    color: #fff;
}
.header-home .header-language-name {
    color: #fff;
}
.header-login {
    width: 66px;
    height: 32px;
    cursor: pointer;
    border-radius: 32px;
    background-color: #165DFF;
    /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-login:hover {
    background-color: #0b4fd9;
}
.header-login span {
    color: #fff;
    font-size: 14px;
}
.header-user {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
}
.header-user:hover {
    background-color: rgba(0, 0, 0, .04);
}
.header-user:hover .header-user-menu {
    display: block;
} {
    background-color: rgba(0, 0, 0, .04);
}
.header-user-avatar {
    width: 30px;
    height: 30px;
}
.header-home-user-icon {
    background: url("/assets/image/header-user-home.png") center no-repeat;
    background-size: 100% 100%;
}
.header-user-icon {
    background: url("/assets/image/header-user.png") center no-repeat;
    background-size: 28px;
}
.header-user-menu {
    display: none;
    padding-top: 28px;
    position: absolute;
    top: 100%;
    right: 0;
}
.header-user-container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}
.header-user-container:before {
    position: absolute;
    top: 28px;
    right: 14px;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, .1);
    background: #fff;
}
.header-user-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
/*.header-user-item:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 14px;*/
/*    z-index: -1;*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 11px;*/
/*    height: 11px;*/
/*    transform: translateY(-50%) rotate(45deg);*/
/*    box-shadow: -2px -2px 4px rgba(0, 0, 0, .1);*/
/*    background: #fff;*/
/*}*/
.header-user-item a {
    color: #333;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    padding: 16px 32px;
    display: block;
}
.header-user-item a:hover {
    text-decoration: none;
    background-color: #ebeff2;
}
.header-user-name {
    max-width: 200px;
    display: flex;
    border-bottom: 1px solid #dae1e6;
}
.header-user-name span {
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    padding: 16px 32px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-user-name span:hover {
    background-color: #ebeff2;
}

.header-product-mask {
    background-color: rgba(0, 0, 0, .4);
    display: none;
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
.header-product {
    width: 100%;
    min-width: 1200px;
    user-select: none;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 999;
}
.header-product-type {
    min-width: 1200px;
    height: 106px;
    border-top: 1px solid rgba(0, 0, 0, .06);
    margin: 0 auto;
}
.header-product-type-box {
    width: 1200px;
    height: 100%;
    margin: 14px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.header-product-type-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-product-type-content span {
    color: #555;
    font-size: 14px;
    /*font-weight: bold;*/
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    margin-right: 52px;
    position: relative;
}
.header-product-act {
    color: #165DFF !important;
}
.header-product-act:after {
    content: "";
    width: 16px;
    height: 3px;
    background: url("/assets/image/header-product-act.svg") center no-repeat;
    background-size: cover;
    /*background-color: #165DFF;*/
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, 0);
}
.header-product-type-arrow {
    width: 52px;
    padding: 2px 0;
    box-shadow: -10px 0 14px 10px #fff;
    background-color: #fff;
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translate(0, -50%);
}
.header-product-type-arrow img {
    width: 14px;
    cursor: pointer;
}
#headerProductPrev, #headerProductNextDisable {
    display: none;
}
#headerProductNext, #headerProductNextDisable {
    margin-left: 24px;
}
.header-product-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-product-box {
    width: 1200px;
    margin: 0 auto 32px;
    display: none;
    align-items: center;
}
.header-product-box a {
    width: 224px;
    cursor: pointer;
    padding: 32px 0 16px;
    margin: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-product-box a:hover {
    text-decoration: none;
}
.header-product-box a img {
    width: 150px;
    height: 150px;
    transition: all .5s ease;
}
.header-product-box a img:hover {
    transform: scale(1.05);
}
.header-product-box a p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 8px 0;
}
.header-product-box a span {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.header-product-none {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.header-product-none img {
    width: 200px;
}
.header-product-none p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0;
}
.header-product-more {
    height: 66px;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .02);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-product-more:hover {
    text-decoration: none;
}
.header-product-more a {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.header-product-more img {
    width: 14px;
    height: 14px;
}
