/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2025-01-06 11:18:14
 * @LastEditTime: 2026-01-27 16:26:26
 * @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/promotion/iconClose.png) no-repeat center center;
    cursor: pointer;
}

.g-doc {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(0deg, #d9e9ff 0%, #d9e9ff 71%, #0843b6 100%); */
    background-color: #d9e9ff;
    z-index: 3;
}

.u-bg1 {
    min-height: 993px;
    background: url(../../../img/promotion/top-zh.png) no-repeat top center, linear-gradient(0deg, #d9e9ff 40%, #0843b6 100%);
}

.u-bg2 {
    position: relative;
    min-height: 1316px;
    padding-bottom: 224px;
    background: url(../../../img/promotion/20260126-02.png) no-repeat bottom center/100% 100%;
}

.u-bg2::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 224px;
    background: url(../../../img/promotion/20260126-03.png) no-repeat bottom center/100% 100%;
}

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

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

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

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

.u-slogan-box .p1+.p1 {
    margin-top: 10px;
}

.u-schedule-box {
    position: relative;
    margin: 0 auto;
    width: 1170px;
}

.u-schedule-box li {
    margin-top: 40px;
    height: 180px;
    filter: drop-shadow(2px 2px 0rem rgba(179, 191, 200, 0.9));
    border-radius: 8px;
}

.u-schedule-box li .u-item-box {
    position: relative;
    display: flex;
    height: 100%;
    background: #fff url(../../../img/promotion/20260126-01.png) repeat-x 0 0;
    -webkit-mask-image: radial-gradient(circle at 27% 10px, transparent 10px, red 10.5px);
    -webkit-mask-position: 0 -10px;
    border-radius: 8px;
    overflow: hidden;
}

.u-schedule-box .u-txt-box {
    padding-left: 35px;
    width: 315px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.u-schedule-box .u-txt-box .u-tt {
    position: relative;
    padding-bottom: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: rgba(33, 86, 168, 1);
}

.u-schedule-box .u-txt-box .u-tt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 55px;
    height: 1px;
    background-color: rgba(73, 119, 190, 1);
}

.u-schedule-box .u-txt-box .u-area {
    margin-top: 12px;
    font-size: 24px;
    line-height: 30px;
    color: rgba(73, 119, 190, 1);
}

.u-schedule-box .u-img-box {
    flex: 1 1 0;
    min-width: 10px;
    display: flex;
}

.u-schedule-box .u-img-box .u-item {
    flex: 1 1 0;
    height: 100%;
    object-fit: cover;
}

.u-schedule-box .u-img-box .u-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.u-schedule-box .u-coming-soon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff url(../../../img/promotion/20260126-01.png) repeat-x 0 0;
    border-radius: 8px;
}

.u-schedule-box .u-coming-soon .u-txt {
    font-size: 30px;
    line-height: 46px;
    color: rgba(33, 83, 166, 1);
}

.enpage * {
    word-break: break-word;
    font-family: 'Arial';
}

.enpage .u-bg1 {
    background-image: url../../../img/promotion/top-en.png);
}

.enpage .u-slogan-box {
    text-align: left;
}

.enpage .u-slogan-box .p1 {
    font-weight: 600;
}

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

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

    .u-slogan-box {
        margin-top: 2.5rem;
        padding: .2rem;
        width: 96%;
        height: auto;
    }

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

    .u-slogan-box .p1+.p1 {
        margin-top: 0;
    }

    .u-bg1 {
        min-height: 7rem;
        background-size: 100% auto;
        background-image: url(../../../img/promotion/top-zh-m.png);
        background-position: center .88rem;
    }

    .u-bg2 {
        padding-bottom: 1.4rem;
        min-height: 7.6rem;
        background-size: 100% auto;
        margin-top: -1rem;
    }

    .u-bg2::before {
        height: .89rem;
    }

    .u-schedule-box {
        width: 100%;
        padding: 0 .2rem;
    }

    .u-schedule-box li {
        margin-top: .3rem;
        height: auto;
        filter: drop-shadow(0 2px 0rem rgba(179, 191, 200, 0.9));
    }

    .u-schedule-box li .u-item-box {
        flex-direction: column;
        -webkit-mask-image: radial-gradient(circle at 10px .85rem, transparent 10px, red 10.5px);
        -webkit-mask-position: -10px;
    }

    .u-schedule-box .u-txt-box {
        padding: .22rem 0 .22rem .3rem;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }

    .u-schedule-box .u-txt-box .u-tt {
        padding-left: .2rem;
        padding-bottom: 0;
        font-size: 0.26rem;
        line-height: 0.4rem;
        color: rgba(33, 86, 168, 1);
    }

    .u-schedule-box .u-txt-box .u-tt::after {
        width: 0.14rem;
        height: 0.14rem;
        background-image: linear-gradient(0deg, rgba(41, 241, 156, 1) 0%, rgba(2, 161, 249, 1) 100%);
        border-radius: 50%;
        bottom: 50%;
        transform: translateY(50%);
    }

    .u-schedule-box .u-txt-box .u-area {
        margin-left: .15rem;
        margin-top: 0;
        font-size: 0.22rem;
        line-height: 0.4rem;
        color: rgba(73, 119, 190, 1);
    }

    .u-schedule-box .u-img-box .u-item {
        height: 1.5rem;
    }

    .u-schedule-box .u-coming-soon {
        height: 1.5rem;
    }

    .u-schedule-box .u-coming-soon .u-txt {
        font-size: 0.5rem;
        line-height: 0.6rem;
        color: rgba(33, 83, 166, 1);
    }

    .enpage .u-bg1 {
        background-image: url(../../../img/promotion/top-en-m.png);
    }

    .enpage .u-bg2 {
        margin-top: -.65rem;
    }
}


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