@charset "utf-8";

/*@import "product-icons.css";*/

/*@import "iconFont-solution.css";*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
button,
hr {
    overflow: visible
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: ButtonText dotted 1px
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    padding: 0
}

optgroup {
    font-weight: 700
}

/*********normalize.css end****************/
.mbmenu {
    display: none;
}

a {
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

:focus {
    outline: 0;
}

/*grid styles for AUI2.0 -- start */

.AGrid-row:after {
    clear: both;
}

.AGrid-row {
    *zoom: 1;
    clear: both;
}

.AGrid-row.no-gap [class^=col-],
.gap .AGrid-row.no-gap [class^=col-] {
    padding: 0;
}



.AGrid-row.gap,
.no-gap .AGrid-row.gap {
    margin: -10px;
}

.AGrid-row.gap [class^=col-],
.no-gap .AGrid-row.gap [class^=col-] {
    padding: 10px;

}

@media (max-width: 799px) {

    .AGrid-row.gap,
    .no-gap .AGrid-row.gap {
        margin: -5px;
    }

    .AGrid-row.gap [class^=col-],
    .no-gap .AGrid-row.gap [class^=col-], .content-block-inner .link-outer {
        padding: 5px;

    }
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-pd-1,
.col-pd-2,
.col-pd-3,
.col-pd-4,
.col-pd-5,
.col-pd-6,
.col-pd-7,
.col-pd-8,
.col-pd-9,
.col-pd-10,
.col-pd-11,
.col-pd-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
}

.col-mb-1,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-10,
.col-mb-11,
.col-mb-12 {
    float: left;
}

.col-mb-1 {
    width: 8.33333333%;
}

.col-mb-2 {
    width: 16.66666667%;
}

.col-mb-3 {
    width: 25%;
}

.col-mb-4 {
    width: 33.33333333%;
}

.col-mb-5 {
    width: 41.66666667%;
}

.col-mb-6 {
    width: 50%;
}

.col-mb-7 {
    width: 58.33333333%;
}

.col-mb-8 {
    width: 66.66666667%;
}

.col-mb-9 {
    width: 75%;
}

.col-mb-10 {
    width: 83.33333333%;
}

.col-mb-11 {
    width: 91.66666667%;
}

.col-mb-12 {
    width: 100%;
}

@media (min-width: 768px) {

    .col-pd-1,
    .col-pd-2,
    .col-pd-3,
    .col-pd-4,
    .col-pd-5,
    .col-pd-6,
    .col-pd-7,
    .col-pd-8,
    .col-pd-9,
    .col-pd-10,
    .col-pd-11,
    .col-pd-12 {
        float: left;
    }

    .col-pd-1 {
        width: 8.33333333%;
    }

    .col-pd-2 {
        width: 16.66666667%;
    }

    .col-pd-3 {
        width: 25%;
    }

    .col-pd-4 {
        width: 33.33333333%;
    }

    .col-pd-5 {
        width: 41.66666667%;
    }

    .col-pd-6 {
        width: 50%;
    }

    .col-pd-7 {
        width: 58.33333333%;
    }

    .col-pd-8 {
        width: 66.66666667%;
    }

    .col-pd-9 {
        width: 75%;
    }

    .col-pd-10 {
        width: 83.33333333%;
    }

    .col-pd-11 {
        width: 91.66666667%;
    }

    .col-pd-12 {
        width: 100%;
    }
}

@media (min-width: 1024px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 1280px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-3 {
        /*width: 25%;*/
        width: auto;
        float: unset;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1366px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

@media (min-width: 1680px) {

    .col-xg-1,
    .col-xg-2,
    .col-xg-3,
    .col-xg-4,
    .col-xg-5,
    .col-xg-6,
    .col-xg-7,
    .col-xg-8,
    .col-xg-9,
    .col-xg-10,
    .col-xg-11,
    .col-xg-12 {
        float: left;
    }

    .col-xg-1 {
        width: 8.33333333%;
    }

    .col-xg-2 {
        width: 16.66666667%;
    }

    .col-xg-3 {
        width: 25%;
    }

    .col-xg-4 {
        width: 33.33333333%;
    }

    .col-xg-5 {
        width: 41.66666667%;
    }

    .col-xg-6 {
        width: 50%;
    }

    .col-xg-7 {
        width: 58.33333333%;
    }

    .col-xg-8 {
        width: 66.66666667%;
    }

    .col-xg-9 {
        width: 75%;
    }

    .col-xg-10 {
        width: 83.33333333%;
    }

    .col-xg-11 {
        width: 91.66666667%;
    }

    .col-xg-12 {
        width: 100%;
    }
}

@media (max-width: 799px) {
    .mb-hide {
        display: none !important;
    }
}

@media (min-width: 800px) {
    .pd-hide {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .sm-hide {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .md-hide {
        display: none !important;
    }
}

@media (min-width: 1366px) {
    .lg-hide {
        display: none !important;
    }
}

@media (min-width: 1680px) {
    .xg-hide {
        display: none !important;
    }
}

/*grid styles for AUI2.0 -- end */

/*public styles for AUI2.0 -- start */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F0F2F5;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #F0F2F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
}

*,
:after,
:before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    /* Firefox */
}

body {
    font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6F7479;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#header.showPrompt.showPrompt_ip.logined div.prompt-content {
    display: table;
}

ul,
li,
dd,
dl {
    list-style: none;
}

a {
    text-decoration: none;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.footer-nav-contact-emails a {
    color: inherit;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
    line-height: 0;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*public styles for AUI2.0 -- end */
.caption {
    font-size: 24px;
    color: #333;
    line-height: 1.25;
    margin-bottom: 10px;
}

.summary {
    font-size: 18px;
    line-height: 1.666667;
    color: #6F7479;
}

.detail {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: left;
}

.info {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    text-align: justify
}

.price {
    color: #e41e2b;
}

strong,
.strong {
    color: #36383C;
    font-weight: normal;
}

a.linker {
    color: #737980;
    font-size: 12px;
}

a.link:hover,
a.linker:hover {
    color: #2d56B1;
    transition: color 0.3s ease-out;
}

a.link.more:after,
a.linker.more:after {
    content: "";
    width: 17px;
    height: 17px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: -4px;
    background: url(../images/common/icons-universal.png) -177px 3px no-repeat;

}

a.linker.more:hover:after,
a.link.more:hover:after {
    background-position: -190px 4px;
}

.txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* text sytle end*/
/* layout sytle start*/

.center-layer {
    text-align: center;
    font-size: 0;
}

.center-layer:before {
    content: "";
    font-size: 0;
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.center-layer .center-box {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* ���ҽṹ */
.center-layer > .layer-figure,
.center-layer > .layer-text {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    zoom: 1;
}

.center-layer > .layer-figure {
    width: 40%;
    text-align: center;
}

.center-layer > .layer-text {
    width: 60%;
    text-align: right;
    padding-left: 20px;
}

.center-layer .layer-figure + .layer-text {
    text-align: left;
    padding-left: 0;
    width: 55%;
    padding-right: 5%;
}

/* layout sytle end*/
/* module sytle start*/

/* module sytle end*/
.overflow-hide {
    overflow: hidden;
}

.nav-item .menu-icon {
    display: none;
}

.nav-item:hover .menu-icon,
.nav-item:hover .menu-icon:before,
.nav-item:hover .menu-icon:after {
    background: #E31D2A;
}

.foldIcon {
    border: 5px solid transparent;
    border-top-color: #747474;
    position: absolute;
    transition: transform .5s ease-out;
    transform-origin: 50% 25%;
}

.unfold .foldIcon {
    -ms-transform: rotate(180deg);
    transform: rotateX(180deg);
}

.foldIcon:before {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #fff;
    margin-left: -5px;
    margin-top: -6px;
}

/*--- header start ---*/
#header .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    visibility: visible;
    transition: top .3s ease-out;
}

.loaded#header.show-menu .wrapper {
    height: 100%;
}

.header-wrapper-bg {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .08);
    background: #252B3A;
    transition: top .3s ease-out;
    position: relative;
    z-index: 2;
}

/* has-header-banner */
.header-banner {
    height: 120px;
    display: none;
    text-align: center;
    position: relative;
}

.has-header-banner .header-banner {
    display: block;
}

.header-banner .header-banner-bg {
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.header-banner-bg img {
    display: none;
}

.header-banner .close-large {
    position: absolute;
    right: 20px;
    top: 20px;
}

.scrolled .header-banner {
    display: none;
}

@media (max-width: 799px) {
    .header-banner {
        height: 80px;
    }

    .header-banner .header-banner-bg {
        background-size: auto 100%;
    }
}

.headmenu {
    float: left;
    height: 46px;
    background: url(../../../images/new_index/layout/headMenu.png) no-repeat center;
    width: 36px;
    margin-right: 12px;
    cursor: pointer;
    display: none;
    transition: transform .3s ease-in-out
}

.headmenu.active {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#header .logo {
    float: left;
    height: 46px;
    display: none;
    background: url(../../../images/new_index/layout/logo.png) no-repeat center;
    width: 93px;
    background-size: contain;
}

#header .pc_logo {
    height: 46px;
    float: left;
    line-height: 46px;
    color: #ddd;
}

#header .pc_logo img {
    width: 16px;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle;
}

#header .pc_logo:hover {
    color: #F24651;
}

#header .header-tools .role-tools {
    font-size: 0;
}

.header-wrapper-bg .poster-actions-btns {
    opacity: 0;
    visibility: hidden;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    right: 0;
}

.poster-actions-btns {
    font-size: 0;
    vertical-align: middle;
}

.poster-content .poster-actions-btns .aui-btn-red {
    margin-right: 10px;
}

.poster-actions .aui-btn-white.last {
    margin-left: 10px;
}

.header-tools .poster-actions-btns a {
    margin-left: 10px;
}

.role-tools .tool-item {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 46px;
    color: #f2f2f2;
    font-size: 14px;
}

.role-tools .tool-item a {
    transition: color .2s;
    padding-top: 0;
}

.role-tools .tool-item:not(.register) a:first-child:hover {
    color: #e41f2b;
}

.role-tools .tool-item .btn {
    display: block;
    line-height: 46px;
    padding: 0;
    border: 0;
}

.role-tools .tool-item.register .btn {
    background-color: #e41f2b;
    color: #fff;
    padding: 0 15px !important;

}

/*.tool-item.login-act.register{
    padding-right: 0;
}*/
.role-tools .tool-item .btn.js-register:active,
.role-tools .tool-item .btn.js-register:hover {
    background-color: #ef323e;
}

.role-tools .tool-item:first-child {
    position: relative;
    margin-left: 0;
}

.header-tools .user-info {
    position: relative;
    padding-right: 0;
}

.scrolled .header-tools .user-info {
    padding-bottom: 0;
}

.logined .header-tools .user-info {
    display: inline-block;
}

.logined .header-tools .login-act,
.logined .header-tools .mobile-login {
    display: none;
}

.account-pic {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    border-radius: 13px;
}

.account-layer {
    position: relative;
    z-index: 2;
}

.header-tools .account-btn {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 5px;
    line-height: 30px;
    height: 30px;

}

.header-tools .account-btn .my-acct {
    max-width: 90px;
    min-width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.head-tools .my-acct:after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    display: inline;
    position: absolute;
    right: 0;
    margin-top: 12px;
}

.head-tools .user-info-layer {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    width: 200px;;
    min-width: 100%;
    display: none;
    padding: 10px 0px 10px 20px;
    background: rgba(34, 34, 34, .94);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

.header-tools .search-box {
    text-align: center;
    position: fixed;
    width: 100%;
    top: 46px;
    left: 0;
    background: #111214;
    border: none;
    height: 100px;
    padding: 30px;
    line-height: 40px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /*transition: all .3s ease;*/
    z-index: 6;
    box-sizing: border-box;
    background-color: rgba(34, 34, 34, .94);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

.header-tools.display .search-box {
    opacity: 1;
    visibility: visible;
}

.header-tools .search-box .search-input {
    background: #fff;
    border: 0 none;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 30px 0 15px;
    width: 552px;
    float: left;
}

.search-box-content {
    width: 610px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.search-box-content > .reset {
    position: absolute;
    right: 68px;
    top: 11px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: none;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
    background: #dcdcdc;
}

.search-box-content > .reset:before {
    width: 11px;
    height: 1px;
    top: 8px;
    left: 3px;
}

.search-box-content > .reset:after {
    width: 1px;
    height: 11px;
    top: 3px;
    left: 8px;
}

.search-box-content > .reset:before,
.search-box-content > .reset:after {
    content: "";
    background: #fff;
    position: absolute;
}

#hwcloudsSearchId {
    position: relative;
    float: left;
    width: 58px;
    height: 40px;
}

#hwcloudsSearchId:before {
    content: "";
    height: 20px;
    border-left: 1px solid #e2e2e2;
    position: absolute;
    left: 0;
    top: 10px;
}

#hwcloudsSearchId:hover:before {
    height: 0;
}

#hwcloudsSearchId > .i-search {
    background: #fff;
    width: 100%;
    height: 100%;
    color: #333;
    float: left;
    font-size: 14px;
}

