* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none
}

body {
    font-family: 'Microsoft Yahei';
    /* min-width: 1200px */
}

a {
    outline: 0;
    text-decoration: none
}

strong {
    font-weight: 400
}

.strong {
    font-weight: 700
}

::-moz-selection {
    background: #1eacdf;
    color: #fff
}

::selection {
    background: #1eacdf;
    color: #fff
}

img {
    border: 0
}

::-moz-selection {
    background: #1eacdf;
    color: #fff
}

::-webkit-selection {
    background: #1eacdf;
    color: #fff
}

.autoWidth {
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px
}

.auto {
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1200px
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ''
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.hide {
    display: none
}

/* .show {
    display: block !important
} */

.invisible {
    visibility: hidden
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.img-rounded {
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.img-circle {
    border-radius: 500px
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.affix {
    position: fixed
}

.default-transition,
.default-transition-children-fast>*,
.default-transition-children-slow>*,
.default-transition-children>*,
.default-transition-fast,
.default-transition-slow,
.default-transition-tree *,
.default-transition-tree-fast *,
.default-transition-tree-slow * {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -webkit-box-shadow;
    -o-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, -o-box-shadow;
    -webkit-transition-property: background-color, background-position, color, border-color, opacity, z-index, -webkit-transform, -webkit-box-shadow;
    transition-property: background-color, background-position, color, border-color, opacity, z-index, -webkit-transform, -webkit-box-shadow;
    -o-transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow;
    transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow;
    transition-property: background-color, background-position, color, border-color, opacity, z-index, transform, box-shadow, -webkit-transform, -webkit-box-shadow
}

.default-transition-children-fast>*,
.default-transition-fast,
.default-transition-tree-fast * {
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.default-transition-children-slow>*,
.default-transition-slow,
.default-transition-tree-slow * {
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.news-pagination {
    padding-left: 30%;
    width: 100%;
    padding-top: 30px
}

.page_no,
.page_text {
    padding: 3px
}

.page_no {
    padding-right: 0
}

.page_next {
    padding-left: 0
}

.page_no a,
.page_text a {
    padding-top: 10px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    display: block
}

.page_no a {
    display: inline-block;
    margin-right: 6px;
    float: left
}

.page_no a:hover,
.page_text a:hover {
    border: 1px solid #009ed6;
    color: #009ed6
}

.page_no .page_current,
.page_no .page_current:hover {
    color: #fff;
    background-color: #0af;
    border: 1px solid #009ed6
}

.clear-float {
    clear: both
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.default-font {
    font-family: 'Microsoft Yahei'
}

.ui-autocomplete li.ui-menu-item {
    padding: 6px 1em 6px 1em;
    font-size: 13px;
    font-family: 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', tahoma, arial, simsun, '宋体';
    color: #555
}

.ui-autocomplete li.ui-state-focus {
    background: #f7f9fa;
    border: 1px solid transparent;
    border-left-color: #ddd;
    border-right-color: #ddd
}

.ui-autocomplete.ui-menu {
    padding-bottom: 1px
}

.ui-autocomplete-text-highlight {
    color: #f60
}

.text-primary {
    color: #0af
}

.text-stress {
    color: #f80
}

.text-muted {
    color: #999
}

.alert-warn {
    padding: 7px 22px 5px 37px;
    background: url(img/tip_icon_warn_16.png) no-repeat 10px 10px #fff3e5;
    border: 1px solid #ffd4a3;
    border-radius: 2px;
    color: #f80;
    font-size: 12px;
    line-height: 2em
}

.global-topbar {
    height: 32px
}

.global-topbar,
.header-main:hover .global-topbar {
    background: #0087b8;
    border-bottom-color: #0087b8
}

.banner-engine .global-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: url(img/topbar_bg.png) repeat-x left center
}

.global-topbar a {
    text-decoration: none
}

.welcome-container {
    float: left
}

.logout-container {
    line-height: 80px;
    font-size: 12px
}

.login-button,
.register-button {
    display: inline-block;
    width: 70px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center
}

.login-button {
    margin-left: 20px;
    border: 1px solid #747577
}

.register-button {
    width: 96px;
    text-align: left;
    padding-left: 35px;
    margin-left: 14px;
    background: url(img/icon_register_gift.png) no-repeat 17px center;
    background-color: #0af
}

.slogan {
    display: inline;
    color: #fff
}

.welcome-container .userinfo-container,
.welcome-user .logout-container {
    display: none
}

.welcome-user .userinfo-container {
    display: block
}

.userinfo-container {
    position: relative;
    z-index: 10;
    font-size: 12px
}

.username-container {
    position: relative;
    z-index: 100;
    height: 80px;
    line-height: 78px
}

.username-text {
    display: inline-block;
    padding: 0 20px;
    line-height: 78px;
    background: no-repeat right center;
    color: #fff
}

.auth-icon-personal {
    background-image: url(img/auth_personal.png)
}

.auth-icon-company {
    background-image: url(img/auth_company.png)
}

.auth-icon-unauth {
    background-image: url(img/auth_unauth.png)
}

.username-text span {
    display: inline-block;
    vertical-align: top
}

.username-text-show {
    max-width: 65px
}

.dropdown-triangle {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: counterclockwise-180;
    animation-name: counterclockwise-180
}

.userinfo-container:hover .dropdown-triangle {
    border-top-color: #1a1a1a;
    -webkit-animation-name: clockwise-180;
    animation-name: clockwise-180
}

@-webkit-keyframes clockwise-180 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes clockwise-180 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes counterclockwise-180 {
    from {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes counterclockwise-180 {
    from {
        opacity: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.user-panel {
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    width: 254px;
    z-index: 10;
    background: #232627;
    line-height: 1
}

.userinfo-container--extend .user-panel {
    display: block
}

.pay-box {
    height: 80px;
    line-height: 80px;
    background-color: #272a2b;
    border-bottom: 1px solid #2f3233
}

.pay-box span {
    font-size: 18px;
    color: #f60
}

.pay-box a {
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 20px;
    width: 75px;
    height: 25px;
    line-height: 24px;
    background-color: #f60;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.pay-box a:hover {
    background-color: #e35b00
}

.pay-box,
.user-panel-body {
    padding: 0 20px
}

.shortcut-menu-list {
    padding-top: 10px
}

.shortcut-menu-item {
    position: relative;
    height: 30px;
    z-index: 1
}

.shortcut-menu-item a {
    display: inline-block;
    padding: 7px 0;
    font-size: 12px;
    color: #c1c1c1
}

.shortcut-menu-item a:hover {
    color: #fff
}

.user-record-count {
    position: absolute;
    top: 7px;
    right: 0;
    width: 22px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    background-color: #0790d4;
    color: #fff
}

.link-items {
    display: inline-block;
    color: #e5e5e5;
    font-size: 12px;
    margin-left: 14px;
    line-height: 1
}

.link-items:hover {
    color: #0af
}

.link-items:first-child {
    margin-left: 0
}

.link-spacing {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 0 0 14px;
    overflow: hidden;
    background-color: #fff;
    vertical-align: middle
}

.user-panel-bottom {
    height: 50px;
    line-height: 50px;
    font-size: 12px
}

.user-panel-bottom .auth-status {
    display: none;
    padding-left: 22px;
    background: url(img/auth_status.png) no-repeat left center;
    color: #2ea550
}

.user-panel-bottom .new-auth {
    display: none;
    color: #cecece
}

.user-panel-bottom .exit-btn:hover,
.user-panel-bottom .new-auth:hover {
    color: #fff
}

.user-panel-bottom .exit-btn {
    display: inline-block;
    width: 75px;
    height: 25px;
    margin-top: 14px;
    line-height: 24px;
    background-color: #333738;
    font-size: 12px;
    color: #cdcdcd;
    text-align: center
}

.mobile-version {
    position: relative
}

.mobile-version:hover .mobile-qrcode {
    display: block
}

.mobile-qrcode {
    display: none;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 32px;
    left: -61px;
    z-index: 101;
    background: url(img/mobile_qrcode.png?v=2) no-repeat center
}

.mobile-qrcode:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    margin-left: -8px
}

.reg-gift {
    position: relative;
    color: #804d00;
    height: 17px;
    line-height: 17px;
    padding: 0 5px 0 20px;
    font-size: 12px;
    background: url(img/header_gift.png) no-repeat 5px center #ffe500
}

.reg-gift:hover {
    color: #804d00
}

.reg-gift:after {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-right-color: #ffe500;
    left: -8px;
    top: 4px
}

.header {
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.banner-engine .header {
    background-color: transparent
}

.header,
.header-main:hover .header {
    background-color: #2b3033
}

.header-main:hover .header {
    border-bottom: none
}

.header-left {
    float: left
}

.header-nav-right {
    float: right
}

.header-logo {
    display: inline-block;
    position: relative;
    width: 130px;
    height: 80px;
    float: left
}

.slogan-gif {
    position: absolute;
    top: 14px;
    left: 145px;
    width: 126px;
    height: 40px
}

.header-main:hover .slogan-gif,
.slogan-gif {
    background-image: url(img/header_slogan.gif)
}

.banner-engine .slogan-gif {
    background: url(img/header_slogan.png) no-repeat center center
}

.header-nav {
    margin-left: 30px;
    float: left
}

.header-nav ul:after,
.header-nav ul:before {
    display: table;
    line-height: 0;
    content: ''
}

.header-nav ul:after {
    clear: both
}

.header-nav-li {
    float: left;
    height: 80px;
    z-index: 100
}

.header-nav-li>a {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 80px;
    padding: 0 24px;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.narrow-screen .header-nav-li>a {
    padding: 0 16px
}

.newest-act-link {
    position: relative;
    color: #fcf53f !important
}

.newest-act-link-icon {
    position: absolute;
    top: 24px;
    left: 50%;
    display: block;
    margin-left: 38px;
    width: 22px;
    height: 13px;
    background: url(img/newest_act_link_icon.png) no-repeat center
}

.topbar-right {
    float: right;
    height: 80px;
    line-height: 78px
}

.welcome-container {
    float: right
}

.header-nav-li.header-nav-li--active>a {
    border-bottom: 3px solid #0af;
    color: #0af
}

.header-nav-li--active i {
    display: inline-block
}

.header-nav-li--active>ul {
    background-color: #00435b
}

.header-nav .current {
    color: #0af
}

.header .auto {
    overflow: visible
}

.mask-white {
    display: none;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    background-color: #005d7f;
    opacity: .95;
    z-index: 10;
    height: 245px;
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .2)
}

.cursor-arrow {
    cursor: default
}

.pop-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 100%;
    height: 660px;
    padding-top: 40px;
    background-color: #212629;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3)
}

.pop-list .pop-arrow {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 24px;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    background: url(img/pop_arrow.png) no-repeat center;
    cursor: pointer
}

.pop-list .pop-arrow:hover {
    background-image: url(img/pop_arrow_hover.png)
}

.header-nav-li.header-nav-li--active .pop-list {
    display: block
}

.pop-link-list li {
    float: left;
    width: 285px;
    height: 110px;
    margin-right: 20px;
    margin-bottom: 16px
}

.pop-link-list .last-one {
    margin-right: 0
}

.pop-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 28px;
    background: #616467 no-repeat center;
    color: #fff
}

.pop-link-title {
    font-size: 18px
}

.pop-link-subtitle {
    color: #bbb;
    margin-top: 10px;
    font-size: 12px
}

.pop-link:hover .pop-link-subtitle {
    color: #fff
}

.pop-solution-list .pop-link {
    padding: 0;
    padding-left: 110px;
    line-height: 110px
}

.pop-link-server {
    background-image: url(img/header_link_server.jpg)
}

.pop-link-server:hover {
    background-image: url(img/header_link_server_hover.jpg)
}

.pop-link-idc {
    background-image: url(img/header_link_idc.jpg)
}

.pop-link-idc:hover {
    background-image: url(img/header_link_idc_hover.jpg)
}

.pop-link-host {
    background-image: url(img/header_link_host.jpg)
}

.pop-link-host:hover {
    background-image: url(img/header_link_host_hover.jpg)
}

.pop-link-ssl {
    background-image: url(img/header_link_ssl.jpg)
}

.pop-link-ssl:hover {
    background-image: url(img/header_link_ssl_hover.jpg)
}

.pop-link-monitor {
    background-image: url(img/header_link_monitor.jpg)
}

.pop-link-monitor:hover {
    background-image: url(img/header_link_monitor_hover.jpg)
}

.pop-link-domain {
    background-image: url(img/header_link_domain.jpg)
}

.pop-link-domain:hover {
    background-image: url(img/header_link_domain_hover.jpg)
}

.pop-link-website {
    background-image: url(img/header_link_solution_website.jpg)
}

.pop-link-website:hover {
    background-image: url(img/header_link_solution_website_hover.jpg)
}

.pop-link-financial {
    background-image: url(img/header_link_solution_financial.jpg)
}

.pop-link-financial:hover {
    background-image: url(img/header_link_solution_financial_hover.jpg)
}

.pop-link-mobile {
    background-image: url(img/header_link_solution_mobile.jpg)
}

.pop-link-mobile:hover {
    background-image: url(img/header_link_solution_mobile_hover.jpg)
}

.pop-link-ecomm {
    background-image: url(img/header_link_solution_ecomm.jpg)
}

.pop-link-ecomm:hover {
    background-image: url(img/header_link_solution_ecomm_hover.jpg)
}

.pop-link-game {
    background-image: url(img/header_link_solution_game.jpg)
}

.pop-link-game:hover {
    background-image: url(img/header_link_solution_game_hover.jpg)
}

.pop-item-list li {
    float: left;
    width: 265px;
    margin-right: 108px
}

.pop-item-title,
a.pop-item-title {
    display: block;
    border-bottom: 1px solid #424545;
    width: 100%;
    padding-bottom: 16px;
    color: #e2e2e2;
    font-size: 18px
}

a.pop-item-title:hover {
    color: #0af
}

.pop-item-subtitle {
    margin-top: 10px;
    line-height: 1.8em;
    color: #999;
    font-size: 12px
}

.pop-item-link {
    margin-top: 30px;
    white-space: nowrap
}

.pop-item-link a {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #0af
}

.nav-pop-item {
    float: left;
    width: 23.5%;
    margin-left: 2%
}

.nav-pop-item:first-child {
    margin-left: 0
}

.nav-pop-item ul {
    margin-top: 16px
}

.nav-item-title {
    font-size: 14px;
    color: #7a8185
}

a.nav-item-title {
    display: block
}

a.nav-item-title:hover {
    color: #0af
}

.nav-pop-item li {
    width: 100%;
    margin-bottom: 16px
}

.nav-pop-item.single-item {
    width: 100%
}

.nav-pop-item.single-item li {
    float: left;
    margin-left: 2%;
    width: 23.5%
}

.nav-pop-item.single-item li:first-child {
    margin-left: 0
}

.nav-pop-item.single-item li.last-item {
    margin-left: 0
}

.nav-pop-item li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #2b3033;
    padding: 16px;
    border: 1px solid #2b3033
}

.nav-pop-item li a:hover {
    border-color: #0af
}

.nav-pop-item li a:hover .nav-item-brief,
.nav-pop-item li a:hover .nav-item-name {
    color: #0af
}

.nav-item-name {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px
}

.nav-item-name:after {
    position: absolute;
    right: -38px;
    top: 1px;
    width: 30px;
    height: 18px;
    background: url(img/nav_item_icon.png) no-repeat center
}

.nav-item-name.nav-item-hot:after {
    content: '';
    background-position: 0 0
}

.nav-item-name.nav-item-new:after {
    content: '';
    background-position: 0 -20px
}

.nav-item-name.nav-item-tobe:after {
    content: '';
    right: -69px;
    top: 0;
    width: 60px;
    height: 20px;
    background: url(img/nav_tobe_icon.png);
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px
}

.nav-item-brief {
    font-size: 12px;
    color: #7a8185
}

.banner-engine .header-container {
    width: 100%;
    height: 0
}

.banner-box {
    height: 80px
}

.banner-engine .banner-box {
    height: 720px;
    position: relative
}

.top-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    z-index: 100
}

.top-info {
    position: relative
}

.login {
    float: left;
    display: inline-block;
    width: 124px;
    height: 80px;
    background: url(img/header_logo.png) no-repeat center
}

.service-concept {
    display: inline-block;
    margin-left: 15px;
    float: left;
    width: 124px;
    height: 80px;
    background: url(img/header_slogan.png) no-repeat center
}

.nav-ul {
    float: left;
    width: 54%
}

.nav-ul li {
    float: left;
    width: 20%
}

.nav-ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.banner-engine .banner-ul {
    position: relative;
    width: 100%;
    height: 720px
}

.banner-engine .banner-text {
    position: absolute;
    left: 0;
    top: -720px;
    width: 100%;
    height: 552px
}

.banner-engine .banner-text {
    display: none
}

.banner-engine .link-banner {
    cursor: pointer
}

.banner-engine .banner-text1 {
    font-size: 50px;
    line-height: 50px;
    color: #fff
}

.banner-engine .banner-text2 {
    margin-top: 28px;
    font-size: 20px;
    line-height: 20px;
    color: #e4e7eb
}

.banner-engine .slider-small-image {
    position: absolute;
    right: -92px;
    top: -430px
}

.banner-engine .banner-link-button {
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 54px;
    width: 160px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.banner-engine .banner-link-button:hover {
    background: #fff;
    color: #333;
    border: 1px solid #fff
}

.login-link {
    position: relative
}

.login-link:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -40px;
    width: 30px;
    height: 30px;
    background: url(img/header_user.png) no-repeat center
}

.banner-ul li {
    display: none;
    height: 100%;
    width: 100%;
    float: left
}

.banner-engine .banner-ul li {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    float: left
}

.banner-engine .banner-ul li:first-child {
    z-index: initial
}

.service-action {
    display: none
}

.index-page .service-action {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    background: rgba(33, 154, 214, .25);
    z-index: 2
}

.banner-point {
    display: none;
    position: absolute;
    bottom: 148px;
    left: 0;
    width: 100%;
    height: 18px;
    line-height: 18px;
    z-index: 8
}

.index-page .banner-point {
    display: block
}

.slider-main {
    display: none;
    position: relative
}

.banner-engine .slider-main {
    display: block
}

.slider-text {
    position: absolute;
    margin-top: 214px
}

.banner-area {
    width: 100%;
    text-align: center
}

.banner-area li {
    margin: 0 15px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(img/pagination_02.png) no-repeat
}

.banner-area li.active {
    background: url(img/pagination_01.png) no-repeat
}

.banner-box .service-action {
    display: none
}

.index-page .banner-box .service-action {
    display: block
}

.transparent-header .banner-box,
.transparent-header .header-container {
    width: 100%;
    height: 0
}

.transparent-header .banner-point,
.transparent-header .banner-text,
.transparent-header .banner-ul,
.transparent-header .news-casting {
    display: none !important
}

.suspension {
    width: 46px;
    height: 210px;
    position: fixed;
    right: 30px;
    bottom: 60px;
    z-index: 51
}

.suspension li {
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    cursor: pointer
}

.suspension li:first-child {
    margin-top: 0
}

.buy-car,
.pop-qrcode,
.pop-tel,
.to-top {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/suspend_icon.png)
}

.voice-service {
    background-image: url('')
}

.pop-tel {
    border-color: #0af;
    background-color: #0af;
    background-position: -1px 0
}

.pop-qrcode {
    background-position: -1px -51px
}

.to-top {
    background-position: 0 -100px;
    cursor: pointer
}

.suspension-redpacket {
    position: relative
}

.suspension-redpacket .redpacket-wrap {
    cursor: pointer;
    position: absolute;
    top: -83px;
    left: -35px;
    width: 107px;
    height: 122px;
    background-image: url(img/20190911/red-packet.png)
}

.suspension-redpacket .redpacket-content {
    position: absolute;
    top: 62px;
    left: 30px
}

.suspension-redpacket .redpacket-num {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff000
}

.suspension-redpacket .redpacket-font {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff000
}

.buy-car {
    background-image: url(img/side_icon_04.png)
}

.connect-us {
    position: absolute;
    width: 195px;
    right: 54px;
    top: 0;
    z-index: 30;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    display: none
}

.connect-us li {
    display: list-item;
    width: 100%;
    height: 50px;
    margin-top: 0;
    border-top: 1px solid #f4f4f4
}

.connect-us li:hover {
    background-color: #dce9f5
}

.connect-us li:first-child {
    padding-top: 0;
    border-top: none
}

.connect-us li.feedback-item {
    padding-bottom: 0
}

.connect-us li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 53px;
    background-repeat: no-repeat;
    background-position: 20px center
}

.service-online {
    background-image: url(img/suspend_icon_v1_05.png)
}

.service-record {
    background-image: url(img/suspend_icon_v1_02.png)
}

.connect-us li a.service-weixin {
    background-image: url(img/suspend_icon_v1_05.png)
}

.service-online .qrcode-wexin,
.service-weixin .qrcode-wexin {
    right: 203px;
    bottom: 0;
    background: #fff url(img/qrcode_wexin1.png) no-repeat center 15px;
    background-size: 82% 70%;
    line-height: initial
}

.service-online .qrcode-wexin {
    bottom: -110px;
    background: #fff url(img/qrcode_wexin.jpg?v=1) no-repeat center 15px;
    background-size: 82% 70%
}

.service-weixin .qrcode-wexin {
    bottom: -56px
}

.service-online:hover .qrcode-wexin,
.service-weixin:hover .qrcode-wexin {
    display: block
}

.service-feedback:hover .info-name,
.service-online:hover .info-name {
    color: #0af
}

.footer .service-phone {
    background-image: url(img/suspend_icon_01.png)
}

.footer .service-phone:hover {
    background-image: url(img/suspend_icon_01_blue.png)
}

.service-feedback {
    background-image: url(img/suspend_icon_v1_03.png)
}

.connect-us .info-name {
    padding-left: 40px;
    color: #0af;
    height: auto
}

.info-name,
.info-value {
    display: block;
    padding-left: 52px
}

.info-name {
    height: 14px;
    font-size: 14px;
    color: #333
}

.info-value {
    margin-top: 8px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #f90
}

.service-feedback .info-value {
    font-size: 12px;
    font-weight: inherit;
    color: #999
}

.qrcode {
    position: absolute;
    width: 139px;
    height: 163px;
    right: 55px;
    bottom: 0;
    z-index: 30;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    background: #fff url(img/qrcode.jpg) no-repeat center 14px;
    display: none;
    text-align: center;
    padding-top: 137px;
    font-size: 12px;
    color: #333
}

.footer {
    min-width: 1200px;
    background-color: #2b373d;
    font-family: 'Microsoft Yahei'
}

.footer-floor1 {
    width: 100%;
    padding: 40px 0 62px
}

.footer-list {
    width: 68%;
    height: 100%;
    border-left: 1px solid #414b51;
    padding-left: 20px;
    float: left
}

.footer-list ul {
    float: left;
    width: 25%
}

.footer-list li {
    line-height: 30px
}

.footer-list li a {
    color: #819199;
    font-size: 14px;
    text-decoration: none
}

.footer-list li a:hover {
    text-decoration: underline;
    color: #fff
}

.footer-list .flist-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px
}

.footer-left {
    width: 32%;
    float: left
}

.company-box {
    padding-left: 20px
}

.company-logo {
    height: 40px;
    background: url(img/bottom_19.png) no-repeat left
}

.company-logo span {
    display: inline-block;
    margin-left: 136px;
    margin-top: -5px;
    width: 126px;
    height: 40px;
    background: url(img/bottom_16.gif) no-repeat left
}

.company-name {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #fff
}

.official-plat {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative
}

.official-plat ul {
    width: 100%
}

.official-plat ul li {
    float: left;
    margin-left: 15px;
    width: 40px;
    height: 40px
}

.official-plat ul a {
    display: block
}

.official-plat ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center
}

.official-plat li .weixin-logo {
    background-image: url(img/bottom_25.png)
}

.official-plat li .weibo-logo {
    background-image: url(img/bottom_23.png)
}

.official-plat li .qq-logo {
    background-image: url(img/bottom_27.png)
}

.official-plat li .email-logo {
    background-image: url(img/bottom_29.png)
}

.official-plat li:hover .weixin-logo {
    background-image: url(img/bottom_25_hover.png)
}

.official-plat li:hover .weibo-logo {
    background-image: url(img/bottom_23_hover.png)
}

.official-plat li:hover .qq-logo {
    background-image: url(img/bottom_27_hover.png)
}

.official-plat li:hover .email-logo {
    background-image: url(img/bottom_29_hover.png)
}

.official-plat>p {
    display: inline-block;
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff
}

.official-plat .weixin {
    position: absolute;
    top: -145px;
    left: 24px;
    background-image: url(img/plat_qrcode.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: none
}

.official-plat .weibo {
    position: absolute;
    top: -145px;
    left: -32px;
    background-image: url(img/plat_qrcode.png);
    background-repeat: no-repeat;
    background-position: -132px 0;
    display: none
}

.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10
}

.five-superiority {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #414b51
}

.five-superiority-list li {
    float: left;
    width: 25%;
    height: 120px
}

.five-superiority-list li a {
    white-space: nowrap;
    display: block;
    line-height: 120px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 18px;
    color: #fff
}

.compensate_ico a {
    background-image: url(img/bottom_03.png)
}

.retreat_ico a {
    background-image: url(img/bottom_05.png)
}

.technology_ico a {
    background-image: url(img/bottom_07.png)
}

.prepare_ico a {
    background-image: url(img/bottom_09.png)
}

.footer-floor2 {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center
}

.footer-floor2 p {
    text-align: center;
    color: #819199;
    font-size: 12px;
    line-height: 25px
}

.footer-floor2 p span {
    font-family: PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif
}

.footer-floor2 a {
    color: #819199
}

.footer-floor2 a:hover {
    text-decoration: underline
}

.foot-link {
    margin: 0 15px;
    text-decoration: none;
    color: #b6e2f2
}

.footer-banner {
    position: relative;
    min-width: 1200px;
    background: #0af url(img/footer_bg.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center
}

.footer-banner-text {
    position: relative;
    padding-top: 46px;
    z-index: 20;
    font-size: 24px
}

.footer-banner-button a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff
}

.footer-banner-button a:hover {
    color: #333;
    background-color: #fff
}

.footer-banner-button {
    position: relative;
    z-index: 20
}

.footer-bubble {
    position: absolute
}

.bubble-1 {
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(img/footer_bubble_1.png);
    -webkit-animation: bubble-animate-1 linear 10s infinite;
    animation: bubble-animate-1 linear 10s infinite
}

.bubble-2 {
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(img/footer_bubble_2.png);
    -webkit-animation: bubble-animate-2 linear 12s infinite;
    animation: bubble-animate-2 linear 12s infinite
}

.bubble-3 {
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(img/footer_bubble_3.png);
    -webkit-animation: bubble-animate-3 linear 11s infinite;
    animation: bubble-animate-3 linear 11s infinite
}

@-webkit-keyframes bubble-animate-1 {
    from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}

@-webkit-keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }

    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }

    to {
        top: 50px;
        left: 34%
    }
}

