/* kv */
.cloudInstaller-container .cloudInstaller-kv {
    width: 100%;
    height: 44.791667vw;
    position: relative;
    background-color: rgb(247, 248, 249);
    /* background: linear-gradient(to bottom, rgb(196, 196, 196) 0%, rgba(196, 196, 196, 0), rgb(247, 248, 249)); */
}
.kv-bg-img {
    /* display: none; */
    width: 100%;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText {
    position: absolute;
    top: 14.375vw;
    left: 18.75vw;
    z-index: 3;
    width: 32.291667vw;
}
.cloudInstaller-kv-icon {
    width: 10.3125vw;
}
.kv-icon-img {
    width: 100%;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-p-text {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-title {
    margin-top: .416667vw;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-title h2 {
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-p {
    font-weight: 300;
    font-size: 1.354167vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: left;
    margin-top: .625vw;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn {
    width: 7.708333vw;
    margin-top: 2.083333vw;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn > a {
    width: 100%;
    display: inline-block;
    background-color: rgb(0, 0, 0);
    border-radius: .208333vw;
    box-sizing: border-box;
    padding: .46875vw .625vw;
}
.cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn > a > p {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
}
.cloudInstaller-kv .cloudInstaller-kv-rightText  {
    position: absolute;
    top: 9.0625vw;
    right: 0;
    z-index: 1;
    width: 59.166667vw;
}
.cloudInstaller-kv .cloudInstaller-kv-rightText .kv-rightText-BottomImg {
    width: 100%;
}
.cloudInstaller-kv .cloudInstaller-kv-rightText .kv-rightText-iconImg {
    position: absolute;
    top: 8.802083vw;
    left: 12.916667vw;
    bottom: 1.25vw;
    z-index: 2;
    width: 9.295313vw;
}
/* kv-end */
/* s2 */
.cloudInstaller-container .cloudInstaller-section {
    width: 100%;
    background-color: rgb(247, 248, 249);
}
.cloudInstaller-section .cloudInstaller-h2-title {
    padding: 10vw 0;
    box-sizing: border-box;
    width: 51.875vw;
    margin: 0 auto;
}
.cloudInstaller-section .cloudInstaller-h2-title h2 {
    font-weight: 300;
    font-size: 4.166667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(25, 25, 25);
    position: relative;
    z-index: 1;
    /* white-space: nowrap; */
}
/* s2 end */
/* s3 */
.cloudInstaller-paddingBottom {
    box-sizing: border-box;
    padding-bottom: 10vw;
}
.cloudInstaller-section .cloudInstaller-content {
    position: relative;
}
.cloudInstaller-section .cloudInstaller-content .cloudInstaller-title {
    width: 41.25vw;
    margin: 0 auto;
}
.cloudInstaller-section .cloudInstaller-content .cloudInstaller-title h2 {
    font-weight: 300;
    font-size: 2.916667vw;
    line-height: 1.25;
    letter-spacing: 0px;
    text-align: center;
    /* white-space: nowrap; */
}
.cloudInstaller-section .cloudInstaller-content .cloudInstaller-title p {
    margin-top: .833333vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: #666666;
    /* white-space: nowrap; */
}
#p-marginTop {
    margin-top: .416667vw;
}
.section-design-reverse{
    width: 55.833333vw;
    margin: 0 auto;
    margin-top: 5vw;
}
.design-reverse-content{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.design-reverse-content .design-reverse-swiper{
    overflow: hidden;
    width: 35.9375vw;
    margin: 0;
}
.design-reverse-content .design-reverse-swiper .swiper-slide img {
    width: 100%;
    opacity: 0;
}
.design-reverse-content .design-reverse-swiper .swiper-slide-active img {
    opacity: 1;
}
 .design-reverse-content .swiper-pagination{
    position: initial;
    margin: 5.208333vw 0;
    margin-left: 2.1875vw;
    display: flex;
    width: auto;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
 .design-reverse-content .swiper-pagination::before{
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: .208333vw 0;
}
.design-reverse-content .swiper-pagination-bullet{
    width: 17.708333vw;
    height: auto;
    text-align: left;
    opacity: 1;
    margin: 0;
    background: none;
    display: inline-block;
    border-radius: 0;
    padding: 0px 0 0px 2.1875vw;
    position: relative;
    margin: 0 !important;
}
.design-reverse-content .swiper-pagination-bullet h3 {
    font-weight: 400;
    font-size: 1.25vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(102, 102, 102);
}
.design-reverse-content .swiper-pagination-bullet p {
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: rgb(102, 102, 102);
    margin-top: .416667vw;
    display: none;
    white-space: nowrap;
}
.design-reverse-content .swiper-pagination-bullet-active {
    width: 23.125vw;
}
.design-reverse-content .swiper-pagination-bullet-active h3{
    font-size: 1.666667vw;
    color: rgb(25, 25, 25);
    font-weight: 700;
}
.design-reverse-content .swiper-pagination-bullet-active p{
    display: block;
}
 .design-reverse-content .swiper-pagination-bullet-active::after{
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    box-sizing: border-box;
    padding: .15625vw 0;
}
.cloudInstaller-content .subsection-safelink-1 {
    overflow: hidden;
    display: none;
}
.cloudInstaller-content .subsection-safelink-1 img {
    display: inline-block;
    width: 82.777778vw;
    margin: 0 8.611111vw;
}
.cloudInstaller-content .subsection-safelink-1 .caption-item {
    width: 64.166667vw;
    cursor: pointer;
    transition: opacity .4s;
    opacity: .4;
    outline: 0;
}  
.cloudInstaller-content .subsection-safelink-1 .caption-item.active {
    opacity: 1;
}
.cloudInstaller-content .subsection-safelink-1 .caption-item.active p {
    opacity: 1;
}
.cloudInstaller-content .subsection-safelink-1 .caption-item.active .bar {
    height: 2px;
}
.cloudInstaller-content .subsection-safelink-1 .colour-wrapper {
    position: relative;
}
.cloudInstaller-content .subsection-safelink-1 .caption-bar {
    display: none;
    height: 2px;
}
.cloudInstaller-content .subsection-safelink-1 .bar {
    display: block;
    height: 1px;
    transition: height .4s;
    background-color: rgb(0, 0, 0);
}
.cloudInstaller-content .subsection-safelink-1 .sroll-bar{
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    opacity: 1 !important;
}
.cloudInstaller-content .subsection-safelink-1 .sroll-bar > div{
    width: 0;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
}
.cloudInstaller-content .subsection-safelink-1 .caption-item.active .sroll-bar > div{
   width: 100%;
   transition: 6s;
}
/* s3 end */
/* s4 */
.cloudInstaller-mainImg {
    margin: 5vw auto 0;
    width: 87.395833vw;
}
.cloudInstaller-mainImg .main-img {
    width: 100%;
    mix-blend-mode: darken;
}
.cloudInstaller-card {
    position: relative;
    width: 62.5vw;
    height: 31.25vw;
    margin: 0 auto;
    margin-top: -5.104167vw;
    background-color: rgb(255, 255, 255);
    border-radius: 1.25vw;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
.cloudInstaller-card .cloudInstaller-card-left {
    width: 36.927083vw;
    height: 100%;
}
.cloudInstaller-card .cloudInstaller-card-left .card-img {
    width: 100%;
}
.cloudInstaller-card .cloudInstaller-card-right {
    margin-right: 2.916667vw;
    width: 18.697917vw;
    background-color: rgb(255, 255, 255);
}
.cloudInstaller-card .cloudInstaller-card-right .cloudInstaller-card-icon {
    width: 4.166667vw;
    height: 4.166667vw;
}
.cloudInstaller-card .cloudInstaller-card-right .cloudInstaller-card-icon .card-icon {
    width: 100%;
}
.cloudInstaller-card .cloudInstaller-card-right .cloudInstaller-card-p {
    width: 100%;
    height: 18.75vw;
    margin-top: 1.25vw;
    font-weight: 300;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    /* white-space: nowrap; */
}
/* s4 end */
/* s5 */
.cloudInstaller-main-img {
    margin: 0 auto;
    margin-top: 5vw;
    width: 62.5vw;
    /* border-radius: 1.25vw; */
}
.cloudInstaller-main-img  .mainImg {
    width: 100%;
}
/* s5 end */
/* s6 */
/* s6 end */
/* s7 */
.cloudInstaller-s7-main-img {
    width: 48.229167vw;
    margin: 0 auto;
    margin-top: 5vw;
}
.cloudInstaller-s7-main-img .mainImg {
    width: 100%;
}
.cloudInstaller-cardBox {
    width: 62.5vw;
    margin: 0 auto;
    border-radius: 1.25vw;
    margin-top: 1.25vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.cloudInstaller-cardMarginTop {
    margin-top: 5vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-leftBox {
    width: 25.3125vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-leftBox .cardImg {
    width: 100%;
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox {
    margin-right: 2.5vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title {
    width: 32.1875vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title h3 {
    font-weight: 300;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
    color: #191919;
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title p {
    margin-top: .416667vw;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: justify;
    color: #666666;
    /* white-space: nowrap; */
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox .card-dataImg {
    margin-top: 1.40625vw;
    width: 32.1875vw;
}
#cloudInstaller-card-rightBox {
    margin-right: 0;
    margin-left: 2.5vw;
}
.card-dataImg-bottom {
    margin-bottom: .989583vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-rightBox .card-dataImg-bottom.card-dataImg {
    width: 33.28125vw;
    margin-top: 2.8125vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-left {
    width: 100%;
    overflow: hidden;
}
.cloudInstaller-cardBox .cloudInstaller-card-left .cardImg {
    width: 100%;
    vertical-align: middle;
}
.cloudInstaller-cardBox .cloudInstaller-card-right {
    width: 25.3125vw;
    height: 31.25vw;
    box-sizing: border-box;
    padding: 0 2.5vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
}
.cloudInstaller-cardBox .cloudInstaller-card-icon-title {
    margin-top: 8.541667vw;
    width: 20.3125vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-icon-title .card-icon {
    width: 4.166667vw;
    height: 4.166667vw;
    border-radius: 1.041667vw;
}
.cloudInstaller-cardBox .cloudInstaller-card-icon-title h3 {
    margin-top: 1.197917vw;
    width: 100%;
    font-weight: 300;
    font-size: 2.083333vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: left;
}
.pc-h3-hide {
    display: none;
}
.mb-h3-hide {
    display: block;
}
/* s7 end */
/* s8 */
/* s8 end */
/* s9 */
.pc-h2-hide {
    display: none;
}
.mb-h2-hide {
    display: block;
}
.cloudInstaller-s9-mainBox {
    width: 62.5vw;
    margin: 0 auto;
    margin-top: 5vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /* align-items: center; */
}
.cloudInstaller-s9-box {
    width: 20vw;
    /* height: 100%; */
    border-radius: 1.25vw;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.cloudInstaller-s9-box h3 {
    width: 13.541667vw;
    font-weight: 300;
    font-size: 1.666667vw;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(25, 25, 25)
}
.cloudInstaller-s9-box h3.s9-box-text1 {
    margin: 1.510417vw auto .625vw;
}
.cloudInstaller-s9-box h3.s9-box-text2 {
    margin: 3.020833vw auto 1.666667vw;
}
.cloudInstaller-s9-box h3.s9-box-text3 {
    margin: 3.020833vw auto 1.770833vw;
}
.cloudInstaller-s9-box img {
    display: inline-block;
    width: 20vw;
    background-color: rgb(255, 255, 255);
    margin-bottom: -4px;
}
/* s9 end */
/* product-recommendations */
.product-recommendations {
    background-color: rgb(247, 248, 249);
}
.product-recommendations h2 {
    padding-top: 4.583333vw;
    margin-top: 0;
}
.product-recommendations-item {
    background-color: #fff;
}
.product-recommendations>.product-recommendations-p {
    margin: 3.125vw auto 0;
    padding-bottom: 3.4375vw;
}
/* product-recommendations end */
.nowrap {
    white-space: nowrap;
}
@media screen and (max-aspect-ratio: 11/10) {
    /* kv */
    .cloudInstaller-container .cloudInstaller-kv {
        width: 100%;
        height: auto;
        position: relative;
        background: rgb(247, 248, 249);
    }
    .cloudInstaller-kv .cloudInstaller-kv-rightText  {
        display: none;
    }
    .kv-bg-img {
        display: inline-block;
        width: 100%;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText {
        width: 86.666667vw;
        top: 13.333333vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cloudInstaller-kv-icon {
        width: 30.555556vw;
        margin: 0 auto;
    }
    .kv-icon-img {
        width: 100%;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-p-text {
        font-size: 3.333333vw;
        text-align: center;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-title {
        margin-top: 2.222222vw;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-title h2 {
        font-size: 5.555556vw;
        text-align: center;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-p {
        margin-top: 3.333333vw;
        font-size: 3.333333vw;
        text-align: center;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn {
        margin-top: 11.111111vw;
        width: 100%;
        text-align: center;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn > a {
        width: 26.111111vw;
        border-radius: 1.111111vw;
        padding: 1.388889vw 3.333333vw;
    }
    .cloudInstaller-kv .cloudInstaller-kv-leftText .cloudInstaller-kv-btn > a > p {
        font-weight: 400;
        font-size: 3.333333vw;
    }
    /* kv end */
    /* s2 */
    .cloudInstaller-section .cloudInstaller-h2-title {
        padding: 17.777778vw 0 13.333333vw;
        box-sizing: border-box;
        width: 86.666667vw;
    }
    .cloudInstaller-section .cloudInstaller-h2-title h2 {
        font-size: 8.888889vw;
        text-align: left;
    }
    /* s2 end */
    /* s3 */
    .cloudInstaller-paddingBottom {
        box-sizing: border-box;
        padding-bottom: 13.333333vw;
    }
    .cloudInstaller-section .cloudInstaller-content .cloudInstaller-title {
        width: 86.666667vw;
    }
    .cloudInstaller-section .cloudInstaller-content .cloudInstaller-title h2 {
        font-size: 6.666667vw;
        text-align: left;
        white-space: wrap;
    }
    .cloudInstaller-section .cloudInstaller-content .cloudInstaller-title p {
        margin-top: 2.222222vw;
        font-weight: 300;
        font-size: 3.888889vw;
        text-align: left;
        color: rgba(0, 0, 0, 0.6);
        white-space: wrap;
    }
    .br-hide {
        display: none;
    }
    #p-marginTop {
        margin-top: 2.222222vw;
    }
    .section-design-reverse {
        display: none;
    }
    .cloudInstaller-content .subsection-safelink-1 .sroll-bar{
        margin-bottom: 6.666667vw;
    }
    .cloudInstaller-content .nowrap{
        white-space: nowrap;
    }
    .cloudInstaller-content .subsection-safelink-1 {
        display: block;
        margin-top: 6.666667vw;
    }
    .cloudInstaller-content img {
        vertical-align: middle;
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-list {
        width: 86.666667vw;
        margin: 0 auto;
        transition: transform .4s;
        display: flex;
        margin-top: 6.666667vw;
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-list[data-active='1'] {
      transform: translateX(-67.5vw);
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-list[data-active='2'] {
        transform: translateX(-135vw);
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-list[data-active='3'] {
        transform: translateX(-202.5vw);
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-list[data-active='4'] {
        /* transform: translateX(-182.222222vw); */
        transform: translateX(-247.5vw);
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-item {
      flex-shrink: 0;
      width: 64.166667vw;
      opacity: .4;
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-item + .caption-item {
      margin-left: 3.333333vw;
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-item.active .bar {
      height: 2px;
      background: rgb(0, 0, 0);
    }
    .cloudInstaller-content .subsection-safelink-1 .caption-bar {
      height: 2px;
      margin-bottom: 2.222222vw;
    }
    .cloudInstaller-content .subsection-safelink-1 .bar {
      height: 2px;
      background: rgba(0, 0, 0, 0.4);
    }
    .cloudInstaller-content .subsection-safelink-1 h3{
        margin-bottom: 1.111111vw;
        font-size: 4.444444vw;
        line-height: 1.5;
        letter-spacing: 0px;
        color: rgb(0, 0, 0);
        text-align: left;
    }
    .cloudInstaller-content .subsection-safelink-1 p{
        font-size: 3.333333vw;
        line-height: 1.5;
        text-align: left;
        letter-spacing: 0px;
        color: rgba(0, 0, 0, 0.6);
        transition: opacity .4s;
        opacity: 0;
    }
    /* s3 end */
    /* s4 */
    .cloudInstaller-mainImg {
        margin: 6.666667vw auto 0;
        width: 100%;
    }
    .cloudInstaller-card {
        margin-top: -14.444444vw;
        width: 86.666667vw;
        height: 126.944444vw;
        border-radius: 6.666667vw;
        flex-flow: column-reverse nowrap;
    }
    .cloudInstaller-card .cloudInstaller-card-left {
        width: 100%;
        height: 73.611111vw;
    }
    .cloudInstaller-card .cloudInstaller-card-right {
        margin-right: 0;
        margin-top: 5.555556vw;
        width: 75.555556vw;
    }
    .cloudInstaller-card .cloudInstaller-card-right .cloudInstaller-card-icon {
        width: 8.888889vw;
        height: 8.888889vw;
    }
    .cloudInstaller-card .cloudInstaller-card-right .cloudInstaller-card-p {
        margin-top: 2.222222vw;
        font-weight: 400;
        font-size: 5.555556vw;
        height: auto;
        white-space: wrap;
    }
    /* s4 end */
    /* s5 */
    .cloudInstaller-main-img {
        margin-top: 6.666667vw;
        width: 100%;
    }
    /* s5 end */
    /* s7 */
    .cloudInstaller-s7-main-img {
        margin-top: 6.666667vw;
        width: 100%;
    }
    .cloudInstaller-cardBox {
        width: 86.666667vw;
        border-radius: 3.333333vw;
        margin-top: 2.222222vw;
    }
    .cloudInstaller-cardMarginTop {
        margin-top: 6.666667vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-leftBox {
        width: 31.388889vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox {
        margin-right: 2.777778vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title {
        width: 45.277778vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title h3 {
        font-size: 4.444444vw;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        word-break: keep-all;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox .cloudInstaller-card-title p {
        margin-top: 1.111111vw;
        font-size: 3.333333vw;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox .card-dataImg {
        margin-top: 5vw;
        width: 44.722222vw;
    }
    #cloudInstaller-card-rightBox {
        margin-right: 0;
        margin-left: 5.555556vw;
    }
    .card-dataImg-bottom {
        margin-bottom: .381944vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-rightBox .card-dataImg-bottom.card-dataImg {
        width: 45.277778vw;
        margin-top: 5vw;
    }
    .cardBox {
        width: 86.666667vw;
        height: 57.5vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-right {
        width: 41.666667vw;
        height: 57.5vw;
        box-sizing: border-box;
        padding: 0 5.555556vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-icon-title {
        margin-top: 13.611111vw;
        width: 30.555556vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-icon-title .card-icon {
        width: 6.666667vw;
        height: 6.666667vw;
        border-radius: 1.916667vw;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-icon-title h3 {
        margin-top: 1.111111vw;
        font-size: 5.555556vw;
        line-height: 1.35;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-left {
        height: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .cloudInstaller-cardBox .cloudInstaller-card-left .imgSize {
        width: auto;
        height: 100%;
    }
    .mb-h3-hide {
        display: none;
    }
    .pc-h3-hide {
        display: block;
    }
    /* s7 end */
    /* s8 */
    .cloudInstaller-s8.cloudInstaller-paddingBottom {
        padding-bottom: 17.777778vw;
    }
    .cloudInstaller-s8 .cloudInstaller-main-img {
        width: 86.666667vw;
        margin: 0 auto;
        margin-top: 6.666667vw;
    }
    .cloudInstaller-s8 .s8-mainImg {
        width: 86.666667vw;
    }
    /* s8 end */
    /* s9 */
    .cloudInstaller-s9.cloudInstaller-paddingBottom {
        padding-bottom: 0;
    }
    .pc-h2-hide {
        display: block;
    }
    .mb-h2-hide {
        display: none;
    }
    .cloudInstaller-s9-mainBox {
        width: 86.666667vw;
        height: 200vw;
        margin-top: 6.666667vw;
        flex-flow: column nowrap;
    }
    .cloudInstaller-s9-box {
        width: 100%;
        height: auto;
        border-radius: 3.333333vw;
    }
    .cloudInstaller-s9-box h3 {
        width: 75.555556vw;
        font-size: 5.555556vw;
        text-align: left;
        color: #000000;
    }
    .cloudInstaller-s9-box h3.s9-box-text1 {
        margin: 5.555556vw auto 7.222222vw;
    }
    .cloudInstaller-s9-box h3.s9-box-text2 {
        margin: 5.555556vw auto 6.666667vw;
    }
    .cloudInstaller-s9-box h3.s9-box-text3 {
        margin: 5.555556vw auto 6.666667vw;
    }
    .cloudInstaller-s9-box img {
        width: 100%;
        margin-bottom: 0;
    }
    /* s9 end */
    /* product-recommendations */
    .product-recommendations {
        background-color: rgb(247, 248, 249);
    }
    .product-recommendations h2 {
        margin: 0 auto;
        padding-top: 13.333333vw;
    }
    .product-recommendations > .product-recommendations-p {
        margin: 6.666667vw auto 0;
        padding-bottom: 8.888889vw;
    }
    /* product-recommendations end */
}






/* ..................................................................dao hang ...........................................................*/
 
  /* 导航pc样式 */
  .product_nav {
    display: flex;
    justify-content: space-between;
    background-color: #1F2122;
    color: #FFF;
    font-size: 16px;
    line-height: 1;
    z-index: 11;
    position: sticky;
    width: 100%;
    top: 0;
    
    height: 60px;
    padding: 0 4.166667vw;
    box-sizing: border-box;
  }
  
  .product_nav>div {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .product_nav>div span {
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 1.04166vw;
    position: relative;
    cursor: pointer;
    display: none;
  }
  
  .product_nav>div span::before {
    content: "";
    position: absolute;
    width: 0.5vw;
    height: 0.5vw;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .product_nav>div span.reverse::before {
    top: 60%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  
  .product_nav>div>div {
    position: absolute;
    top: 1.85vw;
    padding: 0.5vw 0vw;
    left: -1vw;
    background-color: transparent;
    /* border-radius: 1vw; */
    border: none;
    display: none;
    min-width: 18vw;
    /* border-color: rgba(255, 255, 255, .3); */
  }
  
  .product_nav>div>div a {
    margin-top: 0.5vw;
    display: block;
  }
  
  .product_nav>div>div a:nth-child(1) {
    margin-top: 0;
  }
  
  .product_nav ul {
    display: flex;
    align-items: center;
  }
  
  .product_nav ul>li {
    margin-right: 1.66666vw;
    list-style: none;
  
  }
  
  .product_nav ul>li:nth-last-child(1) {
    margin-right: 0;
  }
  
  .product_nav ul>li>a {
    position: relative;
    color: #fff;
    text-decoration: none;
  }
  
  .product_nav ul>li>a::before {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 100%;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  
  .product_nav ul>li>a.active {
    cursor: default;
  }
  
  .product_nav ul>li>a.active:before {
    right: 0;
  }
  
  .product_nav ul>li>a:hover:before {
    right: 0;
  }

  .product_nav .product-nav-select{
    position: relative;
    cursor: pointer;
    height: 100%;
}
.product_nav .product-nav-select > a::before{
    content: none !important;
}
 .product-nav-bodymask{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
     top: 0;
    left: 0;
    z-index: 9 !important;
    backdrop-filter: blur(9px) !important;
    display: none;
    will-change: transform !important; 
    -webkit-backdrop-filter: blur(9px);
}

.product_nav .product-nav-select img{
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    transition: .3s;
    margin-left: 1vw;
}
.product_nav .product-nav-select-list{
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    display: none;
    padding-top: 20px;
}
.product_nav .product-nav-select-list > a{
    height: 35px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.25;
    transition: .3s;
    color: #fff;
    text-decoration: none;
}

.product_nav .stop-scroll{
    overflow: hidden !important;
}
.product_nav .product-nav-select > a{
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.product_nav .active img{
    transform: rotate(180deg) !important;
}
.product_nav .active .product-nav-select-list{
    display: block !important;
}
 .bodymask-active{
    display: block !important;
}
@media screen and (min-aspect-ratio: 11/10){
    .product_nav .product-nav-select:hover img{
        transform: rotate(180deg);
    }
    .product_nav .product-nav-select:hover .product-nav-select-list{
        display: block;
    }
    .product_nav .product-nav-select-list > a:hover{
        height: 45px;
         font-size: 20px;
    }
}

  
  @media screen and (max-aspect-ratio: 11/10) {
    .product_nav {
      font-size: 14px;
      top: 0;
      padding: 0;
      height: auto;
      flex-direction: column;
    }
    .product_nav>div {
      width: 100%;
      justify-content: space-between;
      padding-left: 4.16666vw;
      height: 40px ;
      box-sizing: border-box;
    }
    .product_nav .product-nav-select{
      height: 40px ;
    }
    .product_nav>div span {
      width: 5.55555vw;
      height: 5.55555vw;
      display: none;
    }
    .product_nav>div span::before {
      width: 2vw;
      height: 2vw;
    }
    .product_nav ul {
      padding-left: 4.16666vw;
      height: 40px;
      border-top: 1px solid;
      border-color: rgba(103, 103, 103);
    }
    .product_nav ul>li {
      margin-right: 5vw;
      list-style: none;
    }
    .product_nav ul>li>a::before {
      display: none;
    }
    .product_nav ul>li>a.active {
      border-bottom: 1px solid #fff;
    }
    .product_nav .product-nav-select-list > a {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .product_nav .product-nav-select-list {
        position: absolute;
        top: calc(100% + 20px);
        width: 100vw;
        box-sizing: border-box;
        padding: 0 4.16666vw;
    }
    .product_nav .product-nav-select {
        position: static;
    }
}
  
/* ..................................................................dao hang ...........................................................*/
