@charset "UTF-8";
/* region common */
/* 设备尺寸查询
 ============*/
/* size: mb */
title {
    font-size: 21px;
}
/* size: pb */
@media (min-width: 768px) {
    title {
        font-size: 22px;
    }
}
/* size: sm */
@media (min-width: 1024px) {
    title {
        font-size: 23px;
    }
}
/* size: md */
@media (min-width: 1280px) {
    title {
        font-size: 24px;
    }
}
/* size: lg */
@media (min-width: 1366px) {
    title {
        font-size: 25px;
    }
}
/* size: xg */
@media (min-width: 1680px) {
    title {
        font-size: 26px;
    }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:    #666;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:    #666;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:    #666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:    #666;
}

#content .wrapper {
    /* max-width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background:#f7f7f7;
}
.section.section-banner{
    height:350px;
    background: url(../jpg/pc_bg0415.jpg) no-repeat center top;
    background-size: cover;
}
.banner-content-inner {
    color: #FFFFFF;
    padding-top: 82px;
}
.banner-content-inner .banner-title{
    font-size: 48px;
    color: #252B3A;
    height: 60px;
    line-height: 60px;
}
.banner-content-inner .banner-text{
    font-size: 18px;
    color: #575D6C;
    /* text-align: justify; */
    line-height: 28px;
    width: 832px;
    margin-top: 20px;
    margin-bottom: 0;
}

.banner-content-inner .banner-text +.banner-text {
    margin-top: 3px;
}

.grey {
    color:#666A75;
}

.red {
    color: #C7000B;
}

.section-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.for-mobile {
    display: none;
}

/* endregion common */

/* region banner */
.section-banner {
    height: 350px;
    padding-bottom: 0;
}
.banner-content {
    height: 350px;
    max-width: 610px;
    line-height: 350px;
    font-size: 0;
}
.banner-content-inner {
    display: inline-block;
    line-height: 1;
}
.banner-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
    color: #000;
}
.banner-text {
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
/* endregion banner */

/* region form */
.section {
    padding-bottom: 60px;
}
.section:last-child{
    margin-top: -50px;
}
.form-content {
    border: solid 1px #e2e2e2;
    background: #ffffff;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.05);
    overflow: hidden;
}
.content-inner {
    width: 100%;
    padding: 40px 30px 60px;
}

.content-inner .form-container {
    vertical-align: top;
    display: inline-block;
    /* display:none; */
    width: 60%;
}

.content-inner .connection-container {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 0 30px;
    width: calc(40% - 5px);
}

.content-inner .success-connection-container {
    padding:0;
    width:100%;
    font-size: 0;
}

.container-title {
    font-size: 18px;
    color: #252B3A;
    line-height: 32px;
    margin-bottom: 24px;
    padding-left: 13px;
    position: relative;
    display:inline-block;
}

.connection-container .last-form-title {
    margin-top: 30px;
}

.form-container .form-title .searchbar-input{
    display:inline-block;
    width: 220px;
    margin-left:10px;
    vertical-align: top;
}

.container-title::before {
    content: '';
    position: absolute;
    left: 0;
    background: #C7000B;
    width: 3px;
    height: 18px;
    top: 7px;
}

.form-container .form-wrap {
    padding: 25px 20px 40px;
    background: #FBFBFB;
}

.success-connection-container .single-pkg {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    border: 1px solid #DDDDDD;
    padding: 30px 15px;
    height:300px;
}

.success-connection-container .single-pkg +.single-pkg {
    margin-left: 10px;
    width: calc(34% - 10px);
}

.single-pkg .grey-text {
    padding-left: 15px;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0.1px;
    line-height: 22px;
}

.success-connection-container .single-pkg .grey-text {
    width:95%;
}

.single-pkg .service-connection-list {
    text-align: left;
    margin-top: 30px;
    padding-left: 15px;
}

.success-connection-container .single-pkg .service-connection-list {
   display: inline-block;
   margin-top: 18px;
}

.success-connection-container .single-pkg .second-list {
    margin-left: 25px;
}

.success-connection-container .single-pkg .container-title{
    margin-bottom: 8px;
    line-height: 22px;
}

.success-connection-container .single-pkg .container-title::before {
    top: 2px;
}

.success-connection-container .single-pkg .searchbar-input{
    margin-top: 12px;
}

.single-pkg .service-connection-list h5{
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
    margin-bottom:10px;
    position:relative;
    padding-left:14px;
}

.success-connection-container .single-pkg .service-connection-list h5{
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
    margin-bottom:10px;

}
.single-pkg .service-connection-list h5::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #252B3A;
    position: absolute;
    left: 4px;
    top: 9px;
}
.single-pkg .service-connection-list a{
    font-size: 14px;
    color: #1B79C8;
    line-height: 18px;
    padding-left: 20px;
}