@-webkit-keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }

    to {
        top: 50px;
        left: 48%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }

    to {
        top: 50px;
        left: 48%
    }
}

.module-banner-bg {
    min-height: 120px
}

.module-banner-title {
    position: relative;
    top: 42px;
    border-left: 3px solid #0af;
    text-indent: 17px;
    font-weight: 400;
    font-size: 29px;
    color: #222
}

.signfooter {
    background-color: #f2f4f5;
    border-top: 1px solid #ddd;
    text-align: center
}

.footer-signfooter {
    width: 100%;
    padding: 25px 0 30px 0
}

.footer-signfooter a,
.footer-signfooter p {
    margin-top: 8px;
    font-size: 12px;
    color: #999
}

.signfooter-nav {
    margin-top: 25px
}

.signfooter-nav-list {
    display: inline-block
}

.signfooter-nav-list li {
    position: relative;
    float: left;
    margin: 0 30px;
    height: 20px;
    line-height: 20px
}

.signfooter-nav-list li:before {
    position: absolute;
    left: -30px;
    top: 4px;
    content: '';
    height: 14px;
    width: 1px;
    background: #ddd
}

.signfooter-nav-list li:first-child:before {
    width: 0;
    height: 0
}

.signfooter-nav-list li a {
    display: inline-block;
    font-size: 16px;
    color: #666
}

