﻿/* region header(new 20180416) */
@charset "UTF-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-start {
    clip: rect(0, auto, auto, 0);
    -ms-zoom: 1.0001;
}

.ng-animate-active {
    clip: rect(-1px, auto, auto, 0);
    -ms-zoom: 1;
}

#header {
    height: 100px;
    background: #252b3a;
    /*position: fixed;
  z-index: 9999;
  top: 0;*/
}

.header-container {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 199;
    width: 100%;
}

.header-top {
    position: relative;
    z-index: 2;
    height: 41px;
    border-bottom: solid 1px rgba(255,255,255,.1);
    margin-bottom: -1px;
    background-color:;
    font-size: 14px;
    color: #A0A2A8;
    -webkit-transition: 0.4s all;
    background-color: transparent;
    transition: top .3s ease-out, background-color .3s;
}

.header-main {
}

    .header-main:before,
    .header-main:after {
        content: " ";
        display: table;
    }

    .header-main:after {
        clear: both;
    }

.header-main {
    height: 100%;
}


/* region header-sprites */
.header-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/header-sprite.png?t201806141751);
    background-size: 104px auto;
}

.header-icon-checked {
    background-position: -86px -16px;
    width: 12px;
    height: 12px;
}

.header-icon-close-on {
    background-position: -68px -18px;
    width: 16px;
    height: 16px;
}

.header-icon-close {
    background-position: -68px -36px;
    width: 16px;
    height: 16px;
}

.header-icon-lang-en-on {
    background-position: -86px 0px;
    width: 18px;
    height: 14px;
}

.header-icon-lang-en {
    background-position: -58px -64px;
    width: 18px;
    height: 14px;
}

.header-icon-lang-on {
    background-position: -18px -46px;
    width: 16px;
    height: 16px;
}

.header-icon-lang-zh-on {
    background-position: -38px -64px;
    width: 18px;
    height: 14px;
}

.header-icon-recommend {
    background-position: 0px 0px;
    width: 66px;
    height: 20px;
}

.header-icon-search-on {
    background-position: -68px 0px;
    width: 16px;
    height: 16px;
}

.header-icon-search {
    background-position: -36px -46px;
    width: 16px;
    height: 16px;
}

.header-icon-user {
    background-position: 0px -22px;
    width: 22px;
    height: 22px;
}

.header-icon-verification-on {
    background-position: 0px -64px;
    width: 16px;
    height: 16px;
}

.header-icon-verification {
    background-position: 0px -46px;
    width: 16px;
    height: 16px;
}

/* endregion header-sprites */

/* region 代码图标 */
/*.header-icon-lang-zh {
  width: 18px;
  height: 14px;
  background-position: 0 0;
}*/

.header-icon-corner-down {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 5px;
    border-top: solid 5px #d2d2d2;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}

.header-icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-icon-arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    padding-left: 1px;
    padding-right: 1px;
}

    .header-icon-arrow-down:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
        margin-top: -3px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.header-icon-menu {
    background: none;
    width: 18px;
    height: 10px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}

    .header-icon-menu:before {
        content: "";
        display: block;
        margin-top: 4px;
        border-top: solid 2px #fff;
    }

.header-icon-phone {
    width: 14px;
    height: 14px;
    background-image: url(images/phone.png);
}
/* endregion 代码图标 */