.single-pkg .service-connection-list a:hover{
    cursor: pointer;
    text-decoration:underline;
}

.single-pkg .tel-detail {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0 8px;
    padding-left: 10px;
}

.tel-icon {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 16px 16px;
    margin: 3px 8px 0 0;
    background-image: url(../png/telphone.png);
}

.single-pkg .tel-tip-text {
    font-size: 12px;
    line-height: 22px;
    color:#252B3A;
    padding-left: 10px;
}

.single-pkg .red {
    font-size: 18px;
}

.ok-span, .error-span {
    display: none;
}

.error-span span{
    display: block;
    height: 20px;
    line-height: 20px;
}

.success-result {
    /* width: 100%; */
    height: 250px;
    padding-left: calc(50% - 260px);
    padding-top: 80px;
    display:none;
}

.success-result .result-text{
    padding-left: 60px;
    font-size: 18px;
    color: #252B3A;
    line-height: 40px;
}

.success-result .result-text h5{
    display: inline-block;
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
}

.success-result .result-text p{
    display: inline-block;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    width: 460px;
}

.form-row {
    /*padding-top: 5px;*/
}
.form-row:first-child{
    padding-top:0px;
}
.realname div.form-contain:first-child .err.ok {
    right: -25px;
}

.form-row > div{
    float:left;
}
.form-row.other{
    display:none;
    padding-top: 20px;
}
.form-row.other  .form-key{
    float: unset;
    margin-left: 98px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
}
.form-row.other  .form-value{
    float:unset;
    margin-left: 98px;
}

.form-row  .max-width {
    width: calc(100% - 136px);
}
.form-key {
    position: static;
    margin-top: auto;
    height:32px;
    width: 115px;
    line-height: 32px;
    color: #252B3A;
}
 
.form-row .en-title p{
    display: inline-block;
    width: 70%;
    line-height: 16px;
}
 
.form-row .en-title em{
    vertical-align: top;
    position: relative;
    top: -6px;
}

.company-text,.upload-text{
    padding-left: 14px;
}

.form-input {
    display: block;
    width: 100%;
    height: 32px;
    border: solid 1px #ddd;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 2px;
}

.half-input {
    /*width: calc(50% - 8px);*/
    display: inline-block;
}
.half-input:first-child {
    width: 170px;
}

.half-input +.half-input{
    width: 311px;
    margin-left: 10px;
    vertical-align: top;
}

.form-input.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../png/icon_select_arrow.png) center right 10px no-repeat;
}
.form-row:after {
    content: "";
    display: table;
    clear: both;
}
.form-key em {
    font-style: normal;
    color: #C7000B;
    margin-right: 4px;
    margin-left: 4px;
}
.file-up {
    width: 99px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}

.file-up .upload-icon{
    position:absolute;
    margin-right: 32px;
    font-size:0.7rem;
    font-style:normal;
    width: 32px;
    height: 25px;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/upload-icon.svg) no-repeat;
    margin-top: 9px;
    margin-left: 15px;
}

.file-up span{
    margin-left: 36px;
    font-size: 12px;
    color: #666A75;
}

/* ti-select start*/
.ti-select-wrapper {
    width: 100% !important;
}

.ti-select-dominator-container-focused, .ti-select-dominator-container-focused:hover {
    border: 1px solid #ddd;
}

.ti-dropdown-option-selected, .ti-dropdown-option-selected:hover {
    background-color: #C7000B;
}

.ti-dropdown-container {
    border: 1px solid #ddd;
}

.ti-dropdown-option:hover{
    color: #C7000B;
}

.ti-searchbox-container.ti-searchbox-container-focused, .ti-select-dominator-container{
    border: 1px solid #ddd;
}



/* ti-select end*/


.modal-content-div {
    padding-left: calc(50% - 220px);
}

.modal-content-div .result-text {
    /* width: 380px; */
    margin-left: 60px;
    line-height: 40px;
}

.err.tips-text,.err.ok{
    position:relative;
    padding-left:20px;
}
.err.ok{
    width: 16px;
    height: 16px;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/ok_icon.svg) no-repeat;
    margin-top: 0px;
    position: absolute;
    right: -29px;
    top: 8px;
}
.error-icon{
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/err_icon.svg) no-repeat;
    margin-top: 2px;
    margin-left: -20px;
}

.big-icon, .error-big-icon{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/common/success.svg) no-repeat;
    display:inline-block!important;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    position: absolute;
}

.error-big-icon{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/common/failure.svg) no-repeat;
}


.file-up:hover{
    border: 1px solid #C7000B;
}
.file-up:hover .upload-icon{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/upload-hover-icon.svg) no-repeat;
}
.file-up:hover  span{
    color: #C7000B;
}
.file-sub-title{
    font-size: 12px;
    color: #A0A2A8;
    text-align: justify;
    line-height: 18px;
    position: relative;
    top: 5px;
    margin-left: 10px;
}
input.upload{
    display:none;
}
.file-up-text {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    display: none;
    background:#F7F7F7;
}

