.bannar-breadcrumbs-wrap {
    display: none;
}

.aline-link-left {
    width: 100%;
    text-align: left;
}

.ebg-block {
    overflow: hidden;
    position: relative;
}

input:focus {
    outline: none;
}

.ebg-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/* 
shared.css已有这些样式, 不需要再写一次
.ebg-row3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    zoom: 1;
    margin: -15px;
}

.ebg-row3>.ebg-row {
    padding: 15px;
    width: 33.33%;
    float: left;
}

.ebg-row3>.ebg-row>a {
    display: block;
    width: 100%;
} */

.flash-link {
    margin-top: 40px;
}

.aline-link-left .flash-link {
    display: inline-block;
    margin: 30px 4% 0px 0;
    vertical-align: middle;
    /* align-items: center; */
    text-align: center;
    float: left;
}

.v2-inside-video-box {
    position: relative;
    z-index: 99999;
}

.flash-link a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.2;
    color: #fafafc;
    padding: 6px 27px 8px;
}

.flash-link a:hover {
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 750px) {
    .flash-link {
        margin-top: 25px;
    }

    .aline-link-left {
        margin-bottom: 20px;
    }

    .aline-link-left .flash-link {
        margin: 20px 2% 0px 0;
    }

    .flash-link a {
        font-size: 14px;
        padding: 7px 15px;
    }

    .flash-link a i {
        display: inline-block;
        vertical-align: middle;
    }
}

.progress-bar p {
    font-size: 14px;
    line-height: 1.625;
    color: #fff;
    opacity: 0.5;
}