/* 产品状态图标 */
#header .new {
    display: inline-block;
    width: 29px;
    height: 10px;
    margin: 0 -36px 0 10px;
    background: url(../images/new.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .hot {
    display: inline-block;
    width: 26px;
    height: 10px;
    margin: 0 -36px 0 10px;
    background: url(../images/hot.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .beta {
    display: inline-block;
    width: 60px;
    height: 12px;
    margin: -2px -60px 0 0;
    background: url(images/beta.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .new.hide,
#header .new.beta {
    display: none;
}

/* region header 菜单按钮及logo */
.header-menu,
.header-menu-mb {
    float: left;
    width: 80px;
    height: 40px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .3s;
}

    .header-menu h5 {
        float: right;
        color: #fff;
        font-size: 15px;
        line-height: 40px;
        padding-right: 10px;
    }

.header-menu-mb {
    display: none;
}

.header-logo {
    float: left;
    /*width: 88px;*/
    height: 40px;
    background: url(images/logo.svg) no-repeat center center;
    background-size: cover;
}

    .header-logo img {
        padding-top: 6px;
        padding-left: 20px;
    }

.header-st {
    line-height: 41px;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}

/* region header 主导航 */
.header-bg {
    background: #242a37;
}

.header-bottom {
    position: relative;
    z-index: 1;
    height: 60px;
    padding-left: 10px;
    background: transparent;
    transition: background-color .3s;
}

.header-wrapper-bg {
    background: #252b3a;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}


.header-nav {
    position: relative;
    float: left;
    width: 85%;
    height: 100%;
    overflow: hidden;
}

/* 有广告的情况下,减少宽度 */
.header-ad-pc.load-ad + .header-nav {
    width: ~"calc(100% - 86px - 15px)";
    margin-left: 10px;
}

.header-nav.overflow-visible {
    overflow: visible;
}

.header-nav-list:before,
.header-nav-list:after {
    content: " ";
    display: table;
}

.header-nav-list:after {
    clear: both;
}

.header-nav-list {
    position: relative;
    z-index: 1;
}

    .header-nav-list > li {
        float: left;
    }

        .header-nav-list > li > a {
            display: block;
            padding: 15px;
            font-size: 14px;
            line-height: 30px;
            color: white;
            cursor: pointer;
            -webkit-transition: color .3s;
            transition: color .3s;
            &[href]

{
    cursor: pointer;
}

&[href^="javascript:"] {
    cursor: default;
}

}

.header-nav-list > li > a:hover {
    text-decoration: none
}

.header-nav-list > li:hover > a {
    color: #1f8fff;
}

.header-nav-list > li.header-nav-hot a {
    position: relative;
}

.header-nav-list > li:hover .header-wrapper-bg {
    background: #252b3a;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

.header-nav-list > li.header-nav-hot a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    border-radius: 50%;
    background: #f52f3e;
}

.header-nav-list > li.header-nav-item-hide {
    display: block;
}

.header-nav-list:hover .header-bottom {
    background: #ff0;
}

.header-nav-list:hover .header-top {
    background: #ff0;
}

.header-nav-list li:hover .header-nav-list {
    background: #252b3a;
}

.header-nav-hover-line {
    position: absolute;
    z-index: 0;
    height: 2px;
    width: 0;
    padding: 0;
    background-color: #1f8fff;
    bottom: 0;
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    transition: .3s cubic-bezier(.4,0,.2,1);
}

.header-nav-item-more, .header-nav-item-pirce {
    position: relative;
}


/* region header 工具区 */
.header-tools {
    float: right;
    height: 100%;
}

.header-tools-list:before,
.header-tools-list:after {
    content: "";
    display: table;
}

.header-tools-list:after {
    clear: both;
}

.header-tools-list {
    height: 100%;
}


    .header-tools-list > li {
        float: left;
        height: 100%;
        padding: 0 10px;
        font-size: 0;
        line-height: 40px;
        cursor: pointer;
        display: inline-flex;
    }

        .header-tools-list > li > a {
            display: block;
            padding: 0 10px;
            margin: 0 -10px;
            font-size: 14px;
            line-height: 40px;
            color: #fff;
        }

            .header-tools-list > li > a:hover {
                color: #1f8fff;
            }

    .header-tools-list > li {
        margin-right: 10px;
    }

        .header-tools-list > li:nth-child(2) {
            margin-right: 0;
        }

        .header-tools-list > li i {
            width: 26px;
            height: 26px;
            margin-right: 5px;
        }

            .header-tools-list > li i img {
                width: 26px;
                height: 26px;
                vertical-align: middle;
            }

        .header-tools-list > li span {
            color: #f52f3e;
            float: right;
            margin: 0 3px;
            line-height: 41px;
            font-weight: bold;
        }

.header-lang {
    position: relative;
}

.header-lang-current {
    font-size: 0;
}

.header-lang-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.header-lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
}

.header-lang-item {
    position: relative;
}

    .header-lang-item > a {
        position: relative;
        display: block;
        line-height: 20px;
        height: 40px;
        padding: 10px 20px;
        font-size: 14px;
        color: #c3c5c6;
        white-space: nowrap;
        cursor: default;
        transition: .2s;
    }

        .header-lang-item > a[href] {
            cursor: pointer;
        }

    .header-lang-item.active:after {
        content: "";
        position: absolute;
        left: 0;
        height: 20px;
        top: 10px;
        border-right: 3px solid #F66F6A;
    }

    .header-lang-item.active > a,
    .header-lang-item:hover > a {
        color: #F66F6A;
    }

.header-lang:hover .header-lang-label {
    color: #F66F6A;
}

.header-lang:hover .header-lang-list {
    display: block;
}

.header-login-mobile {
    display: none;
}

.header-tools-list > li.header-login,
.header-tools-list > li.header-register {
    padding-left: 20px;
    padding-right: 20px;
}

    .header-tools-list > li.header-login > a,
    .header-tools-list > li.header-register > a {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

.header-tools-list > li.header-login {
    margin-left: 10px;
}

    .header-tools-list > li.header-login > a {
        border-left: solid 1px rgba(255,255,255,.1);
        color: #F66F6A;
    }

.header-tools-list > li.header-register > a {
    background-color: #F66F6A;
    color: white;
    transition: .2s;
}

    .header-tools-list > li.header-register > a:hover {
        color: white;
        background-color: rgba(246, 110, 106, .9);
    }

.header-user {
    display: none;
    font-size: 0;
    border-left: solid 1px rgba(255,255,255,.1);
    margin-left: 10px;
}

.header-user-avator {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
}

.header-tool-user-avator-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header-user-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

    .header-user-name span {
        display: inline-block;
        vertical-align: middle;
        min-width: 20px;
        max-width: 85px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header-user-name i {
        margin-left: 5px;
    }

.header-user.msg .header-user-avator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #e41e2c;
    border-radius: 50%;
}

.header-user-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    cursor: default;
}

.header-user-info-list {
    font-size: 14px;
}

    .header-user-info-list > li {
        position: relative;
        line-height: 20px;
        color: #fff;
        &:after

{
    content: none;
}

}

.header-user-info-list > li > a {
    display: block;
    padding: 6px 20px 6px 20px;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-user-info-list > li:hover > a {
    color: #F66F6A;
}

.header-user-info-split {
    padding: 10px 20px;
}

    .header-user-info-split:before {
        content: "";
        display: block;
        border-top: solid 1px #4a4a4a;
    }

.header-user-info-item-account {
    overflow: hidden;
}

    .header-user-info-item-account > a {
        float: left;
        width: 50%;
    }

.header-user-info-list .header-verification {
    padding-left: 0;
    line-height: 20px;
    text-align: right;
}

.header-verification i {
    margin-right: 5px;
    line-height: 20px;
}

.header-verification p {
    display: none;
    vertical-align: middle;
    font-size: 12px;
}

.header-verification:not(.active) p.state-unactive {
    display: inline-block;
    color: #ff8833;
}

.header-verification.active .header-icon-verification {
    background-position: 0px -64px;
}

.header-verification.active p.state-active {
    display: inline-block;
    color: #3dcaa6;
}

.header-user:hover .header-user-info {
    display: block;
}

.header-user-info-list > li.message span {
    width: auto;
    min-width: 16px;
    background-color: #F66F6A;
    float: right;
    padding: 0px 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff !important;
    margin-top: 3px;
}

/*注册登录样式*/
.header-zc {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    float: right;
}

.header-zc-list {
    margin-right: 10px;
    font-size: 0;
    display: block;
}

    .header-zc-list a {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px;
        padding: 0 15px;
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        cursor: pointer;
    }

    .header-zc-list button {
        background: none;
        border: none;
        cursor: pointer;
    }

    .header-zc-list .ctrl_reg {
        margin-top: 15px;
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        min-width: 80px;
        color: #fff;
        background: #1f8fff;
        border-radius: 2px;
        text-align: center;
        padding: 0;
    }

.header-zc .yi-login {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
}

    .header-zc .yi-login a {
        color: #fff;
        float: left;
        margin: 0 10px;
    }

        .header-zc .yi-login a:hover {
            color: #1f8fff;
        }


/* region 导航收起状态 */
.fade:not(.show-dropdown) .header-nav,
.fade:not(.show-dropdown) .header-tools {
    -webkit-transform: translate3d(0,-80px,0);
    -ms-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}

/* region 导航滚动条样式 */
.header-allnav *::-webkit-scrollbar,
.header-allnav *::-webkit-scrollbar-track,
.header-dropdown *::-webkit-scrollbar,
.header-dropdown *::-webkit-scrollbar-track {
    background-color: transparent;
}

.header-allnav *::-webkit-scrollbar-thumb,
.header-dropdown *::-webkit-scrollbar-thumb {
    background-color: #666;
}

    .header-allnav *::-webkit-scrollbar-thumb:hover,
    .header-dropdown *::-webkit-scrollbar-thumb:hover {
        background-color: #888;
    }

/* region header 皮肤 */
#header[data-theme="transparent-light"]:not(:hover):not(.show-search) {
    .header-top

{
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}

.header-search-inner {
    background-color: transparent;
}

.header-bottom {
    background: transparent;
}

}

/* endregion header 皮肤 */

/* region 主菜单下拉内容 */

body.show-dropdown {
    overflow: hidden;
}

#header.show-dropdown .header-container {
    height: 100%;
    z-index: 999;
}

.header-dropdown {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-dropdown-list {
    position: relative;
    /*max-height: 100%;*/
    overflow: hidden;
    will-change: height;
    transition: height .35s ease;
}

    .header-dropdown-list.expanding {
        transition: height .35s ease .15s;
    }

    .header-dropdown-list > li {
        display: none;
        background: rgba(22,26,35,0.95);
    }

        .header-dropdown-list > li.show {
            display: block;
        }

.header-dropdown-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .6;
}

    .header-dropdown-close:before,
    .header-dropdown-close:after {
        content: "";
        position: absolute;
        top: 9px;
        left: 50%;
        height: 2px;
        width: 20px;
        border-radius: 1px;
        margin-left: -10px;
        background-color: #fff;
    }

    .header-dropdown-close:before {
        transform: rotate(45deg);
    }

    .header-dropdown-close:after {
        transform: rotate(-45deg);
    }

    .header-dropdown-close:hover {
        opacity: 1;
    }

/* region 主菜单展开文字动画 */
.header-dropdown-list [data-index] {
    transform: translateY(-10px);
    opacity: 0;
    transition: all .2s cubic-bezier(0,0,.2,1);
}

.header-dropdown-list.show-text [data-index] {
    transform: translateY(0);
    opacity: 1;
}

.header-dropdown-list.show-text [data-index="0"] {
    transition-delay: 0.2s;
}

.header-dropdown-list.show-text [data-index="1"] {
    transition-delay: 0.22s;
}

.header-dropdown-list.show-text [data-index="2"] {
    transition-delay: 0.24s;
}

.header-dropdown-list.show-text [data-index="3"] {
    transition-delay: 0.26s;
}

.header-dropdown-list.show-text [data-index="4"] {
    transition-delay: 0.28s;
}

.header-dropdown-list.show-text [data-index="5"] {
    transition-delay: 0.3s;
}

.header-dropdown-list.show-text [data-index="6"] {
    transition-delay: 0.32s;
}

.header-dropdown-list.show-text [data-index="7"] {
    transition-delay: 0.34s;
}

.header-dropdown-list.show-text [data-index="8"] {
    transition-delay: 0.36s;
}

.header-dropdown-list.show-text [data-index="9"] {
    transition-delay: 0.38s;
}

.header-dropdown-list.show-text [data-index="10"] {
    transition-delay: 0.4s;
}

.header-dropdown-list.show-text [data-index="11"] {
    transition-delay: 0.42s;
}

.header-dropdown-list.show-text [data-index="12"] {
    transition-delay: 0.44s;
}

.header-dropdown-list.show-text [data-index="13"] {
    transition-delay: 0.46s;
}

.header-dropdown-list.show-text [data-index="14"] {
    transition-delay: 0.48s;
}

.header-dropdown-list.show-text [data-index="15"] {
    transition-delay: 0.5s;
}

.header-dropdown-list.show-text [data-index="16"] {
    transition-delay: 0.52s;
}

.header-dropdown-list.show-text [data-index="17"] {
    transition-delay: 0.54s;
}

.header-dropdown-list.show-text [data-index="18"] {
    transition-delay: 0.56s;
}

.header-dropdown-list.show-text [data-index="19"] {
    transition-delay: 0.58s;
}

.header-dropdown-list.show-text [data-index="20"] {
    transition-delay: 0.6s;
}

.header-dropdown-list.show-text [data-index="21"] {
    transition-delay: 0.62s;
}

.header-dropdown-list.show-text [data-index="22"] {
    transition-delay: 0.64s;
}

.header-dropdown-list.show-text [data-index="23"] {
    transition-delay: 0.66s;
}

.header-dropdown-list.show-text [data-index="24"] {
    transition-delay: 0.68s;
}

.header-dropdown-list.show-text [data-index="25"] {
    transition-delay: 0.7s;
}

.header-dropdown-list.show-text [data-index="26"] {
    transition-delay: 0.72s;
}

.header-dropdown-list.show-text [data-index="27"] {
    transition-delay: 0.74s;
}

.header-dropdown-list.show-text [data-index="28"] {
    transition-delay: 0.76s;
}

.header-dropdown-list.show-text [data-index="29"] {
    transition-delay: 0.78s;
}

.header-dropdown-list.show-text [data-index="30"] {
    transition-delay: 0.8s;
}

.header-dropdown-list.show-text [data-index="31"] {
    transition-delay: 0.82s;
}

.header-dropdown-list.show-text [data-index="32"] {
    transition-delay: 0.84s;
}

.header-dropdown-list.show-text [data-index="33"] {
    transition-delay: 0.86s;
}

.header-dropdown-list.show-text [data-index="34"] {
    transition-delay: 0.88s;
}

.header-dropdown-list.show-text [data-index="35"] {
    transition-delay: 0.9s;
}

.header-dropdown-list.show-text [data-index="36"] {
    transition-delay: 0.92s;
}

.header-dropdown-list.show-text [data-index="37"] {
    transition-delay: 0.94s;
}

.header-dropdown-list.show-text [data-index="38"] {
    transition-delay: 0.96s;
}

.header-dropdown-list.show-text [data-index="39"] {
    transition-delay: 0.98s;
}

.header-dropdown-list.show-text [data-index="40"] {
    transition-delay: 1s;
}

.header-dropdown-list.show-text [data-index="41"] {
    transition-delay: 1.02s;
}

.header-dropdown-list.show-text [data-index="42"] {
    transition-delay: 1.04s;
}

.header-dropdown-list.show-text [data-index="43"] {
    transition-delay: 1.06s;
}

.header-dropdown-list.show-text [data-index="44"] {
    transition-delay: 1.08s;
}

.header-dropdown-list.show-text [data-index="45"] {
    transition-delay: 1.1s;
}

.header-dropdown-list.show-text [data-index="46"] {
    transition-delay: 1.12s;
}

.header-dropdown-list.show-text [data-index="47"] {
    transition-delay: 1.14s;
}

.header-dropdown-list.show-text [data-index="48"] {
    transition-delay: 1.16s;
}

.header-dropdown-list.show-text [data-index="49"] {
    transition-delay: 1.18s;
}

.header-dropdown-list.show-text [data-index="50"] {
    transition-delay: 1.2s;
}

.header-dropdown-list.show-text [data-index="51"] {
    transition-delay: 1.22s;
}

.header-dropdown-list.show-text [data-index="52"] {
    transition-delay: 1.24s;
}

.header-dropdown-list.show-text [data-index="53"] {
    transition-delay: 1.26s;
}

.header-dropdown-list.show-text [data-index="54"] {
    transition-delay: 1.28s;
}

.header-dropdown-list.show-text [data-index="55"] {
    transition-delay: 1.3s;
}

.header-dropdown-list.show-text [data-index="56"] {
    transition-delay: 1.32s;
}

.header-dropdown-list.show-text [data-index="57"] {
    transition-delay: 1.34s;
}

.header-dropdown-list.show-text [data-index="58"] {
    transition-delay: 1.36s;
}

.header-dropdown-list.show-text [data-index="59"] {
    transition-delay: 1.38s;
}

.header-dropdown-list.show-text [data-index="60"] {
    transition-delay: 1.4s;
}

/* endregion 主菜单展开文字动画 */

/* region 主菜单通用下拉内容 */
.dropdown-common-container {
    max-height: ~"calc(100vh - 100px - 25px)";
    overflow: auto;
}

.dropdown-common-wrapper {
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
}

    .dropdown-common-wrapper > ul {
        overflow: hidden;
    }

        .dropdown-common-wrapper > ul > li {
            float: left;
            width: 25%;
            padding: 20px 0px;
            /*height: 104px;*/
        }

.dropdown-common-dl {
    padding: 10px 0 0px 0;
}

    .dropdown-common-dl + .dropdown-common-dl .line {
        margin-top: -20px;
        margin-bottom: 20px;
        border-top: solid 1px rgba(255,255,255,.1);
    }

    .dropdown-common-dl dt + dd {
        margin-top: 5px;
    }

    .dropdown-common-dl dt, .dropdown-solution-right a dt,
    .dropdown-common-dl a dt {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

    .dropdown-common-dl a dd {
        display: block;
        font-weight: 200;
        font-size: 0;
        line-height: 18px;
        padding: 4px 0;
        color: rgba(255,255,255,.8);
        -webkit-transition: .2s;
        transition: .2s;
    }

        .dropdown-common-dl a dd span {
            display: inline-block;
            vertical-align: middle;
            max-width: ~"calc(100% - 10px)";
            overflow: hidden;
            /*white-space: nowrap;*/
            /*text-overflow: ellipsis;*/
            font-size: 12px;
            /*height: 40px;*/
        }

    .dropdown-common-dl dd span + .new {
        margin-top: 0 !important;
    }

    .dropdown-common-dl dt a[href] {
        position: relative;
    }

    .dropdown-common-dl a[href] dt .header-icon-arrow-right {
        margin-left: 10px;
    }

    .dropdown-common-dl a[href]:hover dd, .dropdown-common-dl a[href]:hover dt {
        color: #1f8fff;
    }
/* endregion 主菜单通用下拉内容 */
/* region 主菜单下拉内容--产品*/
/* endregion 主菜单通用下拉内容 */
/* region 主菜单下拉内容--产品*/
/* region 产品推荐条 */
.smart-recommend-container {
    background: #2e2e2e;
}

.smart-recommend-wrapper {
    padding: 20px 66px;
    font-size: 12px;
    line-height: 20px;
}

.smart-recommend-title {
    float: left;
    width: 66px;
    height: 20px;
    font-size: 0;
}

.smart-recommend-text {
    color: #fff;
}

    .smart-recommend-text:hover {
        color: #1f8fff;
    }

.smart-recommend-text {
    margin-left: 30px;
}

/* endregion 产品推荐条 */

.dropdown-product-container {
    position: relative;
    max-height: ~"calc(100vh - 100px - 25px)";
}

.dropdown-product-wrapper {
    overflow: hidden;
    margin: 0 auto;
    background-color: #212634;
}

.dropdown-product-wrapper-left {
    float: left;
    width: ~"calc(((100% - 1308px) / 2) + 250px)";
    max-height: ~"calc(100vh - 100px - 25px)";
    background-color: #1d222e;
}

.dropdown-product-wrapper-right {
    position: relative;
    float: left;
    width: ~"calc(((100% - 1308px) / 2) + 1057px)";
    height: 667px;
    max-height: ~"calc(100vh - 100px - 25px)";
    background-color: #212634;
    overflow: auto;
}

.dropdown-product-nav-container {
    float: right;
    width: 250px;
    height: 667px;
    max-height: ~"calc(100vh - 100px - 25px)";
    padding: 23px 0;
    background-color: #1d222e;
    transform: translate(0, -60px);
    transition: .2s;
}

.header-dropdown-list.show-text .dropdown-product-nav-container {
    transform: translate(0, 0);
    transition-delay: .35s;
}

[data-nav-index] {
    opacity: 0;
    margin-top: -10px;
    transition: .2s;
}

.header-dropdown-list.show-text [data-nav-index] {
    opacity: 1;
    margin-top: 0;
    transform: translate(0,0);
    transition-delay: .4s;
}

.header-dropdown-list.show-text [data-nav-index="0"] {
    transition-delay: .4s;
}

.header-dropdown-list.show-text [data-nav-index="1"] {
    transition-delay: .42s;
}

.header-dropdown-list.show-text [data-nav-index="2"] {
    transition-delay: .44s;
}

.header-dropdown-list.show-text [data-nav-index="3"] {
    transition-delay: .46s;
}

.header-dropdown-list.show-text [data-nav-index="4"] {
    transition-delay: .48s;
}

.header-dropdown-list.show-text [data-nav-index="5"] {
    transition-delay: .50s;
}

.header-dropdown-list.show-text [data-nav-index="6"] {
    transition-delay: .52s;
}

.header-dropdown-list.show-text [data-nav-index="7"] {
    transition-delay: .54s;
}

.header-dropdown-list.show-text [data-nav-index="8"] {
    transition-delay: .56s;
}

.header-dropdown-list.show-text [data-nav-index="9"] {
    transition-delay: .58s;
}

.header-dropdown-list.show-text [data-nav-index="10"] {
    transition-delay: .60s;
}

.dropdown-product-search {
    position: relative;
    z-index: 1;
    height: 34px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .dropdown-product-search input {
        width: 100%;
        height: 34px;
        padding-left: 10px;
        padding-right: 68px;
        border: solid 1px #252B3A;
        background: #252B3A;
        color: #fff;
        &::-ms-clear

{
    width: 0;
    height: 0;
}

&::-moz-placeholder {
    color: #A0A2A8;
}

&::-webkit-input-placeholder {
    color: #A0A2A8;
}

&::placeholder {
    color: #A0A2A8;
}

}

.dropdown-product-search input:focus {
    border-color: rgba(255,255,255,.1);
}

.product-search-clear {
    display: none;
    position: absolute;
    right: 44px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url(images/search-close.png);
    cursor: pointer;
    transition: .2s;
}

    .product-search-clear:hover,
    .product-search-clear:before {
        content: "";
        background-image: url(images/search-close-hover.png);
    }

    .product-search-clear:after {
        content: "";
        position: absolute;
        height: 16px;
        border-left: solid 1px #666A75;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        margin-left: 7px;
    }

.dropdown-product-search.active .product-search-clear {
    display: inline-block;
}

.product-search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    outline: none;
    border: none;
    background-color: transparent;
    background-image: url(images/product-search.png);
    background-position: center center;
}

    .product-search-submit:before,
    .product-search-submit:hover {
        content: "";
        background-image: url(images/product-search-hover.png);
    }

.dropdown-product-search-result {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 181px;
    overflow: auto;
    background-color: #212634;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10);
    color: #A0A2A8;
    ul

{
    position: relative;
}

}

.dropdown-product-search-result::-webkit-scrollbar,
.dropdown-product-search-result::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.dropdown-product-search-result::-webkit-scrollbar-thumb {
    background-color: #666;
}

    .dropdown-product-search-result::-webkit-scrollbar-thumb:hover {
        background-color: #888;
    }

.dropdown-product-search-result.show {
    display: block;
}

.dropdown-product-search-result li.no-result {
    height: 170px;
}

.dropdown-product-search-result li:first-child a {
    padding-top: 5px;
}

.dropdown-product-search-result li:last-child a {
    padding-top: 5px;
}

.dropdown-product-search-result a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 32px;
}

.dropdown-product-search-result li.active a {
    color: #F66F6A;
    background-color: rgba(0,0,0,.1);
}

.dropdown-product-nav {
    max-height: ~"calc(100% - 54px)";
    overflow-y: auto;
}

    .dropdown-product-nav::-webkit-scrollbar,
    .dropdown-product-nav::-webkit-scrollbar-track {
        width: 6px;
        height: 6px;
        background-color: transparent;
    }

    .dropdown-product-nav::-webkit-scrollbar-thumb {
        background-color: #666;
    }

        .dropdown-product-nav::-webkit-scrollbar-thumb:hover {
            background-color: #888;
        }

.dropdown-product-nav-menu {
    display: block;
    position: relative;
    height: 60px;
    cursor: default;
    &[href]

{
    cursor: pointer;
}

}

.dropdown-product-nav-menu-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.dropdown-product-nav-menu-icon-normal {
    transition: .2s;
}

.dropdown-product-nav-menu-icon-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.dropdown-product-nav-menu-text {
    position: absolute;
    top: 50%;
    left: 64px;
    right: 10px;
    margin-top: -10px;
    font-size: 16px;
    line-height: 20px;
    color: #A0A2A8;
    transition: .2s;
}

.active .dropdown-product-nav-menu {
    background-color: #212734;
}

    .dropdown-product-nav-menu:hover .dropdown-product-nav-menu-text,
    .active .dropdown-product-nav-menu .dropdown-product-nav-menu-text {
        color: #F66F6A;
    }

    .dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-normal,
    .active .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-normal {
        opacity: 0;
    }

    .dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-active,
    .active .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-active {
        opacity: 1;
    }

.dropdown-product-body {
    opacity: 0;
    float: left;
    width: 1088px;
    height: 100%;
    padding-left: 20px;
    background-color: #212634;
    transition: .3s;
}

.header-dropdown-list.show-text .dropdown-product-body {
    opacity: 1;
    transition-delay: .5s;
}

.dropdown-product-content {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

    .dropdown-product-content.show {
        display: block;
    }

.dropdown-product-allproduct {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

    .dropdown-product-allproduct a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #A0A2A8;
    }

        .dropdown-product-allproduct a:after {
            content: "";
            display: inline-block;
            width: 15px;
            height: 11px;
            margin-left: 5px;
            background-image: url(images/more.png);
            transition: .2s;
        }

        .dropdown-product-allproduct a:hover {
            color: #F66F6A;
        }

            .dropdown-product-allproduct a:hover:after {
                margin-left: 10px;
                background-image: url(images/more-hover.png);
            }

.dropdown-product-content-right {
    float: right;
    width: 280px;
    padding-left: 30px;
}

    .dropdown-product-content-right:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-left: solid 1px rgba(255,255,255,.1);
        margin-left: -30px;
    }

.dropdown-product-content-center {
    float: left;
    width: 267px;
    padding-left: 30px;
    padding-right: 30px;
}

.dropdown-product-content-right ~ .dropdown-product-content-center {
    width: 246px;
}

.product-information {
    padding: 20px 0 10px 0;
}

.product-information-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.product-information-item {
    display: block;
    padding: 20px 0;
    & + &

{
    border-top: solid 1px rgba(255,255,255,.1);
}

}

.product-information-item-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #A0A2A8;
}

.product-information-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #A0A2A8;
}

.product-information-item:hover .product-information-item-title {
    color: #F66F6A;
}


/* region 主菜单下拉内容--解决方案 */

.dropdown-solution-wrapper {
    max-width: 1368px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

    .dropdown-solution-wrapper > ul {
        overflow: hidden;
        padding: 10px 0;
        width: 990px;
        display: inline-block;
        margin-bottom: 18px;
    }

        .dropdown-solution-wrapper > ul > li {
            width: 25%;
            min-height: 100px;
            padding: 0px;
            margin: 0 0 0 0;
            float: left;
        }

            .dropdown-solution-wrapper > ul > li:nth-child(1) {
            }

.dropdown-solution-row {
    overflow: hidden;
}

.dropdown-solution-row-col {
    float: left;
    width: 50%;
}

    .dropdown-solution-row-col:first-child {
        padding-right: 30px;
    }

    .dropdown-solution-row-col:last-child {
        padding-left: 30px;
    }

.dropdown-solution-dl {
    padding: 20px 0;
}

    .dropdown-solution-dl + .dropdown-solution-dl .line {
        margin-top: -20px;
        margin-bottom: 20px;
        border-top: solid 1px #666;
    }

.dropdown-solution-dt {
    margin-bottom: 5px;
}

    .dropdown-solution-dt,
    .dropdown-solution-dt > a,
    .dropdown-solution-dt > span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

.dropdown-solution-dd > a,
.dropdown-solution-dd > span {
    display: block;
    font-weight: 200;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0;
    color: rgba(255,255,255,.8);
}

.dropdown-solution-wrapper a[href] {
    -webkit-transition: .2s;
    transition: .2s;
}

    .dropdown-solution-wrapper a[href]:hover {
        color: #1f8fff;
    }

.dropdown-solution-sub {
    position: relative;
    height: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .dropdown-solution-sub li {
        float: left;
        height: 14px;
        margin-right: 14px;
        font-weight: 200;
        font-size: 12px;
        line-height: 14px;
        color: #A0A2A8;
    }

        .dropdown-solution-sub li.hide {
            display: none;
        }

    .dropdown-solution-sub a {
        display: block;
    }

    .dropdown-solution-sub li:last-child {
        margin-right: 0;
    }

        .dropdown-solution-sub li:last-child a {
            padding-right: 2px;
        }

    .dropdown-solution-sub a i {
        margin-top: -1px;
    }

    .dropdown-solution-sub .new,
    .dropdown-solution-sub .beta {
        margin-right: 0 !important;
    }

/* region 主菜单下拉内容--更多 */
.header-dropdown-more {
    width: 240px;
    margin-left: -15px;
}

.header-dropdown-market {
    width: 240px;
    margin-left: 210px;
}

.header-dropdown-partner {
    width: 240px;
    margin-left: 361.188px;
}

.header-more-list, .header-market-list, .header-partner-list {
    padding: 20px 30px;
    /*background: rgba(22,26,35,0.95);*/
    color: white;
}

    .header-more-list > li, .header-market-list > li, .header-partner-list > li {
        font-size: 14px;
        line-height: 28px;
    }

        .header-more-list > li:not(.header-more-item-hide) + li, .header-market-list > li:not(.header-market-item-hide) + li, .header-partner-list > li:not(.header-partner-item-hide) + li {
            margin-top: 12px;
        }

        .header-more-list > li.header-more-item-hide {
            display: none;
        }

        .header-market-list > li.header-market-item-hide, .header-partner-list > li.header-partner-item-hide {
            display: block;
        }

    .header-more-list a {
        display: none;
    }

    .header-market-list a, .header-partner-list a {
        display: block;
    }

    .header-more-list > li:hover a, .header-market-list > li:hover a, .header-partner-list > li:hover a {
        color: #1f8fff;
    }

    .header-more-list > li.header-nav-hot a:after, .header-market-list > li.header-nav-hot a:after, .header-partner-list > li.header-nav-hot a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-top: -16px;
        margin-left: 2px;
        border-radius: 50%;
        background: #f52f3e;
        vertical-align: middle;
    }

/* region 导航布局 */
#header.show-allnav .header-container {
    height: 100%;
}

#header .header-icon-menu {
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

.header-menu.hover .header-icon-menu {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-allnav {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
}

    .header-allnav.show {
        display: block;
    }

.header-allnav-wrapper {
    float: left;
    height: 100%;
}

    .header-allnav-wrapper > ul {
        display: none;
        float: left;
        height: 100%;
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: .3s;
        transition: .3s;
    }

        .header-allnav-wrapper > ul.sliding {
            display: block;
        }

        .header-allnav-wrapper > ul.show {
            display: block;
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

/* 1级导航 */
.header-allnav-level1 {
    position: relative;
    z-index: 10;
    width: 200px;
    background: #282f3d;
}

    .header-allnav-level1 .header-allnav-inner {
        padding-top: 20px;
        height: ~"calc(100% - 78px)";
        overflow: auto;
    }

.header-market-list li .d-padding, .header-partner-list li .d-padding {
    margin-left: -10px;
}

/* 二级导航 */
.header-allnav-level2 {
    position: relative;
    z-index: 9;
    width: 200px;
    background: #2d3444;
}

    .header-allnav-level2 .header-allnav-inner {
        padding: 20px 0;
    }

/* 三级导航 */
.header-allnav-level3 {
    position: relative;
    z-index: 8;
    min-width: 240px;
    max-width: 400px;
    background: #212634;
    overflow: auto;
    .header-allnav-inner

{
    padding-top: 20px;
}

}


.header-allnav-level3.show-product {
    max-width: 820px;
    .header-allnav-inner

{
    min-width: 820px;
}

}

/* 四级导航 */
.header-allnav-level4 {
    width: 240px;
    background: #2e2e2e;
}

.header-allnav-inner {
    display: none;
    height: 100%;
    overflow-y: auto;
}

    .header-allnav-inner.show {
        display: block;
    }

/* 通用导航内菜单列表样式 */
.header-allnav-common-item {
    position: relative;
    padding: 0 30px;
    font-size: 14px;
    line-height: 34px;
    color: white;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

    .header-allnav-common-item > a {
        display: block;
    }

        .header-allnav-common-item > a:hover {
            color: #1F8FFF;
            text-decoration: none;
        }

    .header-allnav-common-item.header-nav-hot > a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-top: -16px;
        margin-left: 2px;
        border-radius: 50%;
        background: #f52f3e;
        vertical-align: middle;
    }

.header-allnav-common-split {
    padding: 15px 30px;
}

    .header-allnav-common-split:before {
        content: "";
        display: block;
        border-top: solid 1px rgba(255,255,255,.1);
    }

.header-allnav-common-item i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}

.header-allnav-common-item.active {
    background: rgba(0,0,0, .3);
    color: #1f8fff;
}

.header-allnav-common-item:hover {
    color: #1f8fff;
}

    .header-allnav-common-item:hover i,
    .header-allnav-common-item.active i {
        border-color: #1f8fff;
    }

/* 通用内容列表样式 */
.header-allnav-content {
    padding-bottom: 20px;
}

    .header-allnav-content dl {
        padding-bottom: 10px;
        margin: 0 10px;
        font-size: 14px;
        color: white;
    }

.market dl, .partner dl {
    padding-bottom: 0;
}

.header-allnav-content dt {
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 16px;
}

    .header-allnav-content dt a {
        display: block;
        padding: 6px 20px;
        font-size: 16px;
        line-height: 24px;
        -webkit-transition: .2s;
        transition: .2s;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

.market dt a, .partner dt a {
    font-size: 14px;
}

.header-allnav-content dd a {
    display: block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,.8);
    -webkit-transition: .2s;
    transition: .2s;
}

    .header-allnav-content dd a:hover {
        text-decoration: none;
    }

.header-allnav-content dt:hover a[href],
.header-allnav-content dd:hover a[href] {
    display: block;
    color: #1f8fff;
}

.header-allnav-content dd:hover a[href] {
    background: rgba(0,0,0,.3);
}

.header-allnav-content dl + dl {
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,.1);
}

.market dl + dl, .partner dl + dl {
    padding-top: 0px;
    border-top: none;
}
/* region 1级导航内容 */
.header-allnav-level1 .header-allnav-common-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #1f8fff;
    opacity: 0;
}