.file-up-text .delete{
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: 30px;
    cursor: pointer;
}

.file-up-text .delete>.delete-icon{
    position:absolute;
    margin-right: 32px;
    font-size:0.7rem;
    font-style:normal;
    width: 32px;
    height: 25px;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/icon-close-gray.svg) no-repeat;
    margin-top: 15px;
    margin-left: 0px;
}
.delete > span{
    margin-left: 12px;
}
.file-up-text .delete:hover{
    color: #C7000B;
}
.file-up-text .delete:hover .delete-icon{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/icon-close-red.svg) no-repeat;
}


.form-row.contact{
    float: left;
    margin-right: 50px;
}
.contact .form-value,.mobile .form-value{
    min-width:160px;
}
.form-row.quest .form-value{
    position: relative;
}
.form-row .count{
    position: absolute;
    right: 9px;
    top: 91px;
    background: #fff;
    height: 22px;
}
.form-row .count i{
    font-style:normal;
}
.file_tip{
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #252b3a;
}

textarea.form-input {
    resize: none;
    height: 114px;
    padding-top:5px;
}
.form-value-code .form-input {
    float: left;
    width: 50%;
}
.frame-tabs .modal-close {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 10px;
    background: url(../png/modal-close.png) no-repeat;
    background-size: auto 100%;
    cursor: pointer;
}
.code-wrap {
    height: 32px;
    width: 85px;
    border: solid 1px #ddd;
}
.code-change {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
}
.form-value-code .code-wrap, .form-value-code .code-change {
    float: left;
    margin-left: 9px;
    margin-top: 0px;
}
.code-wrap img {
    display: block;
    width: 100%;
    height: 100%;
}
.tips-text {
    color: #FF4C4C;
    font-size: 12px;
    margin-left: 5px;
    line-height: 18px;
    height:20px;
    margin-top:5px;
    margin-bottom:5px;
    display: block;
}
.ok {
    font-size: 18px;
    color: #11DB5A;
}
.section-box {
    position:relative;
}


.section-droplist{
    display: none;
    position: absolute;
    width:585px;
    z-index: 5;
    border: 1px #d2d2d2 solid;
    box-shadow: 0px 7px 13px #e3e3e3;
    -moz-box-shadow: 0px 7px 13px #e3e3e3;
    -webkit-box-shadow: 0px 7px 13px #e3e3e3;
    background:#fff;
}
.section-droplist.show {
    display: block;
}
.section-search-droplist {
    display: none;
    position: absolute;
    z-index: 1;
    left: -1px;
    right: -1px;
    border: solid 1px #ddd;
    border-radius: 2px;
    background: white;
}

.section-search-droplist > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #666a75;
    text-align: left;
    cursor: pointer;
}
.section-search-droplist > ul > li .section-hot{
    display: inline-block;
    width: 38px;
    height: 18px;
    background-size: cover;
    vertical-align: middle;
    background: url(../png/hot_icon.png) no-repeat;
    margin-left: 5px;
}
.section-search-droplist > ul > li .section-new{
    display: inline-block;
    width: 38px;
    height: 18px;
    background-size: cover;
    vertical-align: middle;
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/new.svg) no-repeat;
    margin-left: 5px;
}
.section-search-droplist > ul > li:hover {
    background: #f7f7f7;
    color:#C7000B;
}
.inputting .section-search-droplist{
    display: block;
    overflow-y: auto;
    max-height: 635px;
}
.inputting .section-droplist{
    display:none;
}

.aui-btn-red, .aui-btn-white {
    padding: 0px;
    height: 48px;
    line-height: 48px;
    width: 116px;
    font-size: 18px;
}
.aui-btn-red{
    background: #C7000B;
    border-radius: 2px;
    border-color: #C7000B;
}
.aui-btn-red:hover{
    background: #C7000B;
    box-shadow: 0 8px 16px 0 rgba(246,111,106,0.3);
}
.aui-btn-red.disable:hover{
    box-shadow: 0 8px 16px 0 rgba(246,111,106,0);
}