.show-captcha {
    height: 30px
}

.signfooter-foot-link {
    margin-left: 15px;
    text-decoration: none;
    color: #b6e2f2
}

.signfooter-foot-link:hover {
    text-decoration: underline
}

.fl {
    float: left
}

.act-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
}

.content-wrap {
    width: 400px;
    height: 556px;
    position: absolute;
    background: url(img/20190911/modal-bg.png?v=2) no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.modal-title {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff6cc;
    text-align: center;
    margin: 50px 0 0;
    position: relative
}

.modal-title::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url(img/20190911/modal-gift.png) no-repeat;
    margin-right: 12px
}

.modal-tips {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #0af;
    margin-bottom: 10px;
    text-align: center
}

.modal-tips a {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #0af;
    margin-bottom: 10px;
    text-align: center
}

.main-wrap {
    padding: 0 35px
}

.main-item {
    width: 300px;
    height: 360px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    margin-left: 22px
}

.main-item:nth-child(2) {
    margin-left: 54px
}

.main-item:nth-child(3) {
    margin-right: 0
}

.item-title-wrap {
    text-align: center;
    padding: 30px 0 7px
}

.main-item-title1 {
    display: inline-block;
    width: 80px;
    height: 20px;
    background: url(img/20190911/modal-coupons-title1.png) no-repeat
}

