.zy-banner {
    width: 100%;
    height: 23vw;
    position: relative
}

.zy-banner .zy-banner-img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.zy-content {
    min-height: calc(100vh - 33vw);
    width: 62.5vw;
    margin: 0 auto
}

.zy-timeline {
    display: flex;
    flex-direction: column;
    --timeline-node-width: 15px;
    --timeline-node-top: 20px;
    --timeline-line-width: 4px
}

.zy-timeline .zy-timeline-item {
    width: 50%;
    min-height: 100px;
    position: relative;
    display: flex
}

.zy-timeline .zy-timeline-item:before {
    content: "";
    position: absolute;
    top: 0;
    width: var(--timeline-line-width);
    height: 100%;
    background-color: #d2d2d2
}

.zy-timeline .zy-timeline-item:after {
    content: "";
    position: absolute;
    top: var(--timeline-node-top);
    width: var(--timeline-node-width);
    height: var(--timeline-node-width);
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 34'><circle fill='none' stroke='%230076f6' stroke-width='4px' cx='17' cy='17' r='15'/><circle fill='%230076f6' cx='17' cy='17' r='8'/></svg>")
}

.zy-timeline .zy-timeline-item:nth-of-type(2n-1) {
    justify-content: end;
    padding-right: var(--timeline-node-width)
}

.zy-timeline .zy-timeline-item:nth-of-type(2n-1):before,.zy-timeline .zy-timeline-item:nth-of-type(2n-1):after {
    right: 0;
    transform: translate(50%)
}

.zy-timeline .zy-timeline-item:nth-of-type(2n) {
    margin-left: auto;
    padding-left: var(--timeline-node-width)
}

.zy-timeline .zy-timeline-item:nth-of-type(2n):before,.zy-timeline .zy-timeline-item:nth-of-type(2n):after {
    left: 0;
    transform: translate(-50%)
}

.zy-timeline .zy-timeline-item:first-of-type:before {
    height: calc(100% - var(--timeline-node-top) - var(--timeline-node-width));
    top: calc(var(--timeline-node-top) + var(--timeline-node-width))
}

.zy-timeline .zy-timeline-item:last-of-type:before {
    height: var(--timeline-node-top)
}

.zy-tab-nav-b {
    --border-width: 2px;
    margin-bottom: 2.6%;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden;
    position: relative
}

.zy-tab-nav-b:before {
    content: "";
    width: 100%;
    height: var(--border-width);
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0
}

.zy-tab-nav-b .nav-link {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer
}

.zy-tab-nav-b .nav-link:nth-of-type(n + 2) {
    margin-left: 60px
}

.zy-tab-nav-b .nav-link.active {
    color: var(--primary-color);
    position: relative
}

.zy-tab-nav-b .nav-link.active:after {
    content: "";
    height: var(--border-width);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color)
}

.zy-tab-nav-t {
    --border-width: 2px;
    border-bottom: var(--border-width) solid #f5f5f5;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden;
    position: relative;
    background-color: unset;
    width: unset
}

.zy-tab-nav-t .nav-link {
    cursor: pointer;
    color: #333;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    border: none
}

.zy-tab-nav-t .nav-link.active {
    color: var(--primary-color);
    background: #f5f5f5;
    border-top: var(--border-width) solid var(--primary-color)
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    font-size: initial
}

body video {
    z-index: 0
}

.zy-cursor {
    cursor: pointer
}

.flex {
    display: flex
}

.flex-col {
    display: flex;
    flex-direction: column
}

.ju-start {
    justify-content: flex-start
}

.ju-end {
    justify-content: flex-end
}

.ju-center {
    justify-content: center
}

.ju-between {
    justify-content: space-between
}

.ju-around {
    justify-content: space-around
}

.al-base {
    align-items: baseline
}

.al-center {
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap
}

.al-start {
    align-items: flex-start
}

.al-end {
    align-items: flex-end
}

.m-l-auto {
    margin-left: auto
}

.m-r-auto {
    margin-right: auto
}

html {
    --primary-color: #0076f6
}