.aui-dialog .aui-btn-red,.aui-dialog .aui-btn-white{
    padding: 0px;
    width: 100px;
}
input[type=checkbox]{
    vertical-align: middle;
    background: #fff;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}
input:checked{
    -webkit-appearance: checkbox;
    background-color: #ddd;
}
.frame-wrap {
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
/*.form-row > div.reminder,.form-row > div.form-value-agreement{*/
    /*margin-left: 163px;*/
    /*clear:both;*/
/*}*/
.form-value-agreement{
    font-size:14px;
}
.form-value-agreement span{
    height: 21px;
    line-height: 21px;
    display: block;
/*    float: left;*/
}
.form-row:after {
    content: "";
    display: table;
    clear: both;
}
.reminder{
    margin-top: 10px;
    font-size: 12px;
    color: #A0A2A8;
}
.frame-wrap:before, .frame-wrap:after {
    content: " ";
    display: table;
}
.frame-tabs {
    padding: 0px 20px 0px 10px;
}
.frame-tabs > ul {
    margin-bottom: -1px;
    border-bottom: solid 1px #d6d6d6;
}
.frame-tabs > ul > li:first-child {
    margin-left:0px;
}
.frame-tabs > ul > li {
    width: auto;
    display: inline-block;
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0 12px;
    cursor: pointer;
    vertical-align:middle;
}
.frame-tabs > ul > li h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    font-weight: 700;
}
.frame-body {
    padding: 0;
}
.frame-tabs > ul > li.active:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    border-bottom: solid 4px #C7000B;
    -webkit-transition: .35s;
    transition: .35s;
}
.frame-tabs > ul > li.active:after {
    left: 0;
    right: 0;
}
.frame-item {
    display: none;
}
.frame-item.active {
    display: block;
}
.frame-collapse-head {
    display: none;
}

.wrapper .menu-name {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    cursor: pointer;
}
.frame-tabs > ul > li h2:hover,.wrapper .menu-name:hover {
    color: #C7000B;
}
.wrapper .menu-lists {
    float: left;
    margin-bottom: 10px;
}
.wrapper .menu-lists li{
    float: left;
    width: 163px;
    text-align: center;
    margin-top: 10px;
}
.wrapper .menu-lists .menu-panel-sub-list li {
    /*margin-top: 5px;*/
}

.wrapper .consu-solution .menu-lists li{
    width: 100%;
    float: none;
    text-align: left;
    line-height: 0;
}
.wrapper .menu-lists li p{
    text-align: left;
    text-decoration: double;
    padding-left: 10px;
}

.wrapper .frame-collapse-body .menu>h3{
    padding-left: 10px;
    position:relative;
}
.wrapper .frame-collapse-body .menu>h3:before{
    content: '';
    position: absolute;
    left: 0;
    background: #C7000B;
    width: 2px;
    height: 14px;
    top: 13px;
}
.menu h3.sub-title{
    font-size: 14px;
    color: #333333;
    line-height: 21px;

    padding-top:10px;
    padding-bottom:5px;
    border-bottom: 1px solid #E6E6E6;
    clear: both;
    font-weight: 600;
}

.wrapper .menu-lists:last-child{
    float: left;
    height: auto;
    padding-bottom: 20px;
}
.wrapper .consu-solution .menu-lists{
    float:none;
}
.menu-panel-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin-top: 5px;
}
.menu-panel-item:first-child {
    padding-right: 10px;
}
.consu-solution  .caption {
    border: 0 none;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    line-height: 28px;
    margin: 0;
}
.consu-solution .caption {
    line-height: 24px;
}
.menu-panel-sub-list>li {
    overflow: hidden;
    display: block!important;
    width: auto!important;
    padding: 0;
    margin: 0;
}
.section  .menu-sub-title,.mb-weapper .menu-sub-title {
    position: relative;
    display: inline-block;
    width: 66px;
    color: #999999;
}

.menu-sub-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 74px);

}
.menu-panel-sub-list li{
    text-align:left;
}

.consu-solution .menu-lists li p {
    text-align: left;
    text-decoration: double;
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 5px;
}
.menu-sub-title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    border-right: solid 1px #666;
    margin-top: -7px;
}
.menu-sub-content p{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
}