/*.header-allnav-level1 .header-allnav-common-item.hover:before,*/
.header-allnav-level1 .header-allnav-common-item.active:before {
    opacity: 1;
}

.header-allnav-consult {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-left: 0;
    color: #c3c5c6;
}

    .header-allnav-consult .header-icon-phone {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
    }

    .header-allnav-consult:before {
        display: none;
    }

.header-allnav-consult-text {
    font-size: 12px;
    line-height: 18px;
}

.header-allnav-consult-number {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

    .header-allnav-consult-number:hover {
        color: #fff;
    }

/* endregion 1级导航内容 */

/* region 2级导航内容 */
.header-allnav-level2 .header-allnav-common-list {
    padding-left: 10px;
    padding-right: 10px;
}

.header-allnav-level2 .header-allnav-common-item {
    padding: 0 20px;
}

    .header-allnav-level2 .header-allnav-common-item i {
        right: 20px;
    }

/* endregion 2级导航内容 */

/* region 3级导航内容--产品 */
.header-allnav-product-content > h2 {
    display: block;
    padding: 0 30px;
    color: white;
    line-height: 34px;
}

    .header-allnav-product-content > h2 a {
        display: block;
        font-size: 16px;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .header-allnav-product-content > h2 a[href]:hover {
            color: #F66F6A;
        }

.header-allnav-product-content > ul {
    padding-left: 10px;
    padding-right: 10px;
}

    .header-allnav-product-content > ul > li a {
        display: block;
        padding: 6px 20px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-allnav-product-content > ul > li.has-desc a {
        padding: 10px 20px;
    }

    .header-allnav-product-content > ul > li:first-child:not(.has-desc) a {
        margin-top: 5px;
    }

.header-allnav-product-content h3 {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.header-allnav-product-content p {
    font-size: 12px;
    color: #A0A2A8;
    line-height: 22px;
}

.header-allnav-product-content > ul > li.active a {
    background: rgba(0,0,0,.3);
}

.header-allnav-product-content > ul > li.active h3 {
    color: #F66F6A;
}

/* endregion 3级导航内容--产品 */

/* region 3级导航内容--新版产品 */
.header-allnav-newproduct-content {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -10px;
}

.header-allnav-newproduct-content-center {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.header-allnav-newproduct-content-right {
    float: right;
    width: 245px;
    padding-left: 30px;
    padding-right: 15px;
}

    .header-allnav-newproduct-content-right:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -30px;
        border-left: solid 1px rgba(255,255,255,.1);
    }

    .header-allnav-newproduct-content-right ~ .header-allnav-newproduct-content-center {
        width: ~"calc((100% - 260px) / 3)";
    }

/* region 3级导航内容--解决方案 */
.header-allnav-solution-content {
    padding-left: 10px;
    padding-right: 10px;
}

    .header-allnav-solution-content > h2 {
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }

        .header-allnav-solution-content > h2 a {
            display: block;
            font-size: 16px;
            line-height: 34px;
            color: white;
        }

            .header-allnav-solution-content > h2 a[href]:hover {
                color: #F66F6A;
            }

.allnav-solution-item {
    padding: 5px 20px;
    transition: .2s;
}

    /*.allnav-solution-item-haschild {
  padding: 10px 20px;
}*/

    .allnav-solution-item:first-child:not(.allnav-solution-item-haschild) {
        margin-top: 5px;
    }

.allnav-solution-title > a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    transition: .2s;
}

.allnav-solution-sub {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #A0A2A8;
}

    .allnav-solution-sub li {
        float: left;
        margin-right: 10px;
    }

    .allnav-solution-sub a {
        display: block;
    }

    .allnav-solution-sub li:last-child {
        margin-right: 0;
    }

        .allnav-solution-sub li:last-child a {
            padding-right: 2px;
        }

    .allnav-solution-sub .new {
        margin-right: 0 !important;
    }

.allnav-solution-item.active {
    background: rgba(0,0,0,.3);
}

    .allnav-solution-item.active .allnav-solution-title a {
        color: #F66F6A;
    }

.allnav-solution-item .allnav-solution-sub a:hover {
    color: #F66F6A;
}

/* region 4级导航内容--相关产品 */
.header-allnav-relevant-dl {
    padding: 25px 30px;
}

    .header-allnav-relevant-dl dt {
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 32px;
        color: white;
    }

    .header-allnav-relevant-dl a {
        display: block;
        padding: 3px 0;
        font-size: 12px;
        color: #c3c5c6;
        line-height: 18px;
    }

    .header-allnav-relevant-dl dd:hover a {
        color: #F66F6A;
    }

.header-allnav-relevant-more {
    margin-top: 24px;
}

/* region 移动端导航折叠 */
.header-mbnav {
    display: none;
}



/* 语言 */
.header-collapse-lang a {
    display: block;
    position: relative;
    padding: 10px 30px;
    border-bottom: solid 1px rgba(102, 106, 117, .2);
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #212634;
}

.header-collapse-lang .header-icon-checked {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 19px;
}

/* region 导航搜索PC端 */
.header-search {
    position: relative;
    width: 180px;
    padding: 0 !important;
    margin-right: 10px;
    cursor: default !important;
}

.header-search-inner {
    position: relative;
    float: right;
    width: 180px;
    height: 40px;
    background: #252b3a;
    transition: .35s;
}

.header-search input {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 44px;
    border: none;
    outline: none;
    background: rgba(160, 162, 168, .2);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    &::-ms-clear

{
    width: 0;
    height: 0;
}

&::-moz-placeholder {
    color: #A0A2A8;
}

&::-webkit-input-placeholder {
    color: #A0A2A8;
}

&::placeholder {
    color: #A0A2A8;
}

}

.header-search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(images/search.png);
    transition: .2s;
}

    .header-search-submit:before,
    .header-search-submit:hover {
        content: "";
        background-image: url(images/search-hover.png);
    }

.header-search-close {
    display: none;
    width: 18px;
    height: 18px;
    background-image: url(images/search-close.png);
    cursor: pointer;
    transition: .2s;
}

    .header-search-close:hover,
    .header-search-close:before {
        content: "";
        background-image: url(images/search-close-hover.png);
    }

    .header-search-close:after {
        content: "";
        position: absolute;
        height: 16px;
        border-left: solid 1px #666A75;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        margin-left: 7px;
    }

.header-search.active .header-search-inner {
    width: 280px;
}

.header-search.active input {
    padding-right: 82px;
}

    .header-search.active input.inputted ~ .header-search-close {
        display: inline-block;
        position: absolute;
        right: 58px;
        top: 50%;
        margin-top: -9px;
    }

.header-search-droplist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #212634;
    cursor: default;
    li .to-page + li:not(.to-page)

{
    border-top: solid 1px rgba(255,255,255,.1)
}

}

.header-search-droplist.show {
    display: block;
}

.header-search-droplist h2 {
    padding: 0 15px;
    font-size: 12px;
    color: #A0A2A8;
    line-height: 37px;
}

.header-search-droplist a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

    .header-search-droplist a[href] {
        background-color: rgba(0,0,0,.05);
    }

        .header-search-droplist a[href]:before {
            content: "";
            width: 0;
            height: 0;
            background-image: url(images/arrow-hover.svg);
        }

        .header-search-droplist a[href]:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 14px;
            margin-top: -2px;
            margin-left: 5px;
            background-image: url(images/arrow.svg);
            transition: .2s;
        }

