.top-background {
    width: 100%;
    min-height: 800px;
    background-image: linear-gradient(257deg, #1d727c 0%, #1a4c55 44%, #16252e 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    position: relative;
    top: -70px;
    padding-top: 6%;
}

.cover1-background {
    background-image: url(/res/img/product/cover1-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    top: 116px;
    left: 0;
    bottom: 0;
    max-width: 1629px;
    max-height: 820px;
}

.data-module img {
    height: 87px;
}

.data-module h3 {
    font-size: 24px;
    color: #f9f9f9;
    margin: 10px 0 20px;
    font-weight: bold;
}

.data-module p {
    font-size: 16px;
    font-weight: bolder;
    line-height: 9px;
    letter-spacing: 0;
    color: #c2f6ff;
}

.data-statistics {
    margin: 50px 0 0px;
}

.counter {
    font-size: 24px;
}

.h3-top {
    margin-top: 24%;
}

.main-page .container > .title-component {
    /*color: #155861;*/
}

.top-left h1{
    font-size: 36px;
    font-weight: bolder;
    line-height: 48px;
    letter-spacing: 0;
    color: white;
    margin-bottom: 50px;
}

.top-left p{
    font-size:20px;
    line-height: 30px;
    color: white;
    margin-bottom: 0;
}

.top-left h1 span{
    font-size: 34px;
    font-weight: bolder;
    line-height: 40px;
    background: -webkit-linear-gradient(270deg, #D9C468 0%, #D2A443 35%, #D9C468 74%, #D2A443 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-product .col-md-4{
    text-align: left;
}

.bnt-top {
    width: fit-content;
    width: -moz-fit-content;
    height: 48px;
    line-height: 26px;
    border: solid 2px var(--default-color);
    font-size: 20px;
    text-align: center;
    background-color: var(--default-color);
    color: white;

    display: block;
    margin-top: 10px;

    padding: 10px 30px;
    border-radius: 5px;
}

.bnt-top:hover {
    background-color: unset;
    color: #4ad1cd;
}

.version-right-content {
    margin-bottom: 20px;
}

.version-right-content:last-child {
    margin-bottom: 0;
}

.version-right-content h3 {
    font-size: 22px;
    font-weight: bolder;
    color: #155861;
    text-align: unset;
    margin-top: 0;
}

.version-right-content p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #1c6973;
}

.version-content h3 {
    line-height: 28px;
    font-size: 20px;
    font-weight: bolder;
    color: #4ad1cd;
    /*white-space: nowrap;*/
}

.version-content .name {
    font-size: 18px;
    font-weight: bolder;
    line-height: 28px;
    letter-spacing: 0;
    color: #155861;
    margin-top: 17px;
}

.version-content .text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1c6973;
}

.backuo-plate h3 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: #155861;
}

.backuo-plate p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #1c6973;
    max-width: 378px;
}

.recovery-headline h3 {
    font-size: 44px;
    font-weight: bolder;
    line-height: 74px;
    letter-spacing: 0;
    color: #f9f9f9;
}

.recovery-headline p {
    font-size: 17px;
    font-weight: bolder;
    line-height: 9px;
    letter-spacing: 0;
    color: #c2f6ff;
    text-align: center;
}

.recovery-block2 p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    color: #1c6973;
    margin-right: 0;
}

.comma {
    font-size: 160px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: italic !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
    color: #1c6973 !important;
}

.recovery-block3 {
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#17333c, #17333c);
    margin-bottom: 65px;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    padding: 65px 30px;
}

.recovery-block3 h3 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
    text-align: right;
    margin-top: 0;
}

.recovery-block3 p {
    font-size: 18px;
    line-height: 30px;
    color: white;
    margin-right: 0;
}

@media (min-width: 992px) {
    .recovery-block3 .item {
        display: flex;
        cursor: pointer;
    }

    .recovery-block3 .item .text {
        flex: 1;

        min-height: 236px;
        max-height: 236px;
        overflow: hidden;

        transition: max-height 0.25s;
    }

    .recovery-block3 .item .text:hover {
        max-height: 376px;
    }

    .recovery-block3 .item .icon {
        width: 90px;
        margin-left: 25px;
    }

    .recovery-block3 .item .icon img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .recovery-block3 .item .icon {
        display: none;
    }
}

.file-product {
    margin-bottom: 100px;
}

.file-product h3 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: #155861;
    margin-top: 70px;
    text-align: right;
}

.file-product p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #1c6973;
}

.file-product img {
    width: 100%;
}

