@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    outline: 0;
    color: #252b3a;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 0;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

html,
body {
    font-size: 14px;
    color: #252B3A;
}

/* .aocContainer * {
    font-size: 0;
} */

.banner {
    background: url('https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/banner1-PC.jpg') no-repeat center center;
    background-size: cover;
    height: 350px;
    width: 100%;
}

.mb_banner,
.mb_sceneContainer,
.mb_ableContainer,
.mb_btnContent,
.mb_trainContainer,
.mb_grouth_content,
.stepList {
    display: none;
}

.bannerContent {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bannerTitle {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.bannerDesc {
    width: 640px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 56px;
    margin-top: 16px;
}

.bannerBtnContent {
}

.bannerBtnContent a:not(:last-child) {
    margin-right: 16px;
}

.bannerBtn {
    display: inline-block;
    padding: 0 32px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #252b3a;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.bannerBtn:hover {
    color: #c7000b;
    border-color: #c7000b;
}

.bannerBtn.primary {
    border-color: #c7000b;
    color: #fff;
    background-color: #c7000b;
}

.bannerBtn.primary:hover {
    border-color: #d64a52;
    background-color: #d64a52;
    color: #fff;
}

ul.tab {
    width: 1280px;
    height: 90px;
    margin: 24px auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid rgba(173, 176, 184, 0.50);
}

ul.tab li {
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

ul.tab li.active {
    border-bottom: 3px solid #c7000b;
}

ul.tab li .tabTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

ul.tab li.active .tabTitle {
    font-weight: bold;
}

ul.tab li:hover .tabTitle {
    color: #c7000b;
}

ul.tab li .tabDesc {
    font-size: 14px;
    line-height: 18px;
    color: #575d6c;
}

ul.tab li.active .tabDesc {
    color: #252b3a;
}

.tabContent {
    display: none;
}

.sectionContent {
    padding: 56px 0;
}

.section {
    width: 1280px;
    margin: 0 auto;
}

.sectionTitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.sectionDesc {
    font-size: 14px;
    line-height: 22px;
    width: 842px;
    text-align: center;
    color: #575d6c;
    margin: 16px auto 24px;
}

.briefSection {
    padding-top: 0;
}

.briefSection .section {
    width: 1000px;
}

.briefSection video {
    width: 100%;
    height: 560px;
    object-fit: fill;
}

.sceneSection {
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/scenebgi.png) repeat center;
    background-size: cover;
}

.sceneContainer,
.ableContainer {
    margin-top: 24px;
}

ul.sceneTab {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #DFE1E6;
    margin-top: 32px;
}

ul.sceneTab li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

ul.sceneTab li.active {
    font-weight: bold;
    border-bottom: 3px solid #c7000b;
}

ul.sceneTab li:hover {
    color: #c7000b;
}

.sceneContent {
    display: flex;
}

.sceneContent:not(.active) {
    display: none;
}

.sceneImg {
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/scenebgi.png) repeat center;
    background-size: cover;
    margin-top: 20px;
}

.sceneImg img {
    display: inline-block;
    vertical-align: middle;
}

.sceneDetail {
    min-height: 340px;
    flex: 1;
    margin-left: 32px;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.20);
    padding: 32px;
    margin-top: 20px;
}

.sceneDetail a {
    display: inline-block;
    width: 104px;
    line-height: 32px;
    background-color: #c7000b;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
}

.sceneTitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}

.sceneDetailContent {
    margin-top: 16px;
}

.sceneDetailContent p {
    font-size: 14px;
    color: #575D6C;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 40px;
}

.learnMoreContainer {
    margin-top: 20px;
    text-align: center;
}

.learnMoreContainer a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #526ECC;
    margin-top: 24px;
}

.learnMoreContainer a span {
    margin-left: 4px;
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/icon-goto-blue.svg) no-repeat center;
    background-size: contain;
}

.keyContent {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.20);
    padding: 32px;
}

.keyImg {
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/scenebgi.png) repeat center;
    background-size: cover;
}

.keyImg img {
    display: inline-block;
    vertical-align: middle;
}

.keyDetail {
    min-height: 340px;
    flex: 1;
    margin-left: 32px;
}

.keyTitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 24px;
}