.progress-bar span.pillar {
    width: 200px;
    background: -webkit-linear-gradient(right, #4273d9 0, #32c0bb 100%);
    background: linear-gradient(to left, #4273d9 0, #32c0bb 100%);
    display: inline-block;
    height: 18px;
    border-radius: 2px;
    vertical-align: middle;
}

.progress-bar .num {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.span28 {
    font-size: 24px;
    line-height: 1.625;
    color: rgba(0, 0, 0, 0.35);
    font-family: ebg-font-bold, Arial;
}

.h66 {
    font-size: 66px;
    line-height: 1.2;
    color: #fff;
    font-family: ebg-font-bold, Arial;
}

.h58 {
    font-size: 58px;
    line-height: 1.2;
    color: #fff;
    font-family: ebg-font-bold, Arial;
}

.h56 {
    font-size: 56px;
    line-height: 1.1;
    color: #fff;
    font-family: ebg-font-bold, Arial;
}

.h50 {
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    font-family: ebg-font-bold, Arial;
}

.h44 {
    font-size: 44px;
    color: #000;
    line-height: 1.2;
    font-family: ebg-font-bold, Arial;
}

@media (max-width: 750px) {
    .h44 {
        font-size: 24px;
    }
}

.p28 {
    font-size: 20px;
    line-height: 1.28;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 45px;
}

.p26 {
    font-size: 20px;
    line-height: 1.28;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 45px;
}

.p20 {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.44;
    margin-top: 35px;
}

.flash-module-title {
    display: block;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .h66 {
        font-size: 50px;
    }
}

@media screen and (max-width: 750px) {
    .span28 {
        font-size: 18px;
        margin-top: 20px;
    }

    .p28,
    .p22 {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.375;
    }
}

.LANG-en .all-flash-storage {
    font-family: ebg-font-regular, Arial;
}

.faster-than-ever {
    padding-top: 60px;
    background: #f8f8f8;
}

.faster-than-ever .p28 {
    margin-top: 30px;
}

.R,
.TM {
    position: relative;
}

.R {
    margin-right: 18px;
}

.R:after,
.TM:after {
    position: absolute;
    top: 0;
    right: -18px;
}

.R:after {
    content: "®";
    font-size: 22px;
}

.TM:after {
    font-size: 12px;
    content: 'TM';
}

.all-flash-storage .cistern {
    max-width: 1040px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 750px) {
    .all-flash-storage h2 {
        font-size: 24px;
        font-family: ebg-font-bold, Arial;
    }
}

/* è¿‡æ¸¡åŠ¨ç”�? */
.transition-top-30 {
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    -webkit-transition: all 1.5s .8s;
    transition: all 1.5s .8s;
}

.transition-top-30.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.5;
}

.transition-bottom-30 {
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    -webkit-transition: all 1.5s .8s;
    transition: all 1.5s .8s;
}

.transition-bottom-30.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.transition-bottom-30 .to-href:hover {
    text-decoration: underline;
    color: #9a9eb2;
}

.banner .transition-bottom-30 .p {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.banner .transition-bottom-30 .flash-link {
    margin-top: 20px;
}

.transition-center-30 {
    /* -ms-transform: scale(0.9);
      transform: scale(0.9); */
    opacity: 0;
    -webkit-transition: all 3s 0.8s;
    transition: all 3s 0.8s;
}

.transition-center-30.active {
    /* -ms-transform: scale(1);
      transform: scale(1); */
    opacity: 1;
}

.transition-top30-scale8 {
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.transition-top30-scale8.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.banner {
    position: relative;
    background-color: #121213;
}

.banner-swipers {
    max-height: calc(100vh - 93px);
    height: 36.8vw;
    background: #000;
}

.swiper-slide.slide-02 .banner-bg {
    /* background: #070e18; */
}

.banner-bg img {
    width: 100%;
    display: block;
}

.banner .con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    z-index: 1;
}

.all-flash-storage .banner .cistern {
    display: inline-block;
    vertical-align: middle;
    margin-top: -15%;
}

.banner .con:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0px;
    height: 100%;
    /* height: 90%; */
}

.banner .text .transition-bottom-30,
.banner .text .transition-center-30,
.banner .text .transition-top-30 {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.banner .transition-bottom-30 {
    font-family: "ebg-font-bold", Arial;
}

.banner .text {
    text-align: left;
    max-width: 860px;
    margin: 0 auto;
}

.banner .text,
.banner .text .flash-link a {
    color: #fff;
}

.deep .h56 {
    color: #000;
}

.banner.deep .text {
    color: #000;
}

.banner .text>div {
    margin-top: 20px;
}

.banner .con .h58 {
    margin: 0;
    line-height: 1.2;
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.banner .con .h58.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .text .banner-slogan.active {
    width: 735px;
    max-width: 100%;
}

.banner .text .banner-slogan.active img {
    display: block;
    width: 100%;
}

/* .banner .text h1 {
      font-size: 36px;
      line-height: 1.625;
      font-family: ebg-font-bold, Arial;
  } */
.banner .text p {
    font-size: 28px;
    line-height: 1.625;
    /* opacity: 0.5; */
    font-family: 'ebg-font-bold', Arial;
}

.banner .text p.ebg-fz44 {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 1.5;
}

.banner .text .flash-link {
    margin-top: 45px;
}

.banner .text .flash-link a {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    font-family: 'ebg-font-regular', Arial;
    background-color: #d10c2b;
}

.banner .text .flash-link a:hover {
    background-color: #ad0824;
}

.banner .text img {
    display: inline-block;
}

.banner .banner-verb {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-box;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    max-width: 1400px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    opacity: 0;
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 1s 0.8s;
    transition: all 1s 0.8s;
}

.banner .banner-verb.active {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.banner .banner-verb .banner-item {
    float: left;
    position: relative;
    width: 50%;
    padding: 5px 0;
    /* padding: 5px 0 20px; */
}

.banner.deep .banner-verb .banner-item:hover p.p-title {
    border-bottom: 1px solid #333;
}

.banner .banner-verb .banner-item:hover p.p-title {
    display: inline;
    border-bottom: 1px solid #fff;
    /* text-decoration: underline; */
    /* text-underline-position: under; */
}

/* .banner .banner-verb .banner-item:hover p:after {
    display: block;
    content: '';
    height: 10px;
  } */
.banner.deep .banner-verb .banner-item:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.22);
}

.banner .banner-verb .banner-item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10%;
}

.banner .banner-verb .banner-item:last-child {
    padding-left: 8%;
    padding-right: 4%;
}

.banner.deep .banner-verb .banner-item p.p-title {
    color: #333;
}

.banner .banner-verb .banner-item p.p-title {
    font-size: 22px;
    line-height: 1.2;
    color: #fffefe;
    font-family: "ebg-font-bold", Arial;
}

.banner.deep .banner-verb .banner-item p.p-text {
    color: #333;
}

.banner .banner-verb .banner-item p.p-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #fffefe;
    opacity: 0.6;
}

.banner.deep .banner-verb .banner-item .icon-Right-copy {
    color: #333;
}

.banner .banner-verb .banner-item .icon-Right-copy {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #fff;
    opacity: 0.9;
}

.banner .banner-verb .banner-item:first-child .icon-Right-copy {
    right: 12%;
}

.banner .banner-verb .banner-item:last-child .icon-Right-copy {
    right: 0;
}

.banner .banner-bg {
    position: relative;
}

.banner .banner-bg:after {
    display: block;
    width: 100%;
    content: "";
    /* padding-top: 52.8%; */
    /* padding-top: 44.8%; */
    /* padding-top: 40.8%; */
    padding-top: 0;
}

.banner .banner-bg img {
    position: absolute;
}

.banner .pic {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.banner .pic:after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 69px;
}

.banner .pic img {
    position: absolute;
    left: 50%;
    margin-left: -106px;
}

.LANG-de .banner .text {
    max-width: 100%;
}

.LANG-de .banner .text h2 br {
    display: none;
}

.LANG-de .banner .text .h58 br {
    display: block;
}

.banner .next-btn,
.banner .pre-btn {
    width: 60px;
    height: 60px;
    top: 40%;
}

.banner .next-btn {
    right: 60px;
}

.banner .pre-btn {
    left: 60px;
}

.banner.deep .next-btn .iconfont,
.banner.deep .pre-btn .iconfont {
    color: #999;
}

.banner .next-btn .iconfont,
.banner .pre-btn .iconfont {
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    opacity: .5;
    border: 0;
    color: #f2f2f2;
}


.banner .next-btn .iconfont:hover,
.banner .pre-btn .iconfont:hover {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 23%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #8a8a8a !important;
}

@media screen and (max-width: 1600px) {

    /* 
      ,.banner .text h1 {
          font-size: 28px;
      } */
    .all-flash-storage .banner .cistern {
        /* margin-top: -18%; */
        margin-top: -15%;
    }

    .banner .con .h56 {
        font-size: 44px;
    }

    .banner .text p.ebg-fz44 {
        font-size: 34px;
    }

    .banner .text p {
        font-size: 24px;
    }

    .banner .con {
        top: 100px;
    }

    .banner .pic img {
        width: 150px;
        margin-left: -75px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 25%;
    }
}

@media screen and (max-width: 1440px) {
    .banner .con {
        top: 55px;
        max-width: 1200px;
    }

    .banner .con .h58 {
        font-size: 48px;
    }

    .banner .text .flash-link a {
        font-size: 16px;
    }

    .banner .banner-verb {
        max-width: 1200px;
    }

    .banner .banner-verb .banner-item:first-child {
        padding-right: 7%;
    }

    .banner .banner-verb .banner-item p.p-title {
        font-size: 20px;
    }

    .banner .text .banner-slogan.active {
        max-width: 80%;
    }

    .banner .text {
        margin-top: -13px;
    }

    .banner .next-btn {
        right: 20px;
    }

    .banner .pre-btn {
        left: 20px;
    }

    .banner .banner-verb {
        bottom: 30px;
    }
}

@media screen and (max-width: 750px) {
    .banner .con {
        position: absolute;
        padding-bottom: 0;
        top: 0%;
        padding-top: 35px;
    }

    .banner-swipers {
        max-height: 170vw;
        height: auto;
    }

    .all-flash-storage .banner .cistern {
        margin-top: 0;
    }

    .banner .text {
        text-align: center;
    }

    .banner .text {
        margin-top: 0;
    }

    .banner .text .banner-slogan.active {
        margin: 0 auto;
    }

    .banner .text p,
    .banner .text h1 {
        font-size: 14px;
    }

    .banner .con .h56 {
        /* margin-top: 15px; */
        margin-top: 10px;
        font-size: 24px;
    }

    .banner .text p.ebg-fz44 {
        font-size: 20px;
    }

    .banner .text .flash-link {
        margin-top: 15px;
    }

    .banner .text .flash-link a {
        line-height: 30px;
        padding: 0 20px;
        font-size: 14px;
    }

    .banner .text h2 {
        font-size: 30px;
        margin-top: 5px;
    }

    .banner .transition-bottom-30 .p {
        font-size: 14px;
    }

    .banner .banner-verb {
        /* position: static; */
        display: block;
        bottom: 0;
    }

    .banner.deep .banner-verb .banner-item {
        border-top: 1px solid rgba(0, 0, 0, 0.22);
    }

    .banner .banner-verb .banner-item {
        display: block;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
    }

    .banner .banner-verb .banner-item:first-child {
        border-right: 0;
    }

    .banner .banner-verb .banner-item:first-child,
    .banner .banner-verb .banner-item:last-child {
        padding-right: 17.3vw;
        padding-left: 0;
    }

    .banner.deep .banner-verb .banner-item:first-child {
        border-right: none;
    }

    .banner .banner-verb .banner-item .icon-Right-copy {
        width: 26px;
        height: 26px;
        font-size: 26px;
    }

    .banner .banner-verb .banner-item:first-child .icon-Right-copy {
        right: 0;
    }

    .banner .banner-verb .banner-item p.p-title,
    .banner .banner-verb .banner-item p.p-text {
        font-size: 14px;
    }

    .deep .banner-bg {
        background: #fcfcfc;
    }

    .banner-bg {
        padding: 0;
        background: #040719;
    }

    /* .swiper-slide.slide-02 .banner-bg {
      background-image: -webkit-linear-gradient(left, #0b1220 0%, #070e17 100%), -webkit-linear-gradient(#0b1220, #070e17);
      background-image: linear-gradient(90deg, #0b1220 0%, #070e17 100%), linear-gradient(#0b1220, #070e17);
    } */
    .swiper-slide.slide-03 .banner-bg {
        background: #080a14;
    }

    .banner .text img {
        width: 100px;
    }

    .banner .banner-bg:after {
        padding-top: 170%;
    }

    .banner .next-btn,
    .banner .pre-btn {
        display: none;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 62vw;
    }
}

@media screen and (max-width: 375px) {
    .banner-swipers {
        max-height: 180vw;
        height: auto;
    }

    .banner .banner-bg:after {
        padding-top: 180%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 68vw;
    }
}

.faster-than-ever>.cistern>.flash-link {
    margin-top: 50px;
}

.faster-than-ever>.cistern>ul {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.faster-than-ever>.cistern>ul>li {
    width: 33.33%;
    float: left;
}

.faster-than-ever>.cistern>ul>li>.box>p {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    opacity: 0.55;
    padding-bottom: 5px;
}

.faster-than-ever>.cistern>ul>li>.box>h3 {
    font-size: 40px;
    line-height: 1;
    color: #30B5C5;
    font-family: ebg-font-bold, Arial;
}

@media screen and (max-width: 750px) {
    .faster-than-ever {
        margin-top: 0;
        padding-top: 40px;
    }

    .faster-than-ever>.cistern>span {
        font-size: 18px;
    }

    .faster-than-ever>.cistern>p {
        margin-top: 15px;
    }

    .faster-than-ever>.cistern>.flash-link {
        margin-top: 25px;
    }

    .faster-than-ever>.cistern>ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .faster-than-ever>.cistern>ul>li {
        width: 100%;
        margin-top: 20px;
    }

    .faster-than-ever>.cistern>ul>li>.box>h3 {
        font-size: 30px;
    }

    .faster-than-ever>.cistern>ul>li>.box>p {
        font-size: 12px;
    }
}

.each-step {
    /* margin-top: 220px; */
}

.each-step h2 {
    position: relative;
    font-family: ebg-font-bold, Arial;
    font-style: italic;
}

.each-step h2 span {
    background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage/each-step-title-bg.png?ver=20181108) no-repeat bottom center;
    display: block;
    height: 56px;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    z-index: -1;
}

.each-step-video {
    overflow: hidden;
}

.each-step-video video {
    display: block;
    width: 100%;
}

.each-step-video img {
    display: none;
    width: 100%;
}

@media screen and (max-width: 750px) {
    .each-step {
        margin-top: 0;
    }

    .each-step h2 span {
        top: 6px;
    }

    .each-step img.step-video1 {
        width: 92%;
        border-bottom: 1px solid #1d1c1c;
        margin: 0 auto;
    }

    .each-step-video video {
        display: none;
    }

    .each-step-video img {
        display: block;
    }
}

.interface-chip {
    position: relative;
    /* margin-top: 200px; */
}

.interface-chip .interface-chip-video {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100%;
    height: 500px;
    /* z-index: -1; */
}

.interface-chip .interface-chip-video video {
    width: 100%;
    left: -50px !important;
}

.interface-chip .con {
    position: relative;
}

.interface-chip .con .section-item-text {
    /* padding-left: 63%; */
}

.interface-chip .con .section-item-text .pic {
    display: none;
}

.interface-chip .con .section-item-text .num {
    margin-top: 50px;
}

.interface-chip .con .section-item-text .num p.p1 {
    font-size: 42px;
    color: #30B5C5;
    line-height: 1.2;
    font-family: ebg-font-bold, Arial;
}

.interface-chip .con .section-item-text .num p.p1 .top {
    display: inline-block;
    width: 23px;
    height: 30px;
}

.interface-chip .con .section-item-text .num p.p1 span.bottom {
    display: inline-block;
    width: 23px;
    height: 30px;
}

.interface-chip .con .section-item-text .num p.p1 span.top {
    background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage/arrow-top.png?ver=20181108) no-repeat center center;
}