#hwcloudsSearchId:hover > .i-search {
    background: #e41f2b;
    color: #fff;
}

.user-info.show .user-info-layer {
    display: block;
}

.account-item {
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-right: 10px;
}

.account-item a.iscert {
    float: right;
}

.account-item a.iscert img {
    vertical-align: middle;
    margin-top: -2px;
}

.account-item.line {
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid #4a4a4a;
}

.account-item:hover a {
    color: #e41f2b;
}

.account-item a.iscert {
    color: #3DCAA6
}

.account-item a.iscert.norenzheng {
    color: #e87d32
}

.account-item:after {
    position: absolute;
    top: 7px;
    right: 0;
    background: #e41e2b;
    width: 3px;
    display: none;
    content: '';
    height: 20px;
}

.account-item:hover:after {
    display: block;
}

.head-menu-btn {
    display: none;
}

.head-menu-btn .sidelist {
    margin-right: 8px;
}

.header-curr-page {
    line-height: 20px;
    border-left: 1px solid #d4d5d7;
    padding-left: 12px;
    margin-top: 10px;
    font-size: 16px;
    color: #36383c;
    display: none;
    cursor: pointer;
}

#header .navigation {
    line-height: 40px;
    float: left;
    padding-left: 100px;
}

.navigation .nav {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navigation .nav .nav-item {
    float: left;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.navigation .nav .nav-item .hot {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 8px;
    background: #e41e2b;
}

.navigation .nav li.line {
    position: absolute;
    height: 3px;
    width: 0;
    padding: 0;
    background-color: #e41e2b;
    bottom: 0;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.navigation .nav .nav-item.action a {
    /* color: #fff;
    font-weight: bold;
   border-bottom: 3px solid #e41e2b;
    line-height: 43px;*/
}

.navigation .nav .nav-item a {
    padding: 0 16px;
    color: #f2f2f2;
    transition: color .2s;
    cursor: pointer;
    display: block;
}

.navigation .nav .nav-item a:hover,
.navigation .nav .nav-item.selected a {
    color: #e41e2b;
    font-weight: bold;
    background: none;

}

.navigation .nav .nav-item.selected {
    border: none !important;
}

#nav-main {
    position: relative;
    height: 0;
    width: 1410px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1410px;
}

#nav-main.show {
    height: calc(100% - 71px);
}

#nav-main.all-nav .menu-list,
#nav-main .menu-panel-list .info,
#nav-main .menu-panel .foldIcon {
    display: none
}

#nav-main .menu-panel .sub-title {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a4a4a;
}

#nav-main .menu-panel .sub-title a:hover {
    color: #e41e2b;
}

.clear-menu {
    height: 5px;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    width: 100%;
}

#nav-main .menu-panel {
    display: block;
    padding: 0 20px 30px;
}

#nav-main.all-nav .menu-panel {
    width: 236px;
}

#nav-main.all-nav .menu-panel.col-2 {
    width: 432px;
}

#nav-main .menu-panel-list .caption {
    border: 0 none;
    font-size: 14px;
    font-weight: normal;
    color: #c3c5c6;
    padding: 0;
    line-height: 28px;
    margin: 0;
}

#nav-main .menu-boxs.product .caption {
    line-height: 24px;
}

#nav-main .menu-panel-list li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

#nav-main .menu-panel-list li .sale {
    background: url(../images/common/sale.png) no-repeat right center;
    padding-right: 25px;
}

#nav-main .menu-panel .new {
    color: #e41e2b;
    margin-left: 5px;
    font-weight: bold;
    font-size: 12px;
    -webkit-filter: blur(0);
}

#nav-main .menu-panel-list li a:hover .caption {
    color: #fff;
}

#nav-main .topbar-nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 190px;
    padding-top: 20px;
    display: none;
    background: #222;
    background: rgba(34, 34, 34, .99);
}

#nav-main.all-nav .topbar-nav {
    display: block;
}

#nav-main .nav-ing {
    margin: 0 auto;
    max-height: 800px;
    height: 100%;
    position: relative;
}

#nav-main .nav-ing::before,
#nav-main .nav-ing::after {
    content: "";
    position: absolute;
    left: 0;
    right: 17px;
    background: rgba(47, 47, 47, .8);
    z-index: 1;
}

/*#nav-main .nav-ing::before{
    height: 20px;
    background: linear-gradient(to top, rgba(34,34,34, .1), rgba(34,34,34,.94));
}*/
#nav-main .nav-ing::after {
    height: 25px;
    margin-top: -25px;
    background: linear-gradient(to bottom, rgba(34, 34, 34, .1), rgba(34, 34, 34, .94));
}

#nav-main.all-nav .nav-ing::before,
#nav-main.all-nav .nav-ing::after {
    left: 190px;
}

#nav-main.all-nav .nav-ing::after {
    bottom: 0;
}

#nav-main.all-nav .nav-ing {
    padding-left: 190px;
    min-height: 380px;
    overflow: auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

#nav-main.all-nav .nav-ing.ing {
    margin: 0;
    width: 190px;
}

@media (min-height: 871px) {
    #nav-main.all-nav .nav-ing {
        height: auto;
        background-color: rgba(34, 34, 34, .94);
    }

    #nav-main.all-nav .menu-boxs {
        background: none;
    }
}

/* �Զ���˵����  */
#nav-main.product {
    padding: 0;
}

#nav-main.product .nav-ing {
    width: 1200px;
}

#nav-main.solution .nav-ing {
    width: 953px;
}

#nav-main.support .nav-ing {
    width: 496px;
}

#nav-main.ecology .nav-ing {
    width: 724px;
}

#nav-main.community .nav-ing {
    width: 456px;
}

#nav-main.market .nav-ing {
    width: 953px;
}

#nav-main.ei .nav-ing {
    width: 1200px;
}

.menu-boxs {
    overflow: auto;
    max-height: 100%;
    display: none;
    padding-top: 20px;
    position: relative;
    background-color: #222;
    background-color: rgba(34, 34, 34, .94);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
    position: relative
}

/*����������߿����� �߿�ֱ��Ӧ�����������ĳߴ�*/
.menu-boxs::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(34, 34, 34, .94);
}

/*������������ ����Ӱ+Բ��*/
.menu-boxs::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(34, 34, 34, .94);
}

/*���廬�� ����Ӱ+Բ��*/
.menu-boxs::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(153, 153, 153, .6);
}

.menu-boxs.show {
    display: block
}

#nav-main.product div {
    float: none;
}

.menu-boxs.product {
    float: none !important;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    /*position: static;*/
}

#nav-main.all-nav .menu-boxs {
    height: 100%;
    box-shadow: none;
}

.animate-text {
    transform: translateY(-10px);
    opacity: 1;
    transition: all .2s cubic-bezier(0, 0, .2, 1);
}

.animate-text.show {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s cubic-bezier(0, 0, .2, 1);
}

.menu-list {
    float: left;
    margin-left: -200px;
    position: relative;
    background: rgba(0, 0, 0, .9);
    padding: 20px 0;
    min-height: 500px;
}

.menu-list li {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 200px;
    color: #fff;
    padding-left: 60px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.topbar-list {
    width: 100%;
}

#nav-main .topbar-nav .nav-inner {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    width: 100%;
}

#nav-main .topbar-nav .nav-inner.act {
    margin-top: 20px;
}

#nav-main .topbar-nav .nav-inner.act:before {
    background: #4a4a4a;
    height: 1px;
    position: absolute;
    top: -10px;
    right: 10px;
    left: 30px;
    content: '';
}

#nav-main .topbar-nav .nav-inner .foldIcon {
    display: none
}

#nav-main .topbar-nav .nav-inner:after {
    background: #e41f2b;
    width: 2px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

#nav-main .topbar-nav .nav-inner.active {
    background: #000;
    color: #fff;
}

#nav-main .topbar-nav .nav-inner.active:after {
    opacity: 1;
    visibility: visible;
}

.menu-list li.line {
    transition: top .15s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    top: 20px;
    background-color: #e41e2b;
    z-index: 1;
}