.keyDetailContent {
    margin-top: 16px;
}

.keyDetailContent p,
.textBody {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
}

.keyDetailContent .keyDetailTitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #252b3a;
}

.keyDetailContent .textTitle {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #252b3a;
}

.keyDetail a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #526ecc;
    margin-top: 24px;
}

.keyDetail a span {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/icon-goto-blue.svg) no-repeat center;
    background-size: contain;
}

.ableLine + .ableLine {
    margin-top: 16px;
}

.cardList {
    display: flex;
    justify-content: space-between;
}

.ableCard {
    display: flex;
    align-items: flex-start;
    width: 50%;
    height: 174px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    border-radius: 2px;
    cursor: pointer;
    padding: 32px;
    position: relative;
}

.ableCard:hover,
.ableCard.active {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}

.ableCard + .ableCard {
    margin-left: 16px;
}

.ableImg {
    width: 60px;
    height: 60px;
    position: relative;
}

.ableImg img {
    position: absolute;
    bottom: 0;
}

.ableDetail {
    width: calc(100% - 92px);
    margin-left: 32px;
}

.ableTitle span {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    vertical-align: middle;
}

.ableCard:hover .ableTitle span,
.ableCard.active .ableTitle span {
    color: #c7000b;
}

.ableTitle .arrowdown {
    margin-left: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/icon-arrowdown.svg) no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.ableCard:hover .arrowdown {
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/icon-arrowdown-hover.svg);
}

.ableCard.active .ableTitle .arrowup {
    background-image: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/icon-arrowdown-hover.svg);
    transform: rotate(180deg);
}

.ableDesc {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
    margin-top: 8px;
}

.ableCard.active .arrowBox {
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 8px;
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/triangle-card.svg) no-repeat center;
    background-size: contain;
}

.arrowBox.left,
.infoArrowBox.left {
    left: 40px;
}

.arrowBox.right,
.infoArrowBox.right {
    right: 40px;
}

.bodyInfo {
    width: 100%;
    border-radius: 2px;
    margin-top: 16px;
    display: none;
}

.bodyInfo.active {
    display: block;
}

.ableInfo {
    display: none;
    position: relative;
    background-color: #f5f5f6;
}

.ableInfo.active {
    display: block;
}

.ableInfo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ableInfo ul li {
    width: 50%;
    padding: 24px 32px;
}

.ableInfo .textTitle {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.ableInfo .textBody {
    display: flex;
}

.ableInfo .textBody span {
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
}

.ableInfo .textBody span:first-child {
    margin-right: 7px;
}

.infoArrowBox {
    position: absolute;
    width: 16px;
    height: 8px;
    top: -8px;
    background: url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/developer/techfield/network/aoc/triangle-info.svg) no-repeat center;
    background-size: contain;
}

.trainSection,
.videoSection {
    padding-top: 0;
}

.imageContainer {
    background-color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    padding: 42px 129px;
    margin-right: 64px;
}

.introduceDesc {
    display: inline-block;
    vertical-align: middle;
}

.introduceDesc p {
    width: 368px;
    font-size: 16px;
    line-height: 24px;
}

.introduceDesc a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #252b3a;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 101px;
}

.introduceDesc a:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.introduceImg {
    display: inline-block;
    vertical-align: middle;
}

.introduceImg img {
    width: 100%;
}

.trainContainer {
    background-color: #f5f5f6;
    padding: 32px 64px;
    margin-top: 24px;
}

.trainDesc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 64px;
}

.trainDesc p {
    width: 416px;
    font-size: 16px;
    line-height: 24px;
}

.trainDesc a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #252b3a;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 64px;
}

.trainDesc a:hover {
    border-color: #c7000b;
    color: #c7000b;
}

.trainImg {
    display: inline-block;
    vertical-align: middle;
}

.trainImg img {
    width: 100%;
}

.grouthSection {
    padding: 0;
}

.grouthContainer,
.stepContainer {
    margin-top: 32px;
}

.col-md-3 {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 0 39px;
    cursor: pointer;
    position: relative;
    float: inherit;
}

.col-md-3:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 56px;
    width: 50px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center center;
}

.col-md-3:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 56px;
    width: 50px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center center;
}