.main-item-title2 {
    display: inline-block;
    width: 80px;
    height: 20px;
    background: url(img/20190911/modal-coupons-title2.png) no-repeat
}

.main-item-title3 {
    display: inline-block;
    width: 80px;
    height: 20px;
    background: url(img/20190911/modal-coupons-title3.png) no-repeat
}

.main-item-title4 {
    display: inline-block;
    width: 195px;
    height: 20px;
    background: url(img/20190911/modal-coupons-title4.png) no-repeat
}

.main-item ul {
    padding: 12px 9px
}

.main-item ul li {
    position: relative;
    padding-left: 15px;
    padding-top: 4px;
    float: left;
    width: 135px;
    height: 60px;
    margin-bottom: 12px;
    background: url(img/20190911/modal-coupons-bg1.png) no-repeat
}

.main-item:nth-child(2) ul li {
    background: url(img/20190911/modal-coupons-bg2.png) no-repeat
}

.main-item:nth-child(3) ul li {
    background: url(img/20190911/modal-coupons-bg3.png) no-repeat
}

.main-item ul li:nth-child(odd) {
    margin-right: 8px
}

.main-item ul li div:nth-child(1) {
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #ff4000;
    margin-bottom: 2px;
    font-weight: 700
}

.main-item ul li div:nth-child(1) span {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #0080ff;
    border: 1px solid #0080ff;
    top: 9px;
    right: 21px
}