.menu-boxs .panel-box {
    padding: 0 20px 0;
    overflow: hidden;
}

.all-nav {
    padding-left: 0px;
}

.menu-panel {
    display: none;
    font-size: 0;
}

#nav-main .menu-panel.col-2 li {
    width: 50%;
    display: inline-block;
}

.menu-panel.show {
    display: block;
}

.menu-panel .sub-title {
    color: #fff;
    font-size: 18px;
    display: none;
}

.menu-panel-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 20px;
}

.menu-panel-list .caption {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #40484d;
    line-height: 36px;
}

#nav-main .menu-panel-list .caption:hover {
    color: #e41e2b !important;
    /* font-weight: bold; */
}

.menu-panel-list .info {
    font-size: 12px;
    color: #777f84;
}

#nav-main .ecology .menu-panel.software {
    width: 416px;
}

#nav-main .ecology .menu-panel.software .menu-panel-list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.sub-item-col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    width: 20%;
}

#nav-main .sub-item-col .menu-panel {
    width: 100%;
    float: none;
}

.panel-box {
    font-size: 0;
}

.sub-item-col .sub-title {
    color: #36383c;
    font-size: 14px;
    cursor: default;
    margin-bottom: 5px;
    border-bottom: 1px solid #dee0e8;
}

.sub-item-col .subnav-list.min {
    min-height: 180px;
}

.sub-item-col .sub-title .devcloud {
    background: url(../images/common/new.png) no-repeat right center;
    padding-right: 25px;
}

/* search */
.i-search {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../images/new_index/layout/search.png) no-repeat center;
}

.i-search:hover {
    background-image: url(../../../images/new_index/layout/search-on.png)
}

.tool-item.display > .i-search {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: none;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tool-item.display > .i-search:before {
    width: 14px;
    height: 2px;
    top: 9px;
    left: 3px;
}

.tool-item.display > .i-search:after {
    width: 2px;
    height: 14px;
    top: 3px;
    left: 9px;
}

.tool-item.display > .i-search:before,
.tool-item.display > .i-search:after {
    content: "";
    background: #f2f2f2;
    position: absolute;
}

.i-search.on:hover:before,
.i-search.on:hover:after {
    background: #e41f2b;
}

#nav-main.search {
    width: 100%;
    max-width: none;
}

#nav-main.search.show {
    height: 100%;
}

.menu-boxs.search {
    padding-top: 0;
    overflow: visible;
}

#nav-main.search .nav-ing {
    max-height: none
}

#nav-main.search .nav-ing::after {
    display: none;
}

.menu-boxs.search .search-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .05);
    display: none;
}

#nav-main.search.show .search-mask {
    display: block;
}

.search-content {
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}

.head-search-panel {
    width: 610px;
    margin: auto;
}

.head-search-panel .search-bar {
    position: relative;
    height: 40px;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
}

.search-bar .search-input-box {
    position: relative;
    height: 40px;
    line-height: 20px;
    margin-right: 58px;
    padding: 10px 30px 10px 15px;
}

.search-input-box .search-input {
    width: 100%;
    border: none;
    color: #333;
    background: none;
}

.search-input::-ms-clear {
    display: none;
}

.search-input-box .search-clear-btn {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: none;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%;
    background: #dcdcdc;
}

.search-clear-btn:before,
.search-clear-btn:after {
    content: "";
    background: #fff;
    position: absolute;
}

.search-clear-btn:before {
    width: 11px;
    height: 1px;
    top: 8px;
    left: 3px;
}

.search-clear-btn:after {
    width: 1px;
    height: 11px;
    top: 3px;
    left: 8px;
}

.search-input-box.inputing .search-clear-btn {
    display: block;
}

.search-clear-btn:hover {
    background: #c6c6c6;
}

.search-bar .search-btn {
    float: right;
    padding: 10px 15px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: background .3s, color .3s;
}

.search-bar .search-btn:before {
    content: "";
    height: 20px;
    border-left: 1px solid #e2e2e2;
    position: absolute;
    left: 0;
    top: 10px;
}

.search-bar .search-btn:hover {
    background: #e41f2b;
    color: #fff;
}

.search-bar .search-btn:hover:before {
    display: none;
}

.search-bar .search-btn:active {
    background: #C8000D;
}

.head-search-panel .search-suggestion {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.show-suggest .search-suggestion {
    display: block;
}

.search-suggestion .sugg-item {
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    line-height: 33px;
    cursor: pointer;
}

.search-suggestion .sugg-item:hover {
    background: #fafafa;
    color: #e41f2b;
}

.search-suggestion .sugg-item.on {
    background: #f5f6f7;
    color: #e41f2b;
}

.head-search-panel .hot-search {
    margin-top: 5px;
    color: #c3c5c6;
    font-size: 14px;
}

.hot-search-item {
    margin-right: 20px;
}

.hot-search-item:hover {
    color: #e41f2b;
}

.hot-search-item:last-child {
    margin-right: 0;
}

/*
/* lang */
/*
.header-tools .tool-lang{
    position: relative;

}
.tool-lang .lang-curr{
    height: 46px;
}
.lang-icon{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/global/lang.png) no-repeat;
    background-size: contain;
}
.tool-lang.show .lang-icon{
    background-image: url(../images/global/lang-on.png?sttl=0817004)
}
.lang-curr .lang-label{
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}
.lang-list{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(34,34,34,.94);
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
    display: none;
}
.tool-lang.show .lang-list{
    display: block;
}
.lang-list .lang-item{
    display: block;
    line-height: 20px;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    color: #c3c5c6;
    cursor: pointer;
    position: relative;
}
.role-tools .lang-list .lang-item:hover{

    color: #e41f2b;
}
.lang-list .lang-item:hover:after{
    content: "";
    position: absolute;
    right:0;
    height: 20px;
    top: 10px;
    border-right: 3px solid #e41f2b;
}*/
*

/
@media (max-width: 1440px) {

    #nav-main .menu-panel {
        padding-bottom: 20px;
    }

    #nav-main .menu-panel .sub-title {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }

    #nav-main {
        width: 100%;
    }

    .menu-panel-list .info {
        line-height: 18px;
    }

    .menu-panel-list .caption {
        font-size: 14px;
    }

    #nav-main.all-nav .nav-ing {
        width: 100%;
    }

    .menu-list li {
        width: 150px;
        padding-left: 40px;
    }
}

@media (max-width: 1300px) {
    #nav-main .topbar-nav {
        width: 150px;
    }

    #nav-main.all-nav .nav-ing.ing {
        width: 150px;
    }

    #nav-main.all-nav .nav-ing {
        padding-left: 150px;
    }

    #nav-main.all-nav .nav-ing::before,
    #nav-main.all-nav .nav-ing::after {
        left: 150px;
    }

    .panel-box {
        padding-top: 10px;
    }

    .navigation .nav .nav-item a {
        padding: 0 12px;
    }
}

@media (max-width: 1270px) {
    #header .navigation {
        display: none
    }

    #header .hw-row,
    #header .head-main {
        width: 100%;
    }

    #nav-main.all-nav .menu-panel {
        padding: 0 10px 20px;
        width: 25%;
    }

    #nav-main.all-nav .sub-item-col .menu-panel {
        width: auto;
    }

    #nav-main .menu-panel .sub-title {
        font-size: 12px;
    }

    #nav-main.all-nav .menu-panel-list .caption {
        font-size: 12px;
        line-height: 20px;
    }
}

.nav-title {
    display: none
}

