@import "normalize.css";

* {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}

/* loading -- start */

.el-loading-mask {
    position: fixed;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 1);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.g-my-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px !important;
    height: 60px;
    font-size: 10px;
    transform: translate(-50%, -50%);
}

.g-my-spinner > div {
    background-color: #09AAFF;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.g-my-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.g-my-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.g-my-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.g-my-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/* loading -- end */

/*
    修改默认 header -- start
*/
.main-content {
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.main-content #top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 60px;
    box-shadow: none;
    border-bottom: 2px solid #414950;
    background-color: #001424;
    box-sizing: border-box;
    transition: background-color .6s, border-color .6s;
}

.main-content #top.light {
    border-color: #f7f7f7;
    background-color: #fff;
}

#top.light .layui-nav .layui-nav-item a {
    color: #101010;
}

#top.light .layui-nav .layui-nav-item a:hover {
    color: #000;
}

/*
    修改默认 header -- end
*/

/*
    修改默认 footer -- start
*/
.footer {
    margin: 0;
}

/*
    修改默认 footer -- end
*/

/* swiper--start */
.g-my-container {
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.g-my-container > section {
    overflow: hidden;
}

/* swiper--end */


/* 夜间模式 start */
.TransformActive.deviation {
    height: 100%;
}

.pattern-atNight {
    position: relative;
    height: 100%;
}

.pattern-atNight,
.pattern-day {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.pattern-atNight {
    z-index: 2;
    width: 0;
}

#move-box.tran .pattern-atNight,
#move-box.tran .pattern-move,
#move-boxs.tran .pattern-atNight,
#move-boxs.tran .pattern-move {
    transition: all 1s;
}

#move-box img, #move-boxs img {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.deviation {
    opacity: 0;
    position: relative;
    top: 40px;
    text-align: center;
}

.TransformActive.deviation {
    opacity: 1;
    top: 0;
    transition: opacity 0.8s, top1s;
    -moz-transition: opacity 0.8s, top 1s;
    -webkit-transition: opacity 0.8s, top 1s;
    -o-transition: opacity 0.8s, top 1s;
    -ms-transition: opacity 0.8s, top 1s;
}

.pattern-move span {
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/03-slider-btn.png");
    background-size: 100% 100%;
}

.pattern-move {
    width: 4px;
    height: 100%;
    background: #3BA1F4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.pattern-move span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px -28px;
}

.pattern-move span p {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -32px -32px;
    font-size: 0px;
    cursor: grab;
}
/* 夜间模式 end */