.main-item ul li div:nth-child(1) i {
    font-size: 14px;
    font-style: normal
}

.main-item ul li div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #ff4000
}

.model-item-btn {
    cursor: pointer;
    display: block;
    width: 280px;
    height: 40px;
    background-color: #f50;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin: 0 auto
}

.modal-close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 26px;
    width: 20px;
    height: 20px;
    background: url(img/20190911/modal-close.png) no-repeat
}

.disabled-btn {
    cursor: not-allowed;
    background: #999;
    color: #fff
}

.tips-modal {
    width: 620px;
    height: 438px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 1001
}

.tips-model-title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    background: #0af;
    padding-left: 20px;
    position: relative
}

.tips-modal-close {
    content: '';
    display: inline-block;
    width: 18px;
    height: 21px;
    background: url(img/20190911/tips-close-btn.png) no-repeat;
    position: absolute;
    top: 16px;
    right: 17px;
    z-index: 1;
    cursor: pointer
}

.tips-model-item {
    margin: 20px 20px
}

.tips-model-lable {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333;
    font-weight: 700
}

.tips-model-fontwrap {
    width: 496px
}

.tips-model-font {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 8px
}

body {
    font: 'PingFang SC', 'Microsoft Yahei'
}

img {
    max-width: 100%
}

[layout-align] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[layout-flex='1'] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