@media (max-width: 1023px) {
    .nav-ing {
        width: 100% !important;
    }

    .sub-item-col {
        width: 100%;
        padding: 0;
    }

    #nav-main .sub-item-col .menu-panel {
        padding: 0;
    }

    /*#header .logo {
        background-image: url(../images/logo-mb.png);
        background-size: contain;
    }*/
    #nav-main.product.show,
    #nav-main.all-nav.show,
    #nav-main.all-nav.show .nav-ing,
    #nav-main .topbar-nav {
        height: auto;
        min-height: auto;
    }

    #nav-main.all-nav .nav-ing::before,
    #nav-main.all-nav .nav-ing::after {
        display: none
    }

    #nav-main .menu-panel {
        width: 100%;
    }

    #nav-main.all-nav {
        background: none;
    }

    .nav-ing {
        background-color: rgba(34, 34, 34, .99);
    }

    .header-wrapper-bg.fade .poster-actions-btns {
        display: none
    }

    #nav-main.all-nav .menu-boxs {
        display: block;
        min-height: 0;
        height: auto;
        max-height: none;
        border-bottom: 1px solid #333;
        padding-left: 0;
        background: none;
        overflow: hidden;
        padding-top: 0;
    }

    #nav-main.all-nav .menu-boxs.ecology .menu-panel:last-child .sub-title {
        border: 0 none;
    }

    #nav-main.all-nav .nav-ing {
        padding: 0;
        overflow-y: auto;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

    #nav-main.all-nav .nav-ing::-webkit-scrollbar {
        display: none;
    }

    #nav-main.all-nav .topbar-nav {
        display: none;
    }

    .clear-menu {
        display: none;
    }

    .panel-box {
        padding: 0 !important;
        display: none;
        background-color: rgba(51, 51, 51, .8);
    }

    .nav-title {
        font-size: 14px;
        color: #fff;
        display: block;
        padding: 10px 20px;
        position: relative;
        text-align: left;
    }

    .menu-boxs .foldIcon {
        top: 20px;
        right: 20px;
        border-top-color: #fff;
    }

    .menu-boxs .foldIcon:before {
        border-top-color: #222;
    }

    #nav-main.all-nav .menu-panel {
        display: block;
        width: 100% !important;
        float: none;
        border-top: 1px solid #333;
        padding: 0;
    }

    #nav-main.all-nav .menu-panel .sub-title {
        margin: 0;
        color: #ccc;
        position: relative;
        padding: 10px 30px;
        font-weight: normal;
        border-bottom: 1px solid #474747;
    }

    #nav-main.all-nav .show .sub-item-col:last-child .menu-panel:last-child .sub-title {
        border: 0 none;
    }

    .menu-panel-list {
        display: none;
    }

    #nav-main .ecology .menu-panel.software .menu-panel-list {
        width: 100%;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    #nav-main .ecology .menu-panel.software .menu-panel-list:nth-child(2) {
        padding-top: 10px;
    }

    #nav-main .ecology .menu-panel.software .menu-panel-list:last-child {
        padding-bottom: 10px;
    }

    #nav-main.all-nav .menu-panel .foldIcon {
        display: block;
        right: 20px;
        top: 18px
    }

    #nav-main .menu-panel .sub-title {
        font-size: 14px;
    }

    #nav-main .menu-panel.col-2 li {
        width: 100%
    }

    #nav-main.all-nav .menu-panel .foldIcon:before {
        border-top-color: #333;
    }

    #nav-main.all-nav .menu-panel-list .caption {
        line-height: 40px;
        font-size: 14px;
        padding: 0 50px;
    }

    .menu-panel-list {
        padding: 10px 0;
        border-bottom: 1px solid #474747;
    }

    #nav-main .menu-panel-list li a {
        display: block;
        height: 100%;
        padding: 0 30px;
        line-height: 35px;
    }

    .mbmenu .menu-panel-list {
        display: block;

    }

    .mbmenu .menu-panel-list {
        padding: 0;
    }

    .mbmenu .menu-panel-list li {
        height: 40px;
        font-size: 14px;
        color: #fff;
        border: 1px solid #333
    }

    .search-history {
        position: relative;
        background: #fff;
        padding: 0 10px 10px;
    }

    .from-history {
        border-bottom: 1px solid #ededed;
        line-height: 45px;
        position: relative;
    }

    .from-history .close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 16px;
        right: 8px;
        background: url(../../../images/new_index/layout/close.png) no-repeat;
        display: block;
        opacity: .6;
    }

    .help-cen.search {
        padding-bottom: 0;
    }

    .help-cen.search .help-body {
        padding: 0;
        margin: 0;
    }

    .search-hot {
        position: relative;
        background: #fff;
        padding: 15px;
    }

    .search-hot .caption {
        font-size: 14px;

    }

    .from-hotSearch li {
        float: left;
        height: 32px;
        line-height: 32px;
        border: 1px solid #cdcdcd;
        color: #666;
        font-size: 14px;
        text-align: center;
        width: 30%;
        margin-right: 3%;
        margin-bottom: 10px;
        border-radius: 32px;
        padding: 0;
    }

    /* search */
    #nav-main.all-nav .menu-boxs.search {
        overflow: visible;
        border-bottom: none;
    }

    .head-search-panel {
        width: 100%;
    }

    .head-search-panel .search-bar {
        height: 36px;
        background: none;
        border: 1px solid rgba(255, 255, 255, .2)
    }

    .search-bar .search-input-box {
        height: 34px;
        padding: 7px 20px 7px 10px;
    }

    .search-input-box .search-clear-btn {
        top: 8px;
    }

    .search-bar .search-input {
        color: #fff;
    }

    .search-bar .search-btn {
        color: #999;
        padding: 7px 15px;
    }

    .search-bar .search-btn:before {
        border-color: #999;
        top: 8px;
    }

    .show-suggest .search-suggestion {
        top: auto;
        bottom: 36px;
        background: #efefef;
        border-top: none;
    }

    .search-clear-btn:before,
    .search-clear-btn:after {
        background: #999;
    }

    .head-search-panel .hot-search {
        display: none;
    }

    .footer-certificate:after {
        content: "";
        display: block;
        clear: both;
    }

    .footer-certificate > div {
        display: inline-block;
        width: 49%;
        float: left;
    }

    .footer-certificate > div:first-child {
        margin: 0 5px 0 0;
    }

    .footer-certificate > div > a {
        display: block !important;
    }
}

.navigation .search-acting {
    display: none
}

.navigation.search-hidden {
    overflow: hidden;
}

.search-layer .search-inner {
    position: absolute;
    right: 0px;
    top: -1px;
    width: 24px;
}

.search-acting .search {
    margin-top: 0px
    cursor: pointer;
}

.search-layer .close {
    float: right;
    margin-right: -110px;
    margin-top: 5px;
    display: none;
    cursor: pointer;
}

.search-layer .search-input {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    line-height: 30px;
    height: 30px;
    display: none;
    padding: 0;
    background: none;
}

.search-item .search-btn {
    float: right;
    display: none;
    vertical-align: middle;
}

.search-acting > .search {
    display: none;
}

.search-acting .search-layer .search {
    display: inline-block;
}

.search-acting .close,
.search-acting .search-input,
.search-acting .search-btn {
    display: block;
}

.hide {
    display: none;
}

.hidden {
    visibility: hidden;
}

.navigation .foldIcon {
    visibility: hidden;
}

.navigation .nav-item.vice-item {
    display: none;
}

.navigation .nav-item.activity {
    font-size: 14px;
}

.head-action {
    float: right;
    height: 40px;
    margin-top: 7px;
}

.navigation .head-caption {
    opacity: 0;
    visibility: hidden;
}

.head-caption {
    margin-right: 11px;
    position: relative;
    float: right;
    padding-right: 16px;
    transition: opacity .5s ease-in-out;
}

.head-caption:after {
    position: absolute;
    top: 9px;
    right: 0;
    height: 22px;
    background: #d6d8da;
    width: 1px;
    display: block;
    content: '';
}

.head-caption .caption {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.head-caption .text {
    display: none
}

.search-item {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.search-item .search-layer {
    width: 150px;
    border: 1px solid #e7ebf0;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    padding: 0 24px 0 10px;
}

.search-item .hot-text {
    display: none;
}

.scrolled #header .wrapper {
    position: fixed;
}

.scrolled #header .head-top {
    display: none;
}

.scrolled .navigation .head-caption {
    opacity: 1;
    visibility: visible
}

.scrolled .sidebar-box.fixed {
    background: none;
    z-index: 100;
    color: #fff;
    width: 860px;
    margin-left: -500px;
    left: 50%;
    top: 0px;
}

.scrolled .fixed .sidebar-menu .item a {
    color: #fff;
    -webkit-transition: color .3s ease-in;
    -moz-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

.scrolled .fixed .sidebar-menu .item a:hover {
    color: #e41e2b;
}

.role-tools .mobile-login {
    display: none;
    padding: 0;
}

@media (min-width: 1024px) {
    .scrolled .sidebar-box.fixed {
        width: 550px;
        margin-left: -295px;
    }

    .sidebar-menu .item {
        margin: 0 6px;
    }

    .scrolled .header-curr-page {
        display: inline-block;
    }

    .scrolled .header-tools .poster-actions-btns {
        margin-top: 8px;
    }

    .customer .Cloud-ecological {
        text-align: right;
        padding-right: 290px;
    }
}

@media (min-width: 1280px) {

    #header .hw-row,
    #header .head-main {
        width: 1410px;
        margin: 0 auto;
    }
}

@media (max-width: 1400px) {

    #header .hw-row,
    #header .head-main {
        width: 100%;
        margin: 0 auto;
    }

    #header .navigation {
        padding-left: 30px;
    }

    #nav-main .topbar-nav {
        padding-top: 10px;
    }
}

@media (max-width: 1279px) {

    /*#header .logo{
        width: 240px;
        height: 32px;
        margin-top: -5px;
        background-image: url(../images/global/hwclouds-logo-sm.png?sttl=0817004);
    }*/
    .navigation .nav .nav-item {
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
    }

    .subnav-layer > .subnav-list {
        text-align: left;
        padding: 0 50px;
    }

    .navigation .nav .nav-item a {
        padding: 0 12px;
    }

    #header .head-main,
    #header .head-top {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .sub-item-col {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    #header .logo {
        margin-left: 15px;
    }

    .headmenu {
        float: right;
    }

    .navigation .nav-item.vice-item {
        display: block;
    }

    #header .navigation .header-tools {
        display: none
    }

    #header .navigation .header-tools {
        display: none
    }

    .head-menu-btn {
        text-align: left;
        display: inline-block;
        font-size: 18px;
        color: #36383C;
        margin-right: 10px;
        cursor: pointer;
        float: right;
    }

    .head-menu-btn .menu-icon,
    .head-menu-btn .menu-icon:before,
    .head-menu-btn .menu-icon:after {
        width: 22px;
        height: 1px;
    }

    .head-menu-btn .menu-icon:before {
        margin-top: -7px;
    }

    .head-menu-btn .menu-icon:after {
        margin-top: 7px;
    }

    .head-menu-btn.on .menu-icon,
    .head-menu-btn.on .menu-icon:before,
    .head-menu-btn.on .menu-icon:after {
        background-color: #e41e2b;
    }

    #header .head-main {
        padding: 0;
    }

    .role-tools {
        min-height: 45px;
    }

    .navigation .search-item {
        display: none;
    }

    .header-tools .user-info {
        padding-bottom: 15px;
    }

    .head-action {
        display: none;
    }

    #header .navigation {
        margin: 0;
        position: absolute;
        top: 100%;
        left: -1024px;
        width: 100%;
        z-index: -1;
        overflow: auto;
        background: #fbfcff;
        /*background:  rgba(190,196,205,.98);*/
        transition: left .4s ease-in-out;
    }

    #header .navigation.show {
        left: 0
    }

    #header .navigation .head-caption {
        display: none
    }

    .navigation .nav {
        display: block;
        margin-bottom: 50px;
    }

    .navigation .nav .nav-item {
        float: none;
        text-align: left;
        padding: 0;
        border: 0 none;
    }

    .scrolled .navigation .nav .nav-item {
        padding-bottom: 0px;
    }

    .navigation .nav .act {
        height: 51px;
        line-height: 51px;
        font-size: 16px;
        padding-left: 20px;
        border-bottom: 1px solid #e5e7ee;
    }

    .navigation .subnav-layer,
    .navigation .nav-item:hover > .subnav-layer {
        position: static;
        height: auto;
        border: none;
        box-shadow: none;
        display: none;
        width: 100%;
        margin: 0;
    }

    .navigation .nav li.selected > .title,
    .navigation .nav li:hover > .title,
    .navigation .sub-nav li:hover {
        color: #36383C
    }

    .navigation .foldIcon {
        visibility: visible;
        right: 30px;
        top: 50%;
        border-top-color: #c9ced4
    }

    .navigation .title .foldIcon:before {
        border-top-color: #fbfcff
    }

    .on > .title > .foldIcon,
    .on > .caption > .foldIcon {
        -ms-transform: rotate(180deg);
        transform: rotateX(180deg);
    }

    /*.sidebar-box{
        display: none
    }*/
}

@media (max-width: 799px) {
    #header .wrapper {
        position: fixed;
    }

    .icon-login {
        width: 24px;
        height: 24px;
        /*background: url(../images/global/login.png) no-repeat;*/
        display: inline-block;
        background-size: contain;
    }

    .header-tools .tool-item {
        display: none;
    }

    .header-tools .mobile-login {
        display: block;
        margin-right: 15px;
        margin-top: 8px;
    }

    #header .head-main {
        background-color: #222;
        padding-top: 0;
    }

    #header .navigation .head-main {
        background: none;
        padding: 0
    }

    .header-tools .user-info {
        padding: 0 10px;
    }

    .header-tools .account-btn {
        display: none;
    }

    .role-tools {
        min-height: 40px;
    }

}