.calendar {
    margin-top: 2px;
    display: none;
    position: absolute;
    z-index: 999;
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding-bottom: 10px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666;
    text-align: center;
    background: #fff;
    -webkit-user-select: none;
}
.calendar .panel {
    white-space: nowrap;
}
.calendar .footer {
    height: 24px;
    padding: 10px 10px 0;
    text-align: right;
    line-height: 24px;
    box-sizing: content-box;
}
.calendar .timeBox {
    float: left;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background-color: #FFF;
}
.calendar .dateBtn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    margin-left: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    background: -webkit-linear-gradient(90deg,#f7f7f7 0%,#ffffff 100%);
    background: -moz-linear-gradient(90deg,#f7f7f7 0%,#ffffff 100%);
    background: -ms-linear-gradient(90deg,#f7f7f7 0%,#ffffff 100%);
    background: linear-gradient(90deg,#f7f7f7 0%,#ffffff 100%);
}
.calendar .calprev {
    left: 5px;
}
.calendar .calnext {
    right: 5px;
    background-position: 0 -16px;
}
.calendar .calprev, .calendar .calnext {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    top: 8px;
    cursor: pointer;
}
.dialog-icon{
    position: absolute;
    margin-right: 32px;
    font-size: 0.7rem;
    font-style: normal;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: 15px;
}
.dialog-icon.icon-right{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/icon-tis-right.svg) no-repeat;
    background-size: cover;
}
.dialog-icon.icon-error{
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/err_icon.svg) no-repeat;
    background-size: cover;
}

.block-title {
    color: #333;
    font-size: 22px;
}
.aui-dialog-main .dialog-content p {
    font-size: 14px;
    color: #666;
    padding-left: 58px;
    display: inline-block;
    vertical-align: middle;
    line-height: 27px;
}
.aui-dialog .dialog-actions {
    padding-top: 60px;
}
.aui-dialog  .aui-btn-red {
    background: #C7000B;
    border-radius: 2px;
}
.form-value {
    width: calc(100% - 160px);
    margin-left: 20px;
    position: relative;
}

/*选择详细的类别*/
.categories {
    position: absolute;
    display: none;
    width: 100%;
    margin-top: 2px;
    background: white;
    padding: 15px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    max-height: 270px;
    overflow-y: auto!important;
    z-index: 9;
}

/* .categories .per-category {
   width: calc(100% - 10px);
} */

.categories .per-category +.per-category {
    margin-top: 20px;
}

.categories .search {
    display: none;
}

.categories .category-title {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    padding-left: 8px;
    position: relative;
}

.categories .category-title::before {
    content: '';
    position: absolute;
    background: #C7000B;
    width: 2px;
    left: 0;
    height: 12px;
    top: 5px;
}

.categories .category-detail {
    margin:10px 0 2px 8px;
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
}

.categories .product-category-detail {
    width: calc(33% - 8px);
}

.categories .category-detail .h5{
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 20px;
}

.categories .category-detail p{
    font-size: 12px;
    color: #666A75;
    line-height: 22px; 
    /* display: inline-block; */
    /* padding-right: 8px; */
}

.categories .category-detail .btn:hover{
   color:#C7000B;
   cursor: pointer;
}

/* .categories .category-detail p+ p {
    margin-left: 10px;
} */

@media (min-width: 1280px) {


    .form-value-code{
        width: calc(100% - 483px);
    }
    .form-value-code .form-input{
        width:220px;
    }
}

@media (max-width: 1200px) {
    .section:last-child {
        margin: -100px 30px 0px 30px;
        width:auto;
    }

    .banner-content {
        padding-left:30px;
    }

    .form-content {
        background: #F7F7F7 ;
    }

    .connection-container .last-form-title {
        margin-top: 0;
        margin-bottom:15px;
    }

    .content-inner .connection-container {
        padding: 0;
    }

    .connection-container .service-connection-list h5 , a{
        font-size: 14px;
    }

    .connection-container .service-connection-list {
        margin-top: 15px;
    }

    .connection-container .service-connection-list +.service-connection-list {
        margin-top: 20px;
    }

    .content-inner .form-container, .content-inner .connection-container, .content-inner .success-connection-container {
        width: 100%;
    }

    .connection-container .single-pkg, .success-connection-container .single-pkg {
        margin-top:10px;
        width: 100%;
        background: white;
        padding: 25px 15px 30px;
    }

    .success-result {
        height: 164px;
        /* text-align: center; */
        padding: 60px 25px 0;
        background: white;
    }
    
    .success-result .result-text{
        padding-left: 60px;
        font-size: 16px;
        color: #252B3A;
        line-height: 24px;
    }
}
/*region plan */
@media (max-width: 1024px){
    .form-value {
        width: 100%;
        margin-left: 0;
        float:none;
    }
    .form-row.other .form-key {
        margin-left: 0;
    }
    .form-row.other .form-value {
        margin-left: 0;
    }
    .form-row > div {
        float:none;
        clear:both;
    }
    .contact .form-value, .mobile .form-value {
        min-width: 100%;
        width:100%;
    }
    .form-row .max-width {
        width: 100%;
    }
    .form-row.contact {
        float:none;
        margin-right: 0px;
    }
    .form-row.contact:after{ /*IE8+*/
        content:'';
        display: table;
        clear:both;
    }
    .form-row > div.reminder, .form-row > div.form-value-agreement {
        clear:both;
        margin-left: 0px;
    }
    .form-row.validate{
        /*padding-top:10px;*/
    }
    .form-row-submit .form-key{
        height:0px;
    }
    .content-inner {
        padding-right: 50px;
    }
    .mb-weapper .section-droplist {
        width: 100%;
    }
    .banner-content {
        padding-left: 30px;
        padding-right: 15px;
    }
    .consu-solution .menu-panel-item {
        width: 100%;
        padding-left: 0px !important;
    }
    .menu-panel-sub-list {
        padding:0px;
    }
    .section:last-child {
        margin: -40px 30px 0px 30px;
    }
    #content .wrapper {
        background: #E9EDF1;
        background-image:none;
    }
    .section-banner {

    }
    .err.ok{
        width: 16px;
        height: 16px;
        background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/service/contact-sales/images/ok_icon.svg) no-repeat;
        margin-top: 0px;
        position: relative;
        left: 0;
        top: 10px;
    }
    /*.menu-lists li p{*/
        /*font-size:14px;*/
        /*text-align:left;*/
    /*}*/
}

