/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-01-06 11:18:14
 * @LastEditTime: 2025-01-09 13:59:46
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

.u-floating-layer {
    position: fixed;
    top: 300px;
    right: 28px;
    z-index: 999;
}

.u-floating-layer .u-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../../../img/global-promotion/iconClose.png) no-repeat center center;
    cursor: pointer;
}

.g-doc {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(0deg, rgb(148, 207, 184) 0%, rgb(213, 237, 236) 19%, rgb(220, 237, 249) 50%); */
    background: #e2f2f9;
    z-index: 3;
}

.u-bg1 {
    min-height: 918px;
    background: url(../../../img/global-promotion/top.png) no-repeat top center;
}

.u-bg2 {
    min-height: 1260px;
    background: url(../../../img/global-promotion/bottomBg_01.png) no-repeat bottom center;
}

.u-logo-img-box {
    margin: 0;
    padding-top: 52px;
    text-align: center;
}

.u-logo-img-box img {
    width: 369px;
    height: 111px;
}

.u-logo-txt-box {
    margin-top: 52px;
    text-align: center;
}

.u-slogan-box {
    position: relative;
    margin: -250px auto 0;
    padding: 0 40px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1170px;
    height: 121px;
    background: url(../../../img/global-promotion/slogan.png) no-repeat 0 0;
    z-index: 10;
}

.u-slogan-box .p1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}

.u-schedule-box {
    position: relative;
    margin: 0 auto;
    padding-top: 67px;
    width: 1028px;
    height: 1027px;
    background: url(../../../img/global-promotion/20250106-01.png) no-repeat 0 0;
    z-index: 10;
}

.u-schedule-box .u-arrow-box>.u-arrow {
    position: absolute;
    top: 50%;
    width: 67px;
    height: 59px;
    background-color: rgba(0, 73, 193, 1);
    font-size: 18px;
    line-height: 59px;
    color: rgba(255, 255, 255, 1);
    border-radius: 30px 4px 4px 30px;
    transform: translateY(-50%);
    text-align: center;
}

.u-schedule-box .u-arrow-box .u-left-arrow {
    left: -70px;
}

.u-schedule-box .u-arrow-box .u-right-arrow {
    right: -70px;
    border-radius: 4px 30px 30px 4px;
}

.u-schedule-box .u-arrow-box>.u-arrow.z-dn {
    display: none;
}

.u-schedule-box .u-pointer-img {
    position: absolute;
    top: 32%;
    left: 39%;
    content: '';
    width: 240px;
    height: 307px;
    transform-origin: 50% 50%;
    background: url(../../../img/global-promotion/20250106-04.png) 0 0 no-repeat;
    transition: 1s transform;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    z-index: 15;
}

.u-schedule-box .u-panda-img {
    position: absolute;
    top: 42%;
    left: 44%;
    content: '';
    width: 129px;
    height: 172px;
    background: url(../../../img/global-promotion/20250106-05.png) 0 0 no-repeat;
    z-index: 18;
}

.u-schedule-box .u-pointer-box .u-pointer-img.u-prev {
    /* transform: rotateZ(-60deg); */
    /* animation-name: pointerPrev; */
    left: 36%;
    top: 34%;
}

.u-schedule-box .u-pointer-box .u-pointer-img.u-middle {
    /* animation-name: pointerMiddle; */
}

.u-schedule-box .u-pointer-box .u-pointer-img.u-next {
    /* transform: rotateZ(60deg); */
    /* animation-name: pointerNext; */
    right: 36%;
    left: auto;
    top: 34%;
}

.u-tab-schedule-box {
    position: relative;
}

.u-tab-schedule-box .u-sector-box {
    position: relative;
    height: 447px;
}

.u-tab-schedule-box .u-sector-box::before,
.u-tab-schedule-box .u-sector-box::after {
    position: absolute;
    top: 83px;
    left: 304px;
    content: '';
    width: 40.8%;
    height: 2px;
    transform-origin: 0 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
}