[layout-flex=auto] {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

[layout-wrap=wrap] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[layout-align='start start'] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

[layout-align='start center'] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[layout-align='space-between center'] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[layout-align='space-between start'] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

[layout-align='space-between end'] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.text-bottom-line {
    border-bottom: 1px solid #006aff
}

.vam {
    vertical-align: middle
}

.com-h-100 {
    height: 100%
}

.com-w-100 {
    width: 100%
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-r-5 {
    margin-right: 5px
}

.m-l-15 {
    margin-left: 15px
}

.m-l-20 {
    margin-left: 20px
}

.p-t-70 {
    padding-top: 70px
}

.p-b-70 {
    padding-bottom: 70px
}

.p-b-50 {
    padding-bottom: 50px
}

.p-lr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-10 {
    margin-left: 10px
}

.rev-m-t-6 {
    margin-top: -6px
}

.h-80-p {
    height: 80px
}

.font-size-12 {
    font-size: 12px
}

.font-size-14 {
    font-size: 14px
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.font-size-28 {
    font-size: 28px
}

.pos-rel {
    position: relative
}

.inline-block {
    display: inline-block
}

.font-weight-normal {
    font-weight: 400
}

.bdr-2 {
    border-radius: 2px
}

.el-block {
    display: block
}

.el-hide {
    display: none
}

.color-333 {
    color: #333
}

.color-666 {
    color: #666
}

.color-999 {
    color: #999
}

.color-white {
    color: #fff
}

.color-006aff {
    color: #006aff
}

.color-ff4000 {
    color: #ff4000
}

.bg-color-f5f7fa {
    background-color: #f5f7fa
}

.com-btn {
    border: none;
    cursor: pointer
}

.tac {
    text-align: center
}

.pos-rel {
    position: relative
}

.bg-color-white {
    background-color: #fff
}

.bg-color-006aff {
    background-color: #006aff
}

.links-hover-006aff:hover {
    color: #006aff
}

.cursign {
    cursor: pointer
}

.ellipsis-content {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.a-public-btn {
    border-style: solid;
    border-width: 1px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center
}

.a-public-btn.w-96 {
    width: 96px
}

.a-public-btn.w-100 {
    width: 100px
}

.a-public-btn.w-136 {
    width: 136px
}

.a-public-btn.w-107 {
    width: 107px
}

.a-public-btn.min-w-100 {
    min-width: 100px
}

.a-public-btn.w-auto {
    width: auto
}

.a-public-btn.bd-color-white {
    border-color: #fff
}

.a-public-btn.bd-color-006aff {
    border-color: #006aff
}

.a-public-btn:hover.hover-bg-e5eefd {
    background-color: #e5eefd
}

.a-public-btn:hover.hover-bg-e5f0ff {
    background-color: #e5f0ff
}

.a-public-btn:hover.hover-bg-fff {
    background-color: #fff
}

.a-public-btn:hover.hover-color-006aff {
    color: #006aff
}

.a-public-btn:hover.hover-bd-fff {
    border-color: #fff
}

.a-public-btn:hover.hover-bg-rgba2 {
    background-color: rgba(255, 255, 255, .2)
}

.a-public-btn:hover.hover-bg-2681ff {
    background-color: #2681ff;
    border-color: #2681ff
}

input.placeholder-color-999::-webkit-input-placeholder {
    color: #999
}

input.placeholder-color-999::-moz-placeholder {
    color: #999
}

input.placeholder-color-999:-ms-input-placeholder {
    color: #999
}

input.placeholder-color-999::-ms-input-placeholder {
    color: #999
}

input.placeholder-color-999::placeholder {
    color: #999
}

.hover-color-2681ff:hover {
    color: #2681ff
}

.header-container .banner-box,
body.banner-engine .header-container .banner-box {
    height: auto
}

.header-height-auto div.header-container {
    height: auto
}

.header-outer-box {
    position: relative;
    z-index: 100;
    min-width: 1200px;
    height: 80px;
    padding: 0 30px;
    background-color: #fff;
    font-size: 14px;
    line-height: 30px
}

.header-web-logo {
    display: block;
    width: 113px;
    height: 34px
}

.head-menu-list {
    margin-left: 35px
}

.head-menu-list>li>a {
    position: relative;
    display: block;
    padding: 25px 0;
    font-size: 16px;
    color: #333
}

.head-menu-list>li>a.no-links {
    cursor: inherit
}

.head-menu-list>li>a:hover {
    color: #006aff
}

.head-menu-list>li>a::after {
    position: absolute;
    bottom: 0;
    content: '';
    display: none;
    height: 2px;
    width: 100%;
    background-color: #006aff
}

.head-menu-list>li {
    padding: 0 15px
}

.head-menu-list>li:hover .dropdown-menu-wrap {
    display: block
}

.head-menu-list:not(.hover-no-underscore)>li:hover a::after {
    display: block
}

.head-menu-list .icon-act-hot {
    position: absolute;
    top: 14px;
    right: -25px;
    width: 30px;
    height: 14px;
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/act-hot.png) no-repeat center
}

.header-outer-box::after {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 -4px 20px 0 rgba(0, 53, 127, .2);
    box-shadow: 0 -4px 20px 0 rgba(0, 53, 127, .2);
    top: 0;
    z-index: 1002;
    pointer-events: none
}

.dropdown-menu-wrap {
    display: none;
    top: 80px;
    position: absolute;
    left: 0;
    padding-left: 190px;
    padding-top: 50px;
    width: 100%;
    height: 500px;
    z-index: 10;
    background-color: #f5f7fa
}

.dropdown-menu-wrap::after,
.dropdown-menu-wrap::before {
    position: absolute;
    content: '';
    left: 0;
    display: block;
    width: 100%;
    z-index: 1002;
    pointer-events: none
}

.dropdown-menu-wrap::after {
    background-color: #f5f7fa;
    height: 40px;
    bottom: 20px
}

.dropdown-menu-wrap::before {
    height: 40px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .2);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .2);
    bottom: 0
}

.dropdown-menu-list h3 {
    font-weight: 400;
    font-size: 14px
}

.dropdown-menu-list h3>span {
    position: relative
}

.dropdown-menu-list h3>a {
    color: #006aff
}

.dropdown-menu-list h3>a:hover {
    color: #2681ff
}

.dropdown-menu-list li:not(:first-child) {
    margin-left: 20px
}

.dropdown-menu-list li>h3 {
    display: none;
    padding: 45px 0 20px;
    color: #006aff
}

.dropdown-menu-list.dropdown-menu-nodesc li>a {
    padding-top: 22px
}

.dropdown-menu-list li>a {
    width: 270px;
    display: block;
    height: 80px;
    background-color: #fff;
    border: solid 2px #fff;
    border-radius: 2px;
    padding: 8px 0 0 30px
}

.dropdown-menu-list li>a.disabled {
    background-color: #e6ebf2;
    border-color: #e6ebf2
}

.dropdown-menu-list li>a:not(:last-child) {
    margin-bottom: 20px
}

.dropdown-menu-list li>a h3 {
    color: #333
}

.dropdown-menu-list li>a:hover:not(.disabled) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f5), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -o-linear-gradient(top, #f0f2f5 0, #fff 100%), -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(180deg, #f0f2f5 0, #fff 100%), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.dropdown-menu-list li>a:hover:not(.disabled) h3 {
    color: #006aff
}