.interface-chip .con .section-item-text .num p.p1 span.rotate-down {
    -webkit-transform: rotate(180deg) scaleX(-1);
    -ms-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.interface-chip .con .section-item-text .num p.p1 span.bottom {
    background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage/arrow-bottom.png?ver=20181108) no-repeat center center;
}

.interface-chip .con .section-item-text .num p.p2 {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    line-height: 1.2;
}

.interface-chip .con .section-item-text .num p.p1 .unit {
    font-style: normal;
    font-size: 42px;
    color: #30B5C5;
    line-height: 1.2;
    font-family: ebg-font-bold, Arial;
    padding: 0 0 0 5px;
}

.interface-chip .con .text .height {
    height: 300px;
}

.interface-chip .flash-link {
    margin-top: 50px;
}

@media screen and (max-width: 1440px) {
    .p22 {
        margin-top: 20px;
    }

    .interface-chip .con .section-item-text .num {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    .interface-chip {
        margin-top: 50px;
        overflow-x: hidden;
    }

    .worry-free .con>p {
        font-size: 16px;
        margin-top: 20px;
    }

    .interface-chip .con ul li {
        padding-bottom: 40px;
    }

    .interface-chip .con .section-item-text {
        margin-bottom: 40px;
        border-bottom: 1px solid #1d1c1c;
    }

    .interface-chip .interface-chip-video {
        left: 0;
        position: static;
        height: auto;
    }

    .interface-chip .con .text {
        padding-left: 0;
        display: none;
    }

    .interface-chip .con .section-item-text h3 {
        font-size: 30px;
    }

    .interface-chip .flash-link {
        margin-top: 25px;
    }

    .interface-chip .con .section-item-text .num p.p1,
    .interface-chip .con .section-item-text .num p.p1 .unit {
        font-size: 30px;
    }

    .interface-chip .con .section-item-text .num p.p1 span.top,
    .interface-chip .con .section-item-text .num p.p1 span.bottom {
        background-size: 18px;
    }

    .interface-chip .interface-chip-video video {
        display: none;
    }

    .interface-chip .con .section-item-text .pic {
        display: block;
        margin-bottom: 30px;
    }

    .interface-chip .con .section-item-text .pic img {
        display: block;
        width: 140%;
        margin-left: -11%;
    }

    .interface-chip .con .section-item-text .pic img.chip-video2 {
        margin-left: -19%;
    }

    .interface-chip .con .section-item-text .height {
        height: 80px;
    }
}

.ai-algorithms {
    /* margin-top: 300px; */
    position: relative;
}

.ai-algorithms .pic {
    overflow: hidden;
    position: relative;
}

.ai-algorithms .pic:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 56%;
}