.file-product .more {
    font-weight: bolder;
    color: #155861;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.file-product .more:hover {
    color: #32c6e1;
}

.end-product h3 {
    font-size: 26px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: #4ad1cd;
    text-align: left;
}

.end-product p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #1c6973;
    text-align: left;
}

.backup-product {
    background-image: url(/res/img/product/shield-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0;
    position: relative;
    transition: all 1.5s linear;
}

.backup-product1 {
    background-image: url(/res/img/product/shield-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    position: relative;
    top: 5px;
}

.recovery-product {
    background-image: url(/res/img/product/recovery-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.recovery-product p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
    margin: 0 auto;
}

.recovery-block1 {
    width: 90%;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    margin: 0 auto;
    padding: 65px 50px 165px;
}

.recovery-block1 p {
    max-width: 992px;
}

.recovery-block2 {
    max-width: 766px;
    width: 118%;
    min-height: 473px;
    background-image: linear-gradient(white, white), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    top: -137px;
    padding: 0 50px;
}

.recovery-block2 p {
    color: #1c6973;
}

.cloud-product .container {
    padding: 150px 0 !important;
}

.cloud-product .title-component{
    line-height: 44px;
    font-family: var(--default-font-family-bold) !important;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    color: #155861;
    text-align: center;
}

.cloud-product h3 {
    font-size: 22px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
    margin-top: 0;
}

.cloud-product p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: white;
}

.cloud-product .cloud-background1 {
    background-image: url(/res/img/product/offsite-cloud/remote-background.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 90% 100%;

    position: relative;
    z-index: 20;
}

.cloud-product .cloud-background2 {
    background-image: url(/res/img/product/offsite-cloud/archive-background.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 90% 100%;

    position: relative;
    z-index: 10;
    margin-top: -150px;
}

.cloud-product .cloud-row1, .cloud-product .cloud-row2 {
    height: 500px;
    visibility: hidden;
    opacity: 0;
    transition: all 1s linear;
}

.cloud-product img {
    width: 100%;
    margin-top: 150px;
}

@media (max-width: 1400px) {
    .cloud-product .cloud-background2 {
        margin-top: -120px;
    }

    .cloud-product .cloud-row1, .cloud-product .cloud-row2 {
        height: 470px;
    }
}

@media (max-width: 1300px) {
    .cloud-product .cloud-background1, .cloud-product .cloud-background2 {
        background-size: 100% 100%;
    }

    .cloud-product .cloud-row1, .cloud-product .cloud-row2 {
        height: 380px;
    }
}

@media (max-width: 991px) {
    .cloud-product .cloud-background1, .cloud-product .cloud-background2 {
        background-size: 0;
        margin-top: 0;
    }

    .cloud-product .cloud-row1, .cloud-product .cloud-row2 {
        height: unset;
    }

    .cloud-product h3 {
        color: #155861;
    }

    .cloud-product p {
        color: #1c6973;
    }
}

.end-product {
    height: 1747px;
    background-image: linear-gradient(#efefef, #efefef), linear-gradient(#fafafa, #fafafa);
    background-blend-mode: normal, normal;
    margin-bottom: -1100px;
}

.version-line {
    border: solid 2px #3ea7a9;
    float: right;
}

.line1 .version-line {
    width: 43%;
    position: absolute;
    margin-top: 27px;
    right: -58%;
}

.line1 img {
    margin-top: 0 !important;
    position: absolute;
    right: -50px;
}

.line2 .version-line {
    width: 33%;
    position: absolute;
    margin-top: 27px;
    right: -49%;
}

.line2 img {
    margin-top: 0 !important;
    position: absolute;
    right: -50px;
}

.line3 .version-line {
    width: 24%;
    position: absolute;
    margin-top: 27px;
    right: -40%;
}

.line3 img {
    margin-top: 0 !important;
    position: absolute;
    right: -50px;
}

.line4 .version-line {
    width: 29%;
    position: absolute;
    margin-top: 27px;
    right: -45%;
}

.line4 img {
    margin-top: 0 !important;
    position: absolute;
    right: -50px;
}

.line5 .version-line {
    width: 41%;
    position: absolute;
    margin-top: 27px;
    right: -57%;
}

.line5 img {
    margin-top: 0 !important;
    position: absolute;
    right: -50px;
}

.version-content ul {
    margin-bottom: 15px;
}

.version-content li {
    margin-bottom: 0;
}

.backuo-plate img {
    margin-top: 50px;
}

.data-module {
    font-size: 17px;
    font-weight: bolder;
    line-height: 9px;
    letter-spacing: 0;
    color: #c2f6ff;
    padding-top: 50px;
}

.foot-border {
    width: 90%;
    height: 750px;
    max-width: 399px;
    border-radius: 50px 0 50px 0;
    border: solid 2px #c2f6ff;

    margin: 0 auto;
    padding: 15px 11px;
}

.foot-part5 .background-content5 {
    width: 100%;
    background-image: linear-gradient(257deg, #1d6b75 0%, #4ad1cd 100%), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    box-shadow: 0 1px 17px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 73px 0;
}

.foot-part5 .background-content5 h2 {
    font-size: 40px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: white;
}

.foot-part5 .background-content5 p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    color: white;
}

.foot-block {
    background-image: linear-gradient(white, white), linear-gradient(#003c94, #003c94);
    background-blend-mode: normal, normal;
    border-radius: 90px 0 90px 0;
    text-align: center;
    height: 720px;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.foot-block h3 {
    font-size: 24px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 0;
    color: #155861;

    margin-top: 0;
    padding-top: 0;
}

.foot-block ul {
    flex: 1;
    margin-bottom: 0;
}

.foot-block li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #1c6973;

    margin-bottom: 0;
}

.foot-block a {
    width: fit-content;
    width: -moz-fit-content;
    height: 52px;
    line-height: 52px;
    background-color: #4ad1cd;
    border-radius: 33px 0;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: 0;
    color: #fefefe;
    display: block;
    padding: 0 15px;
    position: relative;
}

.part5-bnt {
    min-width: 393px;
    height: 60px;
    line-height: 28px;
    display: inline-block;
    border-radius: 10px;
    border: solid 2px white;
    font-size: 30px;
    letter-spacing: 0;
    color: white;
    position: relative;
    margin: 0 auto;
    padding: 14px 10px;
    top: 30px;
}

.part5-bnt:hover {
    color: #173B47;
    border: solid 2px #173B47;
}

.foot-width {
    position: relative;
    margin: 0 auto;
}

.end-product a {
    display: block;
    min-width: 240px;
    height: 51px;
    background-color: #4ad1cd;
    border-radius: 32px 0 32px 0;
    font-size: 20px;
    font-weight: bolder;
    color: #fefefe;
    text-align: center;
    float: left;
    margin-top: 40px;
    padding: 12px 14px;
}

.many-img2 {
    width: 100%;
    height: 460px;
    background: url(/res/img/product/top-img1.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.data_top {
    height: 19.8%;

    position: absolute;
    top: 6%;
    left: 47%;
}

.data_top img {
    height: 100%;
}

.img-circulation {
    width: 94%;
    height: 88%;
    margin: 0;

    position: absolute;
    left: 1%;
    bottom: 2%;
}

.img-circulation li {
    background-color: white;
    position: absolute;
    overflow: hidden;
}

.img-circulation li img {
    width: 100%;
    opacity: 0.5;
}

.img-c1 {
    width: 47%;
    height: 18%;

    top: 0;
    right: 52%;
}

.img-c2 {
    width: 56%;
    height: 39%;

    top: 20%;
    right: 0;
}

.img-c3 {
    width: 43%;
    height: 39%;

    top: 20%;
    right: 57%;
}

.img-c4 {
    width: 100%;
    height: 39%;

    top: 61%;
    right: 0;
}

.background-nabar {
    background-color: white;
    height: 76px;
    position: relative;
    width: 100%;
    top: 70px;
    border-radius: 37px;
}

.line-module .navbar-nav span {
    font-size: 20px;
    font-weight: bolder;
    color: #155861;
}

.line-module .item {
    width: 14.2%;
    float: right;
    position: relative;
}

.line-module .item::before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #4d6872;

    position: absolute;
    top: 15px;
    right: 0;
}

.line-module .item span {
    font-size: 14px;
    font-weight: bolder;
    color: #155861;
    position: relative;
    top: 10px;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 14.2%;
}

.line-module .item .to-top{
    position: relative;
    top:-105px;
}

.line-module .item.active a {
    border: solid 3px #4bd8e0;
}

.line-module .item.active::before {
    background-color: #4bd8e0;
}

.line-module .item.active span {
    color: #4bd8e0;
}

.line-module .collapse {
    text-align: center;
}

.line-module .navbar-nav {
    width: 100%;
}

.line-module a {
    width: 36px;
    height: 36px;
    background-color: white;
    border: solid 3px #4d6872;
    border-radius: 18px;
    z-index: 10;
    margin: 0 auto;
    display: block;
    position: relative;
}

.version-bei {
    position: relative;
}

#nabar-line {
    max-width: 1319px;
    margin: 150px 25px;
}

.recovery-block2 img {
    margin-bottom: 20px;
}

.product-page .line-module a:hover {
    border: solid 3px #4bd8e0;
    background-color: white;
}

.recovery-block2 a {
    font-size: 18px;
    font-weight: bolder;
    line-height: 28px;
    color: #1c6973;
    float: left;
    margin: 30px 0;
}

.data-module img {
    height: 50px;
}

.end-product a:hover {
    color: #173B47
}

.foot-block a:hover {
    background-color: var(--default-hover-color)
}

.v-img {
    width: 100%;
    margin-top: 58px;
}

.view-bnt:hover {
    color: #4ad1cd
}

#nav-ul {
    padding: 0 45px;
}

.row-cross {
    position: relative;
    margin-bottom: 35px;
}

.row-cross .item {
    box-shadow: 0 1px 17px 1px #00000040;
    padding: 60px 50px;
    position: relative;
    top: -85px;
    right: -15px;
    z-index: 10;
    background-color: white;
    overflow: hidden;
}

.row-cross li, .row-cross a, .row-cross p {
    font-size: 16px;
    line-height: 30px;
    color: #1C6973;
}

.row-cross ul {
    padding-right: 30px;
}

.row-cross p {
    border-right: 10px solid #1C6973;
    padding-right: 20px;
    margin-bottom: 25px;
}

.row-cross ul {
    margin-bottom: 0
}

.row-cross li i {
    margin-left: 15px;
}

.row-cross a {
    font-weight: bolder;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-top: -30px;
}

.row-cross img {
    width: 100%;
    max-width: 240px;
    margin-top: -2px;
}

.btn-simple {
    color: white;
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.btn-simple:hover {
    color: white;
    border-color: #2B8990;
    background-color: #2B8990;
}

@media (min-width: 1601px) {
    .product-page .container {
        width: 1349px;
    }

    .foot-part5 .container {
        width: 86%
    }
}

@media (max-width: 1600px) {
    .data-statistics {
        margin: 24px 0;
    }

    .top-background {
        min-height: 843px;
    }

    .data_top .name {
        font-size: 18px;
        margin-bottom: 36px;
    }

    .data_top .text {
        font-size: 12px;
    }

    .data_top .large {
        font-size: 18px;
    }

    .foot-part5 .container {
        width: 86%
    }

    .v-img {
        top: 147px;
    }

    /*字体统一缩小2px-start*/
    .data-module h3 {
        font-size: 48px;
        margin: 20px 0 18px;
    }

    .data-module p {
        font-size: 14px;
    }

    .counter {
        font-size: 42px;
    }

    .top-left h1 {
        margin-top: 28%;
    }

    .top-left h1, .top-left p {
        font-size: 30px;
    }

    .bnt-top {
        font-size: 21px;
    }

    .version-product h3 {
        font-size: 30px;
    }

    .version-right-content h3 {
        font-size: 20px;
    }

    .version-right-content p {
        font-size: 15px;
    }

    .version-content h3 {
        font-size: 18px;
    }

    .version-content .name {
        font-size: 16px;
    }

    .version-content .text {
        font-size: 14px;
    }

    .backuo-plate h3 {
        font-size: 20px;
    }

    .backuo-plate p {
        font-size: 16px;
    }

    .recovery-product h3 {
        font-size: 30px;
    }

    .recovery-headline h3 {
        font-size: 42px;
    }

    .recovery-headline p {
        font-size: 15px;
    }

    .recovery-block2 p {
        font-size: 14px;
    }

    .comma {
        font-size: 159px;
    }

    .recovery-block3 h3 {
        font-size: 20px;
    }

    .recovery-block3 p {
        font-size: 16px;
    }

    .cloud-product p {
        font-size: 16px;
    }

    .file-product h3 {
        font-size: 20px;
    }

    .file-product p {
        font-size: 16px;
    }

    .end-product h3 {
        font-size: 24px;
    }

    .end-product p {
        font-size: 16px;
    }

    .data-module {
        font-size: 15px;
    }

    .background-content5 h2 {
        font-size: 38px;
    }

    .background-content5 p {
        font-size: 20px;
    }

    .foot-block h3 {
        font-size: 22px;
    }

    .foot-block p {
        font-size: 14px;
    }

    .foot-block a {
        font-size: 18px;
    }

    .part5-bnt {
        font-size: 28px;
    }

    .end-product a {
        font-size: 18px;
    }

    .line-module .navbar-nav span {
        font-size: 18px;
    }

    /*字体统一缩小2px-end*/
}

@media (max-width: 1599px) and (min-width: 1441px) {
    .product-page .container {
        width: 77%;

    }

    .top-left h1, .top-left p {
        margin-right: 0;
    }

    .bnt-top {
        margin-right: 0;
    }

    .foot-part5 .container {
        width: 86%
    }

    .line4 .version-line {
        width: 93%;
        top: 362px;
        right: -32%;
    }

    .line4 img {
        top: 338px;
    }
}

@media (max-width: 1440px) {
    .row-cross a {
        margin-top: 10px;
    }

    .foot-block li {
        font-size: 14px;
    }
}

@media (max-width: 1440px) and (min-width: 1367px) {
    .product-page .container {
        width: 76%;
    }

    .version-product .col-md-5 img {
        margin-top: 11%;
    }

    .foot-part5 .container {
        width: 86%
    }

    .top-left h1, .top-left p {
        margin-right: -19%;
    }

    .bnt-top {
        margin-right: -19%;
    }

    .v-img {
        top: 183px;
    }

}

@media (max-width: 1366px) and (min-width: 1301px) {
    .top-left h1, .top-left p {
        margin-right: -13%;
    }

    .bnt-top {
        margin-right: -13%;
    }

}

@media (max-width: 1300px) {
    .top-background {
        min-height: 1136px;
    }

    .cover1-background {
        top: 84px;
        max-height: 776px;
    }

    .data_top .name {
        font-size: 16px;
    }

    .data_top .large {
        font-size: 16px;
    }

    .h3-top {
        margin-top: 4%;
    }

    .version-product .col-md-5 img {
        margin-top: 9%;
    }

    .foot-part5 .container {
        width: 98%
    }

    .top-left h1, .top-left p {
        margin-right: 15%;
    }

    .bnt-top {
        margin-right: 15%;
        margin-top: 3%;
    }
}

@media (max-width: 991px) {
    .h3-top {
        margin-top: 10%;
    }

    .many-img2 {
        right: 6%;
    }

    .top-background {
        min-height: unset;
    }

    .version-product .col-md-2 {
        display: none;
    }

    .recovery-block2 {
        margin-top: 190px;
        width: 100%;
    }

    .foot-part5 .container {
        width: 100%;
        padding: 0;
    }

    .data-module {
        display: none;
    }

    .backuo-plate {
        float: unset !important;
    }

    .backuo-plate {
        margin-top: 0 !important;

    }

    .backuo-plate img {
        margin-top: 0;
    }

    .cloud-product .container {
        padding: 0 !important;
    }

    .end-product {
        height: 1842px;
    }

    .end-product a {
        margin-bottom: 40px;
    }

    .foot-border {
        margin: 0 auto !important;
    }

    .foot-part5 .col-md-4 {
        padding-top: 20px !important;
    }

    .part5-bnt {
        top: 20px;
    }

    .top-left h1, .top-left p {
        margin-right: 0;
    }

    .bnt-top {
        margin-right: 0;
    }

    .line-module {
        display: none;
    }

    .v-img {
        margin-bottom: 122px;
        top: 42px;
    }

    .row-cross .item {
        top: unset;
        right: unset;
    }

    .recovery-block1 {
        padding: 25px 15px;
    }

    .many-img2 {
        display: none;
    }

    .foot-part5 .row {
        margin: 0;
    }

    .cloud-product .row {
        margin: 0;
    }

    .top-background {
        top: unset;
    }
}

.nas-server .container {
    display: flex;
    align-items: center;
}

.swiper-background {
    width: 600px;
    height: 600px;
    background-color: white;
    border-radius: 50%;
    border: 30px solid #edfbfc;

    padding: 40px;
    z-index: 2;
}

.swiper-background .server-swiper {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: #1e4148;
    box-shadow: 0 0 10px 10px #edfbfc;

    overflow: hidden;
    flex: none;
}

.swiper-background .swiper-wrapper {
    height: 100%;
}

.swiper-background .server-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-background .server-swiper .swiper-slide img {
    width: 88%;
}

.nas-server .server-intro {
    width: 100%;
    height: 440px;
    background-color: #edfbfc;
    margin-right: -100px;
    position: relative;
    z-index: 1;
}

.nas-server .server-nav {
    width: 400px;
    background-color: #1e4148;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: white;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 5px 0 #c6dee0;

    display: flex;
    margin: 0 auto 80px;
}

.nas-server .server-nav .server-li {
    width: 50%;
    height: 54px;
    font-size: 16px;
    font-weight: bolder;
    line-height: 54px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.nas-server .server-nav .server-li.active {
    background-color: var(--default-color);
    border-radius: 0 0 14px 14px;
}

.nas-server .server-txt {
    width: 400px;
    margin: 0 auto;

    display: flex;
    align-items: center;

    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
}

.nas-server .server-txt .item {
    display: none;
}

.nas-server .server-txt .item.active {
    display: block;
}

.nas-server .server-txt .name {
    font-size: 20px;
    font-weight: bolder;
    color: #1e4148;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.nas-server .server-txt .text {
    font-size: 16px;
    color: #1e4148;
}

/** 云祺中等界面 width 1200px ~ 1264px **/
@media (max-width: 1264px) {
    .swiper-background {
        width: 500px;
        height: 500px;
    }

    .swiper-background .server-swiper {
        width: 360px;
        height: 360px;
    }

    .nas-server .server-intro {
        height: 400px;
    }

    .nas-server .server-nav {
        width: 340px;
        margin-bottom: 40px;
    }

    .nas-server .server-txt {
        width: 340px;
    }

    .nas-server .server-txt .name {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .nas-server .server-txt .text {
        font-size: 14px;
    }
}

/** 中等屏幕 桌面显示器 width 992px ~ 1199px **/
@media (max-width: 1199px) {
}

/** 小屏幕 平板 width 768px ~ 991px **/
@media (max-width: 991px) {
    .nas-server .container {
        flex-direction: column-reverse;
    }

    .swiper-background {
        margin-top: -50px;
    }

    .nas-server .server-intro {
        height: unset;
        background-color: unset;

        margin-right: unset;
        padding-bottom: 90px;
    }

    .nas-server .server-nav {
        width: unset;
    }

    .nas-server .server-txt {
        width: unset;
    }
}

/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    .top-left p{
        font-size: 16px !important;
        width: 80%;
        margin: 0 auto;
    }

    .bnt-top{
        font-size: 16px;
    }

    .cover1-background{
        top:40px;
    }

    .top-left h1{
        width: 80%;
        margin: 30px auto !important;
        font-size: 24px;
    }

    .top-left h1 span{
        font-size:24px;
    }

    .version-product .col-md-5:first-child{
        text-align: center;
    }

    .version-product .col-md-5 img{
        margin: 0 auto;
        margin-bottom: 50px;
        width: 80% !important;
    }

    .version-right-content img{
        display: none;
    }

    .backup-product1{
        background-image: none;
    }


    .backuo-plate{
        text-align: center;
        width: 90%;
        margin: 30px auto;
    }

    .backuo-plate p{
        text-align: right;
    }

    .recovery-block1{
        width: 100%;
    }

    .backup-product-blank{
        display: none;
    }

    .row-cross img{
        display: none;
    }

    .cloud-product{
        padding:0 0 50px !important;
    }

    .cloud-product .cloud-row1, .cloud-product .cloud-row2 {
        opacity: 1;
        visibility: visible;
    }


    .cloud-product .title-component h2{
        margin-bottom: 30px;
    }

    .cloud-product .col-md-6{
        text-align: center;
    }

    .cloud-product img{
        margin: 50px auto;
        width: 80%;
    }

    .file-product .container{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .file-product .col-md-4,.file-product .col-md-5{
        text-align: center;
    }

    .file-product img{
        width: 80%;
    }

    .end-product p,.end-product h3{
        text-align: right;
    }

    .end-product a{
        float: none;
    }

    .foot-part5 .last-border{
        height: 550px;
    }

    .foot-part5 .last-border .foot-block{
        height: 520px;
    }

    .foot-part5 .background-content5 h2{
        margin-bottom: 30px;
        font-size: 24px;
    }

    .foot-part5 .background-content5 p{
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

    .foot-border{
        margin-bottom: 30px !important;
    }

    .top-product .col-md-4{
        overflow: hidden;
        text-align: center;
    }

    .top-product img{
        width:80%;
        margin: 0 auto;
    }

    .top-product .container{
        overflow: hidden;
    }

    .bnt-top{
        margin: 10px auto 0;
        width:80%;
    }
}
/* 移动端适配调整结束（414-360） */