.dropdown-menu-list p {
    color: #999;
    font-size: 12px;
    line-height: 26px
}

.dropdown-menu-list .icon-domain-hot,
.dropdown-menu-list .icon-pro-hot {
    margin-top: -7px
}

.dropdown-menu-category li {
    padding: 20px 28px 33px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-color: #fff
}

.dropdown-menu-category li>h3 {
    display: block;
    padding: 0;
    font-size: 16px;
    margin-bottom: 23px
}

.dropdown-menu-category li>h3 a {
    color: #333;
    background-color: transparent
}

.dropdown-menu-category li:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f5), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -o-linear-gradient(top, #f0f2f5 0, #fff 100%), -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(180deg, #f0f2f5 0, #fff 100%), linear-gradient(#fff, #fff);
    background-blend-mode: normal, normal;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    border: solid 2px #fff;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.dropdown-menu-category.dropdown-menu-list li>a {
    width: 210px;
    height: 50px;
    line-height: 45px;
    background-color: #f0f3f7;
    border-radius: 2px;
    border: 2px solid #f0f3f7;
    margin-bottom: 10px;
    padding-left: 16px;
    padding-top: 0
}

.dropdown-menu-category.dropdown-menu-list li>a:hover:not(.disabled) {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-menu-category.dropdown-menu-list li:hover>a {
    background-color: #e6ebf2;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-color: #e6ebf2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.head-join-box {
    width: 300px;
    height: 260px;
    padding: 10px;
    margin-left: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .1);
    border-radius: 2px
}

.head-join-box .join-cooperate {
    width: 280px;
    height: 160px;
    background-color: #006aff;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px
}

.head-join-box p {
    line-height: 25px
}

.head-join-box:hover h3 {
    color: #006aff
}

.head-join-box .icon-act-hot {
    right: -22px;
    top: -9px
}

.header-search {
    background-color: #f5f7fa;
    width: 300px;
    padding-right: 4px
}

.header-search input {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    border: none;
    color: #999;
    background-color: transparent
}