.col-md-3 .dot {
    display: inline-block;
    top: 53.5px;
    left: 50px;
    height: 6px;
    width: 6px;
    background: url(https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/grayDot.png) no-repeat center center;
    position: absolute;
}

.col-md-3 .icon {
    width: 100%;
    height: 100px;
    margin-bottom: 32px;
}

.col-md-3:hover .title {
    color: #c7000b;
}

.col-md-3:hover .split {
    width: 40px;
    background-color: #c7000b;
}

.icon-1 {
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/aoc01.png") no-repeat center center;
}

.icon-2 {
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/aoc02.png") no-repeat center center;
}

.icon-3 {
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/aoc03.png") no-repeat center center;
}

.icon-4 {
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/aoc04.png") no-repeat center center;
}

span.split {
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #ADB0B8;
    margin-top: 16px;
    margin-bottom: 26px;
}

.col-md-3 .title {
    font-size: 18px;
    font-weight: bold;
}

.col-md-3 .desc {
    font-size: 14px;
    color: #575d6c;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.valueContainer {
    display: flex;
    margin-top: 32px;
}

.valueCard {
    display: inline-block;
    width: 33%;
    background: #FDFEFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    border-radius: 4px;
}

.valueCard:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.10);
}

.valueCard + .valueCard {
    margin-left: 16px;
}

.valueCard .valueImg {
    height: 214px;
    width: 416px;
    position: relative;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/video-bg.png") no-repeat center center;
    background-size: cover;
}

.valueCard .valueImg.img1 {
    background-image: url(../images/img_1.png);
    display: block;
}

.valueCard .valueImg.img2 {
    background-image: url(../images/img_2.png);
    display: block;
}

.valueCard .valueImg.img3 {
    background-image: url(../images/img_3.png);
    display: block;
}

.valueCard .valueTitle {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: center;
}

.valueCard .split {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #ADB0B8;
    margin-top: 13px;
    margin-bottom: 20px;
}

.valueCard:hover .valueTitle {
    color: #C7000B;
}

.valueCard:hover .split {
    background-color: #C7000B;
}

.valueCard .valueDesc {
    font-size: 14px;
    color: #575D6C;
    text-align: center;
    line-height: 22px;
    text-align: center;
    margin: 13px 65px 40px;
}

.videoContainer {
    display: flex;
    margin-top: 32px;
}

.videoCard {
    display: inline-block;
    width: 50%;
    height: 312px;
    position: relative;
    background-size: cover
}

.videoCard:hover {
    background-size: 110% 110%
}

.videoCard:hover .videoLine, .videoCard:hover .videoTitle {
    color: #fff !important
}

.videoCard:hover .videoDesc {
    opacity: 1
}

.videoCard + .videoCard {
    margin-left: 16px;
}

.storyCard {
    padding: 32px;
    display: block;
    height: 100%;
    position: relative;
}

.storyCard:hover{
    background-color: rgba(0, 0, 0, .4)
}

.storyCard .videoTitle {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 78px
}

.storyCard .videoLine {
    display: inline-block;
    width: 32px;
    border-top: 3px solid;
    border-top-color: initial;
    color: #fff;
    margin-top: 16px;
}