/*--- header end ---*/

/*--- content start ---*/

#content {
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.Compatible #content {
    padding-top: 122px;
}

.has-header-banner #content {
    padding-top: 210px;
}

.has-header-banner.Compatible #content {
    padding-top: 300px;
}

.scrolled.has-header-banner #content {
    padding-top: 100px;
}

#content .wrapper-top {
    position: relative;
    z-index: 2;
}

#content .wrapper {
    z-index: 2;
    position: relative;
}

@media (max-width: 1439px) and (min-width: 1366px) {
    .y-row {
        max-width: 1200px;
        margin: 0 auto;
    }

    #nav-main .sub-item-col .menu-panel {
        padding-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .wrapper .crumbs {
        padding-left: 10px;
        padding-right: 10px;
    }

    .has-header-banner #content {
        padding-top: 210px;
    }

    .product-event {
        margin-top: 10px;
    }

    .icons-notice {
        margin-top: 8px;
    }

    .announce-list {
        overflow: hidden;
        height: 25px;
        line-height: 25px;
    }
}

@media (max-width: 799px) {
    .has-header-banner #content {
        padding-top: 130px;
    }

}

@media (max-width: 500px) {
}

/*--- content end ---*/

/*------ footer start ------*/
#footer {
    width: 100%;
    justify-content: center;
    background-color: #4A5C69;
}

#footer .wrapper {
    width: 100%;
    z-index: 2;
    position: relative;
}

#footer .link:hover {
    color: #999;

}

#footer .footer-certificate .link:hover {
    text-decoration: none;
}

#footer .foot_email .link:hover {
    color: #36383c
}

#footer .foot_email p {
    margin: 0;
}

.footer-top {
    background: #3D3E49;
    color: #fff;
    position: relative;
}

.footer-content {
    /* padding: 20px 50px; */
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.footer-top .footer-content {
    padding: 10px 0px 15px;
}

.footer-content .cert-item:visited,
.footer-content .cert-item:active {
    color: #999
}

.footer-content .text {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom {
    background: #3D3E49;
    text-align: center;
}

.footer-bottom .footer-content {
    padding: 15px 0;
    border-top: 1px solid #252B3A;
}

.footer-content .link-item {
    display: inline-block;
    border-right: 1px solid #abafb3;
    line-height: 1;
    padding: 0 10px;
}

.footer-content .link-item:last-child {
    border-right: none;
}

.footer-content .title {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #ccc;
}

.footer-content dd {
    padding-bottom: 5px;
    font-size: 14px;
    color: #999
}

.footer-content dd:hover .foot_email {
    display: block;
}

.foot_email {
    z-index: 3;
    display: none;
    margin-top: 5px;
    padding-left: 5px;
    width: 185px;
    height: 30px;
    border: 1px #fff solid;
    border-radius: 3px;
    background: #fff;
    color: #333;
    line-height: 28px;
    font-size: 12px;
}

.foot_email p:before {
    position: absolute;
    display: block;
    margin-top: -20px;
    border: 10px solid;
    border-color: transparent transparent #fff;
    content: "";
}

.footer-content .sub-items {
    width: 130px;
    /* margin: 0 auto; */
    /*height: 245px;*/
}

.footer-content .language span {
    font-size: 14px;
}

.footer-content .language span.on {
    opacity: 0.7
}

.footer-content .language a {
    font-size: 14px;
}

.footer-content .language a.on {
    opacity: 0.7
}

.footer-content .language .line {
    padding: 0 5px;
}

.footer-content .serv_tel {
    font-size: 16px;
    line-height: 24px;
    height: 36px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

.serv_tel i.icon {
    position: static;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/ft-call.png) no-repeat;
    margin-right: 5px;
    background-size: cover;
}

.sub-items.emails {
    width: 160px;
}

.icons-certificate {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}

.icons-certificate.safecloud {
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/certificate.png) 0 0 no-repeat;;
}

.icons-certificate.dependable {
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/certificate.png) -80px 0 no-repeat;;
}

.footer-certificate {
    font-size: 14px;
}

.cert-item.itema:hover .icons-certificate.safecloud {
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/certificate.png) 0 -80px no-repeat;;
}

.cert-item.itemb:hover .icons-certificate.dependable {
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/certificate.png) -80px -80px no-repeat;;
}

.footer-certificate p {
    /*margin:2px 0;*/
}

.icons-certificate.icon_anquan,
.icons-certificate.icon_hegui {
    display: none;
}

.icons-certificate img {
    width: 100%;
    max-width: 48px;
}

.footer-certificate .cert-item {
    display: block;
    margin-top: 10px;
}

.footer-certificate .icons-certificate {
    margin-bottom: 5px;
}

.footer-certificate .cert-item:first-child {
    margin-top: 0;
}

p.footest {
    display: none
}

@media (max-width: 1023px) {
    .Aut-list li {
        margin: 0 5px;
    }

    .Aut-list li .name {
        display: none
    }
}

.icons-2code {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    background: url(../../../images/new_index/layout/2code.jpg);
}

.icons-2code.weibo {
    background-position: 0 0
}

.icons-2code.weixin {
    background-position: -92px 0
}

.footer-content .code-2-layer {
    position: relative;
    height: 190px;
    display: inline-block;
    margin-top: 10px;
    width: auto;
}

.code-2-box {
    margin-bottom: 15px;
}

.code-2-box .code-name {
    display: block;
    line-height: 20px;
    text-align: center;
    cursor: default;
    font-size: 14px;
    margin-top: 3px;
}

.code-2-box .code-name.weibo {
    left: 80px;
    cursor: pointer;
}

/*.code-2-box.show .code-name:before {
    content: "";
    border: 6px solid transparent;
    border-bottom-color: #ccc;
    position: absolute;
    top: -12px;
    z-index: 1;
    left: 34px;
}*/

.code-2-box .img-code-2 {
    text-align: center;

}

.code-2-box.show .img-code-2 {
    display: block;
}

.footer-content .mobile.language {
    display: none;
}

.service-email .email {
    width: 20px;
    height: 11px;
    background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/email.png) no-repeat;
    vertical-align: -2px;
    display: inline-block;
}

.footer-certificate .serv_tel {
    display: none;
}

.footer-certificate {
    text-align: left;
    /*padding-left: 20%;*/
}

.footer-certificate p {
    display: inline-block;

}

.footer-content .record-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.footer-content .record-icon.record-1 {
    background-image: url(../../../images/new_index/layout/a6.png)
}

.footer-content .record-icon.record-2 {
    background-image: url(../../../images/new_index/layout/a7.png)
}

@media (min-width: 1280px) {
    .footer-content {
        max-width: 1180px;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        /* margin-left: 190px; */
    }

    .footer-bottom .part-1 {
        text-align: left;
    }

    .footer-bottom .part-2 {
        text-align: right;
    }
}

@media (max-width: 1279px) {
    .footer-content .sub-items {
        width: auto;
        margin: 0;
        margin-left: 30%;
    }

    .footer-content .top-block .sub-items {
        height: auto;
    }

    .sub-items.emails {
        height: auto;
    }

    .nav-side-show .footer-content .sub-items {
        margin-left: 0;
    }

    /*.footer-certificate{
        margin-left: 25%;
    }*/
    .footer-certificate .cert-item {
        margin-top: 0px;
    }

    .footer-bottom .footer-content {
        line-height: 20px;
        padding: 10px 0;
    }
}

@media (max-width: 1024px) {

    .code-2-box .code-name,
    .sub-items.emails,
    .footer-bottom .inner-links,
    .footer-top .top-block,
    .footer-content .col-sm-3 .language {
        display: none;
    }

    .icons-certificate.icon_anquan,
    .icons-certificate.icon_hegui {
        display: block;
    }

    .icons-certificate.dependable,
    .icons-certificate.safecloud {
        display: none
    }

    p.footest {
        display: block;
    }

    #header .headmenu {
        display: block;
    }

    #header .logo {
        display: block;
    }

    #header .pc_logo {
        display: none;
    }

    .footer-content .mobile.language {
        margin: 0;
        text-align: center;
        display: block;
    }

    .footer-content .mobile.language a:hover {
        color: #999;
    }

    .footer-content .mobile.language a:focus {
        color: #999;
    }

    .footer-content .mobile.language a:active {
        color: #999;
    }

    .footer-content .language a.on {
        font-size: 16px;
    }

    .footer-top .footer-content {
        padding: 20px 10px 10px;
    }

    .sub-items.emails {
        margin-left: 0
    }

    .footer-certificate {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-certificate .cert-item {
        text-align: left;
        height: 25px;
        width: 25px;
    }

    .footer-certificate .icons-certificate {
        float: left;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .footer-certificate .serv_tel {
        display: block;
        font-size: 24px;
        margin: 0;
        margin-bottom: 5px;
    }

    .cert-item.link.itema {
        margin-bottom: 5px;
    }

    .footer-content .code-2-layer {
        margin: 0;
        text-align: center;
        display: none;
        height: auto;
    }

    .code-2-box .img-code-2 {
        position: static;
        background: none;
    }

    .icons-certificate {
        background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/icons-certificate-mb.png) no-repeat;
        width: 24px;
        height: 24px;
        background-size: auto 100%;
    }

    .icon_hegui {
        background-position-x: -24px;
    }

    .icons-certificate.dependable {
        background-position: -24px 0;
    }

    .icons-certificate.safecloud {
        background-position: 0 0;
    }

    .footer-panel > a {
        display: block !important;
        margin: 5px 0;
    }

    .footer-certificate {
        width: 42%;
        margin: 15px auto;
        padding-left: 0
    }

    .footer-certificate .cert-item {
        margin-bottom: 0;
        display: block;
        width: auto;
        margin: 0 0 5px 0px;
    }

    .footer-content .col-mb-7 {
        width: 100%;
    }

    .footer-certificate .serv_tel {
        vertical-align: middle;
        height: auto;
        line-height: inherit;
        font-size: 16px;
    }

    .footer-panel {
        float: right;
        text-align: left;
        white-space: nowrap;
        width: 145px;
    }

    .icons-code-weibo,
    .icons-code-wechat {
        width: 24px;
        height: 24px;
        background: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/sina.png) no-repeat;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .icons-code-wechat {
        background-image: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/wechat.png);
    }

    .wechat-pop-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wechat-pop-wrapper .wechat-pop {
        width: 300px;
        height: 300px;
        position: relative;
        background-color: #fff;
    }

    .wechat-pop-wrapper.hide {
        opacity: 0;
        display: none;
    }

    .wechat-pop-wrapper .wechat-pop img {
        height: 100%;
        width: 100%;
    }

    .wechat-pop-wrapper.show {
        -webkit-animation: fadeIn .5s;
        -moz-animation: fadeIn .5s;
        -o-animation: fadeIn .5s;
        animation: fadeIn .5s;
    }

    /*#search a{right: 7% !important;}*/
    #top-container .s-form {
        width: 100% !important;
    }

    #search input {
        width: 90% !important;
        margin-left: 5%;
    }

    #tele_PC {
        display: none
    }

    #tele_phone {
        display: inline
    }

    /*新增移動樣式*/
    .service-boxes .name {
        display: block;
        margin-top: 10px;
    }

}