.ai-algorithms .pic video {
    width: 100%;
    display: block;
    position: absolute;
}

.ai-algorithms .con {
    position: absolute;
    left: 0;
    top: 230px;
    width: 100%;
}

.ai-algorithms .con h2 {
    text-align: center;
}

.ai-algorithms .con .flash-link {
    text-align: center;
    margin-top: 60px;
}

.ai-algorithms .pic img {
    display: none;
}

@media screen and (max-width: 1600px) {
    .ai-algorithms .pic video {
        top: 140px;
    }

    .ai-algorithms .pic:after {
        padding-top: 66%;
    }
}

@media screen and (max-width: 750px) {
    .ai-algorithms {
        margin-top: 20px;
    }

    .ai-algorithms .con {
        top: 0;
    }

    .ai-algorithms .con h2 {
        font-size: 30px;
    }

    .ai-algorithms .con .flash-link {
        margin-top: 25px;
    }

    .ai-algorithms .pic video {
        display: none;
    }

    .ai-algorithms .pic img {
        display: block;
        width: 100%;
    }

    .ai-algorithms .pic:after {
        display: none;
    }

    .ai-algorithms .pic {
        padding-top: 280px;
    }
}

.worry-free {
    margin: 60px 0 60px !important;
}

.worry-free .con>h2 {
    font-family: ebg-font-bold, Arial;
}

.worry-free .con>ul {
    margin-top: 60px;
}

.worry-free .con>ul>li {
    width: 33.333%;
    float: left;
}

.worry-free .con>ul>li>.box h3 {
    font-size: 40px;
    color: #30B5C5;
    font-family: ebg-font-bold, Arial;
}

.worry-free .con>ul>li>.box p {
    font-size: 16px;
    color: #000;
    opacity: 0.55;
    line-height: 1.5;
}