.storyCard .videoDesc {
    margin-top: 35px;
    line-height: 22px;
    -webkit-line-clamp: 6;
    max-height: 132px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 14px;
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.popover-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popover-layer-cover {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}

.video-block {
    width: 700px;
    margin: 0 auto;
    margin-top: 220px;
    position: relative;
}

.icon.close-bigger {
    width: 44px;
    height: 44px;
    background: url(https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/close-bigger.png) no-repeat;
    background-position: 0;
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    top: -44px;
    right: 2px;
    opacity: 0.8;
    display: none;
}

.vjs-control-bar * {
    font-size: 12px;
    color: #fff;
}

.step {
    background-color: #FAFAFA;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    height: 437px;
}

.step:not(:last-child) {
    margin-right: 10px;
}

.step .stepTitle {
    font-size: 12px;
    color: #575d6c;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
}

.step .stepIcon {
    display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #E8ECFA;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.stepBorder .dot {
    display: inline-block;
    top: 50px;
    height: 6px;
    width: 6px;
    background: url(https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/grayDot.png) no-repeat center center;
    position: absolute;
}

.stepIcon.step1 {
    background-image: url("../images/icon-1.svg");
}

.stepIcon.step1::after {
    content: '';
    position: absolute;
    left: 112px;
    top: 53px;
    width: 110px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center bottom;
}

.stepIcon.step1 .dot {
    left: 217px;
}

.stepIcon.step2 {
    background-image: url("../images/icon-2.svg");
}

.stepIcon.step2::after {
    content: '';
    position: absolute;
    left: 110px;
    top: 53px;
    width: 110px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center bottom;
}

.stepIcon.step2 .dot {
    left: 217px;
}

.stepIcon.step3 {
    background-image: url("../images/icon-3.svg");
}

.stepIcon.step4 {
    background-image: url("../images/icon-4.svg");
}

.stepIcon.step5 {
    background-image: url("../images/icon-5.svg");
}

.stepIcon.step3::after,
.stepIcon.step4::after {
    content: '';
    position: absolute;
    left: 112px;
    top: 53px;
    width: 75px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center bottom;
}

.stepIcon.step5::after {
    content: '';
    position: absolute;
    left: 112px;
    top: 53px;
    width: 110px;
    display: inline-block;
    height: 1px;
    background: url("https://res-static3.huaweicloud.com/content/dam/cloudbu-develop/archive/china/zh-cn/developer/resource-tools/network/images/dashed.svg") repeat-x center bottom;
}

.stepIcon.step3 .dot,
.stepIcon.step4 .dot {
    left: 183px;
}

.stepIcon.step5 .dot {
    left: 227px;
}

.stepIcon.step6 {
    background-image: url("../images/icon-6.svg");
}

.step .stepName {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 38px;
    font-weight: bold;
}

.step .stepIntro {
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
    color: #575D6D;
    border-bottom: 1px solid #adb0b8;
    height: 84px;
    overflow: hidden;
    text-align: left;
}

.step .stepUser {
    padding: 21px 0 32px;
    font-size: 14px;
    color: #575d6c;
    text-align: center;
    position: relative;
}

.step .stepBorder {
    border-bottom: 1px solid #adb0b8;
}

.step .stepBorder .stepDiv {
    width: 33%;
    display: inline-block;
    text-align: center;
}

.step .stepBorder :hover .split {
    width: 48px;
    background-color: #C7000b;
}

span.split {
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #ADB0B8;
    margin-top: 16px;
    margin-bottom: 19px;
}

span.space {
    display: inline-block;
    width: 32px;
    height: 3px;
    background-color: #ADB0B8;
    margin-top: 16px;
    margin-bottom: 24px;
}

.step .stepBorder .stepDiv:hover .split {
    width: 48px;
    background-color: #C7000b;
}

.stepDiv-one:hover .split {
    width: 48px;
    background-color: #C7000b;
}

.sceneTabContent {
    display: flex;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(128, 132, 145, 0.20);
}

.featureContent {
    position: relative;
    display: none;
}

.featureContent .featureDesc {
    font-size: 14px;
    color: #575D6C;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 30px;
}

.featureContent a {
    width: 104px;
    line-height: 32px;
    background-color: #c7000b;
    color: #fff;
    text-align: center;
}

ul.feature {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(173, 176, 184, 0.50);
}

ul.feature li {
    text-align: center;
    cursor: pointer;
}

ul.feature li.active {
    border-bottom: 3px solid #c7000b;
}

ul.feature li .featureTitle {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #252B3A;
    font-weight: bold;
}

ul.feature li:hover .featureTitle {
    color: #c7000b;
}

ul.feature li .featureDesc {
    font-size: 14px;
    line-height: 18px;
    color: #575d6c;
}

ul.feature li.active .featureDesc {
    color: #252b3a;
}



/*顶部cookie通栏*/
.privacy {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    color: #333;
    background: #ccc;
    text-align: center;
    display: none;
    padding: 10px 0;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy p {
    display: inline-block;
    padding: 2px 80px 2px 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.privacy .close-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_close_privacy.png) no-repeat center / 20px 20px;
}

.privacy a.close-privacy {
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.privacy a {
    color: #526ecc;
    font-size: 14px;
}

.privacy a:hover {
    color: #344899;
    font-size: 14px;
}