@media (max-width: 1023px) {
    .footer-certificate {
        padding-left: 0;
        line-height: 24px;
    }

    .footer-top .top-block {
        display: none;
    }

}

@media (max-width: 760px) {
    .footer-certificate {
        width: 100%;
        margin: 10px auto;
    }
}

@media (max-width: 480px) {
    .footer-certificate .serv_tel {
        font-size: 16px;
        margin: 0;
        overflow: hidden;
    }

    .serv_tel i.icon {
        float: left;
    }

    .footer-top .footer-content {
        padding: 10px 10px 5px;
    }
}

/*------ footer end ------*/
/*--- sidebar start ---*/

/*--- sidebar end ---*/
/*--- float bar start ---*/

@media (max-width: 1366px) {
    .page-nav:hover .sub-nav-layer {
        right: 64px;
    }
}

@media (max-width: 767px) {

    .service-area-hc .service-boxes > div {
        width: 50%;
        text-align: center;
    }
    div.service-area-hc .content-block .content-block-inner .link-outer {
        width: 25%;
        text-align: center;
    }
    div.service-boxes .name {
        text-align: center;
        margin-left: 0;
        margin-top: 12px;
    }
    div.service-area-hc .content-block .service-boxes .strong-text {
        font-size: 12px;
    }
    div.service-area-hc .content-block .service-boxes .figure {
        margin-right: 0;
        display: block;
        padding: 0;
    }
    .header-menu {
        display: none;
    }

    .header-menu-mb.show-nav .header-icon-menu {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .service-area-hc .content-block .content-block-inner .link-outer {
        width: 25%;
    }
    .service-boxes .name {
        text-align: center;
        margin-left: 0;
    }
}

.footer-panel a {
    display: none;
}

@media (max-width: 760px) {
    #footer {
        position: relative;
        z-index: 3;
    }

    .service-area-hc .content-block .service-boxes .figure .icons-services {
        width: 32px !important;
        height: 32px !important;
    }

}

/*------ service start ------*/
.service-area-hc {
    position: relative;
    margin-top: 0;
    background: #f3f3f3;
    overflow: hidden;
}

.service-area-hc .content-block {
    position: relative;
    border: none;
    padding: 24px 0;
    max-width: 1280px;
    margin: auto;
    display: flex;
    height: 89px;
    border-bottom: 1px solid #DFE1E6;
}

.service-area-hc .content-block .content-block-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service-area-hc .content-block .content-block-inner .link-outer {
    width: 20%;
}

.service-area-hc .content-block .content-block-inner .link-outer a {
    display: inline-block;
}

.service-area-hc .content-block .content-block-nav {
    display: flex;
    width: calc(100% - 268px);
    justify-content: space-between;
}

.service-area-hc .content-block .content-block-nav dl {
    width: calc((100% - 280px) / 5);
}

.service-area-hc .content-block .content-block-nav dl dt {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-area-hc .content-block .content-block-nav dl dd {
    font-size: 14px;
    line-height: 24px;
}

.service-area-hc .content-block .content-block-nav dl dd + dd {
    margin-top: 6px;
}

.service-area-hc .content-block .content-block-nav dl dd a {
    color: rgba(37, 43, 58, .7);
    -webkit-transition: .2s;
    transition: .2s;
}

.service-area-hc .content-block .content-block-nav dl dd a:hover {
    color: #c7000b;
}

.service-area-hc .content-block .service-boxes .tile {
    text-align: center;
    color: #999;
    padding: 0;
    font-size: 0;
    transition: background-color .3s ease;
}

.service-area-hc .content-block .service-boxes .tile:hover {
    background-color: #292929;
    background-color: hsla(0, 0%, 100%, .03);
}

.service-area-hc .content-block .service-boxes .aui-tile {
    text-align: center;
    border: 0 none;
}

.service-area-hc .content-block .service-boxes .figure {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.service-area-hc .content-block .service-boxes .figure .icons-services {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.icons-services.ser-complain {
    background-position: -48px 0;
}

.icons-services.ser-pay {
    background-position: -108px 0;
}

.icons-services.ser-record {
    background-position: -144px 0;
}

.icons-services.ser-support {
    background-position: -96px 0;
}

.icons-services.ser-unsub {
    background-position: -36px 0;
}

.icons-services.ser-vip {
    background-position: 0 0;
}

.service-boxes .name {
    text-align: left;
    display: inline-block;
    vertical-align: middle;

}

.ser-list-2 .name {
    font-size: 18px;
    line-height: 60px;
}

.icons-services.ser-support {
    background: url(../images/danbao-new.svg) center no-repeat;
    background-size: cover;
}

.icons-services.ser-record {
    background: url(../images/fuwu-new.svg) center no-repeat;
    background-size: cover;
}

.icons-services.ser-complain {
    background: url(../images/tuikuan-new.svg) center no-repeat;
    background-size: cover;
}

.icons-services.ser-vip {
    background: url(../images/isv-new.svg) center no-repeat;
    background-size: cover;
}

.service-area-hc .content-block .service-boxes .strong-text {
    font-size: 16px;
    line-height: 20px;
    color: #252b3a;
    display: inline-block;
}

.service-area-hc .content-block .service-boxes .strong-text:hover {
    color: #C7000B;
}

.serve-expert {
    position: absolute;
    top: 10px;
    right: -120px;
    width: 240px;
}

.serve-expert .exp-text {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 18px;
    display: inline-block;
}

.serve-expert .em-text {
    font-size: 42px;
    margin-top: 10px;
}

.serve-expert .expert-img {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.footer-panel a {
    display: none;
}

@media (max-width: 1279px) {
    .service-area-hc {
        height: auto;
    }

    .service-area-hc .service-boxes {
        width: 100%;
        margin: 0;
    }

    .service-area-hc .content-block {
        padding-bottom: 0;
    }

    .serve-expert {
        top: 80px;
        width: auto;
        right: 20px;
    }

    .serve-expert .expert-img {
        display: none
    }

    .serve-expert .exp-text {
        margin-bottom: 20px;
        font-size: 0;
    }

    .serve-expert .exp-text p {
        font-size: 18px;
    }

    .service-boxes .last .tile {
        border-right: 1px solid #eaeaea;
    }
}

@media (max-width: 1023px) {
    div.service-area-hc .content-block {
        height: auto;
    }

    div.service-area-hc .content-block .content-block-inner {
        width: 100%;
        margin: 0;
        flex-flow: row;
        flex-wrap: wrap;
    }

    div.service-area-hc .content-block .content-block-inner .link-outer + .link-outer {
        margin-top: 0;
    }

    .service-area-hc .content-block .service-boxes .figure {
        padding-left: 10px
    }

    .serve-expert {
        top: 50px;
    }

    .service-boxes .name {
        display: block;
        text-align: center;
    }

    div.service-area-hc .content-block .content-block-nav {
        display: none;
    }
}

@media (max-width: 760px) {
    .service-area-hc {
        height: auto;
    }

    .serve-expert .action {
        display: inline-block;
        margin-left: 20px;
    }

    .news-list li .time {
        font-size: 12px !important;
    }

    .service-area-hc .content-block {
        padding: 22px;
    }

    .service-boxes .name {
        font-size: 12px;
        text-align: left;
        display: block;
        vertical-align: middle;
        margin-left: 13px;
        margin-top: 0
    }

    .service-area-hc .content-block .service-boxes .strong-text {
        font-size: 12px;
        line-height: 16px;
    }

    .service-area-hc .content-block .service-boxes .figure {
        padding-right: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .service-area-hc .service-boxes {
        font-size: 12px;
        display: unset;
    }

    .icons-services {
        width: 28px;
        height: 28px;
        background-image: url(https://res-static3.huaweicloud.com/etc/clientlibs/cloudbu-site/clientlib-marketplace/common/images/icons-services.png);
        background-size: auto 100%;
    }

    .icons-services.ser-complain {
        background-position: -28px 0;
    }

    .icons-services.ser-pay {
        background-position: -32px 0;
    }

    .icons-services.ser-record {
        background-position: -84px 0;
    }

    .icons-services.ser-support {
        background-position: -56px 0;
    }

    .icons-services.ser-unsub {
        background-position: -96px 0;
    }

    .icons-services.ser-vip {
        background-position: 0 0;
    }

    .serve-expert {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 70px;
        padding-left: 15px;
        padding-top: 20px;
        top: 0;
        right: 0;
    }

    .serve-expert .exp-text {
        margin: 0;
        vertical-align: middle;
    }

    .service-area-hc .content-block .service-boxes .tile {
        border: 0 none !important;
        padding: 10px 0 0;
        margin-bottom: 0;
        text-align: center;
    }

    .service-boxes .col-mb-6 {
        width: 33.33%;
    }

    .service-boxes .col-mb-2 {
        width: 50%;
    }

    .serve-expert .exp-text p {
        display: inline-block;
    }

    .serve-expert .exp-text .em-text {
        font-size: 18px;
        margin: 0px;
    }

    .serve-expert .expert-img {
        display: none;
    }

    #tele_PC {
        display: none
    }

    #tele_phone {
        display: inline !important;
    }
}

@media (max-width: 400px) {
    .service-area-hc .content-block {
        padding: 25px 15px;
    }
}

@media (max-width: 360px) {
    .service-area-hc .content-block .service-boxes .tile {
        font-size: 12px;
    }
}

.register-area {
    height: 78px;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    overflow: hidden;
    position: relative;

}

.register-area:before {
    background: url(../../../images/new_index/layout/register-bg-1.jpg) no-repeat bottom center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 78px;
    transform: scale(1.01);
    z-index: 1;
    transition: transform .5s ease-out;
}

.register-area .btn {
    line-height: 48px;
    background: #e41e2b;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 2
}

.register-area .btn:active,
.register-area .btn:hover {
    background-color: #ef323e;
}

.register-area .btn span {
    position: relative;
    z-index: 2;
}

@media (max-width: 760px) {
    .register-area {
        padding: 0;
        height: auto;
    }

    .register-area .btn {
        background: url(../../../images/new_index/layout/register-bg-mb.png) no-repeat;
        background-size: cover;
        display: block;
    }

    #footer {
        position: relative;
        z-index: 3;
    }

}

@media (max-width: 350px) {
    .footer-certificate {
        width: 88%;
    }

    .footer-certificate .cert-item {
        margin-left: 0 !important;
    }
}

/*------ service end ------*/
/*头部搜索框*/

#top-bar {
    display: none;
    box-shadow: 0 1px 0 0 #E2E2E2;
    background: #fff;
    width: 100%;
}

#top-container {
    height: 166px;
    padding-top: 46px;
}

.s-logo {
    float: left;
    height: 100%;
    padding: 30px 30px 30px 10px;
}

#mb-show {
    height: 60px;
    display: none;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
}