/* 安全高效图标 -- start */
.g-slide-15-bottom .g-slide-15-bottom-item:nth-child(1) .g-slide-15-bottom-item-pic {
    background-image: url(https://cache.zhidayun.net/icloud_describe/img/slide-15-icon-1.png);
}
.g-slide-15-bottom .g-slide-15-bottom-item:nth-child(2) .g-slide-15-bottom-item-pic {
    background-image: url(https://cache.zhidayun.net/icloud_describe/img/slide-15-icon-2.png);
}
.g-slide-15-bottom .g-slide-15-bottom-item:nth-child(3) .g-slide-15-bottom-item-pic {
    background-image: url(https://cache.zhidayun.net/icloud_describe/img/slide-15-icon-3.png);
}
.g-slide-15-bottom .g-slide-15-bottom-item:nth-child(4) .g-slide-15-bottom-item-pic {
    background-image: url(https://cache.zhidayun.net/icloud_describe/img/slide-15-icon-4.png);
}
/* 安全高效图标 -- end */

/* 一键管理 -- start */
@keyframes myfade
{
    from {opacity: 0}
    to {opacity: 1}
}

@-webkit-keyframes myfade /*Safari and Chrome*/
{
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes myDim
{
    from {backdrop-filter:blur(0)}
    to {backdrop-filter:blur(2px)}
}

@-webkit-keyframes myDim /*Safari and Chrome*/
{
    from {backdrop-filter:blur(2px)}
    to {backdrop-filter:blur(0)}
}

.g-slide-5-tab1-content.g-slide-5-tab1-animate .g-slide-5-tab1-content-item{
    animation-name:myfade;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(1) {
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-1.png");
    animation-delay: .5s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(2) {
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-2.png");
    animation-delay: .8s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(3) {
    margin-right: 0;
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-3.png");
    animation-delay: 1.2s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(4) {
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-4.png");
    animation-delay: 1.5s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(5) {
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-5.png");
    animation-delay: 1.8s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item:nth-child(6) {
    margin-right: 0;
    background-image: url("https://cache.zhidayun.net/icloud_describe/img/slide-5-tab1-6.png");
    animation-delay: 2.1s;
}

.g-slide-5-tab1-content .g-slide-5-tab1-content-item {
    opacity: 0;
}
/* 一键管理 -- end */

/* slide-7 只能搜索 -- start */
.g-slide-7-right-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,0.44);
    opacity: 0;
    transition: opacity .3s;
}

.g-slide-7-right-content-desc > div,.g-slide-7-right-content-search {
    opacity: 0;
}

.g-slide-7-right.g-slide-7-animate .g-slide-7-right-content {
    opacity: 1;
    animation-name:myDim;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}

.g-slide-7-right.g-slide-7-animate .g-slide-7-right-content-desc > div,.g-slide-7-right.g-slide-7-animate .g-slide-7-right-content-search,.g-slide-12-left.g-slide-12-animate > div{
    animation-name:myfade;
    animation-duration:.5s;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
}

.g-slide-7-right-content-search {
    animation-duration: .1s;
}

.g-slide-12-left div {
    display: none;
    animation-duration: 1.2s;
    transition: display .3s;
}

.g-slide-12-left.g-slide-12-animate > div {
    display: block;
}

.g-slide-7-right-content-search .g-slide-7-right-content-search_bg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.g-slide-7-right-content-desc > div:nth-child(1) {
    animation-delay: .3s;
}

.g-slide-7-right-content-desc > div:nth-child(2){
    animation-delay: .4s;
}

.g-slide-7-right-content-desc > div:nth-child(3) {
    animation-delay: .5s;
}

.g-slide-7-right-content-desc > div:nth-child(4) {
    animation-delay: .6s;
}

.g-slide-7-right-content-desc > div:nth-child(5){
    animation-delay: .7s;
}

.g-slide-7-right-content-desc > div:nth-child(6) {
    animation-delay: .8s;
}
/* slide-7 只能搜索 -- end */


/* 消除视频周围黑线 -- start*/
.g-slide-6-left video,.g-slide-9-bottom video, .g-slide-10-bottom video{
    display: block;
}
/* 消除视频周围黑线 -- end */

/* PC、手机端视频切换 -- start */
.g-switch-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* PC、手机端视频切换 -- end */

/* 防止 slide-5 中的文字换行 */
.g-slide-5-content {
    white-space: nowrap;
}

.g-capacity-item-info p:first-child {
    white-space: nowrap;
}

/* 超小屏幕（手机，phone <= 768px） */
@media screen and (max-width: 768px) {
    /* 只能搜索 -- start */
    .g-slide-7-right-content-search {
        position: absolute;
        top: 3.5vw;
        right: 6.5vw;
        width: 35.3vw;
        height: 5.2vw;
    }

    .g-slide-7-right-content-desc {
        position: absolute;
        top: 12vw;
        right: 9vw;
        width: 44vw;
    }

    .g-slide-7-right-content-desc > div {
        position: absolute;
        display:flex;
        justify-content: center;
        align-items: center;
        width: 15vw;
        height: 5.8vw;
        font-size: 12px;
        color: #fff;
        border-radius: 2px;
        background-color: rgba(9, 170, 255, 100);
    }

    .g-slide-7-right-content-desc > div:nth-child(1) {
        top: 5vw;
        left: -10vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(2){
        top: 0;
        left: 8vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(3) {
        left: 28vw;
        top: 2.7vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(4) {
        top: 10vw;
        left: 13.4vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(5){
        top: 18vw;
        left: -1vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(6) {
        top: 17vw;
        right: 0px;
    }
    /* 只能搜索 -- end */

    /* 一键管理 -- start */
    .g-slide-5-tab1-content {
        position: absolute;
        top: 15.3vw;
        right: 3vw;
        justify-content: space-between;
        left: 28vw;
        display: flex;
        flex-wrap: wrap;
    }

    .g-slide-5-tab1-content .g-slide-5-tab1-content-item {
        width: 14.8vw;
        height: 18vw;
        margin-top: 3vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* 一键管理 -- end */

    /* 安全高效栏目 鼠标移入图标 -- start */
    .g-slide-15-bottom-item-pic {
        width: 60px;
        height: 60px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top;
        transform: scale(1.3);
    }

    .g-slide-15-bottom-item-pic.is-leave {
        animation: g-nav-icon-leave .3s steps(16) forwards;
    }

    .g-slide-15-bottom-item-pic.is-enter {
        animation: g-nav-icon-enter .3s steps(16) forwards;
    }

    @keyframes g-nav-icon-leave {
        0% {
            background-position: 0 -960px;

        }

        100% {
            background-position: 0 -0;
        }
    }

    @keyframes g-nav-icon-enter {
        0% {
            background-position: 0 -0;
        }

        100% {
            background-position: 0 -960px;
        }
    }
    /* 安全高效栏目 鼠标移入图标 -- end */

    /* 下载客户端 -- start */
    .g-dialog_wrapper {
        display: none !important;
    }
    /* 下载客户端 -- end */

    /* 修改左右拖拽 start */
    .g-my-content .pattern-move {
        width: 0.8vw;
        height: 100%;
        background: #3BA1F4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .g-my-content .pattern-move span {
        position: absolute;
        left: 0;
        top: 50%;
        width: 10vw;
        height: 10vw;
        margin: -5vw -4.6vw;
    }

    .g-my-content .pattern-move span p {
        width: 10.7vw;
        height: 10.7vw;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5.35vw -5.35vw;
        font-size: 0px;
        cursor: grab;
    }
    /* 修改左右拖拽 end */
    .g-my-content {
        position: relative;
        width: 98vw;
        height: 100%;
        margin: 0 auto;
    }

    .g-slider-title {
        font-size: 8vw;
        line-height: 9vw;
        font-weight: normal;
        text-align: center;
    }

    .g-slider-desc {
        padding-top: 3vw;
        font-size: 4vw;
        line-height: 5.5vw;
        color: #999;
        text-align: center;
    }

    .g-slider-top-title {
        font-size: 8vw;
        line-height: 9vw;
        font-weight: normal;
        text-align: center;
    }

    .g-slider-top-desc {
        padding-top: 3vw;
        font-size: 4vw;
        line-height: 5.5vw;
        color: #999;
        text-align: center;
    }

    /* g-my-slide-1 start */
    .g-my-slide-1 {
        position: relative;
        height: 163.3vw;
        color: #fff;
        background-color: #001424;
    }

    .g-slide-1-video-bg {
        display: none;
    }

    .g-slide-1-left {
        position: absolute;
        top: 12vw;
        left: 50vw;
        right: 0;
        width: 100%;
        transform: translateX(-50vw);
    }

    .g-slide-1-left .g-slider-title {
        font-size: 10vw;
        line-height: 11vw;
        font-weight: bold;
    }

    .g-slide-1-left .g-slider-desc {
        padding-top: 79vw;
        color: #fff;
        font-size: 4.3vw;
    }

    .g-slide-1-right {
        position: absolute;
        top: 40vw;
        left: 50vw;
        width: 100%;
        transform: translateX(-50vw);
    }

    .g-slide-1-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .g-slide-1-left-btn {
        display: flex;
        justify-content: center;
        padding-top: 9vw;
    }

    .g-slide-1-left-btn .g-slide-btn:first-child,
    .g-my-section-16 .g-my-content .g-slide-btn:first-child {
        display: none;
    }

    .g-slide-btn {
        width: 66.2vw;
        height: 13vw;
        font-size: 4.3vw;
        color: #fff;
        background-color: transparent;
        border: 1px solid rgba(187, 187, 187, 100);
        border-radius: 6px;
        transition: background-color .3s,color .3s;
        box-sizing: border-box;
    }

    .g-slide-btn:hover {
        background-color: #fff;
        color: #000;
    }

    /* g-my-slide-1 end */
    /* g-my-section-2 start */
    .g-my-section-2 {
        position: relative;
        height: 149vw;
        color: #fff;
        background-color: #fff;
    }

    .g-my-section-2 .g-my-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14vw 0;
        box-sizing: border-box;
    }

    .g-slide-2-left {
        width: 89.4vw;
        height: 85.1vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-2-banner.png') no-repeat center/cover;
    }

    .g-slide-2-right {
        padding-top: 5.1vw;
        color: #101010;
    }

    /* slider-2 end */
    /* g-my-section-3 start */
    .g-my-section-3 {
        position: relative;
        height: 107vw;
        padding: 14vw 0;
        color: #101010;
        background-color: #f4f7fb;
    }

    .g-slide-3-left {
        position: absolute;
        bottom: 0;
        left: 50%;
        right: 0;
        width: 100%;
        transform: translateX(-50%)
    }

    .g-slide-3-right {
        position: absolute;
        top: 0;
        left: 50%;
        width: 89.4vw;
        height: 61.6vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-3-banner.png') no-repeat center/cover;
        transform: translateX(-50%);
    }

    /* g-my-section-3 end */
    /* g-my-section-4 start */
    .g-my-section-4 {
        position: relative;
        height: 130.7vw;
        color: #101010;
        background-color: #fff;
    }

    .g-my-section-4  .g-my-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14vw 0;
        box-sizing: border-box;
    }

    .g-slide-bg-icon-light {
        position: absolute;
        top: 34%;
        right: -145px;
        width: 320px;
        height: 320px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/light-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-night {
        position: absolute;
        top: 16%;
        left: -119px;
        width: 245px;
        height: 261px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/night-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-auto {
        position: absolute;
        top: 63%;
        left: 59.7%;
        width: 212px;
        height: 212px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/auto-bg.png') no-repeat center/cover;
    }

    .g-slide-4-left {
        width: 89.4vw;
        height: 60vw;
        border-radius: 4px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-4-left img {
        width: 89.4vw;
        object-fit: cover;
    }

    .g-slide-4-right {
        z-index:2;
        padding-top: 8.4vw;
        color: #333;
    }

    /* g-my-section-4 end */
    /* g-my-section-5 start */
    .g-my-section-5 {
        position: relative;
        height: 102.5vw;
        color: #101010;
        background-color: #f4f7fb;
        transition: background-color .3s;
    }

    /* 背景图标 --start */
    .g-slide5-bg {
        display: none;
        position: absolute;
        width: 100%;
        height: 808px;
    }

    .g-slide5-bg.g-slid5-tab-1-bg-wrap {
        display: block;
    }

    .g-slide5-tab1-bg-icon-1 {
        position: absolute;
        top: 47%;
        left: 12%;
        width: 291px;
        height: 272px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab1-bg-icon-2 {
        position: absolute;
        bottom: -128px;
        left: 50%;
        width: 257px;
        height: 257px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-2.png") no-repeat center/cover;
        transform: translateX(-50%);
    }

    .g-slide5-tab1-bg-icon-3 {
        position: absolute;
        top: 30%;
        right: -80px;
        width: 308px;
        height: 304px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-1 {
        position: absolute;
        bottom: -80px;
        left: -70px;
        width: 395px;
        height: 395px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 320px;
        height: 237px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-3 {
        position: absolute;
        top: 58%;
        right: 2%;
        width: 302px;
        height: 261px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-1 {
        position: absolute;
        top: 35%;
        left: 5%;
        width: 328px;
        height: 283px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 274px;
        height: 274px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-3 {
        position: absolute;
        bottom: 2%;
        right: 2%;
        width: 283px;
        height: 283px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-3.png") no-repeat center/cover;
    }

    /* 背景图标 --end */
    .g-slide-5-left {
        position: absolute;
        bottom: 14vw;
        left: 50%;
        z-index: 1;
        width: 89.4vw;
        transform: translateX(-50%);
    }

    .g-slide-5-tab-btn-wrap {
        display: flex;
        align-items: center;
        height: 9.6vw;
    }

    .g-slide-5-tab-btn {
        width: 29.4vw;
        height: 8vw;
        text-align: center;
        line-height: 8vw;
        color: #999999;
        font-size: 3.6vw;
        font-weight: bold;
        border-radius: 4vw;
        background-color: transparent;
    }

    .g-slide-5-tab-btn.active {
        color: #fff;
        background-color: rgba(50, 145, 248, 100);
    }

    .g-slide-5-tab-content-wrap {
        padding-top: 1vw;
    }

    .g-slide-5-content {
        display: none;
        font-size: 3.3vw;
        color: #101010;
    }

    .g-slide-5-tab-content-wrap .g-slide-5-content:first-child {
        display: block;
    }

    .g-slide-5-right {
        position: absolute;
        top: 64px;
        left: 50%;
        z-index: 1;
        width: 89.4vw;
        height: 60.6vw;
        border-radius: 5px;
        box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
        transform: translateX(-50%);
    }

    .g-slide-5-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-5 end */
    /* g-my-section-6 start */
    .g-my-section-6 {
        position: relative;
        height: 118vw;
        background-color: #fff;
    }

    .g-my-section-6 .g-my-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14vw 0;
        box-sizing: border-box;
    }

    .g-slide-6-bg {
        position: absolute;
        top: 32.9%;
        right: -53px;
        width: 233px;
        height: 205px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide6-bg.png") no-repeat center/cover;
    }

    .g-slide-6-left {
        width: 89.4vw;
        height: 55.8vw;
        z-index: 2;
        border-radius: 4px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-6-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .g-slide-6-right {
        padding-top: 8.5vw;
        z-index: 2;
        color: #101010;
    }

    /* g-my-section-6 end */
    /* g-my-section-7start */
    .g-my-section-7 {
        position: relative;
        height: 120vw;
        background-color: #f4f7fb;
    }

    .g-slide7-bg-icon {
        position: absolute;
        top: 30%;
        left: 7%;
        width: 241px;
        height: 237px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide7-bg.png") no-repeat center/cover;
    }

    .g-slide-7-right {
        position: absolute;
        top: 14vw;
        left: 50%;
        z-index: 2;
        border-radius: 4px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        transform: translateX(-50%);
        overflow: hidden;
    }

    .g-slide-7-right img {
        width: 89.4vw;
        height: 60.8vw;
        object-fit: cover;
    }

    .g-slide-7-left {
        position: absolute;
        bottom: 14vw;
        left: 50%;
        right: 0;
        z-index: 2;
        width: 100%;
        color: #101010;
        transform: translateX(-50%);
    }

    /* g-my-section-7 end */
    /* g-my-section-8 start */
    .g-my-section-8 {
        position: relative;
        height: 110vw;
        background-color: #fff;
    }

    .g-my-section-8 .g-my-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 14vw 0;
        box-sizing: border-box;
    }

    .g-slide8-bg-icon {
        position: absolute;
        top: 41%;
        right: -112px;
        width: 265px;
        height: 212px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide8-bg.png") no-repeat center/cover;
    }

    .g-slide-8-right {
        z-index: 2;
        padding-top: 8.5vw;
        color: #101010;
    }

    .g-slide-8-left {
        z-index: 2;
        display: flex;
        color: #101010;
    }

    .g-slide8-panel {
        width: 34.2vw;
        height: 46.4vw;
        margin-top: 2%;
        transition: all .3s;
    }

    .g-slide8-page {
        width: 55.5vw;
        height: 49.9vw;
        border-radius: 5px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
        transition: all .3s;
    }

    .g-slide-8-left.g-online .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-online .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-page.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-page.png") no-repeat center/cover;
    }

    /* g-my-section-8 end */
    /* g-my-section-9 start */
    .g-my-section-9 {
        position: relative;
        height: 105vw;
        background-color: #f4f7fb;
    }

    .g-slide9-bg-1 {
        position: absolute;
        top: 20%;
        left: -270px;
        width: 266px;
        height: 224px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-bg.png") no-repeat center/cover;
    }

    .g-slide9-bg-2 {
        position: absolute;
        top: 61%;
        right: -124px;
        width: 266px;
        height: 224px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-2-bg.png") no-repeat center/cover;
    }

    .g-slide-9-top {
        position: absolute;
        bottom: 14vw;
        left: 50%;
        right: 0;
        width: 100%;
        transform: translateX(-50%);
    }

    .g-slide-9-bottom {
        position: absolute;
        top: 14vw;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 89.4vw;
        border-radius: 4px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        transform: translateX(-50%);
        overflow: hidden;
    }

    .g-slide-9-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-9 end */
    /* g-my-section-10 start */
    .g-my-section-10 {
        position: relative;
        height: 105vw;
        background-color: #fff;
    }

    .g-slide-10-top {
        position: absolute;
        bottom: 14vw;
        left: 50%;
        transform: translateX(-50%)
    }

    .g-slide-10-bottom {
        position: absolute;
        top: 14vw;
        left: 50%;
        width: 89.4vw;
        height: 45.1vw;
        border-radius: 4px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        transform: translateX(-50%);
        overflow: hidden;
    }

    .g-slide-10-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-10 end */
    /* g-my-section-11 start */
    .g-my-section-11 {
        position: relative;
        height: 86vw;
        background-color: #f9fcff;
    }

    .g-slide-11-bg-1 {
        position: absolute;
        top: 21%;
        left: 0;
        width: 302px;
        height: 261px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-1.png') no-repeat center/cover;
    }

    .g-slide-11-bg-2 {
        position: absolute;
        bottom: 24%;
        right: -54px;
        width: 239px;
        height: 245px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-2-1.png') no-repeat center/cover;
    }

    .g-slide-11-top {
        position: absolute;
        bottom: 14vw;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }

    .g-slide-11-bottom {
        position: absolute;
        top: 17vw;
        left: 50%;
        width: 89.4vw;
        transform: translateX(-50%);
    }

    .g-slide-11-container {
        width: 89.4vw;
        height: 45.3vw;
        border-radius: 4px;
        box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        overflow: hidden;
    }

    .g-slide-11-btn-wrap {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding-top: 4.5vw;
    }

    .g-slide-11-btn-wrap li {
        position: relative;
        color: rgba(102, 102, 102, 100);
        cursor: pointer;
    }

    .g-slide-11-btn-wrap li.g-slide-active:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -3vw;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666;
    }

    .g-slide-11-btn-wrap li.g-slide-active:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -3vw;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666;
    }

    .g-slide-11-btn-wrap li:last-child {
        margin: 0;
    }

    .g-slide-11-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-11 end */
    /* g-my-section-12 start */
    .g-my-section-12 {
        position: relative;
        height: 150vw;
        background-color: #fff;
    }

    .g-my-section-12 .g-my-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding:11vw 0 18vw 0;
        box-sizing: border-box;
    }

    .g-slide-12-left {
        position: relative;
        width: 89.4vw;
        height: 78vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-banner.png') no-repeat center/cover;
        overflow: hidden;
    }

    .g-slide-12-circular-1 {
        position: absolute;
        top: 30.7vw;
        left: 0;
        width: 20.6vw;
        height: 20.6vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-1.png') no-repeat center/cover;
    }

    .g-slide-12-circular-2 {
        position: absolute;
        top: 8vw;
        left: 29vw;
        width: 11vw;
        height: 11vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-2.png') no-repeat center/cover;
    }

    .g-slide-12-circular-3 {
        position: absolute;
        top: 17vw;
        right: 12.6vw;
        width: 14.7vw;
        height: 14.7vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-3.png') no-repeat center/cover;
    }

    .g-slide-12-circular-4 {
        position: absolute;
        bottom: 15vw;
        right: 5vw;
        width: 17.6vw;
        height: 17.6vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-4.png') no-repeat center/cover;
    }

    .g-slide-12-circular-5 {
        position: absolute;
        bottom: 9vw;
        left: 20vw;
        width: 18.7vw;
        height: 18.7vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-5.png') no-repeat center/cover;
    }

    .g-slide-12-right {
        color: #101010;
    }

    .g-slide-12-right .g-slider-desc {
        padding: 3vw 0 0 5.5vw;
        text-align: left;
    }

    .g-slide-12-right .g-slider-desc li {
        list-style: disc;
    }

    /* g-my-section-12 end */
    /* g-my-section-13 start */
    .g-my-section-13 {
        position: relative;
        height: 78vw;
    }

    .g-my-section-13 .g-my-content{
        width: 100vw;
    }

    .g-slide-13-banner-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .g-slide-13-banner-wrap img {
        height: 100%;
        object-fit: cover;
    }

    .g-slide-13-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        height: 26%;
        color: #fff;
        border-top: 1px solid #b7afa6;
        background-color: rgba(125, 108, 83, 0.7);
    }

    .g-slide-13-bottom .g-slider-top-title,.g-slide-13-bottom .g-slider-top-desc{
        padding-top: 3vw;
        font-size: 3.4vw;
        line-height: 4vw;
        color:#fff;
    }

    .g-slide-13-bottom .g-slider-top-title {
        font-weight: bold;
        font-size: 4.3vw;
    }

    /* g-my-section-13 end */
    /* g-my-section-14 start */
    .g-my-section-14 {
        position: relative;
        height: 105vw;
    }

    .g-slide-14-top {
        position: absolute;
        top: 14vw;
        left: 0;
        width: 100%;
        color: #101010;
    }

    .g-slide-14-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14vw;
        width: 100%;
    }

    .g-slide-14-lists {
        display: flex;
        justify-content: center;
    }

    .g-slide-14-normal-user-info {
        padding-top: 2vw;
        color: #101010;
        font-size: 2.5vw;
        text-align: center;
        opacity: 0.6;

    }

    .g-capacity-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 30.4vw;
        height: 33.4vw;
        padding: 3.8vw 0;
        text-align: center;
        border-radius: 6px;
        box-shadow: 1px 3px 6px 0px rgba(179, 185, 209, 75);
        transition: all .3s;
        transform: translate3d(0, 0, 0);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item:hover {
        transform: translate3d(0, -4px, 0);
    }

    .g-capacity-item-info p:first-child {
        font-size: 3.5vw;
        font-weight: bold;
    }

    .g-capacity-item-title {
        width: 100%;
    }

    .g-capacity-item-title p {
        font-size: 3.3vw;
    }

    .g-capacity-item-title p:first-child {
        font-weight: bold;
    }

    .g-capacity-item-open {
        width: 18.7vw;
        height: 5.6vw;
        font-size: 1vw;
        background-color: transparent;
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item-open a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 2.5vw;
    }

    .g-capacity-item-1 {
        color: rgba(61, 69, 97, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-1-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-1 .g-capacity-item-open {
        border-color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-1 .g-capacity-item-open a{
        color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-2 {
        color: rgba(130, 82, 31, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-2-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-2 .g-capacity-item-open {
        border-color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-2 .g-capacity-item-open a{
        color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-3 {
        color: rgba(255, 242, 219, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-3-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-3 .g-capacity-item-title p:first-child {
        text-shadow: 4.32px 3.32px 1.32px rgba(30, 30, 36, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open {
        border-color: rgba(255, 242, 219, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open a{
        color: rgba(255, 242, 219, 1);
    }

    /* g-my-section-14 end */
    /* g-my-section-15 start */
    .g-my-section-15 {
        position: relative;
        height: 135vw;
    }

    .g-slide-15-top {
        position: absolute;
        top: 12vw;
        left: 50%;
        color: #101010;
        transform: translateX(-50%);
    }

    .g-slide-15-bottom {
        position: absolute;
        bottom: 11vw;
        left: 0;
        right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 6vw;
        color: #101010;
        box-sizing: border-box;
    }

    .g-slide-15-bottom > div {
        width: 38.5vw;
        height: 45vw;
        padding: 3vw 2.5vw 5vw 2.5vw;
        margin-bottom: 4vw;
        border-radius: 6px;
        text-align: center;
        border: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-slide-15-bottom-item-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
    }

    .g-slide-15-bottom-item-top p {
        padding: 2vw 0 2.5vw 0;
        color: rgba(16, 16, 16, 100);
        font-size: 4.3vw;
    }

    .g-slide-15-bottom-item-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 3.8vw;
    }

    .g-slide-15-bottom-item-bottom p {
        width: 100%;
        font-size: 3vw;
        color: #666;
        line-height: 4vw;
        white-space: nowrap;
        text-align: center;
    }
    /* g-my-section-15 end */

    /* g-my-section-16 start */
    .g-my-section-16 {
        position: relative;
        width: 100%;
        height: 25vw;
        border-bottom: 1px solid #69777c;
        background: #001424;
        box-sizing: border-box;
    }
    .g-my-section-16 .g-my-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .g-my-section-16 .g-slide-btn:first-child {
        margin-right: 11vw;
    }
    .g-my-section-16 .g-my-content .g-slide-btn {
        width: 48vw;
        height: 12vw;
        font-size: 4.3vw;
    }
    /* g-my-section-16 end */
}

/* 中等屏幕（桌面显示器，1399 <= pc >= 769） */
@media screen and (min-width: 769px) and (max-width: 1399px) {
    /* 只能搜索 -- start */
    .g-slide-7-right-content-search {
        position: absolute;
        top: 2vw;
        right: 5vw;
        width: 35.3vw;
        height: 5.2vw;
    }

    .g-slide-7-right-content-desc {
        position: absolute;
        top: 9vw;
        right: 9vw;
        width: 32.2vw;
        height: 13.9vw;
    }

    .g-slide-7-right-content-desc > div {
        position: absolute;
        display:flex;
        justify-content: center;
        align-items: center;
        width: 8.6vw;
        height: 3.1vw;
        font-size: 1.4vw;
        color: #fff;
        border-radius: 4px;
        background-color: rgba(9, 170, 255, 100);
    }

    .g-slide-7-right-content-desc > div:nth-child(1) {
        top: 5vw;
        left: 0;
    }
    .g-slide-7-right-content-desc > div:nth-child(2){
        top: 0;
        left: 10vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(3) {
        left: 23vw;
        top: 1.7vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(4) {
        top: 6vw;
        left: 15.4vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(5){
        top: 11vw;
        left: 6vw;
    }
    .g-slide-7-right-content-desc > div:nth-child(6) {
        top: 10vw;
        right: 0;
    }
    /* 只能搜索 -- end */
    /* 一键管理 -- start */
    .g-slide-5-tab1-content {
        position: absolute;
        top: 9.5vw;
        right: 2vw;
        justify-content: space-between;
        left: 18vw;
        display: flex;
        flex-wrap: wrap;
    }

    .g-slide-5-tab1-content .g-slide-5-tab1-content-item {
        width: 10.1vw;
        height: 12.3vw;
        margin-top: 1.4vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    /* 一键管理 -- end */

    /* 安全高效栏目 鼠标移入图标 -- start */
    .g-slide-15-bottom-item-pic {
        width: 60px;
        height: 60px;
        padding-bottom: 6px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top;
        transform: scale(1.5);
    }

    .g-slide-15-bottom-item-pic.is-leave {
        animation: g-nav-icon-leave .3s steps(16) forwards;
    }

    .g-slide-15-bottom-item-pic.is-enter {
        animation: g-nav-icon-enter .3s steps(16) forwards;
    }

    @keyframes g-nav-icon-leave {
        0% {
            background-position: 0 -960px;

        }

        100% {
            background-position: 0 -0;
        }
    }

    @keyframes g-nav-icon-enter {
        0% {
            background-position: 0 -0;
        }

        100% {
            background-position: 0 -960px;
        }
    }
    /* 安全高效栏目 鼠标移入图标 -- end */

    /* 下载客户端 -- start */
    .g-down-client-dialog_mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
    }

    .g-dialog_wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index:999;
        display: none;
        overflow: auto;
        margin: 0;
    }

    .g-down-client-wrap {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 650px;
        background-color: #fff;
        border-radius: 14px;
        box-sizing: border-box;
        overflow: hidden;
        transform: translate(-50%,-50%);
    }

    .g-down-client-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 10px;
        border-bottom: solid 1px #ccc;
        box-shadow: 0 1px 0 0 #f5f6fa;
        box-sizing: border-box;
    }

    .g-down-client-header .g-dialog-title {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .g-down-client-header .g-dialog-close-btn {
        width: 16px;
        height: 16px;
    }

    .g-down-client-header .g-dialog-close-btn span {
        display: inline-block;
        width: 16px;
        height: 2px;
        background: #909399;
        transform: rotate(45deg);
    }

    .g-down-client-header .g-dialog-close-btn span::after {
        content: '';
        display: block;
        width: 16px;
        height: 2px;
        background: #909399;
        transform: rotate(-90deg);
    }

    .g-down-client-content {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    /* 下载客户端 -- end */

    .g-my-content {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0 6vw;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .g-slider-title {
        font-size: 3.6vw;
        line-height: 3.9vw;
        font-weight: normal;
        text-align: left;
    }

    .g-slider-desc {
        padding-top: 1.8vw;
        font-size: 1.5vw;
        line-height: 1.8vw;
        text-align: left;
    }

    .g-slider-top-title {
        font-size: 3.7vw;
        font-weight: normal;
        text-align: center;
    }

    .g-slider-top-desc {
        padding-top: 1.7vw;
        font-size: 1.4vw;
        line-height: 1.8vw;
        text-align: center;
    }

    /* g-my-slide-1 start */
    .g-my-slide-1 {
        position: relative;
        height: 38vw;
        color: #fff;
        background-color: #001424;
    }

    .g-my-slide-1 .g-my-content {
        justify-content: space-between;
        align-items: center;
        padding-right: 0;
    }

    .g-slide-1-video-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .g-slide-1-video-bg video {
        object-fit: fill;
    }

    .g-slide-1-right img {
        width: 48vw;
        object-fit: cover;
    }

    .g-slide-1-left-btn {
        display: flex;
        justify-content: flex-start;
        padding-top: 3.3vw;
    }

    .g-slide-1-left-btn .g-slide-btn:first-child {
        margin-right: 2vw;
    }

    .g-slide-btn {
        width: 14.2vw;
        height: 3.7vw;
        font-size: 1.5vw;
        color: #fff;
        background-color: transparent;
        border: 1px solid rgba(187, 187, 187, 100);
        border-radius: 6px;
        transition: background-color .3s,color .3s;
        box-sizing: border-box;
    }

    .g-slide-btn:hover {
        background-color: #fff;
        color: #000;
    }

    /* g-my-slide-1 end */
    /* g-my-section-2 start */
    .g-my-section-2 {
        position: relative;
        height: 54vw;
        color: #fff;
        background-color: #fff;
    }

    .g-my-section-2 .g-my-content {
        align-items: center;
        justify-content: space-between;
        padding: 0 10vw;
    }

    .g-slide-2-left {
        width: 43.8vw;
        height: 41.7vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-2-banner.png') no-repeat center/cover;
    }

    .g-slide-2-right {
        color: #101010;
    }

    /* slider-2 end */
    /* g-my-section-3 start */
    .g-my-section-3 {
        position: relative;
        height: 54vw;
        color: #101010;
        background-color: #f4f7fb;
    }

    .g-my-section-3 .g-my-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-slide-3-right {
        width: 57vw;
        height: 39.3vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-3-banner.png') no-repeat center/cover;
    }

    /* g-my-section-3 end */
    /* g-my-section-4 start */
    .g-my-section-4 {
        position: relative;
        height: 60vw;
        color: #101010;
        background-color: #fff;
    }

    .g-my-section-4 .g-my-content {
        align-items: center;
        justify-content: space-between;
        padding-right: 1vw;
    }

    .g-slide-bg-icon-light {
        position: absolute;
        top: 34%;
        right: -145px;
        width: 26.3vw;
        height: 26.3vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/light-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-night {
        position: absolute;
        top: 16%;
        left: -4vw;
        width: 20.1vw;
        height: 13.3vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/night-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-auto {
        position: absolute;
        top: 63%;
        left: 59.7%;
        width: 17.4vw;
        height: 17.4vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/auto-bg.png') no-repeat center/cover;
    }

    .g-slide-4-left {
        position: relative;
        z-index:1;
        width: 63.3vw;
        height: 43.2vw;
        border-radius: 8px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-4-left .pattern-atNight img,.g-slide-4-left .pattern-day img{
        height: 100%;
    }

    .g-slide-4-right {
        position: relative;
        z-index: 1;
        color: #333;
    }

    /* g-my-section-4 end */
    /* g-my-section-5 start */
    .g-my-section-5 {
        position: relative;
        height: 56vw;
        color: #101010;
        background-color: #f4f7fb;
        transition: background-color .3s;
    }

    .g-my-section-5 .g-my-content {
        justify-content: space-between;
        align-items: center;
    }

    /* 背景图标 --start */
    .g-slide5-bg {
        display: none;
        position: absolute;
        width: 100%;
        height: 50.3vw;
    }

    .g-slide5-bg.g-slid5-tab-1-bg-wrap {
        display: block;
    }

    .g-slide5-tab1-bg-icon-1 {
        position: absolute;
        top: 47%;
        left: 12%;
        width: 23.9vw;
        height: 22.4vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab1-bg-icon-2 {
        position: absolute;
        bottom: -10vw;
        left: 50%;
        width: 21.1vw;
        height: 21.1vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-2.png") no-repeat center/cover;
        transform: translateX(-50%);
    }

    .g-slide5-tab1-bg-icon-3 {
        position: absolute;
        top: 30%;
        right: -10vw;
        width: 25.3vw;
        height: 25vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-1 {
        position: absolute;
        bottom: -10vw;
        left: -9vw;
        width: 32.5vw;
        height: 32.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 26.2vw;
        height: 19.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-3 {
        position: absolute;
        top: 58%;
        right: 2%;
        width: 24.8vw;
        height: 21.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-1 {
        position: absolute;
        top: 35%;
        left: 5%;
        width: 27vw;
        height: 23.3vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 22.5vw;
        height: 22.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-3 {
        position: absolute;
        bottom: 2%;
        right: 2%;
        width: 23.2vw;
        height: 23.2vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-3.png") no-repeat center/cover;
    }

    /* 背景图标 --end */
    .g-slide-5-left {
        width: 26.6vw;
    }

    .g-slide-5-tab-btn-wrap {
        display: flex;
        align-items: center;
        height: 2.9vw
    }

    .g-slide-5-tab-btn {
        width: 8.7vw;
        height: 2.9vw;
        text-align: center;
        line-height: 2.9vw;
        color: #999999;
        font-size: 1.4vw;
        font-weight: bold;
        border-radius: 2vw;
        background-color: transparent;
    }

    .g-slide-5-tab-btn.active {
        color: #fff;
        background-color: rgba(50, 145, 248, 100);
    }

    .g-slide-5-tab-content-wrap {
        padding: 1vw 0 0 1.4vw;
    }

    .g-slide-5-content {
        display: none;
        color: #101010;
        font-size: 1.4vw;
    }

    .g-slide-5-tab-content-wrap .g-slide-5-content:first-child {
        display: block;
    }

    .g-slide-5-right {
        width: 57.1vw;
        height: 38.6vw;
        border-radius: 10px;
        box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-5-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* g-my-section-5 end */
    /* g-my-section-6 start */
    .g-my-section-6 {
        position: relative;
        height: 56vw;
        background-color: #fff;
    }

    .g-my-section-6 .g-my-content {
        justify-content: space-between;
        align-items: center;
    }

    .g-slide-6-bg {
        position: absolute;
        top: 17.7vw;
        right: -3vw;
        width: 14.3vw;
        height: 12.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide6-bg.png") no-repeat center/cover;
    }

    .g-slide-6-left {
        position: relative;
        z-index: 1;
        width: 60vw;
        height: 37.1vw;
        border-radius: 6px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-6-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .g-slide-6-right {
        position: relative;
        z-index: 1;
        color: #101010;
    }

    /* g-my-section-6 end */
    /* g-my-section-7start */
    .g-my-section-7 {
        position: relative;
        height: 64vw;
        background-color: #f4f7fb;
    }

    .g-my-section-7 .g-my-content {
        justify-content: space-between;
        align-items: center;
    }

    .g-slide7-bg-icon {
        position: absolute;
        top: 30%;
        left: 7%;
        width: 19.8vw;
        height: 19.5vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide7-bg.png") no-repeat center/cover;
    }

    .g-slide-7-right {
        position: relative;
        z-index: 1;
        border-radius: 8px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-7-right img {
        width: 67vw;
        object-fit: cover;
    }

    .g-slide-7-left {
        position: relative;
        z-index: 1;
        color: #101010;
    }

    /* g-my-section-7 end */
    /* g-my-section-8 start */
    .g-my-section-8 {
        position: relative;
        height: 57vw;
        background-color: #fff;
    }

    .g-my-section-8 .g-my-content {
        justify-content: space-between;
        align-items: center;
        padding-right: 2vw;
    }

    .g-slide8-bg-icon {
        position: absolute;
        top: 41%;
        right: -8vw;
        width: 19.2vw;
        height: 15.4vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide8-bg.png") no-repeat center/cover;
    }

    .g-slide-8-right {
        position: relative;
        z-index: 1;
        width: 20vw;
        color: #101010;
    }

    .g-slide-8-left {
        position: relative;
        z-index: 1;
        display: flex;
        color: #101010;
    }

    .g-slide8-panel {
        width: 25.4vw;
        height: 35.5vw;
        margin-top: 2%;
        transition: all .3s;
    }

    .g-slide8-page {
        width: 42.6vw;
        height: 38.2vw;
        border-radius: 10px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
        transition: all .3s;
    }

    .g-slide-8-left.g-online .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-online .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-page.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-page.png") no-repeat center/cover;
    }

    /* g-my-section-8 end */
    /* g-my-section-9 start */
    .g-my-section-9 {
        position: relative;
        height: 74vw;
        background-color: #f4f7fb;
    }

    .g-my-section-9 .g-my-content {
        flex-direction: column;
        align-items: center;
    }

    .g-slide9-bg-1 {
        position: absolute;
        top: 20%;
        left: 5vw;
        width: 19.3vw;
        height: 16.3vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-bg.png") no-repeat center/cover;
    }

    .g-slide9-bg-2 {
        position: absolute;
        top: 61%;
        right: -5vw;
        width: 16.4vw;
        height: 16.3vw;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-2-bg.png") no-repeat center/contain;
    }

    .g-slide-9-top {
        position: relative;
        padding-top: 7.3vw;
    }

    .g-slide-9-bottom {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73.4vw;
        margin-top: 5vw;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    .g-slide-9-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-9 end */
    /* g-my-section-10 start */
    .g-my-section-10 {
        position: relative;
        height: 74vw;
        background-color: #fff;
    }

    .g-my-section-10 .g-my-content {
        flex-direction: column;
        align-items: center;
    }

    .g-slide-10-top {
        padding-top: 7.3vw;
    }

    .g-slide-10-bottom {
        width: 73.4vw;
        height: 43.1vw;
        margin-top: 5vw;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    .g-slide-10-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-10 end */
    /* g-my-section-11 start */
    .g-my-section-11 {
        position: relative;
        height: 76vw;
        background-color: #f9fcff;
    }

    .g-my-section-11 .g-my-content {
        flex-direction: column;
        align-items: center;
    }

    .g-slide-11-bg-1 {
        position: absolute;
        top: 21%;
        left: 0;
        width: 302px;
        height: 261px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-1.png') no-repeat center/cover;
    }

    .g-slide-11-bg-2 {
        position: absolute;
        bottom: 24%;
        right: -54px;
        width: 239px;
        height: 245px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-2-1.png') no-repeat center/cover;
    }

    .g-slide-11-top {
        padding-top: 7.3vw;
    }

    .g-slide-11-bottom {
        width: 73.5vw;
        margin-top: 5vw;
    }

    .g-slide-11-container {
        width: 73.5vw;
        height: 43.7vw;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        overflow: hidden;
    }

    .g-slide-11-btn-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 2vw;
    }

    .g-slide-11-btn-wrap li {
        position: relative;
        margin-right: 2.9vw;
        color: rgba(102, 102, 102, 100);
        font-size: 1.8vw;
        cursor: pointer;
    }

    .g-slide-11-btn-wrap li:last-child {
        margin: 0;
    }

    .g-slide-11-btn-wrap li.g-slide-active:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -14px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666666;
    }

    .g-slide-11-btn-wrap li.g-slide-active:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -14px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666666;
    }

    .g-slide-11-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-11 end */
    /* g-my-section-12 start */
    .g-my-section-12 {
        position: relative;
        height: 62.8vw;
        background-color: #fff;
    }

    .g-my-section-12 .g-my-content {
        align-items: center;
        justify-content: space-between;
    }

    .g-slide-12-left {
        position: relative;
        width: 51.5vw;
        height: 48.4vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-banner.png') no-repeat center/cover;
        overflow: hidden;
    }

    .g-slide-12-circular-1 {
        position: absolute;
        top: 18vw;
        left: 0;
        width: 12vw;
        height: 12vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-1.png') no-repeat center/cover;
    }

    .g-slide-12-circular-2 {
        position: absolute;
        top: 5vw;
        left: 17vw;
        width: 6.5vw;
        height: 6.5vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-2.png') no-repeat center/cover;
    }

    .g-slide-12-circular-3 {
        position: absolute;
        top: 9.8vw;
        left: 36.1vw;
        width: 8.6vw;
        height: 8.6vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-3.png') no-repeat center/cover;
    }

    .g-slide-12-circular-4 {
        position: absolute;
        bottom: 9vw;
        right: 3vw;
        width: 10.2vw;
        height: 10.2vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-4.png') no-repeat center/cover;
    }

    .g-slide-12-circular-5 {
        position: absolute;
        bottom: 5.1vw;
        left: 12vw;
        width: 11vw;
        height: 11vw;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-5.png') no-repeat center/cover;
    }

    .g-slide-12-right {
        color: #101010;
    }

    .g-slide-12-right .g-slider-desc {
        padding: 40px 0 0 20px;
    }

    .g-slide-12-right .g-slider-desc li {
        list-style: disc;
    }

    /* g-my-section-12 end */
    /* g-my-section-13 start */
    .g-my-section-13 {
        position: relative;
        height: 65.2vw;
    }

    .g-my-section-13 .g-my-content {
        width: 100%;
    }

    .g-slide-13-banner-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .g-slide-13-banner-wrap img {
        object-fit: cover;
    }

    .g-slide-13-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        height: 17vw;
        color: #fff;
        border-top: 1px solid #b7afa6;
        background-color: rgba(125, 108, 83, 0.7);
    }

    .g-slide-13-bottom .g-slider-top-title {
        padding-top: 2.4vw;
    }

    .g-slide-13-bottom .g-slider-top-desc {
        padding-top: 1.6vw;
    }

    /* g-my-section-13 end */
    /* g-my-section-14 start */
    .g-my-section-14 {
        position: relative;
        height: 58vw;
    }

    .g-my-section-14 .g-my-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .g-slide-14-bottom {
        width: 83.4vw;
        padding-top: 2.5vw;
    }

    .g-slide-14-lists {
        display: flex;
        justify-content: center;
    }

    .g-slide-14-normal-user-info {
        padding-top: 1.5vw;
        color: #101010;
        font-size: 24px;
        text-align: center;
        opacity: 0.6;
    }

    .g-capacity-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 25.8vw;
        height: 29.1vw;
        padding: 2.8vw;
        text-align: center;
        border-radius: 0.6vw;
        box-shadow: 3px 7px 12px 0px rgba(179, 185, 209, 75);
        transition: transform .3s;
        transform: translate3d(0, 0, 0);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item:hover {
        transform: translate3d(0, -8px, 0);
    }

    .g-capacity-item-title {
        font-size: 2.1vw;
    }

    .g-capacity-item-title p:first-child {
        font-weight: bold;
    }

    .g-capacity-item-info {
        margin-top: -3.2vw;
    }

    .g-capacity-item-info p:first-child {
        font-size: 3vw;
    }

    .g-capacity-item-info p:last-child {
        font-size: 0.9vw;
    }

    .g-capacity-item-open {
        width: 16.5vw;
        height: 3.4vw;
        background-color: transparent;
        border-style: solid;
        border-width: 2px;
        border-radius: 10.56px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item-open a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 1.6vw;
    }

    .g-capacity-item-1 {
        color: rgba(61, 69, 97, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-1-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-1 .g-capacity-item-open {
        border-color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-1 .g-capacity-item-open a {
        color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-2 {
        color: rgba(130, 82, 31, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-2-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-2 .g-capacity-item-open {
        border-color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-2 .g-capacity-item-open a {
        color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-3 {
        color: rgba(255, 242, 219, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-3-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-3 .g-capacity-item-title p:first-child {
        text-shadow: 4.32px 3.32px 1.32px rgba(30, 30, 36, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open {
        border-color: rgba(255, 242, 219, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open a {
        color: rgba(255, 242, 219, 1);
    }

    /* g-my-section-14 end */

    /* g-my-section-16 start */
    .g-my-section-16 {
        position: relative;
        width: 100%;
        height: 9.4vw;
        border-bottom: 1px solid #69777c;
        background: #001424;
        box-sizing: border-box;
    }

    .g-my-section-16 .g-my-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .g-my-section-16 .g-slide-btn:first-child {
        margin-right: 60px;
    }
    /* g-my-section-16 end */
}

/* 中等屏幕（桌面显示器，pc >= 1400） */
@media screen and (min-width: 1400px) {
    /* 只能搜索 -- start */
    .g-slide-7-right-content-search {
        position: absolute;
        top: 30px;
        right: 72px;
        width: 493px;
        height: 72px;
    }

    .g-slide-7-right-content-desc {
        position: absolute;
        top: 135px;
        right: 135px;
        width: 450px;
        height: 194px;
    }

    .g-slide-7-right-content-desc > div {
        position: absolute;
        display:flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 43px;
        font-size: 20px;
        color: #fff;
        border-radius: 4px;
        background-color: rgba(9, 170, 255, 100);
    }

    .g-slide-7-right-content-desc > div:nth-child(1) {
        top: 51px;
        left: 0;
    }
    .g-slide-7-right-content-desc > div:nth-child(2){
        top: 0;
        left: 133px;
    }
    .g-slide-7-right-content-desc > div:nth-child(3) {
        left: 293px;
        top: 20px;
    }
    .g-slide-7-right-content-desc > div:nth-child(4) {
        top: 83px;
        left: 193px;
    }
    .g-slide-7-right-content-desc > div:nth-child(5){
        top: 151px;
        left: 60px;
    }
    .g-slide-7-right-content-desc > div:nth-child(6) {
        top: 145px;
        right: 0;
    }
    /* 只能搜索 -- end */
    /* 一键管理 -- start */
    .g-slide-5-tab1-content {
        position: absolute;
        top: 140px;
        right: 32px;
        left: 284px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .g-slide-5-tab1-content .g-slide-5-tab1-content-item {
        width: 148px;
        height: 179px;
        margin-top: 37px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        /* 一键管理 -- end */
    /* 安全高效栏目 鼠标移入图标 -- start */
    .g-slide-15-bottom-item-pic {
        width: 60px;
        height: 60px;
        padding-bottom: 6px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top;
        transform: scale(1.5);
    }

    .g-slide-15-bottom-item-pic.is-leave {
        animation: g-nav-icon-leave .3s steps(16) forwards;
    }

    .g-slide-15-bottom-item-pic.is-enter {
        animation: g-nav-icon-enter .3s steps(16) forwards;
    }

    @keyframes g-nav-icon-leave {
        0% {
            background-position: 0 -960px;

        }

        100% {
            background-position: 0 -0;
        }
    }

    @keyframes g-nav-icon-enter {
        0% {
            background-position: 0 -0;
        }

        100% {
            background-position: 0 -960px;
        }
    }
    /* 安全高效栏目 鼠标移入图标 -- end */

    /* 下载客户端 -- start */
    .g-down-client-dialog_mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
    }

    .g-dialog_wrapper {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index:999;
        display: none;
        overflow: auto;
        margin: 0;
    }

    .g-down-client-wrap {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 650px;
        background-color: #fff;
        border-radius: 14px;
        box-sizing: border-box;
        overflow: hidden;
        transform: translate(-50%,-50%);
    }

    .g-down-client-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px 10px;
        border-bottom: solid 1px #ccc;
        box-shadow: 0 1px 0 0 #f5f6fa;
        box-sizing: border-box;
    }

    .g-down-client-header .g-dialog-title {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .g-down-client-header .g-dialog-close-btn {
        width: 16px;
        height: 16px;
    }

    .g-down-client-header .g-dialog-close-btn span {
        display: inline-block;
        width: 16px;
        height: 2px;
        background: #909399;
        transform: rotate(45deg);
    }

    .g-down-client-header .g-dialog-close-btn span::after {
        content: '';
        display: block;
        width: 16px;
        height: 2px;
        background: #909399;
        transform: rotate(-90deg);
    }

    .g-down-client-content {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    /* 下载客户端 -- end */

    .g-my-content {
        position: relative;
        width: 1330px;
        height: 100%;
        margin: 0 auto;
    }

    .g-slider-title {
        font-size: 46px;
        line-height: 58px;
        font-weight: normal;
        text-align: left;
    }

    .g-slider-desc {
        padding-top: 30px;
        font-size: 20px;
        line-height: 25px;
        text-align: left;
    }

    .g-slider-top-title {
        font-size: 46px;
        font-weight: normal;
        text-align: center;
    }

    .g-slider-top-desc {
        padding-top: 28px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    /* g-my-slide-1 start */
    .g-my-slide-1 {
        position: relative;
        height: 520px;
        color: #fff;
        background-color: #001424;
    }

    .g-slide-1-video-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .g-slide-1-video-bg video {
        object-fit: fill;
    }

    .g-slide-1-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .g-slide-1-right {
        position: absolute;
        top: 50%;
        right: -112px;
        transform: translateY(-50%);
    }

    .g-slide-1-right img {
        height: 460px;
        object-fit: cover;
    }

    .g-slide-1-left-btn {
        display: flex;
        padding-top: 40px;
    }

    .g-slide-1-left-btn .g-slide-btn:first-child {
        margin-right: 30px;
    }

    .g-slide-btn {
        width: 200px;
        height: 50px;
        font-size: 20px;
        color: #fff;
        background-color: transparent;
        border: 1px solid rgba(187, 187, 187, 100);
        border-radius: 6px;
        transition: all .3s;
        box-sizing: border-box;
    }

    .g-slide-btn:hover {
        background-color: #fff;
        color: #000;
    }

    /* g-my-slide-1 end */
    /* g-my-section-2 start */
    .g-my-section-2 {
        position: relative;
        height: 720px;
        color: #fff;
        background-color: #fff;
    }

    .g-slide-2-left {
        position: absolute;
        top: 50%;
        left: 0;
        width: 670px;
        height: 638px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-2-banner.png') no-repeat center/cover;
        transform: translateY(-50%);
    }

    .g-slide-2-right {
        position: absolute;
        top: 50%;
        right: 10%;
        color: #101010;
        transform: translateY(-50%);
    }

    /* slider-2 end */
    /* g-my-section-3 start */
    .g-my-section-3 {
        position: relative;
        height: 700px;
        color: #101010;
        background-color: #f4f7fb;
    }

    .g-slide-3-left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .g-slide-3-right {
        position: absolute;
        top: 50%;
        right: 0;
        width: 793px;
        height: 546px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-3-banner.png') no-repeat center/cover;
        transform: translateY(-50%);
    }

    /* g-my-section-3 end */
    /* g-my-section-4 start */
    .g-my-section-4 {
        position: relative;
        height: 785px;
        color: #101010;
        background-color: #fff;
    }
    .g-slide-bg-icon-light {
        position: absolute;
        top: 34%;
        right: -145px;
        width: 320px;
        height: 320px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/light-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-night {
        position: absolute;
        top: 16%;
        left: -119px;
        width: 245px;
        height: 261px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/night-bg.png') no-repeat center/cover;
    }

    .g-slide-bg-icon-auto {
        position: absolute;
        top: 63%;
        left: 59.7%;
        width: 212px;
        height: 212px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/auto-bg.png') no-repeat center/cover;
    }

    .g-slide-4-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 874px;
        height: 594px;
        border-radius: 8px;
        transform: translateY(-50%);
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-4-left img {
        width: 874px;
        height: 594px;
        object-fit: cover;
    }

    .g-slide-4-right {
        position: absolute;
        top: 50%;
        right: -10px;
        z-index: 2;
        color: #333;
        transform: translateY(-50%);
    }

    /* g-my-section-4 end */
    /* g-my-section-5 start */
    .g-my-section-5 {
        position: relative;
        height: 800px;
        color: #101010;
        background-color: #f4f7fb;
        transition: background-color .3s;
    }

    /* 背景图标 --start */
    .g-slide5-bg {
        display: none;
        position: absolute;
        width: 100%;
        height: 808px;
    }

    .g-slide5-bg.g-slid5-tab-1-bg-wrap {
        display: block;
    }

    .g-slide5-tab1-bg-icon-1 {
        position: absolute;
        top: 47%;
        left: 12%;
        width: 291px;
        height: 272px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab1-bg-icon-2 {
        position: absolute;
        bottom: -128px;
        left: 50%;
        width: 257px;
        height: 257px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-2.png") no-repeat center/cover;
        transform: translateX(-50%);
    }

    .g-slide5-tab1-bg-icon-3 {
        position: absolute;
        top: 30%;
        right: -80px;
        width: 308px;
        height: 304px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab1-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-1 {
        position: absolute;
        bottom: -80px;
        left: -70px;
        width: 395px;
        height: 395px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 320px;
        height: 237px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab2-bg-icon-3 {
        position: absolute;
        top: 58%;
        right: 2%;
        width: 302px;
        height: 261px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab2-bg-3.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-1 {
        position: absolute;
        top: 35%;
        left: 5%;
        width: 328px;
        height: 283px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-1.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-2 {
        position: absolute;
        top: 2%;
        left: 28%;
        width: 274px;
        height: 274px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-2.png") no-repeat center/cover;
    }

    .g-slide5-tab3-bg-icon-3 {
        position: absolute;
        bottom: 2%;
        right: 2%;
        width: 283px;
        height: 283px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide5-tab3-bg-3.png") no-repeat center/cover;
    }

    /* 背景图标 --end */
    .g-slide-5-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        width: 416px;
        transform: translateY(-50%);
    }

    .g-slide-5-tab-btn-wrap {
        display: flex;
        align-items: center;
        height: 46px;
    }

    .g-slide-5-tab-btn {
        width: 138px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        color: #999999;
        font-size: 24px;
        font-weight: bold;
        border-radius: 27px;
        background-color: transparent;
    }

    .g-slide-5-tab-btn.active {
        color: #fff;
        background-color: rgba(50, 145, 248, 100);
    }

    .g-slide-5-tab-content-wrap {
        padding: 18px 0 0 20px;
    }

    .g-slide-5-content {
        display: none;
        color: #101010;
        font-size: 20px;
    }

    .g-slide-5-tab-content-wrap .g-slide-5-content:first-child {
        display: block;
    }

    .g-slide-5-right {
        position: absolute;
        top: 50%;
        right: -11px;
        z-index: 1;
        width: 906px;
        height: 616px;
        border-radius: 10px;
        box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
        transform: translateY(-50%);
    }

    .g-slide-5-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-5 end */
    /* g-my-section-6 start */
    .g-my-section-6 {
        position: relative;
        height: 762px;
        background-color: #fff;
    }

    .g-slide-6-bg {
        position: absolute;
        top: 32.9%;
        right: -53px;
        width: 233px;
        height: 205px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide6-bg.png") no-repeat center/cover;
    }

    .g-slide-6-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        border-radius: 6px;
        transform: translateY(-50%);
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .g-slide-6-left img {
        width: 970px;
        height: 592px;
        object-fit: cover;
    }

    .g-slide-6-right {
        position: absolute;
        top: 50%;
        right: 53px;
        z-index: 2;
        color: #101010;
        transform: translateY(-50%);
    }

    /* g-my-section-6 end */
    /* g-my-section-7start */
    .g-my-section-7 {
        position: relative;
        height: 823px;
        background-color: #f4f7fb;
    }

    .g-slide7-bg-icon {
        position: absolute;
        top: 30%;
        left: 7%;
        width: 241px;
        height: 237px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide7-bg.png") no-repeat center/cover;
    }

    .g-slide-7-right {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 2;
        border-radius: 8px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        transform: translateY(-50%);
        overflow: hidden;
    }

    .g-slide-7-right img {
        width: 980px;
        height: 663px;
        object-fit: cover;
    }

    .g-slide-7-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        color: #101010;
        transform: translateY(-50%);
    }

    /* g-my-section-7 end */
    /* g-my-section-8 start */
    .g-my-section-8 {
        position: relative;
        height: 697px;
        background-color: #fff;
    }

    .g-slide8-bg-icon {
        position: absolute;
        top: 41%;
        right: -112px;
        width: 265px;
        height: 212px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/slide8-bg.png") no-repeat center/cover;
    }

    .g-slide-8-right {
        position: absolute;
        top: 50%;
        right: -10px;
        z-index: 2;
        color: #101010;
        transform: translateY(-50%);
    }

    .g-slide-8-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        display: flex;
        color: #101010;
        transform: translateY(-50%);
    }


    .g-slide8-panel {
        width: 350px;
        height: 489px;
        margin-top: 2%;
        transition: all .3s;
    }

    .g-slide8-page {
        width: 587px;
        height: 527px;
        border-radius: 10px;
        box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.14);
        overflow: hidden;
        transition: all .3s;
    }

    .g-slide-8-left.g-online .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-online .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-online-page.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-panel {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-panel.png") no-repeat center/cover;
    }

    .g-slide-8-left.g-offline .g-slide8-page {
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-8-offline-page.png") no-repeat center/cover;
    }

    /* g-my-section-8 end */
    /* g-my-section-9 start */
    .g-my-section-9 {
        position: relative;
        height: 930px;
        background-color: #f4f7fb;
    }

    .g-slide9-bg-1 {
        position: absolute;
        top: 20%;
        left: -270px;
        width: 266px;
        height: 224px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-bg.png") no-repeat center/cover;
    }

    .g-slide9-bg-2 {
        position: absolute;
        top: 61%;
        right: -124px;
        width: 266px;
        height: 224px;
        background: url("https://cache.zhidayun.net/icloud_describe/img/g-slide-9-2-bg.png") no-repeat center/cover;
    }

    .g-slide-9-top {
        position: absolute;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .g-slide-9-bottom {
        position: absolute;
        top: 59%;
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1013px;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%);
        overflow: hidden;
    }

    .g-slide-9-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-9 end */
    /* g-my-section-10 start */
    .g-my-section-10 {
        position: relative;
        height: 930px;
        background-color: #fff;
    }

    .g-slide-10-top {
        position: absolute;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .g-slide-10-bottom {
        position: absolute;
        top: 60%;
        left: 50%;
        width: 1182px;
        height: 595px;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%);
        overflow: hidden;
    }

    .g-slide-10-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-10 end */
    /* g-my-section-11 start */
    .g-my-section-11 {
        position: relative;
        height: 980px;
        background-color: #f9fcff;
    }

    .g-slide-11-bg-1 {
        position: absolute;
        top: 21%;
        left: 0;
        width: 302px;
        height: 261px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-1.png') no-repeat center/cover;
    }

    .g-slide-11-bg-2 {
        position: absolute;
        bottom: 24%;
        right: -54px;
        width: 239px;
        height: 245px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-11-bg-2-1.png') no-repeat center/cover;
    }

    .g-slide-11-top {
        position: absolute;
        top: 8%;
        left: 50%;
        transform: translateX(-50%);
    }

    .g-slide-11-bottom {
        position: absolute;
        top: 59%;
        left: 50%;
        width: 1182px;
        transform: translateX(-50%) translateY(-50%)
    }

    .g-slide-11-container {
        width: 1182px;
        height: 595px;
        border-radius: 8px;
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
        background-color: #fff;
        overflow: hidden;
    }

    .g-slide-11-container .swiper-slide {
        background-color: #fff;
    }

    .g-slide-11-btn-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
    }

    .g-slide-11-btn-wrap li {
        position: relative;
        margin-right: 38px;
        color: rgba(102, 102, 102, 100);
        font-size: 20px;
        cursor: pointer;
    }

    .g-slide-11-btn-wrap li:last-child {
        margin: 0;
    }

    .g-slide-11-btn-wrap li.g-slide-active:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -14px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666666;
    }

    .g-slide-11-btn-wrap li.g-slide-active:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -14px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background-color: #666666;
    }

    .g-slide-11-bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* g-my-section-11 end */
    /* g-my-section-12 start */
    .g-my-section-12 {
        position: relative;
        height: 700px;
        background-color: #fff;
    }

    .g-slide-12-left {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 710px;
        height: 667px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-banner.png') no-repeat center/cover;
        transform: translateY(-50%);
        overflow: hidden;
    }

    .g-slide-12-circular-1 {
        position: absolute;
        top: 248px;
        left: 0;
        width: 165px;
        height: 165px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-1.png') no-repeat center/cover;
    }

    .g-slide-12-circular-2 {
        position: absolute;
        top: 68px;
        left: 227px;
        width: 89px;
        height: 89px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-2.png') no-repeat center/cover;
    }

    .g-slide-12-circular-3 {
        position: absolute;
        top: 138px;
        left: 498px;
        width: 118px;
        height: 118px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-3.png') no-repeat center/cover;
    }

    .g-slide-12-circular-4 {
        position: absolute;
        bottom: 123px;
        right: 44px;
        width: 141px;
        height: 141px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-4.png') no-repeat center/cover;
    }

    .g-slide-12-circular-5 {
        position: absolute;
        bottom: 72px;
        left: 165px;
        width: 151px;
        height: 151px;
        background: url('https://cache.zhidayun.net/icloud_describe/img/g-slide-12-circular-5.png') no-repeat center/cover;
    }

    .g-slide-12-right {
        position: absolute;
        top: 50%;
        right: 63px;
        z-index: 2;
        color: #101010;
        transform: translateY(-50%);
    }

    .g-slide-12-right .g-slider-desc {
        padding: 40px 0 0 20px;
    }

    .g-slide-12-right .g-slider-desc li {
        list-style: disc;
    }

    /* g-my-section-12 end */
    /* g-my-section-13 start */
    .g-my-section-13 {
        position: relative;
        height: 900px;
    }

    .g-my-section-13 .g-my-content{
        width: auto;
        max-width: 1920px;
    }

    .g-slide-13-banner-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .g-slide-13-banner-wrap img {
        object-fit: cover;
    }

    .g-slide-13-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        height: 26%;
        color: #fff;
        border-top: 1px solid #b7afa6;
        background-color: rgba(125, 108, 83, 0.7);
    }

    .g-slide-13-bottom .g-slider-top-title {
        padding-top: 33px;
    }

    .g-slide-13-bottom .g-slider-top-desc {
        padding-top: 22px;
    }

    /* g-my-section-13 end */
    /* g-my-section-14 start */
    .g-my-section-14 {
        position: relative;
        height: 860px;
    }

    .g-slide-14-top {
        position: absolute;
        top: 8%;
        left: 50%;
        color: #101010;
        transform: translateX(-50%);
    }

    .g-slide-14-bottom {
        position: absolute;
        left: 0;
        right: 0;
        top: 62%;
        width: 100%;
        transform: translateY(-50%);
    }

    .g-slide-14-lists {
        display: flex;
        justify-content: center;
        width: 1000px;
        margin: 0 auto;
    }

    .g-slide-14-normal-user-info {
        padding-top: 36px;
        color: #101010;
        font-size: 20px;
        text-align: center;
        opacity: 0.6;
    }

    .g-capacity-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        width: 401px;
        height: 445px;
        padding: 48px;
        text-align: center;
        border-radius: 12px;
        box-shadow: 3px 7px 12px 0px rgba(179, 185, 209, 75);
        transition: all .3s;
        transform: translate3d(0, 0, 0);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item:hover {
        transform: translate3d(0, -8px, 0);
    }

    .g-capacity-item-title {
        font-size: 32px;
    }

    .g-capacity-item-title p:first-child {
        font-weight: bold;
    }

    .g-capacity-item-info p:first-child {
        font-size: 42px;
    }

    .g-capacity-item-info p:last-child {
        font-size: 15px;
    }

    .g-capacity-item-open {
        width: 260px;
        height: 56px;
        font-size: 25px;
        background-color: transparent;
        border-style: solid;
        border-width: 2px;
        border-radius: 10.56px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-capacity-item-open a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 23px;
    }

    .g-capacity-item-1 {
        color: rgba(61, 69, 97, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-1-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-1 .g-capacity-item-open {
        border-color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-1 .g-capacity-item-open a{
        color: rgba(61, 69, 97, 1);
    }

    .g-capacity-item-2 {
        color: rgba(130, 82, 31, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-2-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-2 .g-capacity-item-open {
        border-color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-2 .g-capacity-item-open a{
        color: rgba(130, 82, 31, 1);
    }

    .g-capacity-item-3 {
        color: rgba(255, 242, 219, 1);
        background: url('https://cache.zhidayun.net/icloud_describe/img/slide-14-capacity-3-bg.png') no-repeat center/cover;
    }

    .g-capacity-item-3 .g-capacity-item-title p:first-child {
        text-shadow: 4.32px 3.32px 1.32px rgba(30, 30, 36, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open {
        border-color: rgba(255, 242, 219, 1);
    }

    .g-capacity-item-3 .g-capacity-item-open a{
        color: rgba(255, 242, 219, 1);
    }

    /* g-my-section-14 end */
    /* g-my-section-15 start */
    .g-my-section-15 {
        position: relative;
        height: 580px;
    }

    .g-slide-15-top {
        position: absolute;
        top: 15%;
        left: 50%;
        color: #101010;
        transform: translateX(-50%);
    }

    .g-slide-15-bottom {
        position: absolute;
        top: 37%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        padding: 0 4%;
        color: #101010;
        box-sizing: border-box;
    }

    .g-slide-15-bottom > div {
        width: 230px;
        height: 270px;
        padding: 30px 17px 0px 17px;
        border-radius: 8px;
        text-align: center;
        border: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-slide-15-bottom-item-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
    }

    .g-slide-15-bottom-item-top p {
        color: rgba(16, 16, 16, 100);
        font-size: 20px;
        font-weight: bold;
    }

    .g-slide-15-bottom-item-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: calc(100% - 120px);
    }

    .g-slide-15-bottom-item-bottom p {
        font-size: 13px;
        line-height: 17px;
        white-space: nowrap;
    }
    /* g-my-section-15 end */

    /* g-my-section-16 start */
    .g-my-section-16 {
        position: relative;
        width: 100%;
        height: 134px;
        border-bottom: 1px solid #69777c;
        background: #001424;
        box-sizing: border-box;
    }
    .g-my-section-16 .g-my-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .g-my-section-16 .g-slide-btn:first-child {
        margin-right: 60px;
    }
    /* g-my-section-16 end */
}


/* g-my-section-15  start 769-1399 */
@media screen and (min-width: 1120px) and (max-width: 1399px) {
    .g-slide-14-lists {
        width: 820px;
        margin: 0 auto;
    }

    .g-my-section-15 {
        position: relative;
        height: 42vw;
    }

    .g-my-section-15 .g-my-content {
        flex-direction: column;
        padding-top: 6vw;
    }

    .g-slide-15-top {
        color: #101010;
    }

    .g-slide-15-bottom {
        display: flex;
        justify-content: space-between;
        padding: 3vw 2vw 0 2vw;
        color: #101010;
        box-sizing: border-box;
    }

    .g-slide-15-bottom > div {
        width: 226px;
        height: 266px;
        padding: 30px 0;
        border-radius: 6px;
        text-align: center;
        border: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-slide-15-bottom-item-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 115px;
        border-bottom: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
    }

    .g-slide-15-bottom-item-top p {
        color: rgba(16, 16, 16, 100);
        font-size: 18px;
        font-weight: bold;
    }

    .g-slide-15-bottom-item-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 112px;
    }

    .g-slide-15-bottom-item-bottom p {
        font-size: 13px;
        line-height: 16px;
        white-space: nowrap;
    }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
    .g-slide-14-lists {
        width: 680px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .g-slide-14-lists {
        width: 580px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
    .g-my-section-15 {
        position: relative;
        height: 760px;
    }

    .g-my-section-15 .g-my-content {
        flex-direction: column;
        padding-top: 50px;
    }

    .g-slide-15-top {
        color: #101010;
    }

    .g-slide-15-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        width: 500px;
        margin: 0 auto;
        color: #101010;
        box-sizing: border-box;
    }

    .g-slide-15-bottom > div {
        width: 226px;
        height: 266px;
        padding: 30px 10px;
        margin-top: 30px;
        border-radius: 6px;
        text-align: center;
        border: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-slide-15-bottom-item-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 115px;
        border-bottom: 1px solid rgba(224, 229, 242, 100);
        box-sizing: border-box;
    }

    .g-slide-15-bottom-item-top p {
        color: rgba(16, 16, 16, 100);
        font-size: 18px;
        font-weight: bold;
    }

    .g-slide-15-bottom-item-bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 112px;
    }

    .g-slide-15-bottom-item-bottom p {
        font-size: 13px;
        line-height: 17px;
        white-space: nowrap;
    }
}
/* g-my-section-15  end 769-1399 */