@media only screen and (max-width:1024px) {
    .index-tips[data-v-7b8fb47a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 1.875rem
    }

    .index-tips .icon[data-v-7b8fb47a] {
        display: none
    }

    .index-tips .label[data-v-7b8fb47a] {
        padding: 0 .625rem;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: .8125rem;
        color: #000;
        line-height: .8125rem
    }

    .index-tips .label[data-v-7b8fb47a],
    .index-tips .notification-container[data-v-7b8fb47a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-tips .notification-container[data-v-7b8fb47a] {
        width: 100%;
        overflow: hidden;
        height: 1.8125rem
    }

    .index-tips .notification-content[data-v-7b8fb47a] {
        white-space: nowrap;
        font-weight: 300;
        font-size: .75rem;
        color: #000;
        line-height: 1.625rem
    }
}

@media only screen and (min-width:1023px) {
    .index-tips[data-v-7b8fb47a] {
        z-index: 100;
        position: absolute;
        border-radius: .375rem;
        background: rgba(43, 50, 64, .24);
        overflow: hidden;
        margin-top: .625rem;
        left: 50%;
        margin-left: -28.125rem;
        width: 56.5625rem;
        height: 1.8125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .index-tips .label[data-v-7b8fb47a] {
        padding: 0 .625rem;
        white-space: nowrap;
        color: #fff;
        font-weight: 300;
        font-size: .625rem
    }

    .index-tips .label[data-v-7b8fb47a],
    .index-tips .notification-container[data-v-7b8fb47a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-tips .notification-container[data-v-7b8fb47a] {
        width: 100%;
        overflow: hidden;
        height: 1.8125rem
    }

    .index-tips .notification-content[data-v-7b8fb47a] {
        white-space: nowrap;
        font-weight: 300;
        font-size: .625rem;
        color: #fff;
        line-height: 1.625rem
    }

    .index-tips .icon[data-v-7b8fb47a] {
        width: 2.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-tips .icon img[data-v-7b8fb47a] {
        height: .875rem;
        width: .875rem
    }
}

.yx-ratio-box[data-v-483c9b70] {
    position: relative;
    overflow: hidden
}

.yx-ratio-box__layout[data-v-483c9b70] {
    -webkit-transition: padding-top .6s;
    transition: padding-top .6s
}

.yx-ratio-box__content[data-v-483c9b70] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.yx-swipe[data-v-47707024] {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.yx-swipe__track[data-v-47707024] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.yx-swipe__track--vertical[data-v-47707024] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.yx-swipe__indicators[data-v-47707024] {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer
}

.yx-swipe__indicators--vertical[data-v-47707024] {
    top: 50%;
    bottom: auto;
    left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.yx-swipe__indicators--vertical .van-swipe__indicator[data-v-47707024]:not(:last-child) {
    margin-bottom: 1rem
}

.yx-swipe__indicator[data-v-47707024] {
    width: .5rem;
    height: .5rem;
    background-color: #191919;
    border-radius: 50%;
    opacity: .2;
    -webkit-transition: opacity .2s, background-color .2s;
    transition: opacity .2s, background-color .2s
}

.yx-swipe__indicator[data-v-47707024]:not(:last-child) {
    margin-right: 1rem
}

.yx-swipe__indicator--active[data-v-47707024] {
    background-color: #2f79ff;
    opacity: 1
}

.yx-swipe__arrow-left[data-v-47707024],
.yx-swipe__arrow-right[data-v-47707024] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 1;
    background-color: rgba(31, 45, 61, .11);
    -webkit-transition: .2s;
    transition: .2s
}

.yx-swipe__arrow-left[data-v-47707024]:hover,
.yx-swipe__arrow-right[data-v-47707024]:hover {
    background-color: rgba(31, 45, 61, .23)
}

.yx-swipe__arrow-left img[data-v-47707024],
.yx-swipe__arrow-right img[data-v-47707024] {
    width: .625rem;
    height: 1.125rem;
    vertical-align: middle
}

.yx-swipe__arrow-left[data-v-47707024] {
    left: 1rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.yx-swipe__arrow-right[data-v-47707024] {
    right: 1rem
}

.arrow-left-enter[data-v-47707024],
.arrow-left-leave-active[data-v-47707024] {
    -webkit-transform: rotate(180deg) translateX(-.625rem);
    transform: rotate(180deg) translateX(-.625rem);
    opacity: 0
}

.arrow-right-enter[data-v-47707024],
.arrow-right-leave-active[data-v-47707024] {
    -webkit-transform: translateX(.625rem);
    transform: translateX(.625rem);
    opacity: 0
}

.yx-swipe-ratio[data-v-21a5c5f6] {
    width: 100%
}

.yx-swipe-ratio .yx-swipe[data-v-21a5c5f6] {
    width: 100%;
    height: 100%
}

.yx-swipe-item[data-v-07b927c2] {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.index-banner .banner-item[data-v-c7b817f6] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.index-banner .banner-item img[data-v-c7b817f6] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-ad-banner[data-v-34e87eab] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 8.125rem);
    gap: .625rem 0;
    background-image: url(../../../hk/assets/image/background.5f43fe.png);
    padding: 1.75rem 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.index-ad-banner .ad-item__box[data-v-34e87eab] {
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-ad-banner .ad-item__box .title[data-v-34e87eab] {
    margin-top: .625rem;
    font-weight: 400;
    font-size: .75rem;
    color: #000;
    line-height: 1rem
}

.index-ad-banner .ad-item__divider[data-v-34e87eab] {
    display: none
}

@media screen and (min-width:1025px) {
    .index-ad-banner[data-v-34e87eab] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url(../../../hk/assets/image/background.5f43fe.png);
        height: 9.25rem
    }

    .index-ad-banner .item[data-v-34e87eab],
    .index-ad-banner[data-v-34e87eab] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .index-ad-banner .ad-item[data-v-34e87eab] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-ad-banner .ad-item[data-v-34e87eab],
    .index-ad-banner .ad-item__box[data-v-34e87eab] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-ad-banner .ad-item__box[data-v-34e87eab] {
        height: 5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .index-ad-banner .ad-item__divider[data-v-34e87eab] {
        display: block;
        height: 4.25rem;
        width: .0625rem;
        background-color: #bbb;
        margin: 0 5rem
    }
}

.el-carousel__item,
.el-carousel__mask {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0
}

.el-carousel__item.is-active {
    z-index: 2
}

.el-carousel__item--card,
.el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.el-carousel__item--card {
    width: 50%
}

.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1
}

.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
}

.el-carousel__item--card.is-active {
    z-index: 2
}

.el-carousel__mask {
    width: 100%;
    background-color: #fff;
    opacity: .24;
    -webkit-transition: .2s;
    transition: .2s
}

.el-carousel {
    position: relative
}

.el-carousel--horizontal {
    overflow-x: hidden
}

.el-carousel--vertical {
    overflow-y: hidden
}

.el-carousel__container {
    position: relative;
    height: 18.75rem
}

.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 2.25rem;
    width: 2.25rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, .11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: .75rem
}

.el-carousel__arrow--left {
    left: 1rem
}

.el-carousel__arrow--right {
    right: 1rem
}

.el-carousel__arrow:hover {
    background-color: rgba(31, 45, 61, .23)
}

.el-carousel__arrow i {
    cursor: pointer
}

.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2
}

.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.el-carousel__indicators--outside {
    bottom: 1.625rem;
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none
}

.el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: .64
}

.el-carousel__indicators--outside button {
    background-color: #c0c4cc;
    opacity: .24
}

.el-carousel__indicators--labels {
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    text-align: center
}

.el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: .125rem 1.125rem;
    font-size: .75rem
}

.el-carousel__indicators--labels .el-carousel__indicator {
    padding: .375rem .25rem
}

.el-carousel__indicator {
    background-color: transparent;
    cursor: pointer
}

.el-carousel__indicator:hover button {
    opacity: .72
}

.el-carousel__indicator--horizontal {
    display: inline-block;
    padding: .75rem .25rem
}

.el-carousel__indicator--vertical {
    padding: .25rem .75rem
}

.el-carousel__indicator--vertical .el-carousel__button {
    width: .125rem;
    height: .9375rem
}

.el-carousel__indicator.is-active button {
    opacity: 1
}

.el-carousel__button {
    display: block;
    opacity: .48;
    width: 1.875rem;
    height: .125rem;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
    -webkit-transform: translateY(-50%) translateX(-.625rem);
    transform: translateY(-50%) translateX(-.625rem);
    opacity: 0
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
    -webkit-transform: translateY(-50%) translateX(.625rem);
    transform: translateY(-50%) translateX(.625rem);
    opacity: 0
}

@media only screen and (max-width:1024px) {
    .index-activites-banner[data-v-ac8fc1a6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 18.125rem
    }

    .index-activites-banner .pc[data-v-ac8fc1a6] {
        display: none !important
    }

    .index-activites-banner .mobile[data-v-ac8fc1a6] {
        display: block !important
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] {
        position: relative;
        padding: 2.125rem 1.125rem
    }

    .index-activites-banner .mobile .list .more[data-v-ac8fc1a6] {
        position: absolute;
        bottom: 2.125rem;
        right: 1.125rem;
        background: #f8f8f8;
        border-radius: .1875rem .1875rem .1875rem .1875rem;
        font-size: .8125rem;
        color: #000;
        line-height: .9375rem;
        text-align: center
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] .el-carousel {
        width: 21.25rem
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] .el-carousel__container {
        height: 10.9375rem;
        margin-bottom: 2.125rem
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] .el-carousel__indicators {
        display: block;
        text-align: left
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] .el-carousel__indicators--horizontal .el-carousel__button {
        height: .1875rem
    }

    .index-activites-banner .mobile .list[data-v-ac8fc1a6] .el-carousel__indicators--horizontal .is-active .el-carousel__button {
        background: #000
    }

    .index-activites-banner .mobile .list img[data-v-ac8fc1a6] {
        width: 21.25rem;
        height: 10.9375rem
    }
}

@media only screen and (min-width:1025px) {
    .index-activites-banner .pc[data-v-ac8fc1a6] {
        display: block !important
    }

    .index-activites-banner .mobile[data-v-ac8fc1a6] {
        display: none !important
    }
}

@media screen and (min-width:1025px) {
    .index-activites-banner[data-v-ac8fc1a6] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 21.9375rem
    }

    .index-activites-banner .ad-header[data-v-ac8fc1a6],
    .index-activites-banner[data-v-ac8fc1a6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-activites-banner .ad-header[data-v-ac8fc1a6] {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1.6875rem;
        width: 62.5rem
    }

    .index-activites-banner .ad-header__title[data-v-ac8fc1a6] {
        font-weight: 600;
        font-size: 1.625rem;
        color: #000;
        line-height: 1.875rem
    }

    .index-activites-banner .ad-header__more[data-v-ac8fc1a6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 5.6875rem;
        height: 2rem;
        background: #f8f8f8;
        border-radius: .3125rem .3125rem .3125rem .3125rem;
        font-weight: 400;
        font-size: 1rem;
        color: #000;
        line-height: 1.1875rem
    }

    .index-activites-banner .ad-header__more[data-v-ac8fc1a6]:hover {
        background: #f8f8f8
    }

    .index-activites-banner .ad-body[data-v-ac8fc1a6] {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-activites-banner .ad-body .ad-item__box[data-v-ac8fc1a6],
    .index-activites-banner .ad-body[data-v-ac8fc1a6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-activites-banner .ad-body .ad-item__box[data-v-ac8fc1a6] {
        height: 5.1875rem;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .index-activites-banner .ad-body .ad-item__box img[data-v-ac8fc1a6] {
        width: 16.1875rem;
        height: 9.375rem;
        margin-right: 1.3125rem;
        border-radius: .625rem
    }

    .index-activites-banner .ad-body .ad-item__divider[data-v-ac8fc1a6] {
        height: 4.25rem;
        width: .0625rem;
        background-color: #bbb;
        margin: 0 5rem
    }
}

@media only screen and (max-width:1024px) {
    .index-download[data-v-1e24140a] {
        padding: 3.375rem 1.875rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #000;
        overflow: hidden
    }

    .index-download[data-v-1e24140a],
    .index-download__header[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__header[data-v-1e24140a] {
        margin-bottom: 2.3125rem
    }

    .index-download__header .title[data-v-1e24140a] {
        margin-bottom: 1.4375rem;
        font-weight: 600;
        font-size: 1.875rem;
        color: #fff;
        line-height: 2.1875rem;
        width: 16rem;
        text-align: center
    }

    .index-download__header .download-store[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__header .download-store img[data-v-1e24140a] {
        height: 1.875rem;
        margin-right: .5rem
    }

    .index-download__body[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__body .body-left[data-v-1e24140a] {
        height: 25.375rem;
        margin-bottom: 2.4375rem
    }

    .index-download__body .body-right[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__body .body-right .list[data-v-1e24140a] {
        margin-bottom: 2.4375rem;
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.6875rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 1.25rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-download__body .body-right .list-item[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .index-download__body .body-right .list-item img[data-v-1e24140a] {
        width: 1.1875rem;
        height: 1.1875rem;
        margin-top: .1875rem;
        margin-right: .8125rem
    }

    .index-download__body .body-right .list-item .info[data-v-1e24140a] {
        font-weight: 400;
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.6875rem
    }

    .index-download__body .body-right .download-app[data-v-1e24140a] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .8125rem .9375rem
    }

    .index-download__body .body-right .download-app a[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 10.1875rem;
        height: 3.75rem;
        border-radius: .5625rem .5625rem .5625rem .5625rem;
        border: .0625rem solid #fff;
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        line-height: 2rem
    }

    .index-download__body .body-right .download-app a img[data-v-1e24140a] {
        height: 1.6875rem
    }
}

@media only screen and (min-width:1025px) {
    .index-download[data-v-1e24140a] {
        padding: 7.5rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #000
    }

    .index-download[data-v-1e24140a],
    .index-download__header[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__header[data-v-1e24140a] {
        margin-bottom: 2.3125rem;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #fff;
        line-height: 3.3125rem
    }

    .index-download__header .title[data-v-1e24140a] {
        margin-bottom: 1.4375rem
    }

    .index-download__header .download-store[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__header .download-store img[data-v-1e24140a] {
        height: 3.3125rem;
        margin-right: .875rem
    }

    .index-download__body[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__body .body-left[data-v-1e24140a] {
        width: 27.875rem;
        height: 31.5625rem;
        margin-right: 6rem
    }

    .index-download__body .body-right[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-download__body .body-right .list[data-v-1e24140a] {
        margin-bottom: 1.5rem;
        font-weight: 500;
        font-size: 1.25rem;
        color: #fff;
        line-height: 3.375rem
    }

    .index-download__body .body-right .list-item[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .index-download__body .body-right .list-item img[data-v-1e24140a] {
        width: 1.5625rem;
        height: 1.5625rem;
        margin-right: 1.5rem;
        margin-top: .9375rem
    }

    .index-download__body .body-right .download-app[data-v-1e24140a] {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .index-download__body .body-right .download-app[data-v-1e24140a],
    .index-download__body .body-right .download-app a[data-v-1e24140a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-download__body .body-right .download-app a[data-v-1e24140a] {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 7.9375rem;
        height: 7.6875rem;
        border-radius: .5625rem .5625rem .5625rem .5625rem;
        border: .0625rem solid #fff;
        margin-right: 1.3125rem;
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
        line-height: 2rem
    }

    .index-download__body .body-right .download-app a img[data-v-1e24140a] {
        height: 2.125rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width:1024px) {
    .index-trade[data-v-674d11e5] {
        background: #f8f8f8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.8125rem 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden
    }

    .index-trade .title[data-v-674d11e5] {
        font-weight: 600;
        font-size: 1.5625rem;
        color: #000;
        line-height: 1.8125rem;
        margin-bottom: 2.125rem;
        text-align: center
    }

    .index-trade__body[data-v-674d11e5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.25rem 0
    }

    .index-trade__body .item[data-v-674d11e5] {
        background: #fff;
        width: 21.25rem
    }

    .index-trade__body .item-img[data-v-674d11e5] {
        width: 21.25rem;
        height: 7.8125rem
    }

    .index-trade__body .item-title[data-v-674d11e5] {
        font-weight: 500;
        font-size: 1.125rem;
        color: #000;
        line-height: 1.3125rem
    }

    .index-trade__body .item-box[data-v-674d11e5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .9375rem 1.5625rem
    }

    .index-trade__body .item-content[data-v-674d11e5] {
        display: none
    }

    .index-trade__body .item a[data-v-674d11e5] {
        font-weight: 300;
        font-size: .875rem;
        color: #000;
        line-height: 1rem
    }

    .index-trade__body .item a[data-v-674d11e5]:after {
        content: " >"
    }
}

@media only screen and (min-width:1025px) {
    .index-trade[data-v-674d11e5] {
        height: 89.125rem;
        background: #f8f8f8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-trade .title[data-v-674d11e5] {
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem;
        margin-bottom: 3.75rem;
        text-align: center
    }

    .index-trade__body[data-v-674d11e5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.0625rem 1.5rem
    }

    .index-trade__body .item[data-v-674d11e5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 21.9375rem;
        height: 28.8125rem;
        background: #f1f1f1;
        border-radius: 0 0 0 0
    }

    .index-trade__body .item[data-v-674d11e5]:hover {
        background: #fff;
        -webkit-box-shadow: 0 .625rem 1rem 0 rgba(5, 5, 5, .1);
        box-shadow: 0 .625rem 1rem 0 rgba(5, 5, 5, .1);
        border-radius: 0 0 0 0
    }

    .index-trade__body .item-img[data-v-674d11e5] {
        width: 21.9375rem;
        height: 11.25rem;
        margin-bottom: 2.5rem
    }

    .index-trade__body .item-box[data-v-674d11e5] {
        height: 17.25rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-trade__body .item-title[data-v-674d11e5] {
        font-weight: 500;
        font-size: 1.625rem;
        color: #000;
        line-height: 1.875rem
    }

    .index-trade__body .item-content[data-v-674d11e5] {
        font-weight: 300;
        font-size: 1rem;
        color: rgba(0, 0, 0, .6);
        line-height: 1.875rem;
        margin: .625rem 1.625rem 0;
        text-align: center
    }

    .index-trade__body .item a[data-v-674d11e5] {
        margin-top: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1.25rem;
        height: 2.4375rem;
        border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
        border: .0625rem solid #000;
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.375rem;
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width:1024px) {
    .container[data-v-1b326bd4] {
        height: 32.0625rem;
        background: url(https://web-static-prd-hongkong-1257884527.cos.ap-hongkong.myqcloud.com/img-management/hk-official/index-banner-one/ad-bg-h5.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container .index-banner[data-v-1b326bd4] {
        height: 21.25rem
    }

    .container .index-banner .banner-item[data-v-1b326bd4] {
        display: inline-block;
        width: 100%;
        height: 100%
    }

    .container .index-banner .banner-item img[data-v-1b326bd4] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (min-width:1023px) {
    .container[data-v-1b326bd4] {
        height: 28.0625rem;
        background: url(/hk/assets/image/ad-one-bg.bc9bc2.png);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .container .index-banner[data-v-1b326bd4] {
        width: 68.75rem;
        height: 19rem
    }

    .container .index-banner .banner-item[data-v-1b326bd4] {
        display: inline-block;
        width: 100%;
        height: 100%
    }

    .container .index-banner .banner-item img[data-v-1b326bd4] {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media only screen and (max-width:1024px) {
    .yx-lang-en .item .info[data-v-64de1d7c] {
        font-size: .75rem;
        line-height: .9375rem
    }

    .sec-stocks[data-v-64de1d7c] {
        background: #fafafa;
        padding: 4.125rem 0;
        overflow: hidden
    }

    .sec-stocks ul[data-v-64de1d7c] {
        white-space: nowrap
    }

    .sec-stocks ul+ul[data-v-64de1d7c] {
        margin-top: 1.875rem
    }

    .sec-stocks ul[data-v-64de1d7c]:nth-child(2n) {
        margin-left: -9.0625rem
    }

    .sec-stocks li[data-v-64de1d7c] {
        display: inline-block
    }

    .sec-stocks li .item[data-v-64de1d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        width: 19.25rem;
        height: 9.375rem;
        background: #fff;
        border-radius: .3125rem;
        border: .0625rem solid #e7e7e7;
        padding: .625rem .9375rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .sec-stocks li .item img[data-v-64de1d7c] {
        width: 3.125rem;
        margin-right: .875rem
    }

    .sec-stocks li .item .right .title[data-v-64de1d7c] {
        font-weight: 600;
        font-size: 1.125rem;
        color: #000;
        line-height: 1.3125rem;
        margin-bottom: .1875rem;
        white-space: pre-wrap
    }

    .sec-stocks li .item .right .info[data-v-64de1d7c] {
        font-weight: 300;
        font-size: .9375rem;
        color: #000;
        line-height: 1.125rem;
        white-space: pre-wrap
    }

    .sec-stocks li+li[data-v-64de1d7c] {
        margin-left: 1.6875rem
    }
}

@media only screen and (min-width:1025px) {
    .sec-stocks[data-v-64de1d7c] {
        background: #fafafa;
        padding: 4.125rem 0;
        overflow: hidden
    }

    .sec-stocks ul[data-v-64de1d7c] {
        white-space: nowrap
    }

    .sec-stocks ul+ul[data-v-64de1d7c] {
        margin-top: 1.875rem
    }

    .sec-stocks ul[data-v-64de1d7c]:nth-child(2n) {
        margin-left: -9.0625rem
    }

    .sec-stocks li[data-v-64de1d7c] {
        display: inline-block
    }

    .sec-stocks li .item[data-v-64de1d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24.1875rem;
        height: 10.375rem;
        background: #fff;
        border-radius: .625rem .625rem .625rem .625rem;
        border: .0625rem solid #e7e7e7;
        padding: .625rem .75rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        white-space: pre-wrap
    }

    .sec-stocks li .item img[data-v-64de1d7c] {
        width: 6.25rem;
        margin-right: .875rem
    }

    .sec-stocks li .item .right .title[data-v-64de1d7c] {
        font-weight: 600;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.4375rem;
        margin-bottom: .5rem
    }

    .sec-stocks li .item .right .info[data-v-64de1d7c] {
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.25rem
    }

    .sec-stocks li+li[data-v-64de1d7c] {
        margin-left: 2.5rem
    }

    .yx-lang-en[data-v-64de1d7c] .item .info {
        font-size: .75rem !important;
        line-height: .9375rem
    }
}

@media only screen and (max-width:1024px) {
    .index-smart-order[data-v-5636ce47] {
        background: #fafafa;
        overflow: hidden
    }

    .index-smart-order[data-v-5636ce47],
    .index-smart-order__header[data-v-5636ce47] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-smart-order__header[data-v-5636ce47] {
        margin: 0 3.25rem;
        text-align: center
    }

    .index-smart-order__header .icon[data-v-5636ce47] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .index-smart-order__header .icon img[data-v-5636ce47] {
        width: 3.6875rem
    }

    .index-smart-order__header .title[data-v-5636ce47] {
        font-weight: 600;
        font-size: 1.875rem;
        color: #000;
        line-height: 2.1875rem
    }

    .index-smart-order__header .info[data-v-5636ce47] {
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.5rem
    }
}

@media only screen and (min-width:1025px) {
    .index-smart-order[data-v-5636ce47] {
        height: 37.5rem;
        background: #fafafa;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .index-smart-order[data-v-5636ce47],
    .index-smart-order__header[data-v-5636ce47] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-smart-order__header img[data-v-5636ce47] {
        width: 6.25rem
    }

    .index-smart-order__header .title[data-v-5636ce47] {
        font-weight: 600;
        font-size: 2.8125rem;
        color: #191717;
        line-height: 3.3125rem
    }

    .index-smart-order__header .info[data-v-5636ce47] {
        font-weight: 300;
        font-size: 1.5625rem;
        color: #000;
        line-height: 1.75rem
    }
}

@media only screen and (max-width:1024px) {
    .index-follow[data-v-2ce09d7c] {
        background: #fff;
        overflow: hidden;
        padding: 4.0625rem 1.125rem 2.4375rem
    }

    .index-follow .container[data-v-2ce09d7c] {
        overflow: hidden
    }

    .index-follow .container .header[data-v-2ce09d7c],
    .index-follow .container[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index-follow .container .header[data-v-2ce09d7c] {
        text-align: center
    }

    .index-follow .container .header-top[data-v-2ce09d7c] {
        display: none
    }

    .index-follow .container .header-top-h5[data-v-2ce09d7c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-follow .container .header-top-h5 .top[data-v-2ce09d7c],
    .index-follow .container .header-top-h5[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-follow .container .header-top-h5 .top[data-v-2ce09d7c] {
        margin-bottom: .8125rem;
        word-wrap: break-word
    }

    .index-follow .container .header-top-h5 .top .icon[data-v-2ce09d7c] {
        width: 3.75rem;
        margin-right: .6875rem
    }

    .index-follow .container .header-top-h5 .top .title[data-v-2ce09d7c] {
        font-weight: 600;
        font-size: 1.875rem;
        color: #000;
        line-height: 2.1875rem
    }

    .index-follow .container .header-top-h5 .bottom[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.5rem;
        text-align: center;
        word-wrap: break-word
    }

    .index-follow .container .header-item[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 1.9375rem
    }

    .index-follow .container .header-item .info[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: 1.125rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1.3125rem;
        margin-top: -6.25rem
    }

    .index-follow .container .header-item .img-bg[data-v-2ce09d7c] {
        width: 20.4375rem
    }

    .index-follow .container .body[data-v-2ce09d7c] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem 0
    }

    .index-follow .container .body .item[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 6rem;
        background: #fff;
        border: .0625rem solid #d0d0d0
    }

    .index-follow .container .body .item-img[data-v-2ce09d7c] {
        width: 6.3125rem
    }

    .index-follow .container .body .item-box[data-v-2ce09d7c] {
        padding: 1.125rem .625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }

    .index-follow .container .body .item-title[data-v-2ce09d7c] {
        font-weight: 600;
        font-size: .9375rem;
        color: #000;
        line-height: 1.125rem
    }

    .index-follow .container .body .item-content[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: .875rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1rem
    }
}

@media only screen and (min-width:1025px) {
    .index-follow[data-v-2ce09d7c] {
        height: 53.1875rem;
        background: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden
    }

    .index-follow .container[data-v-2ce09d7c],
    .index-follow[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-follow .container[data-v-2ce09d7c] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative
    }

    .index-follow .header-top-h5[data-v-2ce09d7c] {
        display: none
    }

    .index-follow .header-top[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2.8125rem
    }

    .index-follow .header-top img[data-v-2ce09d7c] {
        width: 6.25rem;
        margin-right: .75rem
    }

    .index-follow .header-top .right .title[data-v-2ce09d7c] {
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem
    }

    .index-follow .header-top .right .info[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: 1.25rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1.75rem;
        width: 27.5rem
    }

    .index-follow .header-item .info[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: 1.25rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 2.1875rem;
        margin-bottom: 7.25rem;
        width: 22rem
    }

    .index-follow .header-item .img-bg[data-v-2ce09d7c] {
        position: absolute;
        top: -6.25rem;
        right: -1.875rem;
        width: 37rem
    }

    .index-follow .body[data-v-2ce09d7c] {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .index-follow .body .item[data-v-2ce09d7c],
    .index-follow .body[data-v-2ce09d7c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .index-follow .body .item[data-v-2ce09d7c] {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 21.625rem;
        height: 18.3125rem;
        background: #fff;
        border-radius: 0 0 0 0;
        margin-right: 1.8125rem;
        border: .0625rem solid #d0d0d0;
        text-align: center
    }

    .index-follow .body .item-img[data-v-2ce09d7c] {
        width: 21.625rem;
        height: 10.5625rem
    }

    .index-follow .body .item-box[data-v-2ce09d7c] {
        padding: 1.25rem .75rem .75rem
    }

    .index-follow .body .item-title[data-v-2ce09d7c] {
        font-weight: 600;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.4375rem
    }

    .index-follow .body .item-content[data-v-2ce09d7c] {
        font-weight: 300;
        font-size: 1rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1.75rem;
        text-align: center;
        margin-bottom: 1.25rem
    }
}

@media only screen and (max-width:1024px) {
    .index-support[data-v-3d181eb5] {
        background-image: url(../../../hk/assets/image/bg-h5.16cb8e.png);
        padding: 4.5rem 1.625rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-support[data-v-3d181eb5],
    .index-support__header[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-support__header[data-v-3d181eb5] {
        margin-bottom: 2.3125rem;
        color: #fff;
        text-align: center
    }

    .index-support__header .title[data-v-3d181eb5] {
        margin-bottom: .4375rem;
        font-weight: 600;
        font-size: 1.875rem;
        line-height: 2.1875rem
    }

    .index-support__header .info[data-v-3d181eb5] {
        font-weight: 300;
        font-size: .9375rem;
        line-height: 1.5rem
    }

    .index-support__body[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-support__body .list[data-v-3d181eb5] {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.8125rem 0
    }

    .index-support__body .list-item[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left
    }

    .index-support__body .list-item img[data-v-3d181eb5] {
        width: 4.6875rem;
        height: 4.6875rem;
        margin-right: 2.1875rem
    }

    .index-support__body .list-item .container[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-support__body .list-item .title[data-v-3d181eb5] {
        font-weight: 600;
        font-size: 1.125rem;
        color: #fff;
        line-height: 1.3125rem
    }

    .index-support__body .list-item .content[data-v-3d181eb5] {
        font-weight: 300;
        font-size: .9375rem;
        color: hsla(0, 0%, 100%, .8);
        line-height: 1.5625rem
    }
}

@media only screen and (min-width:1025px) {
    .index-support[data-v-3d181eb5] {
        height: 50rem;
        background-image: url(/hk/assets/image/bg.e98a79.png)
    }

    .index-support[data-v-3d181eb5],
    .index-support__header[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-support__header[data-v-3d181eb5] {
        margin-bottom: 2.3125rem;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #fff;
        line-height: 3.3125rem
    }

    .index-support__header .title[data-v-3d181eb5] {
        margin-bottom: 1.1875rem
    }

    .index-support__header .info[data-v-3d181eb5] {
        font-weight: 300;
        font-size: 1.25rem;
        color: #fff;
        line-height: 1.75rem;
        margin-bottom: 6.8125rem
    }

    .index-support__body .list[data-v-3d181eb5],
    .index-support__body[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-support__body .list-item[data-v-3d181eb5] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 2.5rem
    }

    .index-support__body .list-item[data-v-3d181eb5]:last-child {
        margin-right: 0
    }

    .index-support__body .list-item img[data-v-3d181eb5] {
        width: 5.875rem;
        margin-bottom: .75rem
    }

    .index-support__body .list-item .title[data-v-3d181eb5] {
        margin-left: 1rem;
        font-weight: 600;
        font-size: 1.25rem;
        color: #fff;
        line-height: 1.4375rem;
        margin-bottom: .75rem
    }

    .index-support__body .list-item .content[data-v-3d181eb5] {
        margin-left: 1rem;
        font-weight: 300;
        font-size: 1rem;
        color: hsla(0, 0%, 100%, .7607843137254902);
        line-height: 1.75rem;
        width: 14.3125rem
    }
}

@media only screen and (max-width:1024px) {
    .yx-lang-en .index-daily-special__header .title[data-v-77645b28] {
        font-size: 1.5625rem
    }

    .index-daily-special[data-v-77645b28] {
        width: 100%;
        padding: 1.625rem 1.125rem;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-daily-special[data-v-77645b28],
    .index-daily-special__header[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-daily-special__header[data-v-77645b28] {
        margin-bottom: 1.8125rem;
        text-align: center
    }

    .index-daily-special__header .title[data-v-77645b28] {
        font-weight: 600;
        font-size: 1.875rem;
        color: #000;
        line-height: 2.1875rem;
        width: 13.125rem
    }

    .index-daily-special__body[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-daily-special__body .pc[data-v-77645b28] {
        display: none !important
    }

    .index-daily-special__body .mobile[data-v-77645b28] {
        display: block !important;
        text-align: center
    }

    .index-daily-special__body .mobile .list[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__container {
        min-width: 21.1875rem;
        min-height: 34.375rem;
        margin-bottom: 2.125rem;
        background: #fafafa
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__container .el-carousel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2rem 1.625rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__container .title {
        font-weight: 600;
        font-size: 1.4375rem;
        color: #000;
        line-height: 1.625rem;
        margin-bottom: .6875rem;
        margin-top: .625rem
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__container .content {
        font-weight: 300;
        font-size: .9375rem;
        color: rgba(0, 0, 0, .8);
        line-height: 1.5625rem;
        margin-bottom: 1.625rem
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__container img {
        height: 18.5rem
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__indicators {
        display: block
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__indicators--horizontal .el-carousel__button {
        height: .375rem;
        width: .375rem;
        border-radius: 50%
    }

    .index-daily-special__body .mobile[data-v-77645b28] .el-carousel__indicators--horizontal .is-active .el-carousel__button {
        background: #000
    }
}

@media only screen and (min-width:1025px) {
    .index-daily-special[data-v-77645b28] {
        height: 58.5625rem;
        width: 100%
    }

    .index-daily-special[data-v-77645b28],
    .index-daily-special__header[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-daily-special__header[data-v-77645b28] {
        margin-bottom: 3.0625rem;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem
    }

    .index-daily-special__header .title[data-v-77645b28] {
        margin-bottom: 1.1875rem
    }

    .index-daily-special__body[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-daily-special__body .pc[data-v-77645b28] {
        display: block !important
    }

    .index-daily-special__body .mobile[data-v-77645b28] {
        display: none !important
    }

    .index-daily-special__body .list[data-v-77645b28] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-daily-special__body .list .left[data-v-77645b28] {
        margin-right: 3.125rem
    }

    .index-daily-special__body .list .left .list-item[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: .0625rem solid #cbcbcb;
        padding: 1.5625rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-daily-special__body .list .left .list-item[data-v-77645b28]:last-child {
        border-bottom: .0625rem solid #cbcbcb
    }

    .index-daily-special__body .list .left .list-item .title[data-v-77645b28] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        font-weight: 600;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.4375rem
    }

    .index-daily-special__body .list .left .list-item .title .point[data-v-77645b28] {
        width: .4375rem;
        height: .4375rem;
        background-color: #000;
        border-radius: 50%;
        margin-right: .625rem
    }

    .index-daily-special__body .list .left .list-item .activeClass[data-v-77645b28] {
        margin-left: -1.125rem;
        margin-bottom: .875rem
    }

    .index-daily-special__body .list .left .list-item .content[data-v-77645b28] {
        font-weight: 300;
        font-size: 1rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1.75rem;
        width: 23.25rem
    }

    .index-daily-special__body .list .right[data-v-77645b28] {
        width: 39.1875rem;
        margin-right: -6.25rem
    }
}

@media only screen and (max-width:1024px) {
    .pc[data-v-3e8c806c] {
        display: none !important
    }

    .mobile[data-v-3e8c806c] {
        display: block !important
    }

    .index-analysis[data-v-3e8c806c] {
        background: #fafafa;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        background-image: url(https://web-static-prd-hongkong-1257884527.cos.ap-hongkong.myqcloud.com/img-management/hk-official/index-analysis/bg-h5.png);
        background-repeat: no-repeat;
        padding: 3rem 1.125rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 100% auto
    }

    .index-analysis[data-v-3e8c806c],
    .index-analysis__header[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header[data-v-3e8c806c] {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        word-wrap: break-word;
        text-align: center
    }

    .index-analysis__header img[data-v-3e8c806c] {
        height: 1.9375rem;
        width: 1.8125rem;
        margin-bottom: 1.75rem
    }

    .index-analysis__header .info[data-v-3e8c806c],
    .index-analysis__header .title[data-v-3e8c806c] {
        font-weight: 600;
        font-size: 1.875rem;
        color: #fff;
        line-height: 2.1875rem;
        margin-bottom: 2.125rem
    }

    .index-analysis__body[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container {
        margin-bottom: 2.125rem;
        background: -webkit-gradient(linear, left top, left bottom, from(#0091ff), to(#6cbffc));
        background: linear-gradient(180deg, #0091ff, #6cbffc);
        border-radius: .625rem .625rem 0 0;
        height: 31.25rem
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: .625rem .625rem 0 0
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item .icon {
        padding: 2.3125rem 2.0625rem 0;
        height: 18.125rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item .icon img {
        width: 17.1875rem;
        height: 15.8125rem
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item .container {
        padding: 2.25rem 1.9375rem;
        -webkit-box-sizing: border-box;
        color: #000;
        background: #fff;
        box-sizing: border-box;
        height: 100%;
        border: .0625rem solid #d0d0d0;
        border-top: none
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item .container .title {
        margin-bottom: 1.1875rem;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.4375rem
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__container .el-carousel__item .container .content {
        font-weight: 300;
        font-size: .9375rem;
        line-height: 1.4375rem;
        color: rgba(0, 0, 0, .47843137254901963)
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__indicators {
        display: block
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__indicators--horizontal .el-carousel__button {
        height: .375rem;
        width: .375rem;
        border-radius: 50%
    }

    .index-analysis__body .list[data-v-3e8c806c] .el-carousel__indicators--horizontal .is-active .el-carousel__button {
        background: #000
    }
}

@media screen and (min-width:1025px) {
    .pc[data-v-3e8c806c] {
        display: block !important
    }

    .mobile[data-v-3e8c806c] {
        display: none !important
    }

    .index-analysis[data-v-3e8c806c] {
        background: #fafafa;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        background-image: url(https://web-static-prd-hongkong-1257884527.cos.ap-hongkong.myqcloud.com/img-management/hk-official/index-analysis/bg.png);
        background-repeat: no-repeat;
        padding: 1.875rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-size: auto 100%
    }

    .index-analysis[data-v-3e8c806c],
    .index-analysis__header[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header[data-v-3e8c806c] {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 6.25rem;
        word-wrap: break-word;
        text-align: left
    }

    .index-analysis__header .title[data-v-3e8c806c] {
        margin-bottom: 1.1875rem;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem;
        max-width: 50rem
    }

    .index-analysis__header .title img[data-v-3e8c806c] {
        height: 2.5625rem;
        width: 2.375rem;
        margin-right: 2.4375rem
    }

    .index-analysis__header .info[data-v-3e8c806c] {
        font-weight: 100;
        font-size: .75rem;
        color: #000;
        line-height: .875rem;
        margin-bottom: 2.6875rem;
        max-width: 43.75rem
    }

    .index-analysis__body[data-v-3e8c806c] {
        z-index: 2;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 31.25rem;
        overflow: hidden
    }

    .index-analysis__body .list[data-v-3e8c806c],
    .index-analysis__body[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__body .list[data-v-3e8c806c] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        margin-bottom: 2.6875rem
    }

    .index-analysis__body .list-item[data-v-3e8c806c] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 2.5rem
    }

    .index-analysis__body .list-item .icon[data-v-3e8c806c],
    .index-analysis__body .list-item[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__body .list-item .icon[data-v-3e8c806c] {
        width: 20.9375rem;
        height: 17.875rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: url(/hk/assets/image/item-bg.ddae05.png)
    }

    .index-analysis__body .list-item .icon img[data-v-3e8c806c] {
        width: 16.9375rem
    }

    .index-analysis__body .list-item .bottom[data-v-3e8c806c] {
        height: 15.1875rem;
        background-color: #fff;
        padding-top: 2rem;
        padding-left: 3.375rem;
        -webkit-box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: .0625rem solid #d0d0d0;
        border-top: none;
        box-sizing: border-box
    }

    .index-analysis__body .list-item .bottom .title[data-v-3e8c806c] {
        font-weight: 600;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.4375rem;
        margin-bottom: .75rem
    }

    .index-analysis__body .list-item .bottom .content[data-v-3e8c806c] {
        font-weight: 300;
        font-size: 1rem;
        color: rgba(0, 0, 0, .47843137254901963);
        line-height: 1.75rem;
        width: 14.3125rem
    }

    .index-analysis__body .body-bottom[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 18.75rem
    }

    .index-analysis__body .body-bottom img[data-v-3e8c806c] {
        width: 2.5625rem;
        height: 2.4375rem
    }

    .index-analysis__body .body-bottom .carousel-buttons[data-v-3e8c806c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__body .body-bottom .carousel-buttons .carousel-button[data-v-3e8c806c] {
        width: .5625rem;
        height: .5625rem;
        background: #d9d9d9;
        border-radius: 50%;
        margin-right: 3.75rem
    }

    .index-analysis__body .body-bottom .carousel-buttons .carousel-button[data-v-3e8c806c]:first-child {
        margin-left: 3.75rem
    }

    .index-analysis__body .body-bottom .carousel-buttons .active[data-v-3e8c806c] {
        width: .5625rem;
        height: .5625rem;
        background: #000;
        border-radius: 50%;
        border: .0625rem solid #000;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: .125rem
    }
}

@media screen and (min-width:1400px) {
    .pc[data-v-3e8c806c] {
        display: block !important
    }

    .mobile[data-v-3e8c806c] {
        display: none !important
    }

    .index-analysis[data-v-3e8c806c] {
        padding: 3.75rem 0
    }

    .index-analysis__header[data-v-3e8c806c] {
        margin-left: 9.375rem
    }
}

@media only screen and (max-width:1024px) {
    .pc[data-v-8e744302] {
        display: none !important
    }

    .mobile[data-v-8e744302] {
        display: block !important
    }

    .index-analysis[data-v-8e744302] {
        background: #fff;
        position: relative;
        overflow: hidden
    }

    .index-analysis[data-v-8e744302],
    .index-analysis__header[data-v-8e744302] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header[data-v-8e744302] {
        width: 100%;
        z-index: 2;
        font-weight: 600;
        font-size: 1.875rem;
        color: #000;
        line-height: 2.1875rem;
        text-align: center;
        padding: 1.875rem 0
    }

    .index-analysis__header .title[data-v-8e744302] {
        margin-bottom: 1.75rem
    }

    .index-analysis__body[data-v-8e744302] {
        width: 100%;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container {
        margin-bottom: 1.5rem;
        min-height: 25.5rem;
        width: 21.1875rem;
        text-align: center;
        padding: 1.25rem 0
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container .el-carousel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container .el-carousel__item img {
        height: 11.25rem;
        width: 21.1875rem
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container .el-carousel__item .bottom {
        padding: 2.125rem 1.125rem .625rem;
        -webkit-box-sizing: border-box;
        color: #000;
        background: #fafafa;
        box-sizing: border-box;
        height: 100%
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container .el-carousel__item .bottom .title {
        margin-bottom: 1.1875rem;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.4375rem
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__container .el-carousel__item .bottom .info {
        font-weight: 300;
        font-size: .9375rem;
        line-height: 1.4375rem
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__indicators {
        display: block
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__indicators--horizontal .el-carousel__button {
        height: .375rem;
        width: .375rem;
        border-radius: 50%
    }

    .index-analysis__body .list[data-v-8e744302] .el-carousel__indicators--horizontal .is-active .el-carousel__button {
        background: #000
    }
}

@media only screen and (min-width:1023px) {
    .yx-lang-en .pc .bottom[data-v-8e744302] {
        height: 34.375rem !important
    }

    .pc[data-v-8e744302] {
        display: block !important
    }

    .mobile[data-v-8e744302] {
        display: none !important
    }

    .index-analysis[data-v-8e744302] {
        background: #fafafa;
        position: relative;
        overflow: hidden;
        padding: 8.375rem 0
    }

    .index-analysis[data-v-8e744302],
    .index-analysis__header[data-v-8e744302] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header[data-v-8e744302] {
        width: 100%;
        z-index: 2;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem;
        text-align: left
    }

    .index-analysis__header .title[data-v-8e744302] {
        margin-bottom: 3.625rem
    }

    .index-analysis__body[data-v-8e744302] {
        width: 100%;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .index-analysis__body .list[data-v-8e744302] {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 16.25rem);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0 1.25rem;
        margin-bottom: 2.6875rem
    }

    .index-analysis__body .list .icon[data-v-8e744302] {
        position: absolute;
        width: 2.5625rem;
        height: 2.4375rem
    }

    .index-analysis__body .list .left[data-v-8e744302] {
        left: -1.875rem
    }

    .index-analysis__body .list .right[data-v-8e744302] {
        right: -.625rem
    }

    .index-analysis__body .list-item[data-v-8e744302] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1.25rem;
        width: 16.25rem
    }

    .index-analysis__body .list-item[data-v-8e744302]:nth-child(5) {
        display: none
    }

    .index-analysis__body .list-item img[data-v-8e744302] {
        width: 16.25rem
    }

    .index-analysis__body .list-item .bottom[data-v-8e744302] {
        height: 18.75rem;
        background: #fff;
        padding: 1.6875rem 1.375rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .index-analysis__body .list-item .bottom .title[data-v-8e744302] {
        font-weight: 600;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.4375rem;
        margin-bottom: .75rem
    }

    .index-analysis__body .list-item .bottom .content[data-v-8e744302] {
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.75rem
    }
}

@media only screen and (max-width:1024px) {
    .pc[data-v-7e693022] {
        display: none !important
    }

    .mobile[data-v-7e693022] {
        display: block !important
    }

    .index-analysis[data-v-7e693022] {
        background: #fafafa;
        overflow: hidden;
        padding: 3.75rem 1.125rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center
    }

    .index-analysis[data-v-7e693022],
    .index-analysis__header[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header .title[data-v-7e693022] {
        margin-bottom: .8125rem;
        font-weight: 600;
        font-size: 1.875rem;
        color: #000;
        line-height: 2.1875rem
    }

    .index-analysis__header .info[data-v-7e693022] {
        font-weight: 300;
        font-size: 1rem;
        color: #000;
        line-height: 1.5rem;
        margin-bottom: 2.1875rem
    }

    .index-analysis__body[data-v-7e693022] {
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container {
        margin-bottom: .9375rem;
        width: 21.25rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item {
        padding: .625rem 1.25rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item,
    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card {
        margin-bottom: 1rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card .icon {
        height: 3.875rem;
        margin-bottom: 1.0625rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card .box .left {
        width: 1rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card .box .center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 .3125rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__container .el-carousel__item .card .box .right {
        width: 1rem
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__indicators {
        display: block
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__indicators--horizontal .el-carousel__button {
        height: .375rem;
        width: .375rem;
        border-radius: 50%
    }

    .index-analysis__body .list[data-v-7e693022] .el-carousel__indicators--horizontal .is-active .el-carousel__button {
        background: #000
    }

    .index-analysis__footer[data-v-7e693022] {
        margin-top: 3.5rem
    }

    .index-analysis__footer .footer-list[data-v-7e693022] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.0625rem 3.125rem
    }

    .index-analysis__footer .footer-list__item[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__footer .footer-list__item .val[data-v-7e693022] {
        font-weight: 600;
        font-size: 1.4375rem;
        color: #0084fa;
        line-height: 1.625rem;
        margin-bottom: .5625rem
    }

    .index-analysis__footer .footer-list__item .label[data-v-7e693022] {
        font-weight: 400;
        font-size: .875rem;
        color: #000;
        line-height: 1rem
    }
}

@media only screen and (min-width:1023px) {
    .pc[data-v-7e693022] {
        display: block !important
    }

    .mobile[data-v-7e693022] {
        display: none !important
    }

    .index-analysis[data-v-7e693022] {
        height: 58.3125rem;
        background: #fafafa;
        position: relative;
        overflow: hidden
    }

    .index-analysis[data-v-7e693022],
    .index-analysis__header[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__header[data-v-7e693022] {
        width: 100%;
        z-index: 2;
        font-weight: 600;
        font-size: 2.8125rem;
        color: #000;
        line-height: 3.3125rem;
        text-align: left
    }

    .index-analysis__header .title[data-v-7e693022] {
        margin-bottom: 1.1875rem
    }

    .index-analysis__header .info[data-v-7e693022] {
        font-weight: 300;
        font-size: 1.25rem;
        color: #000;
        line-height: 1.75rem;
        margin-bottom: 6.8125rem
    }

    .index-analysis__body[data-v-7e693022] {
        z-index: 2;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden
    }

    .index-analysis__body .list[data-v-7e693022],
    .index-analysis__body[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-direction: normal
    }

    .index-analysis__body .list[data-v-7e693022] {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease, -webkit-transform .5s ease;
        margin-bottom: 2.6875rem
    }

    .index-analysis__body .list-item[data-v-7e693022] {
        width: 52.375rem;
        height: 19.9375rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 2.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.875rem 4.375rem 0;
        background: #fff;
        border-radius: .625rem .625rem .625rem .625rem
    }

    .index-analysis__body .list-item .title[data-v-7e693022] {
        font-weight: 300;
        font-size: 1.125rem;
        color: #000;
        line-height: 2.1875rem
    }

    .index-analysis__body .list-item .card[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index-analysis__body .list-item .card .icon[data-v-7e693022] {
        width: 3.625rem;
        margin-right: 1.875rem
    }

    .index-analysis__body .list-item .card .left[data-v-7e693022],
    .index-analysis__body .list-item .card .right[data-v-7e693022] {
        width: 1.625rem
    }

    .index-analysis__body .list-item .card .center[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 0 .9375rem
    }

    .index-analysis__body .list-item .card .center img[data-v-7e693022] {
        width: 5.5625rem
    }

    .index-analysis__body .list-item .card .center .name[data-v-7e693022] {
        font-weight: 300;
        font-size: 1.125rem;
        color: #000;
        line-height: 2.1875rem
    }

    .index-analysis__body .body-bottom[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__body .body-bottom img[data-v-7e693022] {
        width: 2.5625rem;
        height: 2.4375rem
    }

    .index-analysis__body .body-bottom .carousel-buttons[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__body .body-bottom .carousel-buttons .carousel-button[data-v-7e693022] {
        width: .5625rem;
        height: .5625rem;
        background: #d9d9d9;
        border-radius: 50%;
        margin-right: 3.75rem
    }

    .index-analysis__body .body-bottom .carousel-buttons .carousel-button[data-v-7e693022]:first-child {
        margin-left: 3.75rem
    }

    .index-analysis__body .body-bottom .carousel-buttons .active[data-v-7e693022] {
        background: #0091ff;
        border-radius: 50%
    }

    .index-analysis__footer[data-v-7e693022] {
        margin-top: 4.5rem
    }

    .index-analysis__footer .footer-list[data-v-7e693022],
    .index-analysis__footer .footer-list__item[data-v-7e693022] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .index-analysis__footer .footer-list__item[data-v-7e693022] {
        padding: 0 5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-right: .0625rem solid #c8c8c8
    }

    .index-analysis__footer .footer-list__item[data-v-7e693022]:last-child {
        border: none
    }

    .index-analysis__footer .footer-list__item .val[data-v-7e693022] {
        font-weight: 600;
        font-size: 1.625rem;
        color: #0084fa;
        line-height: 1.875rem
    }

    .index-analysis__footer .footer-list__item .label[data-v-7e693022] {
        font-weight: 400;
        font-size: .9375rem;
        color: #000;
        line-height: 1.125rem
    }
}