#top-container .s-logo a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#top-container .s-logo .a-cloud {
    font-family: PingFangSC-Regular;
    font-size: 42px;
    color: #333333;
    letter-spacing: 0;
}

#top-container .s-logo .a-logo {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
}

#top-container .s-logo .a-mb {
    text-align: center;
}

#top-container .s-form {
    float: left;
    height: 100%;
    padding: 30px 0;
}

#search {
    position: relative;
}

#search input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding-left: 15px;
    color: #999;
    font-size: 14px;
    box-shadow: none
}

@media screen and (max-width: 1024px) {
    #search input {
        border: 1px solid #999;
        height: 30px
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999 !important;
    font-size: 14px !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    font-size: 14px !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
    font-size: 14px !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999 !important;
    font-size: 14px !important;
}

#search .search-warp {
    position: absolute;
    right: 1px;
    width: 60px;
    height: 26px;
    top: 7px;
    background-color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #search .search-warp {
        right: 6%;
        top: 2px;
    }

}

#hot-search ul {
    list-style: none;
    margin-top: 5px;
}

#hot-search ul li {
    float: left;
    font-size: 12px;
    height: 17px;;
    color: #666666;
    letter-spacing: 0;
    margin-right: 15px;
}

#hot-search li a:hover {
    color: #E41E2B;
}

#user-ct {
    padding: 30px 0;
    float: right;
    height: 100%;
}

#user-ct .ct {
    width: 95px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

#user-ct .ct > a {
    display: block;
    height: 100%;
    font-size: 14px;
}

#user-ct > div {
    height: 40px;
}

#user-ct .buyer {
    color: #fff;
    background: #E41F2B;
    margin-left: 55px;
}

#user-ct .serv {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-left: 20px;
}

#selected {
    display: none;
    width: 100px;
    height: 46px;
    position: fixed;
    top: 0;
    z-index: 999;
    line-height: 50px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    #mb-show {
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        left: 50%;
        margin-left: -23px;
    }

    #nav-main .product {
        padding: 0;
    }

    #nav-main .product div {
        float: none;
    }
}

/*头部搜索框结束*/

/*footer s*/
@media only screen and (min-width: 1024px) {
    .col-sm-sy-l {
        width: 58.3%;
        float: left;
    }

    .col-sm-sy-r {
        width: 41.7%;
        float: left;
    }

    .col-sm-sy-2 {
        width: 20%;
    }

    .col-sm-sy-5 {
        width: 50%;
    }

    #tele_PC {
        display: inline
    }

    #tele_phone {
        display: none
    }
}

/*footer e*/
.gray-background .shortcuts-list a {
    display: block;
    /*width: 60px;
    height: 60px;*/
    margin: 0 auto;
}

.account-item a.norenzheng {
    color: #e87d32
}

.serv_tel > * {
    float: left;
}

.serv_tel:after {
    content: "";
    display: block;
    clear: both;
}

.select-icon {
    width: 8px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
    background: url(../../../images/new_index/layout/m1.png) no-repeat;
}

.select-server {
    background: #FFFFFF;
    border-bottom: 1px solid #E41F2B;
    border-left: 1px solid #E41F2B;
    border-right: 1px solid #E41F2B;
    width: 124px;
    /*text-align: center;*/
    display: none;
    position: relative;
    z-index: 1;
    margin-left: -1px;
}

.select-server a {
    display: block;
    color: #E41F2B;
}

.select-server p {
    margin: 0;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #E41F2B;
    letter-spacing: 0;
    text-align: left;
    padding-left: 15px;
}

.select-server p:hover {
    background: rgba(228, 31, 43, 0.10);
}

.serv:hover .select-server {
    display: block;
}

.serv:hover .select-icon {
    background: url(../../../images/new_index/layout/m2.png) no-repeat;
}

#user-ct .serv {
    border: 1px solid #E41F2B;
    color: #E41F2B;
}

#user-ct .serv:hover {
    background: #FFFFff;
    color: #E41F2B !important;
    border-bottom: none;
}

#user-ct .duanline {
    width: 29px;
    height: 1px;
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #E41F2B;
}

.shuandan {
    display: none
}

@media screen and (min-width: 1024px) {
    .shuandan {
        display: block;
        position: fixed;
        left: 0;
        height: 80px;
        width: 80px;
        z-index: 888
    }

    .shuandan a {
        display: block
    }
}

/* 官网header样式 */
.header-user-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
    cursor: default;
}

.header-user:hover .header-user-info {
    display: block;
}

.header-user {
    display: none;
    font-size: 0;
}

.header-user-avator {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    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;
}

.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;
    line-height: 21px;
}

.header-user-name i {
    margin-left: 5px;
}
*/

.header-top {
    position: relative;
    z-index: 2;
    height: 60px;
    font-size: 14px;
    color: white;
    transition: top .3s ease-out;
}

.logined .header-login-mobile,
.logined .header-login,
.logined .header-register {
    display: none !important;
}

.header-tools-list > li {
    float: left;
    /*height: 100%;*/
    padding: 0;
    font-size: 0;
    /*line-height: 60px;*/
    cursor: pointer;
}

.header-tools-list > li > a {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: rgb(37, 43, 58);
    /*line-height: 60px;*/
    /*color: #a0a2a8;*/
}

/* region header 菜单按钮及logo */
.header-menu,
.header-menu-mb {
    float: left;
    /*width: 60px;*/
    height: 60px;
    font-size: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: transform .3s;
}

.header-menu.hover .header-icon-menu {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-menu-mb {
    display: none;
}

.header-main:after {
    clear: both;
}

/* region header-sprites */
.header-icon {
    display: inline-block;
    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-lang-zh {
    background-position: -18px -64px;
    width: 18px;
    height: 14px;
}

.header-icon-menu {
    background-position: -24px -22px;
    width: 18px;
    height: 18px;
}

.header-icon-phone {
    background-position: -44px -22px;
    width: 18px;
    height: 18px;
}

.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 {
    width: 16px;
    height: 16px;
}

/* endregion header-sprites */

/* region 代码图标 */
.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);
}

/* region header 主导航 */
.header-ad.load-ad + div.header-nav {
    width: calc(100% - 1090px);

}

.header-nav .overflow-visible {
    overflow: visible;
}
.header-nav-hover-line {
    position: absolute;
    z-index: 0;
    height: 3px;
    width: 0;
    padding: 0;
    background-color: #F66F6A;
    bottom: 0;
    -webkit-transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.header-nav-item-more {
    position: relative;
    white-space: nowrap;
}


.market-header-tools-list {
    float: right;
    height: 50px;
    min-width: 300px;
}

.header-tools-list .market-search-inco {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: 10px;
}

.header-tools-list:before,
.header-tools-list:after {
    content: "";
    display: table;
}

.header-tools-list {
    height: 100%;
}

.header-tools-list > li.header-register > a {
    color: #fff;
    background-color: rgba(246, 111, 106, 1);
}

.header-tools-list > li.header-register:hover > a {
    color: white;
    background-color: #f67d78;
}

.header-login-mobile {
    display: none;
}

#header.show-dropdown {
    height: 100px;
}

.header-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-dropdown-list {
    position: relative;
    /* max-height: 100%; */
    overflow: hidden;
    will-change: height;
    transition: height .35s ease;
}

/* 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 - 60px - 25px);
    overflow: auto;
}

.dropdown-common-wrapper {
    max-width: 1440px;
    min-width: 1024px;
    padding: 0 36px;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-common-wrapper > ul {
    overflow: hidden;
}

.dropdown-common-wrapper > ul > li {
    float: left;
    width: 20%;
    padding: 0 30px;
}

.dropdown-common-dl {
    padding: 20px 0;
}

.dropdown-common-dl + .dropdown-common-dl .line {
    margin-top: -20px;
    margin-bottom: 20px;
    border-top: solid 1px rgba(102, 102, 102, .6);
}

.dropdown-common-dl dt {
    margin-bottom: 10px;
}

.dropdown-common-dl dt,
.dropdown-common-dl dt a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.dropdown-common-dl dd a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 3px 0;
    color: #c3c5c6;
    -webkit-transition: .2s;
    transition: .2s;
}

.dropdown-common-dl dd a span {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 10px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-common-dl dd a span + .new {
    margin-top: 0 !important;
    display: inline-block;
    width: 28px;
    height: 12px;
    margin: -2px -28px 0 10px;
    background: url(../images/new.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

.dropdown-common-dl dt a[href] {
    position: relative;
}

.dropdown-common-dl dt a[href] .header-icon-arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
}

.dropdown-common-dl dt:hover a[href],
.dropdown-common-dl dd:hover a[href] {
    color: #F66F6A;
}

@media (max-width: 1279px) {
    .dropdown-common-wrapper {
        padding-left: 51px;
        padding-right: 51px;
    }

    .dropdown-common-wrapper > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* endregion 主菜单通用下拉内容 */
.header-dropdown-more {
    width: 240px;
    margin-left: -15px;
}

.header-more-list {
    padding: 20px 30px;
    background: #212634;
    color: #c3c5c6;
}

.header-more-list > li {
    font-size: 14px;
    line-height: 22px;
}

.header-more-list > li:not(.header-more-item-hide) + li {
    margin-top: 12px;
}

.header-more-list > li.header-more-item-hide {
    display: none;
}

.header-more-list a {
    display: block;
}

.header-more-list > li:hover a {
    color: #f66f6a;
}

.header-more-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: #E41F2B;
    vertical-align: middle;
}