@media screen and (max-width: 750px) {
    .worry-free {
        margin: 40px auto 20px !important;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .worry-free .con {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .worry-free .con>ul {
        margin-top: 30px;
    }

    .worry-free .con>ul>li {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .worry-free .con>ul>li>.box h3 {
        font-size: 30px;
    }

    .worry-free .con>ul>li>.box p {
        font-size: 14px;
    }
}

.huawei-ssd {
    margin-top: 150px;
}

.huawei-ssd .left {
    position: relative;
    width: 50%;
    float: left;
}

.huawei-ssd .left:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.huawei-ssd .left img {
    display: block;
    width: 70%;
    position: absolute;
    margin-left: 15%;
}

.huawei-ssd .right {
    float: left;
    width: 50%;
    padding: 0 0 0 130px;
}

.huawei-ssd .right span {
    line-height: 1.2;
}

@media screen and (max-width: 750px) {
    .huawei-ssd {
        margin-top: 70px;
    }

    .huawei-ssd .left {
        width: 100%;
        float: none;
    }

    .huawei-ssd .right {
        width: 100%;
        float: none;
        padding: 0 0 40px;
        border-bottom: 1px solid #1d1c1c;
    }

    .huawei-ssd .left img {
        position: static;
        width: 60%;
        margin-left: 20%;
    }

    .huawei-ssd .left:after {
        display: none;
    }
}

.raid-tp-technology {
    margin-top: 140px;
}

.raid-tp-technology .left {
    width: 50%;
    float: left;
    z-index: -1;
}

.raid-tp-technology .left .height {
    height: 480px;
}

.raid-tp-technology .right {
    width: 50%;
    float: right;
}

.raid-tp-technology .right .raid-tp-technology-video {
    height: 550px;
    width: 100%;
}

.raid-tp-technology .bar-box {
    margin-top: 60px;
}

.raid-tp-technology .progress-bar {
    margin-top: 20px;
}

.raid-tp-technology .flash-link {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    .raid-tp-technology .right .raid-tp-technology-video img {
        display: none;
    }

    .raid-tp-technology {
        margin-top: 0;
        /* border: 1px solid red; */
    }

    .raid-tp-technology .right,
    .raid-tp-technology .left {
        width: 100%;
        float: none;
    }

    .raid-tp-technology .right {
        padding: 0 0 40px;
        border-bottom: 1px solid #1d1c1c;
    }

    #relativeRaidServer {
        margin-top: 46px;
    }

    .raid-tp-technology .left {
        margin-top: 0px;
        display: none;
    }

    .raid-tp-technology .left .height {
        height: 0;
    }

    .raid-tp-technology .flash-link {
        margin-top: 40px;
    }

    .raid-tp-technology .right .raid-tp-technology-video {
        height: auto;
        display: none;
    }

    .raid-tp-technology .right .raid-tp-technology-video img {
        display: block;
        width: 100%;
    }
}

.active-solution {
    /* height: 5500px; */
}

.active-solution .position {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.active-solution .position>div:nth-child(1) {
    z-index: 4;
}

.active-solution .position>div:nth-child(2) {
    z-index: 3;
}

.active-solution .position>div:nth-child(3) {
    z-index: 2;
}

.active-solution .position>div:nth-child(4) {
    z-index: 1;
}

.active-solution .con,
.active-solution .active-solution-video {
    /* position: absolute; */
    /* left: 0; */
    /* top: 70px; */
    width: 100%;
    /* opacity: 0; */
}

.active-solution .con {
    padding-top: 210px;
}

.active-solution .box {
    text-align: center;
}

.active-solution .height {
    height: 200px;
}

.active-solution .active-solution-video {
    background: #383838;
}

.active-solution .active-solution-video:after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 35%;
}

.active-solution .active-solution-video1:after {
    display: block;
    width: 100%;
    content: "";
    padding-top: 22%;
}

.active-solution .active-solution-video img {
    display: none;
}

.active-solution .active-solution-video video {
    width: 100%;
    display: block;
    position: absolute;
}

@media screen and (max-width: 1600px) {
    .active-solution .con {
        padding-top: 90px;
    }
}

@media screen and (max-width: 750px) {
    .active-solution {
        margin-top: 50px;
    }

    .active-solution .height {
        height: 100px;
    }

    .active-solution .con,
    .active-solution .active-solution-video {
        position: static;
        opacity: 1;
    }

    .active-solution .position {
        position: static;
    }

    .active-solution .con {
        padding-top: 0;
    }

    .active-solution .con:nth-child(3) {
        padding-top: 50px;
    }

    .active-solution .active-solution-video video {
        display: none;
    }

    .active-solution .active-solution-video img {
        display: block;
        width: 100%;
    }

    .active-solution .active-solution-video:after {
        display: none;
    }

    .active-solution .position>div:nth-child(3) {
        margin-top: 80px;
    }

    .active-solution {
        height: auto;
    }
}

.smart-simple {
    background: #f8f8f8;
    padding: 60px 0 60px;
    background-size: cover;
}

.smart-simple .text>h2 {
    font-family: ebg-font-bold, Arial;
    margin-top: 10px;
    line-height: 1;
}

.smart-simple .pic-wap {
    margin-top: 130px;
    position: relative;
    display: none;
}

.smart-simple .pic-wap>img {
    display: block;
    width: 100%;
}

.smart-simple .pic {
    margin-top: 30px;
    position: relative;
}

.smart-simple .pic>img {
    display: block;
    width: 100%;
}

.smart-simple .pic .left {
    width: 60%;
    float: left;
    padding-top: 4%;
}

.LANG-sa .smart-simple .pic .left {
    float: right;
    margin-right: -12px;
}

.smart-simple .pic .left div {
    width: 100%;
}

.smart-simple .pic .left div img {
    display: block;
    width: 100%;
}

.smart-simple .pic .center {
    position: absolute;
    left: 62%;
    top: 26%;
    color: #30B5C5;
}

.LANG-sa .smart-simple .pic .center {
    left: 17%;
}

.smart-simple .pic .center .num {
    font-size: 60px;
    line-height: 0.7;
}

.smart-simple .pic .center .num .unit,
.smart-simple .pic .center .num .unit-text {
    font-size: 18px;
    line-height: 1.375;
}

.smart-simple .pic .center .num .unit {
    font-size: 25px;
}

.LANG-sa .smart-simple .pic .center .num .unit-text {
    width: 103px;
    word-break: break-all;
    display: inline-block;
}

.LANG-sa .smart-simple .pic .center .num .unit span {
    float: right;
}

.smart-simple .pic .center .num span.imgbottom {
    width: 22px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin: 7px 0 0 10px;
}

.smart-simple .pic .center .arrow-right {
    margin-top: 30px;
}

.LANG-sa .smart-simple .pic .center .arrow-right img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.smart-simple .pic .right {
    width: 24%;
    float: right;
}

.LANG-sa .smart-simple .pic .right {
    float: left;
    margin-left: -40px;
}

.smart-simple .bar {
    margin-top: 20px;
}

.smart-simple .bar ul li {
    width: 25%;
    float: left;
    margin-top: 30px;
    padding-right: 20px;
}

.smart-simple .bar ul li:last-child {
    padding-right: 0;
}

/* .smart-simple .bar ul li:nth-child(even) { */
/* padding-left: 100px; */
/* } */
@media (max-width: 768px) {
    .smart-simple .pic .center .num {
        font-size: 32px;
    }

    .smart-simple .pic .center .arrow-right {
        width: 60%;
    }

    .smart-simple .pic .center .arrow-right img {
        display: block;
        width: 100%;
    }

    .smart-simple .pic .right {
        width: 22%;
    }

    .smart-simple .pic .right img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .smart-simple {
        padding: 40px 0 40px;
    }

    .smart-simple .con p.p20 {
        font-size: 16px;
    }

    .smart-simple .pic {
        margin-top: 80px;
    }

    .smart-simple .bar ul li {
        margin-top: 20px;
        width: 100%;
        float: none;
    }

    .smart-simple .pic-wap {
        display: block;
        margin-top: 30px;
    }

    .smart-simple .pic {
        display: none;
    }
}

.progress-bar-two h5 {
    margin-bottom: 10px;
    font-size: 0;
}

.progress-bar-two h5 div,
.progress-bar-two h5 span {
    color: #30B5C5;
    font-family: 'ebg-font-bold', Arial;
    font-size: 40px;
    display: inline;
}

.progress-bar-two h5 .unit {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.55;
    display: block;
    color: #000;
    font-family: 'ebg-font-regular', Arial;
}

.progress-bar-two p {
    font-size: 14px;
    line-height: 1.625;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 5px;
}

.progress-bar-two span.pillar {
    background: -webkit-linear-gradient(right, #4273d9 0, #32c0bb 100%);
    background: linear-gradient(to left, #4273d9 0, #32c0bb 100%);
    display: inline-block;
    height: 10px;
    border-radius: 2px;
}

@media screen and (max-width: 750px) {
    .progress-bar-two h5 {
        font-size: 30px;
    }

    .progress-bar-two h5 span {
        padding-left: 0px;
    }

    .smart-simple .bar ul li {
        padding-right: 0;
    }

    .smart-simple .bar {
        margin-top: 0;
    }

    .progress-bar-two .diff-item p {
        display: inline-block;
        vertical-align: middle;
        min-width: 12%;
    }

    .progress-bar-two .diff-item span.pillar {
        height: 10px;
    }

    .progress-bar-two .diff-item:nth-of-type(1) span.pillar {
        width: 75% !important;
    }

    /* .progress-bar-two span.pillar:nth-of-type(1) {
          width: 75% !important;
      } */
    .smart-simple .bar ul li:nth-child(3) .progress-bar-two span.pillar:nth-of-type(2) {
        width: 19.5% !important;
    }
}

.deduplication {
    margin-top: 120px;
}

.deduplication .box {
    text-align: center;
}

.deduplication .pic .cistern {
    position: relative;
}

.deduplication .pic .num {
    position: absolute;
    right: 18%;
    text-align: center;
    margin-top: 60px;
}

.deduplication .pic .num p {
    font-size: 24px;
    color: #fff;
    opacity: 0.55;
    line-height: 1;
}

.deduplication .pic .num span {
    font-size: 72px;
    color: #30B5C5;
    font-family: ebg-font-bold, Arial;
    line-height: 1;
    padding-top: 5px;
    display: inline-block;
}

.deduplication .pic img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .deduplication .pic .num {
        margin-top: 6%;
    }

    .deduplication .pic .num span {
        padding-top: 3px;
        font-size: 42px;
    }

    .deduplication .pic .num p {
        font-size: 16px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 750px) {
    .deduplication {
        margin-top: 50px;
    }

    .deduplication .pic .num span {
        font-size: 22px;
    }

    .deduplication .pic .num p {
        font-size: 12px;
    }

    .deduplication .pic .cistern {
        display: none;
    }
}

.highest-recommended {
    padding: 60px 0 60px;
    background-color: #fff;
}

.highest-recommended .con {
    position: relative;
    /* padding-bottom: 38px; */
    overflow: hidden;
}

.highest-recommended .con ul li {
    float: left;
}

.highest-recommended .con ul li.swiper-slide {
    height: auto;
}

.highest-recommended .con ul li .box {
    font-size: 0;
}

.highest-recommended .con ul li .box .left {
    width: 22%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.highest-recommended .con ul li .box .left img {
    max-width: 120px;
    max-height: 120px;
}

.highest-recommended .con ul li .box .text {
    width: 78%;
    padding-left: 40px;
    display: inline-block;
    vertical-align: middle;
}

.highest-recommended .con ul li .box .text .highest-title {
    display: block;
    font-size: 28px;
    color: #000;
    opacity: 0.8;
    font-family: 'ebg-font-bold', arial;
    line-height: 1.4;
}

.highest-recommended .con ul li .box .text p {
    font-size: 20px;
    line-height: 1.28;
    color: #000;
    opacity: 0.6;
    padding-top: 25px;
}

.highest-recommended .point {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.highest-recommended .point span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
    outline: none;
}

.highest-recommended .point span.swiper-pagination-bullet-active {
    opacity: 1;
}

.highest-recommended .arrow {
    position: absolute;
    top: 36%;
    width: 100%;
    font-size: 0;
    cursor: pointer;
    z-index: 999;
}

.highest-recommended .arrow>div {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.highest-recommended .arrow span {
    width: 50px;
    height: 50px;
    display: inline-block;
    outline: none;
}

.highest-recommended .arrow span:hover .iconfont {
    opacity: 1;
}

.highest-recommended .arrow span.arrow-right {
    float: right;
}

.highest-recommended .arrow span .iconfont {
    font-size: 36px;
    color: #fff;
    opacity: 0.3;
}

@media screen and (max-width: 750px) {
    .highest-recommended {
        padding: 40px 0;
    }

    /* 
    .highest-recommended .con {
      padding-bottom: 40px;
    } */
    .highest-recommended .point {
        bottom: 0;
    }

    .highest-recommended .con ul li .box .left {
        width: 100%;
        float: none;
    }

    .highest-recommended .con ul li .box .text {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .highest-recommended .con ul li .box .text .highest-title {
        padding-top: 30px;
        font-size: 20px;
    }

    .highest-recommended .con ul li .box .left img {
        max-width: 80px;
        max-height: 80px;
    }

    .highest-recommended .con ul li .box .text p {
        font-size: 16px;
        line-height: 1.375;
        padding-top: 30px;
    }

    .highest-recommended .arrow {
        display: none;
    }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

/* talk-bg */
.oceanStor-talk {
    position: relative;
}

.oceanStor-talk .talk-bg {
    position: relative;
    width: 100%;
    background: url('//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/talk-bg.jpg') center center no-repeat;
}

.oceanStor-talk .talk-bg img {
    display: block;
    width: 100%;
}

.oceanStor-talk .wraps h2 {
    font-family: ebg-font-bold, Arial;
    line-height: 1;
}

.oceanStor-talk .con {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 0;
}

.oceanStor-talk .con .cistern {
    position: relative;
    max-width: 1460px;
    padding: 0 30px;
}

.oceanStor-talk .con .cistern .talk-wrap1,
.oceanStor-talk .con .cistern .talk-wrap2 {
    padding: 0;
    text-align: center;
    color: #fff;
}

.oceanStor-talk .con .cistern .talk-wrap1 p {
    max-width: 1000px;
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.6666;
    color: #fff;
}

.oceanStor-talk .con .cistern .talk-wrap2 {
    width: 100%;
    margin: 40px auto 0;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item {
    display: block;
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box {
    padding: 30px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box .talk-item-title {
    padding-bottom: 20px;
    font-size: 20px;
    font-family: "ebg-font-bold", Arial;
    text-align: left;
    border-bottom: 1px solid rgba(240, 240, 240, 0.2);
}

.LANG-sa .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box .talk-item-title {
    text-align: right;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
}

.LANG-sa .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p {
    text-align: right;
    float: right;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p .iconfont {
    position: absolute;
    left: 0;
    z-index: 0;
    font-size: 18px;
    color: #ffffff;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p a {
    display: inline;
    width: 100%;
    color: #ffffff;
}

.oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p:hover a {
    border-bottom: 1px solid #fff;
}

.oceanStor-talk.forIE11 {
    background: #999999;
}

.oceanStor-talk.forIE11 .talk-wrap1,
.oceanStor-talk.forIE11 .talk-wrap2 {
    padding: 120px 0 2%;
}

.oceanStor-talk.forIE11 .talk-bg {
    height: auto !important;
    overflow: hidden;
}

.oceanStor-talk.forIE11 .talk-wrap1 p {
    max-width: 1140px;
}

.oceanStor-talk.forIE11 .cistern {
    max-width: 1440px;
}

.oceanStor-talk.forIE11 .talk-wrap2>div>div {
    margin-top: 20px;
}

.oceanStor-talk.forIE11 .talk-bg img {
    width: 110%;
}

@media screen and (max-width: 1600px) {
    .wraps h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .talk-wrap2 {
        padding-top: 10%;
    }
}

@media screen and (max-width: 960px) {
    .cistern {
        width: 100%;
    }

    .oceanStor-talk .talk-bg {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
    }

    .oceanStor-talk .con {
        position: static;
        padding-top: 20%;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 {
        position: static;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item {
        width: 100%;
        margin-top: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item:last-of-type {
        margin-bottom: 0;
    }

    .talk-wrap2>div {
        width: 80%;
    }

    .talk-wrap2>div>div p a {
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .oceanStor-talk .talk-bg {
        background: url('//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/talk-bg-wap.jpg') 100% center no-repeat;
        background-size: cover;
    }

    .oceanStor-talk .con {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .oceanStor-talk .con .cistern .talk-wrap1 p {
        margin-top: 10px;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .oceanStor-talk {
        padding-top: 0;
    }

    .oceanStor-talk .con .cistern {
        padding-left: 15px;
        padding-right: 15px;
    }

    .oceanStor-talk .con .cistern .wraps h2 {
        font-size: 24px;
    }

    .oceanStor-talk .con .cistern .talk-wrap1 p {
        font-size: 14px;
        line-height: 1.5;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 {
        padding-bottom: 0;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box .talk-item-title {
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1.5;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p {
        width: 100%;
        margin-top: 0;
        padding: 10px 0 10px 20px;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p .iconfont {
        font-size: 16px;
    }

    .oceanStor-talk .con .cistern .talk-wrap2 .talk-item .item-box p>a {
        font-size: 14px;
    }
}

/* storage-family */
.storage-family {
    margin-top: 80px;
}

.storage-family .cistern {
    max-width: 1460px;
}

.storage-family h2 {
    font-size: 44px;
    text-align: center;
    margin-bottom: 30px;
    font-family: "ebg-font-bold", Arial;
}

.storage-family-con {
    width: 100%;
}

.storage-family-con>div {
    max-height: 820px;
    width: 49%;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.storage-family-con>div:nth-child(1) {
    float: left;
}

.storage-family-con>div:nth-child(2) {
    float: right;
}

.item-dl {
    width: 100%;
    font-size: 0;
}

.item-dl>dt,
.item-dl>dd {
    display: inline-block;
    vertical-align: middle;
}

.item-dl .item-dt {
    width: 60%;
    padding-left: 40px;
}

.item-dl .item-dt h3 {
    text-align: left;
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    font-family: 'ebg-font-bold', Arial;
}

.item-dl .item-dt p {
    margin: 20px auto 30px;
    line-height: 1.4;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.item-dl .item-dt>div {
    text-align: left;
    margin-left: -10px;
    margin-right: -10px;
}

.item-dl .item-dt>div a {
    display: inline-block;
    position: relative;
    margin: 10px 20px 2px 10px;
    padding-left: 22px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.item-dl .item-dt>div a span {
    color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-dl .item-dt>div a:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e65b";
    font-size: 16px;
    color: #c7000b;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-dl .item-dt>div a:hover span {
    color: #c7000b;
    border-color: #fff;
}

.item-dd {
    width: 40%;
}

.item-dd img {
    display: block;
    width: 100%;
}

.storage-family-con>div a:hover span {
    border-bottom: 1px solid #ffffff;
}

.storage-family-con>div a .icon-right {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
}

@media screen and (max-width: 1440px) {
    .storage-family .cistern {
        width: 1240px;
    }

    .storage-family-con>div {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .storage-family-con>div>img {
        height: 270px;
    }

    .storage-family-con>div {
        padding-left: 3%;
        padding-right: 3%;
    }

    .item-dl .item-dt {
        padding-left: 30px;
    }

    .storage-family-con>div p {
        margin: 10px auto 0;
        font-size: 18px;
    }

    .storage-family-con>div a {
        font-size: 16px;
        margin: 5px 4%;
    }
}

@media screen and (max-width: 1200px) {
    .storage-family .cistern {
        width: 100%;
    }

    .item-dl .item-dt p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .storage-family-con>div {
        width: 100%;
        float: none;
    }

    .storage-family .cistern {
        width: 100%;
    }

    .storage-family-con>div:first-child {
        margin-bottom: 30px;
    }

    .storage-family-con>div>img {
        height: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .storage-family .cistern {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .storage-family .cistern {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .storage-family {
        margin: 40px auto 0;
    }

    .storage-family h2 {
        display: block;
        width: 80%;
        margin: 0 auto 20px;
        font-size: 24px;
    }

    .storage-family-con>div:first-child {
        margin-bottom: 10px;
    }

    .storage-family-con>div.show-Item {
        padding: 0 30px 30px;
    }

    .storage-family-con>div.show-Item:nth-child(1) {
        float: none;
    }

    .storage-family-con>div.show-Item .item-dl .item-dd {
        display: block;
        width: 62%;
        margin: 0 auto;
    }

    .storage-family-con>div.show-Item .item-dl .item-dt {
        width: 100%;
        padding-left: 0;
    }

    .storage-family-con>div.show-Item .item-dl .item-dt h3 {
        font-size: 18px;
        line-height: 1.55;
        margin-top: 0;
    }

    .storage-family-con>div.show-Item .item-dl .item-dt p {
        font-size: 14px;
        line-height: 1.57;
        margin: 10px auto 10px;
    }

    .storage-family-con>div.show-Item .item-dl .item-dt a {
        font-size: 16px;
        display: block;
    }
}

/* flash-consultant */
.flash-consultant .con .cistern {
    margin: 60px auto 60px;
    max-width: 1460px;
}

.flash-consultant .con .cistern dl {
    float: left;
    width: 33.33%;
}

.flash-consultant .con .cistern dl dd {
    width: 50px;
    height: 50px;
    margin: 30px auto 30px;
}

.flash-consultant .con .cistern dl dd .iconfont {
    display: block;
    font-size: 50px;
}

.flash-consultant .con .cistern dl dt {
    margin: 0 auto;
    width: 66.21%;
    font-size: 18px;
}

.flash-consultant .con .cistern dl dt p {
    padding-bottom: 30px;
    line-height: 1.4;
    color: #999999;
    text-align: center;
}

.flash-consultant .con .cistern dl dt a {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #000;
}

.flash-consultant .con .cistern dl dt a:hover {
    text-decoration: underline;
}

.flash-consultant .con .cistern dl dt a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}

@media (max-width: 1440px) {
    .flash-consultant .con .cistern {
        width: 1200px;
    }

    .flash-consultant .con .cistern dl dt {
        width: 85%;
        font-size: 16px;
    }

    .flash-consultant .con .cistern dl dt p {
        padding-bottom: 25px;
    }
}

@media (max-width: 1200px) {
    .flash-consultant .con .cistern {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .flash-consultant .con .cistern {
        width: 100%;
    }

    .flash-consultant .con .cistern dl {
        width: 100%;
    }

    .flash-consultant .con .cistern dl dt {
        width: 80%;
    }
}

@media (max-width: 960px) {
    .flash-consultant .con .cistern {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .flash-consultant .con .cistern {
        width: 100%;
        margin: 0px auto 30px;
    }

    .flash-consultant .con .cistern dl dt p {
        padding-bottom: 25px;
    }

    .flash-consultant .con .cistern dl dd {
        margin: 40px auto 10px;
    }

    .flash-consultant .con .cistern dl dt a {
        text-align: center;
        font-size: 16px;
    }
}

/* flash customers */
.flash-customers {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.flash-customers .cistern {
    position: relative;
    max-width: 1460px;
    padding: 0 30px;
}

.flash-customers h5 {
    margin-bottom: 30px;
    font-family: 'ebg-font-bold';
}

.flash-customers .ebg-block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
    overflow: visible;
}

.flash-customers .ebg-row3 {
    height: auto;
    margin: 0;
}

.flash-customers .ebg-row3 .customers-item {
    position: relative;
    width: 100%;
    padding: 0;
}

.flash-customers .ebg-row3 .customers-item a.ebg-link {
    display: block;
    width: 100%;
}

.flash-customers .ebg-row3 .customers-item .img-cover {
    width: 100%;
    overflow: hidden;
}

.flash-customers .ebg-row3 .customers-item .img-cover img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.flash-customers .ebg-row3 .customers-item:hover .img-cover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flash-customers .ebg-row3 .customers-item .cols-info {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px 25px;
}

.flash-customers .ebg-row3 .customers-item .cols-info .flex-item p {
    position: relative;
    z-index: 2;
    color: #fff;
}

.flash-customers .ebg-row3 .customers-item .cols-info .flex-item p.p-tip-title {
    font-size: 16px;
    line-height: 1.4;
}

.flash-customers .ebg-row3 .customers-item .cols-info .flex-item p.p-title {
    font-size: 24px;
    line-height: 1.25;
    font-family: "ebg-font-bold", Arial;
}

.flash-customers .swiper-container-customers {
    width: 100%;
}

.flash-customers .swiper-container-customers .swiper-slide {
    width: 33.35% !important;
}

.flash-customers .arrow-btn {
    top: 55%;
    width: 48px;
    height: 48px;
}

.flash-customers .arrow-btn:focus {
    outline: 0;
}

.flash-customers .arrow-btn .iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
}

.flash-customers .arrow-btn .iconfont:focus {
    outline: 0;
}

.flash-customers .arrow-btn.flash-next-btn {
    right: -80px;
}

.flash-customers .arrow-btn.flash-prev-btn {
    left: -80px;
}

.flash-customers .flash-customers-page {
    width: 50%;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.flash-customers .flash-customers-page .swiper-pagination-bullet {
    margin: 0 5px;
}

@media (max-width: 1600px) {
    .flash-customers .arrow-btn.flash-next-btn {
        right: -40px;
    }

    .flash-customers .arrow-btn.flash-prev-btn {
        left: -40px;
    }
}

@media (max-width: 1440px) {
    .flash-customers .cistern {
        width: 1240px;
    }

    .flash-customers .cistern .ebg-block .customers-item .cols-info {
        padding: 0 20px 25px;
    }

    .flash-customers .cistern .arrow-btn.flash-next-btn {
        right: -30px;
    }

    .flash-customers .cistern .arrow-btn.flash-prev-btn {
        left: -30px;
    }
}

@media (max-width: 1200px) {
    .flash-customers .cistern {
        width: 100%;
    }

    .flash-customers .cistern .arrow-btn {
        display: none;
    }
}

@media (max-width: 1024px) {
    .flash-customers .cistern {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .flash-customers {
        padding: 40px 0;
    }

    .flash-customers .cistern {
        width: 100%;
        padding: 0 15px;
    }

    .flash-customers .cistern h5.h44 {
        width: 80%;
        margin: 0 auto 20px;
        font-size: 24px;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper {
        width: 100%;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper.ebg-row3 {
        display: block;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: auto;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper .swiper-slide:nth-child(1) a.ebg-link .img-cover {
        background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/wap-customers-1-wap.jpg) 100% 100% /cover no-repeat;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper .swiper-slide:nth-child(2) a.ebg-link .img-cover {
        background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/wap-customers-3-wap.jpg) 100% 100% /cover no-repeat;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper .swiper-slide:nth-child(3) a.ebg-link .img-cover {
        background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/wap-customers-4-wap.jpg) 100% 100% /cover no-repeat;
    }

    .flash-customers .swiper-container-customers .swiper-wrapper .swiper-slide:nth-child(4) a.ebg-link .img-cover {
        background: url(//e.huawei.com/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage-v6/case-absolut-bank-wap.jpg) 100% 100% /cover no-repeat;
    }

    .flash-customers .ebg-block .customers-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link {
        width: 100%;
        border-radius: 4px;
        overflow: hidden;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link .img-cover {
        width: 48%;
        float: left;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link .img-cover img {
        display: none;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link .cols-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 52%;
        position: static;
        float: left;
        padding: 20px;
        min-height: 90px;
        background: #fff;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link .cols-info p.p-tip-title {
        display: block;
        width: 100%;
        color: #666;
        font-size: 12px;
    }

    .flash-customers .ebg-block .customers-item a.ebg-link .cols-info p.p-title {
        display: block;
        margin-top: 5px;
        width: 100%;
        color: #333;
        font-size: 14px;
    }
}

/*banner ad*/
.banner .banner-adt {
    width: 100%;
    position: relative;
    line-height: 1.2;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    z-index: 999;
    text-align: center;
    background: #f18a33;
    opacity: 0;
    /* -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s; */
}

.banner .banner-adt.active {
    position: relative;
    opacity: 1;
}

.banner .banner-adt .ad-mask {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 242px;
    background: url(/topic/allFlash/Assets/enp/v2/img/products/all-flash-storage/ad-bg.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0.8;
}

.banner .banner-adt .adt-title {
    /* padding-left: 73px; */
    /*position:absolute;*/
    /* padding-right: 30px; */
    /* height: 100%; */
    display: inline-block;
    vertical-align: middle;
    font-family: 'ebg-font-bold';
    font-size: 20px;
}

/* .banner .banner-adt .adt-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
  } */
.banner .banner-adt .adt-text {
    max-width: 1400px;
    margin: 0 auto;
    background: #f18a33;
    /*background:rgba(0,0,0,.8);*/
    position: relative;
    padding: 15px 92px 14px 40px;
    /*margin-left:243px;*/
    vertical-align: middle;
}

.banner .banner-adt .adt-text-wrap {
    font-size: 16px;
    line-height: 1.3;
}

.banner .banner-adt .adt-text-wrap a {
    color: #fff;
}

.banner .banner-adt .adt-text-wrap a:hover span {
    border-bottom: 1px solid #fff;
}

@media screen and (min-width: 750px) {
    .banner .banner-adt .adt-text-wrap {
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        text-overflow: ellipsis;
        color: rgba(255, 255, 255, 0.9);
    }
}

.banner .banner-adt .text-end {
    position: relative;
    width: 0;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
}

.banner .banner-adt .ad-link {
    color: #006aff;
    width: 75px;
    margin-left: 24px;
    top: -5px;
    position: absolute;
    left: 0;
}

.banner .banner-adt .ad-link .iconfont {
    font-size: 28px;
    height: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -6px;
}

.banner .banner-adt .ad-blue {
    color: #006aff;
}

@media screen and (max-width: 750px) {
    .banner .banner-adt.static {
        opacity: 0;
        display: none;
    }

    .banner .banner-adt .ad-mask {
        opacity: 1;
        height: 4px;
        z-index: 1;
        width: 100%;
    }

    /*.banner .banner-adt .adt-title {
      position: static;
      color: #006aff;
      padding-top: 21px;
      background: #000;
      background: rgba(0, 0, 0, .8);
      padding-left: 40px;
    }*/
    .banner .banner-adt .adt-text {
        margin-left: 0;
        padding: 7px 15px;
        font-size: 14px;
    }

    .banner .banner-adt .adt-title {
        vertical-align: bottom;
    }

    .banner .banner-adt .ad-link {
        top: 0;
    }

    .banner .banner-adt .adt-text-wrap a {
        display: inline-block;
    }
}

div.share3 {
    right: 20px;
    bottom: 90px;
    width: 48px;
    height: 48px;
}

div.share3>a>.iconfont {
    left: 10px;
    font-size: 22px;
    line-height: 36px;
    top: 7px;
}

div.share3 .share .social-share {
    height: 48px;
    padding: 7px 20px;
}

@media (max-width: 750px) {
    div.share3-wap {
        bottom: 42px;
        right: 12px;
        width: 42px;
        height: 42px;
    }

    div.share3-wap a>.iconfont.icon-share {
        position: absolute;
        left: 8px;
        font-size: 22px;
        top: 6px;
    }
}

/*# sourceMappingURL=./all-flash-storagev6.css.map */