@media(max-width: 799px) {
    .aui-dialog .dialog-actions {
        padding-top: 30px;
    }
    .icon-right {
        margin-left: 4px;
    }
    .content-inner {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-value-code .form-input {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .for-mobile {
        display: block;
    }
    .for-pc {
        display:none;
    }
    .form-key {
        width: 80%;
    }
    .form-row .en-title em {
    top: 0;
    }
    .banner-content-inner {
        color: #FFFFFF;
        padding-top: 30px;
    }
    .section-wrap {
        max-width: 1200px;
    }
    .content-inner {
        padding: 15px 15px 30px;
    }
    .frame-tabs > ul > li {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 4px;
    }
    .section-banner {
        height: 280px;
        padding-bottom: 0;

        background-size: cover;
    }
    .banner-content-inner  .banner-title {
        font-size: 24px;
        margin-bottom: 10px;
        height: 30px;
        line-height: 30px;
    }
    .banner-text {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .form-row {
        padding-top: 0;
    }

    .form-value-code  .code-change {
        display: block;
        float:unset;
        margin-left: 100px;
        margin-top: 5px;
    }
    .form-value-code .form-input {
        width: 100%;
    }
    .form-value-code .code-wrap {
        float: unset;
        width: 88px;
    }
    .mb-weapper .form-input {
        margin-top: 0px;
    }
    .mb-weapper .consu-solution .menu-lists li {
        width: 100% !important;
        line-height: 0;
    }
    .consu-solution .menu-panel-item {
        padding-right: 20px !important;
    }
    .consu-solution .menu-panel-item:last-child {
        /*padding-top: 8px !important;*/
    }
    .mb-weapper .consu-solution .menu-sub-content {
        vertical-align: unset;
    }
    .file-sub-title {
        font-size: 12px;
        color: #A0A2A8;
        text-align: justify;
        line-height: 18px;
        position: relative;
        display: inline-block;
        top: 8px;
        width: calc(100% - 114px);
        margin-left: 10px;
    }
    .aui-btn-red, .aui-btn-white {
        height: 40px;
        line-height:40px;
        width: 90px;
    }
    .mb-weapper .frame-body {
        height: auto;
        /*padding-bottom: 30px;*/
    }

    .form-container .form-title .searchbar-input {
        width: calc(100% - 123px);
    }

    .form-container .form-wrap {
        padding: 0;
        background: inherit;
    }

    .container-title {
        font-size: 16px;
        margin-bottom:10px;
    }

}

/* .form-row-submit{
    text-align:center;
} */
.form-value-agreement a {
    color: #1B79C8;
}
.form-value-agreement a:hover{
    text-decoration: underline
}
.code-change em {
    font-style: normal;
    color: #3399FF;
    cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}
::-webkit-scrollbar-track-piece{
    background:#FFFFFF;
}
.aui-show{
    display:block;
}
.aui-hide{
    display:none;
}

/*mb layout start*/
#content .mb-weapper {
    background: #f7f7f7;
    background-image:none;
}
.mb-weapper .form-value{

}
.mb-weapper .searchbar-input{
    margin: 0px 15px;
    padding:10px 0;
    font-size: 14px;
}
.form-input.select {
    background: #fff url(../png/icon_select_arrow.png) center right 10px no-repeat;
}
.mb-weapper .icon-left{
    height: 36px;
    width: 18px;
    background: url(../png/left-arraw.png) no-repeat center;
    margin-right: 12px;
    background-size: 9px 15px;
    cursor: pointer;
    float: left;
}
.mb-weapper .form-input {
    display: block;
    width: 90%;
}
.mb-weapper .form-input.select {
    background: #fff;
}
.mb-weapper .section-droplist {
    display: block;
    position: relative;
}
.mb-weapper .menu-lists > li {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.mb-weapper  .consu-solution .menu-lists li {
    width: 100% !important;
}
.mb-weapper .frame-body {
    height: auto;
}
.frame-body {
    min-height: 255px;
}
.mb-weapper .menu-sub-content {
    width: calc(100% - 66px);
}
.mb-weapper .consu-solution .menu-lists li {
    /* float: none; */
    text-align: left;
    display: block;
    width: 82% !important;
}

@media (max-width: 768px) {
    .section:last-child {
        margin: 0;
    }
    .banner-content {
        max-width: 610px;
        padding:0px;
        margin-left: 10px;
        font-size: 0;
        height: 140px;
        line-height: 140px;
    }
    .section.section-banner{
        height: 140px;
        background: #E9EDF1 url(../jpg/mb_bg0415.jpg) no-repeat center top;
        background-size: cover;
    }
    .banner-content-inner {
        margin: 0 15px;
        vertical-align: middle;
    }
    .banner-content-inner .banner-text {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .form-row.other .form-key {
        float: unset;
        margin-left: 0px;
    }
    .form-row.other .form-value {
        float: unset;
        margin-left: 0px;
    }
    .form-value.form-value-code{
        width:100%;
    }
    .tips-text {
        margin-top: 6px;
    }
    .company-text {
        padding-left: 0px;
    }
    .menu h3.sub-title {
        padding-top: 20px;
        font-weight:normal;
        font-size:16px;
    }
    .frame-tabs > ul > li h2 {
        font-weight: normal;
        margin-bottom: 10px;
    }
    .mb-weapper .section-search-droplist {
        position:static;
    }
    /*.mb-weapper .inputting .section-droplist{*/
        /*display:none;*/
    /*}*/
    .mb-weapper .inputting .section-search-droplist{
        display:block;
        position: absolute;
        z-index: 37;
        top: 52px;
    }

    /* .complex-dropdown .ui-reveal {
        position: absolute;
    } */

    .categories {
        top: 46px;
        /* height: 100%; */
        position: fixed;
        max-height: calc(100% - 46px);
        height: calc(100% - 46px);
        width: 100%!important;
        padding:0;
        overflow: hidden;
    }

    .categories .per-category {
        padding: 20px 15px;
    }

    .categories .search {
        display: block;
        width: 100%;
        height:50px;
        background: #F7F7F7;
        padding-left: 15px;
        font-size: 14px;
    }

    .categories .search .input-icon{
        height: 50px;
        width: 18px;
        background: url(../png/left-arraw.png) no-repeat center;
        margin-right: 12px;
        background-size: 9px 15px;
        cursor: pointer;
        display: inline-block;
    }

    .categories .search .input{
        display: inline-block;
        vertical-align: top;
        width: 85%;
        line-height: 32px;
        height: 30px;
        margin-top: 9px;
        border: 1px solid #DDDDDD;
        border-radius: 2px;
        font-size: 14px;
        padding-left: 10px;
        color: #333;
        background: #fff;
        border-radius: 2px;
    }

    .categories .content {
        position: absolute;
        overflow-y: auto;
        height: calc(100% - 50px);
    }
    
    .content-inner .form-container {
        background: white;
        padding: 20px 15px;
    }

    .form-row-submit {
        margin-top: 20px;
    }

    .form-row-submit input{
        width: 100%;
        font-size: 14px;
        margin-top:20px;
    }

    .success-result .result-text p {
        font-size:14px;
        width: auto;
        text-align: left;
    }
}

/*mb layout end*/
@media (max-width: 480px){
    .banner-content-inner .banner-text {
        margin-top: 5px;
        line-height: 22px;
    }
    .content-inner-item {
        padding-left: 0;
    }
    .form-value-code .code-wrap {
        margin-left: 0;
        /*margin-top: 10px;*/
    }

    .mb-weapper .form-input {
        width: 89%;
    }
    .mb-weapper  .menu-lists {
        float: left;
        margin-bottom: 10px;
    }
    .mb-weapper .menu-lists li p {
        text-align: left;
        text-decoration: double;
        padding-left: 0px;
        color: #333333;
        font-size: 14px;
    }
    .mb-weapper .consu-solution .menu-lists li p {
        text-align: left;
        text-decoration: double;
        text-indent: 0px;
        padding-left: 0px;
        color: #333333;
    }
    .mb-weapper .consu-solution .menu-lists li {
        width: 100% !important;
    }
    .frame-tabs > ul > li {

    }
}

.dropdown-consultation-nav {
    max-height: calc(100% - 54px);
    overflow-y: auto;
    width:138px;
    float: left;
    padding-top: 10px;
}

.dropdown-consultation-nav li{
    padding:15px 30px;
    cursor: pointer;
}
.dropdown-consultation-nav-menu-text {
    line-height: 20px;
    transition: 0.2s;
    font-size: 14px;
    color: #252B3A;
}
.dropdown-consultation-nav .on{
    background:rgba(221,221,221,0.2);
}
.dropdown-consultation-nav .on .dropdown-consultation-nav-menu-text{
    color: #C7000B;
}


.dropdown-consultation-nav li:hover .dropdown-consultation-nav-menu-text{
    font-size: 14px;
    color: #C7000B;
    line-height: 20px;
}
.frame-content .consu-product{
    width:calc(100% - 138px);
    float: left;
    height: 380px;
    overflow-x: auto;
}
.consu-product .box{
    display:none;
    position:relative;
    min-height:100%;
}
.consu-product .box.active{
    display:block;
}
.menu-content-center{
    float: left;
    width: 161px;
    padding-left: 0;
    padding-right: 0;
    margin-left:40px;
}

.menu-dropdown {
    padding: 20px 0;
}

.menu-dropdown dt,.menu-dropdown dd{
    cursor:pointer;
}
.menu-dropdown dt span{
    display: block;
    font-size: 12px;
    color: rgba(37,43,58,0.80);
    line-height: 26px;
}
.menu-dropdown dt span:hover, .menu-dropdown dd span:hover{
    color:#C7000B;
}
.menu-dropdown + .menu-dropdown .line {
    margin-top: -20px;
    margin-bottom: 20px;
    border-top: solid 1px 	rgba(37,43,58,0.1);
}
.realname div.form-contain .form-key{

    float: left;
}
.realname div.form-contain:last-child .form-key{
    margin-left: 20px;
    width: 83px;
}
.realname div.form-contain:first-child .max-width {
    width: 186px;
    float: left;
    margin-left: 20px;
}
.realname div.form-contain:last-child .max-width {
    width: 186px;
    float: left;
}
.ti-select-dominator-container，.half-input +.half-input {
    margin-top:1px;
}
textarea.form-input {
    padding-top:5px;
}

@media(max-width:1200px){
    .realname div.form-contain {
        width: 100%;
    }
    .realname div.form-contain:first-child .max-width {
        width: calc(100% - 137px);
        margin-left: 20px;
    }
    .realname div.form-contain input {
        width: 100%;
    }
    .realname div.form-contain:first-child .form-key {
        width: 115px;
        margin-left: 0;
    }
    .realname div.form-contain:last-child .form-key {
        width: 115px;
        margin-left: 0;
    }
    .realname div.form-contain:last-child .max-width {
        width: calc(100% - 137px);
        margin-left: 20px;
    }
    .half-input + .half-input {
        width: calc(100% - 184px);
    }
    .ti-select-dominator-container，.half-input +.half-input {
        margin-top:0px;
    }
}

@media(max-width:1024px){
    .realname div.form-contain {
        width: 100%;
    }
    .realname div.form-contain:last-child .form-key{
        margin-left: 0px;
    }
    .realname div.form-contain:first-child .max-width {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
    .realname div.form-contain:last-child .max-width {
        width: 100%;
        float: left;
    }
}

@media (max-width: 767px){
    .header-collapse.open > .header-collapse-body {
        height: auto;
    }

    /*移动端样式*/
    .consu-level1 {
        border-bottom: solid 1px rgba(221,221,221, 0.6);
    }
    .consu-level1 .consu-collapse-head{
        position: relative;
        display: block;
        padding: 11px 15px;
        font-size: 14px;
        line-height: 22px;
        background:rgba(221,221,221,0.6);
        border-bottom:1px solid #f7f7f7;
    }
    .consu-level1 > .consu-collapse-head h2 {
        display: inline-block;
        font-size: 14px;
        color: #252B3A;
        line-height: 22px;
    }
    .arrow-down-down {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 6px;
        padding-left: 1px;
        padding-right: 1px;
    }
    .arrow-down-down:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-bottom: solid 1px #A0A2A8;
        border-right: solid 1px #A0A2A8;
        margin-top: -3px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .consu-level1  .consu-collapse-head .arrow-down-down {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -3px;
        transition: 0.35s;
    }
    .consu-collapse-body {
        height: 0;
        overflow: hidden;
        transition: 0.35s;
    }
    .consu-collapse.closed > .consu-collapse-body > .consu-collapse-content {
        display: none;
    }
    .consu-collapse-level2 {

    }

    .consu-collapse-level2 > .consu-collapse-head {
        padding-left: 25px;
        padding-right: 25px;
    }

    .consu-collapse.open > .consu-collapse-body {
        height: auto;
    }
    .consu-collapse-level3 > .consu-collapse-head{
        padding-left: 40px;
        padding-right: 40px;
    }

    .consu-collapse-level3 > .consu-collapse-body > .consu-collapse-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .consu-mbnav-common-list li {
        display: block;
        padding: 12px 40px;
        font-size: 14px;
        color: #666A75;
        line-height: 18px;
    }

    .realname div.form-contain:last-child .max-width {
        width: 100%;
         margin-left: 0px;
    }
    .half-input:first-child {
        width: calc(50% - 8px);
        display: inline-block;
    }
    .half-input + .half-input {
        width: calc(50% - 8px);
        margin-left: 10px;
        vertical-align: top;
    }

}

@media (max-width: 320px){
    .frame-tabs > ul > li {
        margin: 0;
        padding:0 3px;
    }
}