/* “更多”需在不同分辨率保持与面包导航的一级菜单相同宽度 */
@media (max-width: 1218px) {
    .header-dropdown-more {
        width: 20%;
    }
}

@media (max-width: 1023px) {
    .header-dropdown-more {
        width: 25%;
    }
}

/* endregion 主菜单下拉内容--更多 */
.header-allnav {
    display: none;
    position: absolute;
    top: 60px;
    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);
}

.header-allnav-level1 {
    position: relative;
    z-index: 10;
    width: 240px;
    background: #222;
}

.header-allnav-level1 .header-allnav-inner {
    padding-top: 10px;
    height: calc(100% - 78px);
    overflow: auto;
}

.header-allnav-level {
    overflow-y: auto;
}

.header-allnav-level2 {
    position: relative;
    z-index: 9;
    width: 240px;
    padding: 10px 0;
    background: #282828;
}

.header-allnav-level3 {
    position: relative;
    z-index: 8;
    min-width: 240px;
    max-width: 380px;
    padding-top: 10px;
    background: #2b2b2b;
}

.header-allnav-level4 {
    width: 240px;
    background: #2e2e2e;
}

.header-allnav-inner {
    display: none;
}

.header-allnav-inner.show {
    display: block;
}

.header-mbnav {
    display: none;
}

@media (max-width: 767px) {
    .header-mbnav.show {
        display: block;
        background: rgba(34, 34, 34, .99);
    }

    .header-collapse.close {
        float: none;
        text-shadow: none;
        opacity: 1;
        font-weight: 400;
    }

    .header-mbnav {
        height: calc(100vh - 60px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

    }

    .header-mbnav::-webkit-scrollbar {
        display: none;
    }

    /* region 折叠组件基本样式 */
    .header-collapse-head a {
        cursor: pointer;
    }

    .header-collapse-body {
        height: 0;
        overflow: hidden;
        transition: .35s;
    }

    .header-collapse.open > .header-collapse-body {
        height: auto;
    }

    .header-collapse.close > .header-collapse-content {
        display: none;
    }

    /* endregion 折叠组件基本样式 */
    /*
  .header-collapse-level1 {
    border-bottom: solid 1px #333;
  }

  .header-collapse-level2 {
    border-top: solid 1px #474747;
  }

  .header-collapse-level2 > .header-collapse-head {
    border-bottom: solid 1px #474747;
  }
  .header-collapse-level2 > .header-collapse-head a {
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(47, 47, 47);
    color: #ccc;
  }
*/
    .header-collapse-level1 > .header-collapse-head a,
    .header-collapse-level2 > .header-collapse-head a {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 1.5;
        padding: 0;
    }

    .header-collapse-level1 > .header-collapse-head h2,
    .header-collapse-level2 > .header-collapse-head h2 {
        display: inline-block;
    }

    .header-collapse-level1 > .header-collapse-head a {
        color: #fff;
    }

    .header-collapse-level1 > .header-collapse-head .header-icon-arrow-down,
    .header-collapse-level2 > .header-collapse-head .header-icon-arrow-down {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        transition: .35s;
    }

    .header-collapse-level1.open > .header-collapse-head .header-icon-arrow-down,
    .header-collapse-level2.open > .header-collapse-head .header-icon-arrow-down {
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .header-collapse-level2 > .header-collapse-body .header-collapse-content {
        border-top: solid 1px #474747;
    }

    .header-mbnav-common-list a {
        display: block;
        padding: 9px 50px;
        font-size: 14px;
        line-height: 22px;
        color: #c3c5c6;
    }

    /* 解决方案样式 */
    .mbnav-solution-list {
        padding: 10px 0;
    }

    .mbnav-solution-item {
        padding: 0 50px;
    }

    .mbnav-solution-title {
        margin-bottom: 5px;
    }

    .mbnav-solution-title > a {
        display: block;
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px;
        color: #c3c5c6;
    }

    .mbnav-solution-sub {
        overflow: hidden;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }

    .mbnav-solution-sub > li {
        float: left;
        margin-right: 20px;
    }

    .mbnav-solution-sub > a {
        display: block;
    }

    .mbnav-solution-sub > li:last-child {
        margin-right: 0;
    }

    .mbnav-solution-sub > li:last-child a {
        padding-right: 2px;
    }

    .mbnav-solution-sub > li:last-child a i {
        margin-top: -2px;
    }

    .mbnav-solution-sub .new {
        margin-right: 0 !important;
    }
}

.header-search {
    display: none;
    position: relative;
    max-height: 100%;
    overflow: visible;
    padding-top: 0;
    background-color: #222;
    background-color: rgba(34, 34, 34, .94);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
}

.header-search {
    max-height: none !important;
}

#header.show-allnav {
    height: 100%;
}

#header .header-icon-menu {
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

/* 通用导航内菜单列表样式 */
.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.header-nav-hot > a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: -16px;
    margin-left: 2px;
    border-radius: 50%;
    background: #E41F2B;
    vertical-align: middle;
}

.header-allnav-common-split {
    padding: 15px 30px;
}

.header-allnav-common-split:before {
    content: "";
    display: block;
    border-top: solid 1px rgba(102, 102, 102, .6);
}

.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: #e41f2b;
}

.header-allnav-common-item:hover {
    color: #e41f2b;
}

.header-allnav-common-item:hover i,
.header-allnav-common-item.active i {
    border-color: #e41f2b;
}

/* 通用内容列表样式 */
.header-allnav-content {
}

.header-allnav-content dl {
    padding-bottom: 10px;
    margin: 0 10px;
    font-size: 14px;
    color: white;
}

.header-allnav-content dt {
    margin-bottom: 5px;
}

.header-allnav-content dt a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    line-height: 34px;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-allnav-content dd a {
    display: block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 18px;
    color: #cdcdcd;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-allnav-content dt:hover a[href],
.header-allnav-content dd:hover a[href] {
    display: block;
    color: #e41f2b;
}

.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(102, 102, 102, .6);
}

/* region 1级导航内容 */
.header-allnav-level1 .header-allnav-common-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #e41f2b;
    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: 30px;
    bottom: 20px;
    color: #c3c5c6;
}

.header-allnav-consult-text {
    font-size: 12px;
    line-height: 24px;
}

.header-allnav-consult-number {
    font-size: 14px;
    line-height: 24px;
}

.header-allnav-consult-number i {
    margin-top: -4px;
    margin-right: 8px;
}

.header-allnav-consult-number:hover {
    color: #fff;
}

/* 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: #E41F2B;
}

.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: #cdcdcd;
    line-height: 22px;
}

.header-allnav-product-content p {
    font-size: 12px;
    color: #999;
    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: #E41F2B;
}

/* endregion 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: #e41f2b;
}

.allnav-solution-item {
    padding: 5px 20px;
    transition: .2s;
}

.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: #cdcdcd;
    transition: .2s;
}

.allnav-solution-sub {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

.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: #e41f2b;
}

.allnav-solution-item .allnav-solution-sub a:hover {
    color: #e41f2b;
}

/* endregion 3级导航内容--解决方案 */

/* 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: #e41f2b;
}

.header-allnav-relevant-more {
    margin-top: 24px;
}

/* endregion 4级导航内容--相关产品 */

/* region 导航收起状态 */
.fade .header-nav,
.fade .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);
}

/* endregion 导航收起状态 */

/* region 导航滚动条样式 */
.header-allnav *::-webkit-scrollbar,
.header-allnav *::-webkit-scrollbar-track,
.header-dropdown *::-webkit-scrollbar,
.header-dropdown *::-webkit-scrollbar-track {
    width: 4px;
    background-color: rgba(0, 0, 0, 0);
}

.header-allnav *::-webkit-scrollbar-thumb,
.header-dropdown *::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #666;
}

/* endregion 导航滚动条样式 */

/* 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: #e41f2b;
}

.smart-recommend-text {
    margin-left: 30px;
}

/* endregion 产品推荐条 */

.dropdown-product-container {
    max-height: calc(100vh - 120px - 25px);
    overflow: auto;
}

/* endregion 主菜单下拉内容--产品*/

/* region 主菜单下拉内容--解决方案 */

.dropdown-solution-wrapper {
    max-width: 1440px;
    min-width: 1024px;
    padding: 0 36px;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-solution-wrapper > ul {
    overflow: hidden;
}

.dropdown-solution-wrapper > ul > li {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
}

.dropdown-solution-wrapper > ul > li:nth-child(1) {
    width: 47.807016%;
}

.dropdown-solution-wrapper > ul > li:nth-child(2),
.dropdown-solution-wrapper > ul > li:nth-child(3),
.dropdown-solution-wrapper > ul > li:nth-child(4) {
    width: 17.397661%;
}

.dropdown-solution-row {
    overflow: hidden;
}

.dropdown-solution-row-col {
    float: left;
    width: 50%;
}

.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: 6px;
}

.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-size: 12px;
    line-height: 18px;
    padding: 4px 0;
    color: #c3c5c6;
}

.dropdown-solution-wrapper a[href] {
    -webkit-transition: .2s;
    transition: .2s;
}

.dropdown-solution-wrapper a[href]:hover {
    color: #e41f2b;
}

.dropdown-solution-sub {
    position: relative;
    height: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}

.dropdown-solution-sub li {
    float: left;
    height: 14px;
    margin-right: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.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;
}

@media (max-width: 1279px) {
    .dropdown-solution-wrapper {
        padding-left: 51px;
        padding-right: 51px;
    }

    .dropdown-solution-wrapper > ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* endregion 主菜单下拉内容--解决方案 */

/* region导航广告 */
.header-ad {
    display: none;
    float: left;
    width: 76px;
    height: 72px;
    margin-left: 35px;
    display: none
}

.header-ad a,
.header-ad img {
    display: block;
}

.header-ad.load-ad {
    display: block;
}

.header-ad-img-pc img {
    width: 76px;
}

.header-ad-img-mb {
    display: none;
}

@media (max-width: 1023px) {
    .header-ad {
        display: none;
    }

    .header-ad.load-ad {
        float: right;
        width: auto;
        height: 100%;
        margin-left: 0px;
        display: block;
    }

    .header-ad a {
        height: 100%;
    }

    .header-ad-img-pc {
        display: none;
    }

    .header-ad-img-mb {
        display: block;
        height: 100%;
    }

    .header-ad-img-mb img {
        height: 100%;
        width: auto;
    }
}

/* endregion导航广告 */

#footer {
    justify-content: center;
    background-color: #4a5c69
}

@media (max-width: 1023px) {
    .content-block-inner {
        border-bottom: none;
    }

}