@charset "UTF-8";
/*banner图*/
.lead-poster.ecs {
    background-image: url(../../huaweicloud/images/poster.png);
}
/*优势图标*/
.icon-advantage.ecs{
    background-image: url(../../huaweicloud/images/icons-advantage-mb.png);
}
/*功能描述*/
.icons-prod-fun.ecs{
    background-image: url(../../huaweicloud/images/icons-prod-fun-mb.png);
}
/*应用场景*/
.icon-scene-tab.ecs{
    background-image: url(../../huaweicloud/images/icons-scene-tab-mb.png);
}
/* 快速体验 */
.icon-experience {
    background-image: url(../../images/product/ecs/icons-experience.png?sttl=0817007);
}

/* banenr
==========*/

@media (min-width: 1024px) {
    .poster-text {
        max-width: 560px;
    }
}
@media (max-width: 480px) {
    .lead-poster {
        margin-bottom: 0;
    }
}
/* 广告位
==========*/
.prod-area.advertisement {
    background-color: rgba(255,255,255,.7);
}
.prod-area.advertisement .content-block {
    padding-top: 0;
    padding-bottom: 0;
}
.ad-wrapper {
    overflow: hidden;
}
.ad-card {
    position: relative;
    float: left;
    width: 33.333333%;
    padding: 20px;
    text-align: center;
}
.ad-card-2{
    width: 50%;
}
.ad-card + .ad-card:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 1px;
    height: calc(100% - 50px);
    background: #99A8B7;
}
.ad-card h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
.ad-card p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
@media (min-width: 1024px) {
    .ad-card:hover h2 {
        color: #E41F2B;
    }
}
.ad-new,.ad-hot {
    display: inline-block;
    width: 36px;
    height: 16px;
    margin-top: -2px;
    margin-left: 10px;
    background-color: #E41F2B;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}
.ad-new:before {
    content: "NEW";
}
.ad-hot:before {
    content: "HOT";
}

/* 实例总览
==========*/
.prod-area.example {
    margin-top: 0;
    background-color: rgba(255,255,255,.9);
}
@media (min-width: 1024px) {
    .prod-area.example .scene-layer {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .example-config-wrapper {
        display: block;
    }
    .advantage .content-block {
        padding-top: 30px;
    }
}
.example-config-container {
    position: relative;
}
@media (min-width: 1024px) {
    .example-config-wrapper {
        padding-top: 10px;
    }

}
.example-config-item {
    padding: 10px 0;
}
.example-config-item + .example-config-item {
    border-top: 1px dotted #D6D6D6;
}
.example-config-item1 + .example-config-item1,
.example-config-item2 + .example-config-item2,
.example-config-item3 + .example-config-item3 {
    padding-top: 0;
    border-top: 0;
}
.example-config-card {
    position: relative;
    min-height: 268px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    text-align: left;
    padding: 10px 1px;
}
.example-radar {
    position: absolute;
    top: 0;
    left: 0;
    width: 316px;
    height: 100%;
    padding: 0 25px;
    transition: all 0.3s;
}
.example-radar-bg{
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../../huaweicloud/images/example-radar-bg.svg") no-repeat center top;
}
.imgsrc{
    position: absolute;
    width: 267px;
    height: 267px;
    -webkit-animation-name: mymove;
    -o-animation-name: mymove;
    -ms-animation-name: mymove;
    animation-name: mymove;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
@keyframes mymove{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
.example-text {
    padding: 20px 36px 20px 24px;
    margin-left: 316px;
    margin-right: 328px;
}
.example-text h2 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 22px;
}
.example-text h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 18px;
}
.example-text p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
.example-text-table {
    border-spacing:0;
    border-collapse: collapse;
    width: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
}
.example-text-table > tbody > tr > td {
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    width: 25%;
}
@media (max-width: 1210px) {
    .example-text-table > tbody > tr > td {
        width: auto;
    }
}

.example-text-table > tbody > tr > td:nth-child(2n+1) {
    padding-left: 20px;
    color: #666;
}

.example-text-table > tbody > tr > td:nth-child(2n) {
    font-weight: bold;
    color: #333;
}
.example-text-table > tbody > tr > td:nth-child(2n) em {
    font-style: normal;
    font-weight: bold;
}
.example-text-table-em + .example-text-table-em {
    padding-left: 20px;
}
.example-text-table > tbody > tr > td:first-child {
    padding-left: 0;
}
.example-text-table > tbody > tr > td:last-child {
    padding-right: 0;
}
.example-text-table-support {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin: 0 -5px -5px;
}
.example-text-table-support > tbody > tr > td {
    width: 50%;
    padding: 5px;
    color: #333;
}
.example-text-table-support > tbody > tr > td:nth-child(2n) {
    padding-left: 26px;
}
@media (max-width: 1210px) {
    .example-text-table-support > tbody > tr > td {
        width: auto;
    }
}
.example-text-table-support > tbody > tr > td em {
    font-style: normal;
    font-weight: bold;
}
.example-set {
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    height: 100%;
    padding: 30px 24px;
    background-color: #f9f9f9;
}
.example-set h2 {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}
.example-set-form {
    padding-top: 12px;
}
.example-set-form-row {
    margin-bottom: 12px;
}
.example-set-form-row:after {
    content: "";
    display: table;
    clear: both;
}
.example-set-form-row:last-child {
    padding-top: 15px;
    border-top: dotted 1px #d6d6d6;
}
.example-set-form-row label {
    float: left;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.example-set-form-row label{
    width: 60px;
}

.example-set-select,
.example-set-input {
    float: left;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.example-set-input[ type = text ] {
    float: left;
    height: 26px;
    background: transparent;
    width: 70%;
    border:none;
    color: #333;
    font-weight: bold;
}
.example-set-select {
    width: 220px;
    padding-left: 5px;
    font-size: 14px;
    color: #333;
}
.example-set-input {
    width: 90px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;
}
.example-set-price {
    float: left;
    font-size: 14px;
    color: #E41F2B;
    line-height: 32px;
}
.example-set-price em {
    font-size: 24px;
    font-style: normal;
}
.example-set-submit {
    float: right;
    min-width: 130px;
}
@media (min-width: 1024px) {
    .swiper-pagination-example {
        display: none;
    }
}
@media (max-width: 1023px) {
    .prod-area.example {
        background-color: transparent;
    }
    .prod-area.example .scene-mb-title {
        border: 0;
    }
    .prod-area.example .scene-content + .scene-content .scene-mb-title {
        border-top: solid 1px #ddd;
    }
    .prod-area.example .scene-mb-body {
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
    }
    .example-config-card {
        border: none;
    }
    .example-radar {
        position: static;
        height: 270px;
        width: auto;
    }
    .example-config-item + .example-config-item {
        border: 0;
    }
    .example-text {
        padding: 5px 20px 45px;
        margin-left: 0;
        margin-right: 0;
    }
    .example-feature,
    .example-text-table,
    .example-set {
        display: none;
    }
}

/* 应用场景
=================*/
@media (min-width: 1201px) {
    .spc-1 {
        width: 320px;
    }
}
.scene-sub-box:not(:first-child) {
    padding-top: 15px;
    padding-bottom: 15px;
}
.scene-sub-box:first-child .info {
    position: relative;
    padding-left: 15px;
}
.scene-sub-box:first-child .info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
}
.scene-mb-body .info {
    line-height: 20px;
}
.scene-mb-body .scene-arch + .scene-sub-wrap .scene-sub-box>.caption {
    margin-bottom: 10px;
}
.scene-sub-box .list {
    margin-top: 0;
}
@media (max-width: 1023px) {
    .scene-sub-box-config {
        display: none;
    }
}
/* 表格 */
.table-config {
    background-color: #F4F6F8;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.table-config > thead > tr > th {
    padding: 10px;
    color: #666;
}
.table-config > thead > tr:first-child > th {
    padding: 10px;
    border-bottom: dashed 1px #B2C7DB;
    font-weight: 700;
    color: #333;
}
.table-config > tbody > tr > td {
    padding: 10px;
    padding-top: 0;
    font-weight: 700;
    color: #333;
}
/*数量选择器*/
.number-picker-wrapper {
    margin: 20px 0;
    line-height: 32px;
}
.number-picker {
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    height: 32px;
    margin-left: 17px;
}
.number-picker-minus,
.number-picker-add {
    position: relative;
    float: left;
    width: 32px;
    height: 32px;
    border: solid 1px #ccc;
    cursor: pointer;
}
.number-picker-minus:hover,.number-picker-add:hover {
    border-color:#e41e2b ;
}
.number-picker-minus:before,
.number-picker-add:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 9px;
    width: 12px;
    height: 2px;
    background-color: #666;
}
.number-picker-minus:hover:before,
.number-picker-add:hover:before {
    background-color: #e41e2b;
}
.number-picker-add:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 14px;
    width: 2px;
    height: 12px;
    background-color: #666;
}
.number-picker-add:hover:after {
    background-color: #e41e2b;
}
.number-picker-input {
    float: left;
    height: 32px;
    width: 48px;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.number-picker-beforeLabel {
    font-size: 14px;
    color: #666;
}
.number-picker-afterLabel {
    font-size: 12px;
    color: #3f3f3f;
}
/* 按钮 */
.scene-config-info {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}
.scene-config-info a {
    font-size: 12px;
    color: #2a2a2a;
    text-decoration: underline;
}
.prod-area.scene .aui-btn-red {
    width: 140px;
    height: 32px;
    margin-top: 5px;
    line-height: 24px;
}
.red-font{
    color:#E41F2B ;
    font-size: 16px;
}
.help .aui-tile .caption span{
    font-size: 14px;
    color: #999;
}
.none-bor{
    border: none;
    padding-bottom: 0;
}
.advantage .content-block {
    padding-top: 60px;
}
.scene-sub-box-config {
    padding-top: 0 !important;
}
.scene-sub-box-config .caption{
    color:#e41e2b ;
}
@media (max-width: 1023px){
    .advantage .content-block {
        padding-top: 30px;
    }
}
/* 产品功能
=================*/
.function-block{
    max-width: 100%;
}
.product-tabs {
    text-align: center;
    position: relative;
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.product-tabs .product-tab {
    float: left;
    padding: 15px 39px;
    width: 33.33%;
    cursor: pointer;
}
.icons-prod-fun {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    display: block;
    background:  url(../../images/product/ecs/icons-prod-fun-mb.png) no-repeat center;
    background-size:auto 100%;
}
.icons-prod-fun.fun1 {
    background-position: 0 0;
}
.icons-prod-fun.fun9 {
    background-position: -384px 0;
}
.product-tab .caption {
    font-size: 16px;
    transition: color .5s ease;
    font-weight: bold;
}
.product-tab .info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 20px;
}
.product-tab:hover .caption{
    color:#E41F2B ;
}
.product-content-container {
    background: #f4f6f8;
    overflow: hidden;
    transition: height .5s ease-in-out;
}
.product-content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    display: none;
}
.fun-mb-title {
    display: none;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.fun-mb-title .icons-prod-fun {
    margin: 0 10px 0 0;
}
.fun-mb-body {
    padding: 0 20px;
}
.fun-item {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.fun-info {
    margin-bottom: 21px;
}
.prod-info {
    text-align: justify;
}
.prod-list li {
    line-height: 20px;
    padding-left: 14px;
    margin: 0 0 10px;
    text-align: justify;
    color: #333;
}
.prod-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #E41F2B;
    float: left;
    margin-left: -14px;
    margin-top: 6px;
}
.prod-list li table tbody tr:first-child th{
    padding:0 16px;
}
.indicator-triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #f4f6f8;
    transition: left .3s linear;
    visibility: hidden;
}
.indicator-triangle:before{
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top:5px;
    width: 300px;
    height: 2px;
    background-color: #e41e2b;
}
.active .product-tab.active~.indicator-triangle {
    visibility: visible;
}
.product-content.active {
    display: block;
    visibility: visible;
}

@media (max-width: 1024px){
    .product-tabs{
        width: 100%;
    }
    .product-tabs .product-tab{
        padding: 15px;
    }
}
@media (max-width: 1023px){
    .icons-prod-fun{
        width: 24px;
        height: 24px;
    }
    .product-tab .info {
        display: none;
    }
    .product-content-container,.indicator-triangle{
        display: none !important;
    }
    .product-tabs .product-tab{
        position: relative;
        background: #fff;
        padding: 20px 0 10px;
        border: 1px solid #f7f7f7;
    }
    .product-tabs .product-tab .mb-detail {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        display: block;
    }
    .icons-prod-fun.fun9 {
        background-position: -192px 0;
    }
    .imgsrc {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 768px){
    .ad-card{
        width: 100%;
    }
    .ad-card + .ad-card:before{
        width: 100%;
        height: 1px;
        top: 0;
    }
    .prod-area.advertisement {
        margin-top: 20px;
        background-color: transparent;
        padding: 0 15px;
    }
    .prod-area.advertisement .content-block{
        background-color: rgba(255,255,255,.7);
    }
    .swiper-pagination-bullet{
        width: 30px;
    }
}
@media (max-width: 360px){
    .product-tab .caption{
        font-size: 14px;
    }
}
@media (max-width: 320px){
    .example-radar{
        padding: 0 10px;
    }
    .ad-card{
        padding:20px 0;
    }
    .ad-card p{
        font-size: 12px;
    }
}