.header-search input:focus {
    outline: #f5f7fa
}

.header-search button {
    height: 100%;
    width: 50px;
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-head-search.png) no-repeat center
}

@media screen and (max-width:1390px) {
    .header-search {
        display: none
    }
}

@media screen and (max-width:1670px) {
    .head-join-box {
        display: none
    }
}

@media screen and (max-width:1500px) {
    .dropdown-menu-wrap {
        padding-left: 0
    }

    .dropdown-menu-wrap>div {
        width: 1200px;
        margin: auto
    }
}

@media screen and (max-width:1290px) {
    .dropdown-menu-wrap>div {
        padding-left: 30px
    }
}

.icon-pro-hot {
    width: 49px;
    height: 20px;
    line-height: 20px;
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-pro-hot.png) no-repeat center;
    color: #fff;
    font-style: normal;
    text-indent: 1.2em;
    font-size: 12px
}

.icon-domain-hot {
    width: 85px;
    height: 20px;
    line-height: 20px;
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-domain-hot.png) no-repeat center;
    color: #fff;
    font-style: normal;
    text-indent: 1.2em
}

.c-pro-new {
    position: absolute;
    top: -14px;
    right: -26px;
    width: 30px;
    height: 14px;
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/c-pro-new.png) no-repeat center
}

.user-operate-box:hover .dropdown-operate-wrap {
    display: block
}

.user-operate-box .head-user-name {
    width: 154px;
    margin-left: 15px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    margin-right: -10px
}

.dropdown-operate-wrap {
    display: none;
    width: 240px;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 127, .1);
    border-radius: 0 0 2px 2px;
    z-index: 1000;
    right: 0;
    top: 80px
}

.dropdown-operate-wrap li:not(:last-child) {
    border-bottom: 1px solid #e6ebf2
}

.dropdown-operate-wrap a {
    color: #333;
    padding: 12px 0
}

.dropdown-operate-wrap a:not(.menu-item-auth) {
    padding: 12px 30px
}

.dropdown-operate-wrap a.menu-item-auth {
    color: #006aff
}

.dropdown-operate-wrap a:hover {
    color: #006aff;
    background-color: #e5f0ff
}

.dropdown-operate-wrap .menu-tag-nums {
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #006aff;
    border-radius: 2px;
    vertical-align: middle
}

.footer-containter {
    font-size: 14px;
    line-height: 30px
}

.footer-menu h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 13px
}

.footer-menu li:not(:last-child) {
    margin-right: 100px
}

.footer-menu a {
    display: block;
    color: #666;
    font-size: 12px
}

.footer-menu a:hover {
    color: #006aff
}

.servie-commit {
    height: 120px;
    border-bottom: 1px solid #e6ebf2
}

.servie-commit li {
    color: #333
}

.servie-commit .icon-item-service {
    width: 40px;
    height: 40px;
    background-color: #ddd;
    margin-right: 20px;
    vertical-align: middle
}

.servie-commit .icon-item-service1 {
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-item-service1.png) no-repeat center
}

.servie-commit .icon-item-service2 {
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-item-service2.png) no-repeat center
}

.servie-commit .icon-item-service3 {
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-item-service3.png) no-repeat center
}

.servie-commit .icon-item-service4 {
    background: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/icon-item-service4.png) no-repeat center
}

.official-plat {
    margin-top: 13px;
    width: auto
}

.official-plat ul li {
    width: 30px;
    height: 30px;
    margin-left: 0
}

.official-plat ul li:not(:first-child) {
    margin-left: 22px
}

.official-plat ul li span {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.official-plat ul li .weibo-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/weibo.png)
}

.official-plat ul li .qq-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/qq.png)
}

.official-plat ul li .email-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/email.png)
}

.official-plat ul li:hover .weibo-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/weibo-active.png)
}

.official-plat ul li:hover .qq-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/qq-active.png)
}

.official-plat ul li:hover .email-logo {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/email-active.png)
}

.footer-qrcode {
    margin: 10px 0 10px
}

.footer-qrcode img {
    width: 100px;
    height: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 53, 127, .1);
    box-shadow: 0 4px 10px 0 rgba(0, 53, 127, .1);
    border-radius: 2px;
    border: 10px solid #fff
}

.footer-copyright {
    margin-top: 32px;
    height: 120px;
    border-top: 1px solid #e6ebf2
}

.footer-copyright .header-web-logo {
    margin-right: 30px
}

.footer-copyright p {
    color: #666;
    font-size: 12px;
    line-height: 2.2
}

.footer-copyright a {
    color: #666
}

.footer-copyright a:hover {
    color: #006aff
}

.suspension {
    bottom: 40%
}

.suspension li {
    height: auto
}

.connect-us {
    right: 64px
}

.connect-us .qrcode {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1)
}

.service-online .qrcode-wexin,
.service-weixin .qrcode-wexin {
    right: 150px
}

.pop-detail {
    border: none;
    background-color: #fff;
    border-radius: 2px;
    text-align: center
}

.pop-detail.connect-us {
    width: 130px
}

.pop-detail .info-name {
    color: #333;
    padding-left: 0
}

.pop-detail li:not(:first-child) {
    border-top: 1px solid #e6ebf2
}

.pop-detail li:hover {
    background-color: #e5f0ff
}

.pop-detail li:hover .info-name {
    color: #006aff
}

.pop-detail a,
.pop-detail li a.service-weixin {
    background-image: none
}

.suspension-qrcode {
    display: none
}

.pop-tel,
.to-top {
    border: none
}

.pop-tel {
    height: 158px;
    padding: 53px 6px 0;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 53, 128, .1);
    border-radius: 2px;
    border: solid 1px #006aff;
    line-height: 1.6;
    text-align: center;
    color: #006aff;
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/contact.png);
    background-position: center 20px
}

.to-top {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/to-top.png);
    background-position: center;
    height: 62px;
    width: 62px;
    margin-left: -7px;
    background-color: transparent
}

.to-top:hover {
    background-image: url(/template/Home/Niaoyun/PC/Static/css/module/home/imgv2/to-top-active.png)
}