@media screen and (max-width: 960px) {
    html {
        font-size:.2666667vw
    }

    html .nav {
        --bs-nav-link-padding-x: 10rem;
        --bs-nav-link-padding-y: 6rem
    }

    html .zy-pagination .pagination {
        --bs-pagination-padding-x: 12rem;
        --bs-pagination-padding-y: 6rem;
        --bs-pagination-font-size: 14rem
    }

    html .zy-pagination .zy-pagination-jumper {
        display: none
    }

    html .nav-wrap .zy-logo {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 80rem;
        height: 21.5rem
    }

    html .zy-nav {
        display: none
    }

    html .zy-nav-dropdown {
        position: absolute;
        display: block;
        cursor: pointer;
        right: 20px;
        top: 20px;
        fill: #fff;
        width: 32rem;
        height: 32rem
    }

    html .zy-sidebar {
        display: block;
        position: fixed;
        height: 100vh;
        background-color: #fff;
        width: 40vw;
        min-width: 150rem;
        top: 0;
        right: 0;
        transform: translate(100%);
        transition: transform .3s ease-in-out;
        z-index: 999999;
        padding: 24rem 0
    }

    html .zy-sidebar .nav-link {
        padding: 8rem 18rem 8rem 12rem;
        border-bottom: 1px solid #cccccc;
        font-size: 14rem;
        position: relative;
        cursor: pointer
    }

    html .zy-sidebar .nav-link:not(html .zy-sidebar .nav-link.active):after {
        position: absolute;
        right: 4rem;
        top: 50%;
        display: block;
        content: "";
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'><path d='M399.211008 819.952026L438.794035 859.535974 804.439962 493.81498901 438.794035 128.135987 399.211008 167.719014 725.336986 493.83895Z'></path></svg>");
        background-repeat: no-repeat;
        width: 14rem;
        height: 14rem;
        transform: translateY(-50%)
    }

    html .zy-sidebar-wrap {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #000000bf;
        width: 100vw;
        height: 100vh
    }

    html .zy-banner {
        height: 50vw
    }

    html .zy-banner .carousel-control-prev,html .zy-banner .carousel-control-next {
        visibility: hidden
    }

    html .zy-footer {
        padding: 2.3vw
    }

    html .zy-footer .zy-footer-wrap {
        width: 100%
    }

    html .zy-footer .zy-footer-partner .zy-partner-title {
        font-size: 10rem
    }

    html .zy-footer .zy-footer-partner .zy-partner-container .zy-partner-logo {
        height: 40px;
        max-width: calc(33% - 8rem)
    }

    html .zy-footer .zy-info {
        display: inherit
    }

    html .zy-footer .zy-info .zy-contact-title {
        font-size: 12rem
    }

    html .zy-footer .zy-info .zy-contact-info-item {
        font-size: 10rem
    }

    html .zy-footer .zy-info .zy-connect-wrap {
        width: 100%
    }

    html .zy-footer .zy-info .zy-phone-wrap {
        font-size: 12rem;
        margin-top: 12rem
    }

    html .zy-footer .zy-info .zy-phone-icon {
        width: 15rem;
        height: 15rem;
        margin-right: 8rem
    }

    html .zy-footer .zy-info .zy-wechat {
        justify-content: center;
        font-size: 7rem
    }

    html .zy-footer .zy-info .zy-wechat-qr {
        width: 50rem;
        height: 50rem;
        margin-bottom: 5rem
    }

    html .zy-footer .zy-footer-bottom {
        flex-wrap: wrap
    }

    html .zy-footer .zy-footer-bottom #zy-icp {
        width: 100%;
        display: flex;
        font-size: 8rem;
        flex-direction: column
    }

    html .zy-footer .zy-footer-bottom .zy-disclaimer {
        width: 100%;
        font-size: 8rem
    }

    html .zy-footer .zy-footer-bottom .zy-disclaimer a {
        margin-left: unset
    }

    html .zy-content {
        width: 100%;
        min-height: calc(100vh - 50vw);
        padding-left: 16px;
        padding-right: 16px
    }

    html .zy-timeline {
        --timeline-node-width: 15rem;
        --timeline-node-top: 20rem;
        --timeline-line-width: 2rem;
        padding-left: calc(var(--timeline-node-width) / 2)
    }

    html .zy-timeline .zy-timeline-item {
        width: 100%;
        margin-left: 0;
        padding: 10rem 0
    }

    html .zy-timeline .zy-timeline-item:nth-of-type(2n-1) {
        justify-content: end;
        padding-left: var(--timeline-node-width);
        padding-right: 0
    }

    html .zy-timeline .zy-timeline-item:nth-of-type(2n-1):before,html .zy-timeline .zy-timeline-item:nth-of-type(2n-1):after {
        left: 0;
        transform: translate(-50%)
    }

    html .zy-timeline .zy-timeline-item:nth-of-type(2n) {
        margin-left: 0
    }

    html .zy-timeline .zy-timeline-item:nth-of-type(2n):before,html .zy-timeline .zy-timeline-item:nth-of-type(2n):after {
        left: 0;
        transform: translate(-50%)
    }

    html .zy-tab-nav-b {
        --border-width: 1px
    }

    html .zy-tab-nav-b .nav-link {
        font-size: 12rem
    }

    html .zy-tab-nav-b .nav-link:nth-of-type(n + 2) {
        margin-left: 20rem
    }

    html .zy-tab-nav-t {
        --border-width: 1px
    }

    html .zy-tab-nav-t .nav-link {
        font-size: 12rem
    }
}

