.gnzs-section {
    background-image: url(../image/home-bg-blue1.png);
    background-clip: padding-box;
    background-size: 2560px 990px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 100%;
    background-blend-mode: normal
}

.hide{
    display: none;
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section {
        background-image: none
    }
}

.gnzs-section-one {
    padding-bottom: 131px;
    padding-top: 61px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one {
        padding-top: calc(60vw / 6);
        padding-bottom: calc(60vw / 6)
    }
}

.gnzs-section-one-box {
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 29px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-box {
        padding-left: calc(24vw / 6);
        padding-right: calc(24vw / 6);
        max-width: calc(600vw / 6)
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .gnzs-section-one-box {
        padding-right: 29px;
        max-width: 905px
    }
}

.gnzs-section-one-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 41px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-title {
        font-size: calc(32vw / 6);
        line-height: 40px;
        margin-bottom: calc(32vw / 6);
        display: block
    }
}

.gnzs-section-one-content {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-content {
        overflow: visible;
        width: calc(552vw / 6)
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-left {
        width: calc(552vw / 6)
    }
}

.gnzs-section-one-item-a {
    cursor: pointer;
    margin-bottom: 16px;
    padding-left: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px
}

.gnzs-section-one-item-a .active-icon {
    display: none
}

.gnzs-section-one-item-a .deactive-icon {
    display: block
}

.gnzs-section-one-item-a.active .active-icon,
.gnzs-section-one-item-a:hover .active-icon {
    display: block;
    color: #2d3efe
}

.gnzs-section-one-item-a.active .active-icon path,
.gnzs-section-one-item-a:hover .active-icon path {
    fill: #2d3efe !important
}

.gnzs-section-one-item-a.active .deactive-icon,
.gnzs-section-one-item-a:hover .deactive-icon {
    display: none
}

.gnzs-section-one-item-a.active span,
.gnzs-section-one-item-a:hover span {
    background: #2d3efe;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.gnzs-section-one-item-a.active {
    width: 328px;
    min-height: 104px;
    background: #fff;
    box-shadow: 0 6px 12px -10px rgba(31, 35, 41, .06), 0 8px 24px rgba(31, 35, 41, .04), 0 10px 36px 10px rgba(31, 35, 41, .04);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
    border: 1px solid #dedEDE7D
}

.gnzs-section-one-item-a.active p {
    display: block
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .gnzs-section-one-item-a.active {
        width: 272px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-item-a {
        margin-bottom: calc(24vw / 6);
        padding-left: calc(24vw / 6)
    }

    .gnzs-section-one-item-a.active {
        width: 100%
    }
}

.gnzs-section-one-item-svg {
    display: flex;
    align-items: center;
    width: 230px;
    height: 40px;
    margin-bottom: 12px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-item-svg {
        width: 100%;
        margin-bottom: calc(12vw / 6)
    }
}

.gnzs-section-one-item-title {
    display: block;
    margin-left: 12px;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    color: #222222
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-item-title {
        margin-left: calc(12vw / 6)
    }
}

.gnzs-section-one-item-desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #666666
}

.gnzs-section-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 54px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: linear-gradient(95deg, #2d3efe 0, #5d87f7 96%);
    color:#fff;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 24px
}

.gnzs-section-btn:hover {
    background: linear-gradient(94.71deg, #5d87f7 0, #8db1ff 95.92%)
}

.gnzs-section-btn:active {
    background: linear-gradient(94.71deg, #8db1ff 0, #c5dbff 95.92%)
}

.gnzs-section-one-right {
    display: flex;
    align-items: center;
    width: 644px;
    height: 415px;
    flex-direction: row;
    justify-content: center;
    background-color: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: 0 4px 8px rgba(31, 35, 41, .03), 0 3px 6px -6px rgba(31, 35, 41, .05), 0 6px 18px 6px rgba(31, 35, 41, .03)
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .gnzs-section-one-right {
        width: 462px;
        height: 340px;
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
        border-bottom-left-radius: 17px;
        border-bottom-right-radius: 17px;
        box-shadow: 0 2.86957px 5.73913px rgba(31, 35, 41, .03), 0 2.15217px 4.30435px -4.30435px rgba(31, 35, 41, .05), 0 4.30435px 12.913px 4.30435px rgba(31, 35, 41, .03)
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-right {
        display: none
    }
}

.gnzs-section-one-right-box {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    width: 612px;
    height: 383px
}

.gnzs-section-one-right-box .xgplayer-controls {
    opacity: 0 !important;
    visibility: hidden !important
}

.gnzs-section-one-right-box .heraComp-video_bgVideoContainer .heraComp_videoBasePlayerMask-content {
    background-size: cover
}

.gnzs-section-one-right-box .xgplayer-enter {
    display: none !important
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .gnzs-section-one-right-box {
        max-width: 440px;
        max-height: 275px;
        width: 440px;
        height: 275px
    }
}

.gnzs-section-one-item-b {
    width: 683px;
    height: 300px;
    position: absolute;
    top: 12px;
    left: 78px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none
}

.gnzs-section-one-item-b .xgplayer-controls {
    opacity: 0 !important;
    visibility: hidden !important
}

.gnzs-section-one-item-b .heraComp-video_bgVideoContainer .heraComp_videoBasePlayerMask-content {
    background-size: cover
}

.gnzs-section-one-item-b .xgplayer-enter {
    display: none !important
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .gnzs-section-one-item-b {
        width: calc(194.2vw / 3.75);
        height: calc(122.4vw / 3.75);
        top: calc(4.1vw / 3.75);
        left: calc(26vw / 3.75);
        max-width: 576px;
        max-height: 365px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-one-item-b {
        width: calc(440vw / 6);
        height: calc(275vw / 6);
        position: relative;
        left: 0;
        top: 0;
        margin-top: calc(43vw / 6);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: calc(70vw / 6);
        display: block
    }
}

.gnzs-section-btn-box {
    display: block;
    margin-top: 32px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .gnzs-section-btn-box {
        margin-top: calc(32vw / 6)
    }
}