.u-tab-schedule-box .u-sector-box::before {
    transform: rotateZ(60deg);
}

.u-tab-schedule-box .u-sector-box::after {
    transform: rotateZ(120deg);
    right: -116px;
    left: auto;
    top: 84px;
}

.u-tab-schedule-box .u-sector-box .u-sector-item {
    visibility: hidden;
    width: 423px;
    height: 424px;
    background-image: url(../../../img/global-promotion/20250106-02.png);
    position: absolute;
    transform-origin: 0 0;
    background-position: 0 0;
    background-size: cover;
}

.u-tab-schedule-box .u-sector-box .u-sector-item.u-prev {
    visibility: visible;
    transform: rotateZ(-60deg);
    left: 42px;
    bottom: -397px;
}

.u-tab-schedule-box .u-sector-box .u-sector-item.u-middle {
    visibility: visible;
    transform: rotateZ(0deg);
    left: 302px;
    bottom: 0;
}

.u-tab-schedule-box .u-sector-box .u-sector-item.u-next {
    visibility: visible;
    transform: rotateZ(60deg);
    right: -169px;
    bottom: -29px;
}

.u-tab-schedule-box .u-sector-box .u-sector-item .u-txt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 46px;
    color: rgba(33, 83, 166, 1);
    text-align: center;
    width: 100%;
    height: 66%;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.u-tab-schedule-box .u-sector-box .u-sector-item.u-prev .u-txt {
    transform: rotateZ(60deg);
}

.u-tab-schedule-box .u-sector-box .u-sector-item.u-next .u-txt {
    transform: rotateZ(-60deg);
}

.u-tab-schedule-box .u-sector-box .u-sector-item.z-crt {
    background-image: url(../../../img/global-promotion/20250106-03.png);
}

.u-tab-schedule-box .u-sector-box .u-sector-item.z-crt .u-txt {
    font-weight: 600;
    animation-name: flash;
}

.u-tab-schedule-box .u-tab-ct-box {
    position: relative;
    padding-top: 58px;
}

.u-tab-schedule-box .u-tab-ct-box::after {
    position: absolute;
    top: 0;
    left: 8.8%;
    content: '';
    width: 82.4%;
    height: 1px;
    background-color: rgba(146, 179, 197, 1);
}

.u-tab-schedule-box .u-tab-ct {
    margin: 0 auto;
    max-width: 70%;
    display: flex;
    justify-content: space-around;
}

.u-tab-schedule-box .u-tab-ct .u-item {
    flex: 1 1 0;
    min-width: 10px;
}

.u-tab-schedule-box .u-tab-ct.f-dn {
    display: none;
}

.u-tab-schedule-box .u-tab-ct>a:nth-child(2),
.u-tab-schedule-box .u-tab-ct.u-style1>a:nth-child(2),
.u-tab-schedule-box .u-tab-ct.u-style1>a:nth-child(3) {
    margin-top: 100px;
}

.u-tab-schedule-box .u-tab-ct .u-img-box {
    margin: 0 auto;
    max-width: 163px;
    max-height: 121px;
    text-align: center;
}

.u-tab-schedule-box .u-tab-ct .u-img-box img {
    max-width: 70% !important;
}

.u-tab-schedule-box .u-tab-ct .u-tt {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.2;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    word-wrap: break-word;
}


@keyframes pointerPrev {

    0%,
    100% {
        transform: rotateZ(-60deg);
    }

    10%,
    90% {
        transform: rotateZ(-55deg);
    }

    50% {
        transform: rotateZ(-65deg);
    }
}

@keyframes pointerMiddle {

    0%,
    100% {
        transform: rotateZ(0deg);
    }

    10%,
    90% {
        transform: rotateZ(5deg);
    }

    50% {
        transform: rotateZ(-5deg);
    }
}

@keyframes pointerNext {

    0%,
    100% {
        transform: rotateZ(60deg);
    }

    10%,
    90% {
        transform: rotateZ(55deg);
    }

    50% {
        transform: rotateZ(65deg);
    }
}