.header-search-droplist li:first-child a {
    padding-top: 5px;
}

.header-search-droplist li:last-child a {
    padding-bottom: 5px;
}

.header-search-droplist h2 + ul li:first-child a {
    padding-top: 0;
}

.header-search-droplist a.hover,
.header-search-droplist a:hover {
    color: #F66F6A;
    cursor: pointer;
}

.header-search-droplist a:not([href]).hover,
.header-search-droplist a:not([href]):hover {
    background: rgba(160, 162, 168, .09);
}

.header-search-droplist a[href].hover:after,
.header-search-droplist a[href]:hover:after {
    background-image: url(images/arrow-hover.svg);
}

/* region 导航搜索移动端 */
.header-search-mb {
    display: none;
}

.add-headerbg {
    background: #252b3a !important;
}


.header-top span {
    border: none;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 108px;
    color: rgba(255,255,255,0.4);
}

.dropdown-solution-right {
    width: 260px;
    float: right;
    color: #fff;
    border: solid 1px rgba(255,255,255,.1);
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

    .dropdown-solution-right dd a span {
        display: inline-block;
        /*line-height: 30px;*/
        font-size: 12px;
        height: 40px;
        margin-top: 5px;
        color: rgba(255,255,255,.8);
    }
    /*.dropdown-solution-right dd:hover a span{color: #1F8FFF;}*/
    .dropdown-solution-right a[href]:hover dd, .dropdown-solution-right a[href]:hover dt {
        color: #1F8FFF;
    }

.dropdown-solution-href a {
    color: #1F8FFF;
    background: url(../images/rr.png) no-repeat right;
    background-size: 18px;
    padding-right: 20px;
    line-height: 30px;
}

.dropdown-solution-right .dropdown-solution-href:hover a {
    color: #107BE6;
}

@media only screen and (max-width:1417px ) {
	.dropdown-solution-wrapper > ul{margin-left:10px;}
}
@media only screen and (max-width:1400px ) and (min-width:1380px ){
	.dropdown-solution-wrapper > ul{margin-left:15px;}
}
@media only screen and (max-width:1380px ) {
	.dropdown-solution-wrapper > ul{margin-left: 25px;}
	.dropdown-solution-right{margin-right: 20px;}
}
@media only screen and (max-width:1310px ) {
	.dropdown-solution-right{width: 226px;}
}

    .dropdown-common-dl dd a span {
        height: 53px;
    }
}