html *:focus-visible,html *:focus {
    outline: none
}

.zy-content {
    padding-top: .3vw
}

.zy-item-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.6vw
}

.zy-content-item {
    padding-top: 3.3vw;
    padding-bottom: 1.88vw
}

.zy-content-item:last-of-type {
    margin-bottom: 3.3vw
}

.zy-notion {
    display: flex;
    align-items: center
}

.zy-notion .zy-notion-picture {
    height: 20.52vw
}

.zy-notion .zy-notion-word {
    min-height: 14vw;
    background: #f1f2f3;
    padding: 0 1.6vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.zy-notion .zy-notion-word .zy-notion-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.6vw
}

.zy-notion .zy-notion-word .zy-notion-desc {
    font-size: 14px
}

.zy-service-content .zy-service-item {
    width: calc(33% - .8vw);
    position: relative
}

.zy-service-content .zy-service-item img {
    width: 100%
}

.zy-service-content .zy-service-item .zy-service-modal {
    position: absolute;
    background: rgba(0,0,0,.3);
    color: #fff;
    width: 85%;
    min-height: 25%;
    max-height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden
}

.zy-service-content .zy-service-item .zy-service-modal .svg-wrap {
    width: 41px;
    height: 41px;
    flex-shrink: 0;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1vw;
    border-radius: 4px
}

.zy-service-content .zy-service-item .zy-service-modal .svg-wrap svg {
    fill: #fff;
    width: 64%;
    height: 64%
}

.zy-service-content .zy-service-item .zy-service-modal .explain {
    width: calc(100% - 41px - 2vw);
    flex-shrink: 0
}

.zy-service-content .zy-service-item .zy-service-modal .label {
    font-size: 14px;
    line-height: 30px;
    width: fit-content
}

.zy-service-content .zy-service-item .zy-service-modal .detail {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media screen and (max-width: 960px) {
    .zy-item-title {
        font-size:14rem
    }

    .zy-notion {
        flex-wrap: wrap
    }

    .zy-notion .zy-notion-picture {
        width: 100%;
        height: unset
    }

    .zy-notion .zy-notion-word {
        margin-top: 12px;
        padding: 16px 12px
    }

    .zy-notion .zy-notion-word .zy-notion-title {
        font-size: 13rem
    }

    .zy-notion .zy-notion-word .zy-notion-desc {
        font-size: 12rem
    }

    .zy-service-content .zy-service-item {
        width: 100%
    }

    .zy-service-content .zy-service-item:not(:last-of-type) {
        margin-bottom: 16rem
    }

    .zy-service-content .zy-service-item img {
        display: none
    }

    .zy-service-content .zy-service-item .zy-service-modal {
        position: unset;
        height: 96rem;
        max-height: none;
        transform: none;
        width: 100%;
        padding: 28rem 18rem;
        background-color: #f5f5f5
    }

    .zy-service-content .zy-service-item .zy-service-modal .svg-wrap {
        margin: 0;
        width: 37rem;
        height: unset;
        aspect-ratio: 1
    }

    .zy-service-content .zy-service-item .zy-service-modal .explain {
        flex: 1;
        margin-left: 9rem
    }

    .zy-service-content .zy-service-item .zy-service-modal .label {
        font-size: 13rem;
        color: #333
    }

    .zy-service-content .zy-service-item .zy-service-modal .detail {
        font-size: 11rem;
        white-space: pre-wrap;
        max-width: 100%;
        color: #888;
        -webkit-line-clamp: 1
    }
}