.notice-bar-container {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 .02667rem .06667rem #0000001a;
    display: flex;
    align-items: center;
    padding: 0 .4rem;
    box-sizing: border-box
}

.notice-box {
    flex: 1;
    /*overflow: hidden*/
}

.notice-bar {
    display: flex;
    justify-content: flex-start;
    will-change: transform;
    align-items: center
}

.is-animation {
    animation: scroll-left-ac893d47 22s linear infinite
}

.notice-item {
    white-space: nowrap;
    color: #333;
    display: flex;
    align-items: center;
    transition: transform .5s ease
}

@keyframes scroll-left-ac893d47 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.swiper-container .swiper-pagination span {
    width: 6PX;
    height: 6PX
}

.swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff
}

.notice {
    height: .93333rem;
    color: #f8348b;
    /* background-color: #fff */
}

.notice p {
    color: #000;
    font-size: .37333rem;
    padding-left: .13333rem
}

.safe-modal {
    position: fixed;
    inset: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.safe-modal .enter-btn {
    font-family: Microsoft Yahei,Arial,Helvetica,sans-serif;
    width: 37.4%;
    margin-top: 1.6rem;
    height: .85333rem;
    line-height: .85333rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: .10667rem;
    background: #3dbf38;
    font-size: .37333rem;
    text-align: center;
    color: #000;
    cursor: pointer
}

.safe-modal .kefu-img {
    margin-top: 3%;
    width: 23.55%;
    height: auto;
    cursor: pointer
}

.template5 {
    background-color: #d37020
}

.template5 .mobile {
    /*height: 181vh;*/
    background-color: #d37020
}

.template5 .mobile .text {
    padding-bottom: .8rem
}

.template5 .mobile .text p {
    text-align: center;
    font-size: .34667rem;
    color: #f1d5d5;
    line-height: .61333rem
}

.template5 .mobile .text .battext {
    animation: blink-df51a742 .8s infinite
}

.template5 .mobile .text .red {
    color: #fff6a6
}

.template5 .mobile .customer {
    display: flex;
    justify-content: center
}

.template5 .mobile .customer .customer_img {
    width: 7.54667rem;
    animation: myfirst-df51a742 1s infinite
}

.template5 .mobile .list {
    /* padding: .37333rem .18667rem */
    padding: 0.125rem .18667rem
}

.template5 .mobile .list .list_item {
    display: flex;
    margin-bottom: .26667rem
}

.template5 .mobile .list .list_item .lefts {
    display: flex
}

.template5 .mobile .list .list_item .lefts .delay {
    width: 1.99333rem;
    border: .01333rem solid #fff6a6;
    border-radius: .08rem;
    box-shadow: inset 0 0 .1rem #0000001a;
    text-align: center;
    line-height: .93333rem;
    font-size: .37333rem;
    color: #fff6a6;
    background-color: #d37020;
    height: .93333rem
}

.template5 .mobile .list .list_item .lefts .url {
    /* width: 4.68667rem; */
    box-shadow: inset 0 0 .1rem #0000001a;
    font-size: .37333rem;
    color: #fff6a6;
    background-color: #d37020;
    border: .01333rem solid #fff6a6;
    border-radius: .08rem;
    margin-left: .18667rem;
    text-align: center;
    line-height: .93333rem;
    height: .93333rem
}

.template5 .mobile .list .list_item .bat {
    /* background-color: red; */
    background-image: linear-gradient(to right, #e8bc42, #ee8323);
    height: .93333rem;
    /* min-width: 80px; */
    width: 1.99333rem;
    font-size: .4rem;
    color: #fff;
    border-radius: .13rem;
    margin-left: .18667rem;
    text-align: center;
    line-height: .93333rem;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-size: 100% auto */
}

.template5 .mobile .notice {
    box-shadow: 0 .04rem .08rem #0000001a
}

.template5 .mobile .notice .notice-box {
    margin-left: .13333rem
}

.template5 .mobile .notice .notice-box .notice-bar {
    height: .93333rem;
    color: #fff6a6;
    background-color: #d37020;
}

.template5 .mobile .notice .notice-box .notice-bar .notice-item {
    color: #fff6a6;
    font-size: .37333rem
}

.template5 .mobile .notice img {
    width: .53333rem;
    height: .53333rem
}

.template5 .mobile .swipe_box {
    width: 100.1%;
    height: 4rem
}

.template5 .mobile .swipe_box img {
    width: 100%;
    height: 100%
}

.template5 .mobile .swipe_box .custom-indicator {
    position: absolute;
    bottom: .26667rem;
    display: flex;
    width: 10rem;
    justify-content: center
}

.template5 .mobile .swipe_box .custom-indicator .custom-indicator_span {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    margin-right: .13333rem;
    background-color: #999;
    border-radius: 50%
}

.template5 .mobile .swipe_box .custom-indicator .custom-indicator_span.indicator_active {
    background-color: #fff
}

.template5 .mobile .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.35rem;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: .08rem .14rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #435a78 0%, #607b9d 52%, #4b6483 100%);
}

.template5 .mobile .title .bats {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: .68rem;
    flex: 0 0 auto;
    margin-left: .12rem;
    background-color: rgba(31, 49, 73, .48);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 0.5rem;
    box-shadow: 0 2px 6px rgba(20, 34, 53, .2);
}

.template5 .mobile .title .bats .name {
    color: #dce8f5;
    font-size: .25rem;
    line-height: .68rem
}

.template5 .mobile .title .bats .webtxt {
    color: #ffffff;
    animation: myfirst-df51a742 1s infinite;
    display: inline-block;
    text-transform: lowercase;
    font-size: .25rem;
    line-height: .68rem
}

.template5 .mobile .title .logo {
    width: .95rem;
    height: .95rem;
    display: flex;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: .18rem
}

.template5 .mobile .title .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.template5 .mobile .title .title-copy {
    flex: 1;
    min-width: 0;
    margin-left: .12rem;
    color: #f4f7fb;
    overflow: hidden;
    white-space: nowrap;
    text-shadow: 0 .03rem .06rem rgba(20, 34, 53, .35)
}

.template5 .mobile .title .title-copy-main {
    overflow: hidden;
    font-size: .32rem;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis
}

.template5 .mobile .title .title-copy-sub {
    margin-top: .04rem;
    overflow: hidden;
    font-size: .27rem;
    letter-spacing: .02rem;
    line-height: 1.3;
    text-overflow: ellipsis
}

@media screen and (min-width: 550PX) {
    .template5 .safe-modal {
        min-width:680PX
    }

    .template5 .safe-modal .enter-btn {
        width: 331PX;
        margin-top: 120PX;
        height: 66PX;
        line-height: 64PX;
        border-radius: 8PX;
        font-size: 28PX
    }

    .template5 .safe-modal .kefu-img {
        margin-top: 27PX;
        width: 220PX;
        height: 64PX
    }

    .template5 .page-pc {
        width: 750PX;
        /*height: 220vh;*/
        background-color: #d37020;
        margin: 0 auto
    }

    .template5 .page-pc .text {
        padding-bottom: .8rem
    }

    .template5 .page-pc .text p {
        text-align: center;
        font-size: 26PX;
        color: #f1d5d5;
        line-height: 46PX
    }

    .template5 .page-pc .text .battext {
        animation: blink-df51a742 .8s infinite
    }

    .template5 .page-pc .text .red {
        color: #fff6a6
    }

    .template5 .page-pc .customer {
        display: flex;
        justify-content: center
    }

    .template5 .page-pc .customer .customer_img {
        width: 566PX;
        animation: myfirst-df51a742 1s infinite
    }

    .template5 .page-pc .list {
        padding: 28PX 14PX
    }

    .template5 .page-pc .list .list_item {
        display: flex;
        margin-bottom: 20PX
    }

    .template5 .page-pc .list .list_item .lefts {
        display: flex
    }

    .template5 .page-pc .list .list_item .lefts .delay {
        width: 145PX;
        border: .01333rem solid #fff6a6;
        border-radius: .08rem;
        box-shadow: inset 0 0 .16rem #0000001a;
        text-align: center;
        line-height: 70PX;
        font-size: 28PX;
        color: #fff6a6;
        background-color: #fff;
        height: 70PX
    }

    .template5 .page-pc .list .list_item .lefts .url {
        width: 380PX;
        box-shadow: inset 0 0 .16rem #0000001a;
        font-size: .18667rem;
        color: #fff6a6;
        background-color: #fff;
        border: .01333rem solid #fff6a6;
        border-radius: .08rem;
        margin-left: .18667rem;
        text-align: center;
        line-height: 70PX;
        height: 65PX
    }

    .template5 .page-pc .list .list_item .bat {
        width: 178PX;
        height: 70PX;
        font-size: 30PX;
        color: #fff;
        border-radius: .08rem;
        margin-left: .18667rem;
        text-align: center;
        line-height: 70PX;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    .template5 .page-pc .notice {
        box-shadow: 0 .04rem .08rem #0000001a
    }

    .template5 .page-pc .notice .van-notice-bar {
        padding: 0 .13333rem;
        height: .48rem;
        color: #f8348b;
        background-color: #fff
    }

    .template5 .page-pc .notice .van-notice-bar .van-notice-bar__wrap {
        color: #000;
        padding-left: .13333rem;
        font-size: .2rem
    }

    .template5 .page-pc .notice img {
        width: .34667rem;
        height: .34667rem
    }

    .template5 .page-pc .swipe_box {
        width: 750PX;
        height: 300PX
    }

    .template5 .page-pc .swipe_box img {
        width: 100%;
        height: 100%
    }

    .template5 .page-pc .swipe_box .custom-indicator {
        position: absolute;
        bottom: 20PX;
        display: flex;
        width: 750PX;
        justify-content: center
    }

    .template5 .page-pc .swipe_box .custom-indicator .custom-indicator_span {
        display: inline-block;
        width: 10PX;
        height: 10PX;
        margin-right: 10PX;
        background-color: #999;
        border-radius: 50%
    }

    .template5 .page-pc .swipe_box .custom-indicator .custom-indicator_span.indicator_active {
        background-color: #fff
    }

    .template5 .page-pc .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2%;
        height: 70PX;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto
    }

    .template5 .page-pc .title .bats {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125PX;
        height: 42PX;
        margin-left: 12PX
    }

    .template5 .page-pc .title .bats .name {
        color: #dce8f5
;
        font-size: 15PX
    }

    .template5 .page-pc .title .bats .webtxt {
        color: #ffffff;
        animation: myfirst-df51a742 1s infinite;
        display: inline-block;
        text-transform: lowercase;
        font-size: 15PX
    }

    .template5 .page-pc .title .logo {
        width: 50PX;
        height: 50PX;
        display: flex
    }

    .template5 .page-pc .title .logo img {
        width: 100%;
        height: 100%
    }

    .template5 .page-pc .title .title-copy {
        margin-left: 10PX
    }

    .template5 .page-pc .title .title-copy-main {
        font-size: 18PX
    }

    .template5 .page-pc .title .title-copy-sub {
        margin-top: 2PX;
        font-size: 15PX;
        letter-spacing: 2PX
    }
}

/* Brand palette sampled from the pink/cyan logo. */
:root {
    --brand-pink: #ff3f7d;
    --brand-pink-light: #ff9dbb;
    --brand-cyan: #00cfe8;
    --brand-navy: #11152b;
    --brand-navy-light: #252842;
    --brand-text: #fff5f8;
}

body,
#app,
.template5,
.template5 .mobile,
.template5 .page-pc {
    background: radial-gradient(circle at top right, #32233f 0%, transparent 38%), linear-gradient(160deg, var(--brand-navy) 0%, #1c1932 52%, #12182d 100%);
}

.template5 .mobile .title,
.template5 .page-pc .title {
    background: linear-gradient(110deg, #191a32 0%, #3a213d 55%, #123846 100%);
    border-bottom: 2px solid var(--brand-cyan);
    box-shadow: 0 .08rem .22rem rgba(0, 0, 0, .34);
}

.template5 .mobile .title .logo,
.template5 .page-pc .title .logo {
    background: rgba(0, 0, 0, .62);
    border: 0;
    border-radius: .12rem;
    box-shadow: 0 .04rem .12rem rgba(0, 0, 0, .22);
    box-sizing: border-box;
    padding: .04rem .06rem;
    overflow: hidden;
}

.template5 .mobile .title .logo {
    width: 2.3rem;
    height: .78rem;
}

.template5 .page-pc .title .logo {
    width: 135PX;
    height: 45PX;
}

.template5 .mobile .title .logo img,
.template5 .page-pc .title .logo img {
    object-fit: contain;
}

.template5 .mobile .title .bats,
.template5 .page-pc .title .bats {
    background: rgba(17, 21, 43, .72);
    border: 1px solid rgba(0, 207, 232, .7);
}

.template5 .mobile .notice .notice-box .notice-bar,
.template5 .page-pc .notice .notice-box .notice-bar {
    background: rgba(22, 25, 49, .92);
}

.template5 .mobile .notice .notice-box .notice-bar .notice-item,
.template5 .page-pc .notice .notice-box .notice-bar .notice-item,
.template5 .mobile .text .red,
.template5 .page-pc .text .red {
    color: var(--brand-cyan);
}

.template5 .mobile .list .list_item .lefts .delay,
.template5 .mobile .list .list_item .lefts .url,
.template5 .page-pc .list .list_item .lefts .delay,
.template5 .page-pc .list .list_item .lefts .url {
    color: var(--brand-text);
    background: rgba(32, 34, 58, .88);
    border-color: rgba(255, 63, 125, .8);
}

.template5 .mobile .list .list_item .bat,
.template5 .page-pc .list .list_item .bat,
.safe-modal .enter-btn {
    color: #fff;
    background: linear-gradient(110deg, var(--brand-pink), #ff6f9b);
    box-shadow: 0 .06rem .16rem rgba(255, 63, 125, .34);
}

.template5 .mobile .text p,
.template5 .page-pc .text p {
    color: var(--brand-text);
}

@keyframes myfirst-df51a742 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

@keyframes blink-df51a742 {
    0% {
        color: #f1d5d5;
        opacity: 1
    }

    50% {
        color: #fff6a6;
        opacity: .8
    }

    to {
        color: #f1d5d5;
        opacity: 1
    }
}