@media (max-width:992px) {
    .u-logo-img-box {
        padding-top: 1.6rem;
    }

    .u-logo-img-box img {
        width: 45%;
        height: auto;
    }

    .u-logo-txt-box {
        margin-top: .3rem;
    }

    .u-slogan-box {
        margin-top: -1.2rem;
        padding: 0 .2rem 0 .4rem;
        width: 96%;
        height: 1.8rem;
        background-image: url../../../img/global-promotion/slogan-m.png);
        background-size: 100% 100%;
    }

    .u-slogan-box .p1 {
        font-size: .28rem;
        line-height: .4rem;
    }

    .u-bg1 {
        min-height: 9rem;
        background-size: auto 100%;
    }

    .u-bg2 {
        min-height: 7.6rem;
        background-size: 100% auto;
    }

    .u-schedule-box .u-arrow-box>.u-arrow {
        width: .8rem;
        height: .5rem;
        font-size: .22rem;
        line-height: .5rem;
    }

    .u-schedule-box .u-arrow-box .u-left-arrow {
        left: -.72rem;
    }

    .u-schedule-box .u-arrow-box .u-right-arrow {
        left: auto;
        right: -.72rem;
    }

    .u-schedule-box {
        width: 80%;
        height: 6rem;
        background-size: 100% auto;
        padding-top: .4rem;
    }

    .u-schedule-box .u-pointer-img {
        width: 1.4rem;
        height: 2.07rem;
        background-size: contain;
    }

    .u-schedule-box .u-panda-img {
        width: 0.69rem;
        height: 1.12rem;
        background-size: contain;
    }

    .u-schedule-box .u-pointer-box .u-pointer-img.u-prev+.u-panda-img {
        left: 42%;
        top: 44%;
    }

    .u-schedule-box .u-pointer-box .u-pointer-img.u-next+.u-panda-img {
        left: 45%;
        top: 44%;
    }

    .u-tab-schedule-box .u-sector-box {
        height: 2.6rem;
    }

    .u-tab-schedule-box .u-sector-box::before,
    .u-tab-schedule-box .u-sector-box::after {
        top: .44rem;
        left: 1.76rem;
        width: 41.4%;
    }

    .u-tab-schedule-box .u-sector-box::after {
        left: auto;
        right: -.72rem;
    }

    .u-tab-schedule-box .u-sector-box .u-sector-item {
        width: 2.48rem;
        height: 2.5rem;
    }

    .u-tab-schedule-box .u-sector-box .u-sector-item.u-prev {
        left: .2rem;
        bottom: -2.34rem;
    }

    .u-tab-schedule-box .u-sector-box .u-sector-item.u-middle {
        left: 1.74rem;
    }

    .u-tab-schedule-box .u-sector-box .u-sector-item.u-next {
        right: -1rem;
        bottom: -.16rem;
    }

    .u-tab-schedule-box .u-sector-box .u-sector-item .u-txt {
        font-size: .22rem;
        line-height: 1.35rem;
    }

    .u-tab-schedule-box .u-tab-ct-box {
        padding-top: .45rem;
    }

    .u-tab-schedule-box .u-tab-ct .u-img-box {
        max-width: 2.46rem;
        max-height: 1.62rem;
    }

    .u-tab-schedule-box .u-tab-ct .u-img-box img {
        max-width: 55% !important;
    }

    .u-tab-schedule-box .u-tab-ct .u-tt {
        margin-top: .1rem;
        font-size: .22rem;
    }

    .u-tab-schedule-box .u-tab-ct>a:nth-child(2),
    .u-tab-schedule-box .u-tab-ct.u-style1>a:nth-child(2),
    .u-tab-schedule-box .u-tab-ct.u-style1>a:nth-child(3) {
        margin-top: .65rem;
    }

    .enpage .u-tab-schedule-box .u-tab-ct-box {
        padding-top: .25rem;
    }

    .enpage .u-tab-schedule-box .u-tab-ct {
        max-width: 67%;
    }
}


@media (max-width:768px) {}