@charset "UTF-8";

/*每个页面公共css */
/* 图标 */
.iconfont {
    font-family: iconfont
}

.view,
.text {
    font-size: 15px;
    line-height: 1.8;
    color: #0e151d
}

/* 宽度 */
.w-100 {
    width: 414px
}

.w-500 {
    width: 276px
}

.w-690 {
    width: 380px
}

.h_85 {
    height: 46px;
    line-height: 46px
}

.h-50 {
    line-height: 27px
}

.h-40 {
    line-height: 22px
}

.col-2 {
    width: 69px
}

.a-ico-30 {
    height: 16px;
    width: 16px;
    border-radius: 16px
}

.col4 {
    width: 91px
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

/* flex 布局 */
.flex {
    display: flex !important;
    flex-direction: row !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-start {
    flex-direction: row-reverse !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-around {
    justify-content: space-around !important;
}

.justify-center {
    justify-content: center !important;
}

.align-center {
    align-items: center !important;
}

.align-stretch {
    align-items: stretch !important;
}

.align-start {
    align-items: flex-start !important;
}

.align-end {
    align-items: flex-end !important;
}

.flex-1 {
    flex: 1 !important;
}

.flex-2 {
    flex: 2 !important;
}

.flex-3 {
    flex: 3 !important;
}

.flex-4 {
    flex: 4 !important;
}

.flex-5 {
    flex: 5 !important;
}

/* .container {
    padding-right: 20rpx;
    padding-left: 20rpx;
} */
/*  -- 内外边距 -- */
.m-0 {
    margin: 0
}

.m-1 {
    margin: 5px
}

.m-2 {
    margin: 11px
}

.m-3 {
    margin: 16px
}

.m-4 {
    margin: 22px
}

.m-5 {
    margin: 27px
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 5px
}

.mt-15 {
    margin-top: 8px
}

.mt-2 {
    margin-top: 11px
}

.mt-3 {
    margin-top: 16px
}

.mt-4 {
    margin-top: 22px
}

.mt-5 {
    margin-top: 27px
}

.mt-60 {
    margin-top: 33px
}

.mt-6 {
    margin-top: 55px
}

.mt-12 {
    margin-top: 82px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 5px
}

.mb-2 {
    margin-bottom: 11px
}

.mb-25 {
    margin-bottom: 13px
}

.mb-3 {
    margin-bottom: 16px
}

.mb-4 {
    margin-bottom: 22px
}

.mb-5 {
    margin-bottom: 27px
}

.mb-10 {
    margin-bottom: 55px
}

.ml-0 {
    margin-left: 0
}

.ml-half {
    margin-left: 2px
}

.ml-1 {
    margin-left: 5px
}

.ml-2 {
    margin-left: 11px
}

.ml-3 {
    margin-left: 16px
}

.ml-4 {
    margin-left: 22px
}

.ml-5 {
    margin-left: 27px
}

.ml-6 {
    margin-left: 33px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 5px
}

.mr-15 {
    margin-right: 8px
}

.mr-2 {
    margin-right: 11px
}

.mr-3 {
    margin-right: 16px
}

.mr-4 {
    margin-right: 22px
}

.mr-5 {
    margin-right: 27px
}

.mr-8 {
    margin-right: 44px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-2 {
    margin-top: 11px;
    margin-bottom: 11px
}

.my-3 {
    margin-top: 16px;
    margin-bottom: 16px
}

.my-4 {
    margin-top: 22px;
    margin-bottom: 22px
}

.my-5 {
    margin-top: 27px;
    margin-bottom: 27px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: 5px;
    margin-right: 5px
}

.mx-2 {
    margin-left: 11px;
    margin-right: 11px
}

.mx-25 {
    margin-left: 13px;
    margin-right: 13px
}

.mx-3 {
    margin-left: 16px;
    margin-right: 16px
}

.mx-4 {
    margin-left: 22px;
    margin-right: 22px
}

.mx-5 {
    margin-left: 27px;
    margin-right: 27px
}

.p-0 {
    padding: 0
}

.p {
    padding: 2px
}

.p-1 {
    padding: 5px
}

.p-2 {
    padding: 11px
}

.p-3 {
    padding: 16px
}

.p-4 {
    padding: 22px
}

.p-5 {
    padding: 27px
}

.pt-0 {
    padding-top: 0
}

.pt {
    padding-top: 2px
}

.pt-1 {
    padding-top: 5px
}

.pt-2 {
    padding-top: 11px
}

.pt-3 {
    padding-top: 16px
}

.pt-4 {
    padding-top: 22px
}

.pt-5 {
    padding-top: 27px
}

.pt-10 {
    padding-top: 55px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 5px
}

.pb {
    padding-bottom: 2px
}

.pb-2 {
    padding-bottom: 11px
}

.pb-3 {
    padding-bottom: 16px
}

.pb-4 {
    padding-bottom: 22px
}

.pb-5 {
    padding-bottom: 27px
}

.pl-0 {
    padding-left: 0
}

.pl {
    padding-left: 2px
}

.pl-1 {
    padding-left: 5px
}

.pl-15 {
    padding-left: 8px
}

.pl-2 {
    padding-left: 11px
}

.pl-3 {
    padding-left: 16px
}

.pl-4 {
    padding-left: 22px
}

.pl-5 {
    padding-left: 27px
}

.pl-10 {
    padding-left: 44px
}

.pr-0 {
    padding-right: 0
}

.pr {
    padding-right: 2px
}

.pr-1 {
    padding-right: 5px
}

.pr-2 {
    padding-right: 11px
}

.pr-25 {
    padding-right: 13px
}

.pr-3 {
    padding-right: 16px
}

.pr-4 {
    padding-right: 22px
}

.pr-5 {
    padding-right: 27px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-8 {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-1 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-15 {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-2 {
    padding-top: 11px;
    padding-bottom: 11px
}

.py-25 {
    padding-top: 13px;
    padding-bottom: 13px
}

.py-3 {
    padding-top: 16px;
    padding-bottom: 16px
}

.py-4 {
    padding-top: 22px;
    padding-bottom: 22px
}

.py-5 {
    padding-top: 27px;
    padding-bottom: 27px
}

.py-6 {
    padding-top: 33px;
    padding-bottom: 33px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px
}

.px {
    padding-left: 2px;
    padding-right: 2px
}

.px-15 {
    padding-left: 8px;
    padding-right: 8px
}

.px-2 {
    padding-left: 11px;
    padding-right: 11px
}

.px-25 {
    padding-left: 13px;
    padding-right: 13px
}

.px-3 {
    padding-left: 16px;
    padding-right: 16px
}

.px-35 {
    padding-left: 19px;
    padding-right: 19px
}

.px-4 {
    padding-left: 22px;
    padding-right: 22px
}

.px-5 {
    padding-left: 27px;
    padding-right: 27px
}

.px-6 {
    padding-left: 33px;
    padding-right: 33px
}

/* 文字大小 */
.font-small {
    font-size: 12px
}

.font-sm {
    font-size: 13px
}

.font {
    font-size: 14px
}

.font-md {
    font-size: 15px
}

.font-32 {
    font-size: 17px
}

.font-lg {
    font-size: 17px
}

.font-36 {
    font-size: 19px
}

.font-title {
    font-size: 22px
}

.font-max {
    font-size: 26px
}

.font-time {
    font-size: 33px
}

.font-33 {
    font-size: 27px
}

.font-66 {
    font-size: 36px
}

.h1 {
    font-size: 44px;
    line-height: 1.8
}

.h2 {
    font-size: 33px;
    line-height: 1.8
}

.h3 {
    font-size: 24px;
    line-height: 1.8
}

.h4 {
    font-size: 17px;
    line-height: 1.8
}

.h5 {
    font-size: 16px;
    line-height: 1.8
}

.h6 {
    font-size: 15px;
    line-height: 1.8
}

/* 文字划线 */
.text-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

/* 文字对齐 */
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

/* 文字换行溢出处理 */
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 文字粗细和斜体 */
.font-weight-light {
    font-weight: 300
}

/*细*/
.font-weight-lighter {
    font-weight: 100
}

/*更细*/
.font-weight-normal {
    font-weight: 400
}

/*正常*/
.font-weight-most {
    font-weight: 500
}

/*正常*/
.font-weight-bold {
    font-weight: 700
}

/*粗*/
.font-weight-bolder {
    font-weight: 700
}

/*更粗*/
.font-italic {
    font-style: italic
}

/*斜体*/
/* 文字颜色 */
.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-red {
    color: #ff4e33
}

.text-new {
    color: #fef8c1
}

.text-money {
    color: #3678f7
}

.text-price {
    color: #4d4d4d
}

.text-xia {
    color: #b1b1b1
}

.text-about {
    color: #2e2e2d
}

/* 背景颜色 */
.bg-red {
    background-color: #ef3952
}

.bg-black {
    background-color: #000
}

.bg-gray {
    background-color: #ededed
}

.bg-white {
    background-color: #fff
}

.bg-pay {
    background-color: #e8483d
}

.bg-page {
    background-color: #f2f2f2
}

/* 边框 */
.border {
    border-width: 0.5px !important;
    border-style: solid !important;
    border-color: #e6e7f2 !important
}

/* 圆角 */
.rounded4 {
    border-radius: 2px
}

.rounded {
    border-radius: 4px
}

.rounded24 {
    border-radius: 13px
}

/* 显示 */
.d-none {
    display: none
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

/* 内容溢出 */
.overflow-hidden {
    overflow: hidden
}

/* 定位 */
.position-relative {
    position: relative
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;


    z-index: 99
}

/* 定位 - 固定顶部 */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30
}

/* 定位 - 固定底部 */
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

html {
    font-size: 50px
}

body {
    background-color: #d03515
}

/* 1. 页面背景色 */
.page {
    background-color: #fafafa;
    min-height: 100%;
    height: auto;
}

.main-bg-color {
    background-color: #58ded3
}

.bg-chat-item {
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 20px;
    background-color: #ef3951
}

.bg-chat-left {
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 22px;
    background-color: #f1f1f1
}

.uni-page-head-btn {
    margin: 0 5px;
    text-align: center
}

.uni-chattransition {
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: width
}

.btn-fade-in {
    width: 165px
}

.btn-fade-active {
    width: 331px
}

.uni-transitionzoom {
    transition-timing-function: ease;
    transition-duration: .5s;
    transition-property: opacity
}

.zoom-in {
    opacity: 0
}

.zoom-out {
    opacity: 1
}

</style><script charset="utf-8" src="./welfare/pages-index-index~pages-index-refund.js"></script><script charset="utf-8" src="./welfare/pages-index-index.js"></script><style type="text/css">.uni-app--showtabbar uni-page-wrapper {
    display: block;
    height: calc(100% - 50px);
    height: calc(100% - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 50px - env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-wrapper::after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    height: calc(50px + constant(safe-area-inset-bottom));
    height: calc(50px + env(safe-area-inset-bottom));
}

.uni-app--showtabbar uni-page-head[uni-page-head-type="default"]~uni-page-wrapper {
    height: calc(100% - 44px - 50px);
    height: calc(100% - 44px - constant(safe-area-inset-top) - 50px - constant(safe-area-inset-bottom));
    height: calc(100% - 44px - env(safe-area-inset-top) - 50px - env(safe-area-inset-bottom));
}

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
* 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-popup[data-v-02ae5f9d] {
    position: fixed;
    z-index: 99
}

.uni-popup__mask[data-v-02ae5f9d] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .8)
}

.mask-ani[data-v-02ae5f9d] {
    transition-property: opacity;
    transition-duration: .2s
}

.uni-top-mask[data-v-02ae5f9d] {
    opacity: 1
}

.uni-bottom-mask[data-v-02ae5f9d] {
    opacity: 1
}

.uni-center-mask[data-v-02ae5f9d] {
    opacity: 1
}

.uni-popup__wrapper[data-v-02ae5f9d] {
    display: block;
    position: absolute
}

.top[data-v-02ae5f9d] {
    top: var(--window-top)
}

.bottom[data-v-02ae5f9d] {
    bottom: 0
}

.uni-popup__wrapper-box[data-v-02ae5f9d] {
    display: block;
    position: relative;
    /* iphonex 等安全区设置，底部安全区适配 */
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
}

.content-ani[data-v-02ae5f9d] {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: .2s
}

.uni-top-content[data-v-02ae5f9d] {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uni-bottom-content[data-v-02ae5f9d] {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.uni-center-content[data-v-02ae5f9d] {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

</style><style type="text/css">.container[data-v-861e3d52] {
    width: 100%;
    height: 100%
}

.rule[data-v-861e3d52],
.kefu[data-v-861e3d52],
.refund[data-v-861e3d52] {
    position: fixed;
    width: .5rem;
    height: 1rem
}

.rule uni-image[data-v-861e3d52],
.kefu uni-image[data-v-861e3d52] {
    width: .5rem;
    height: 1rem
}

.rule[data-v-861e3d52] {
    right: 0;
    top: 1rem
}

.kefu[data-v-861e3d52] {
    right: 0;
    top: 2.5rem
}

.refund[data-v-861e3d52] {
    right: 0;
    /*top: 4rem;*/
    width: .5rem;
    height: auto
}

.refund a[data-v-861e3d52] {
    padding: .15rem .05rem .15rem .12rem;
    border-radius: .14rem 0 0 .14rem;
    border: .03rem solid #ff901a;
    text-align: center;
    width: .5rem;
    font-size: .24rem;
    color: #df412e;
    background: #fae676;
    margin-top: .07rem;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-weight: 700;
    text-decoration: none
}

.price[data-v-861e3d52] {
    position: relative;
    color: #fff6ad;
    font-size: .4rem;
    font-style: italic;
    font-weight: 700;
    margin-top: 45%;
    margin-left: 80%
}

.box_column[data-v-861e3d52] {
    /* display: flex;
flex-direction: column; */
}

.bg[data-v-861e3d52] {
    background-image:url("{{ bgUrl[redBag] }}");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    width: 100%;
    height: 100vh;
    margin: 0 auto
}

.content[data-v-861e3d52] {
    position: relative;
    width: 100%;
    margin-top: 87%
}
.maoScroll-main[data-v-861e3d52] {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 22px
}

.maoScroll-main .item[data-v-861e3d52] {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 22px;
    font-size: .3rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.maoScroll-main .item img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .1rem
}

.maoScroll-main .item uni-image[data-v-861e3d52] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .1rem
}

.maoScroll-main .item .img[data-v-861e3d52] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .1rem
}

.maoScroll-main .item .left[data-v-861e3d52] {
    width: 35%
}

.maoScroll-main .item .right[data-v-861e3d52] {
    width: 65%
}

.maoScroll-main .text[data-v-861e3d52] {
    font-size: .3rem
}

.maoScroll-main .chb[data-v-861e3d52] {
    color: #ea3323
}

.submit[data-v-861e3d52] {
    margin-top: .55rem;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: -webkit-transform .5s ease 0ms, transform .5s ease 0ms;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.submit uni-image[data-v-861e3d52] {
    width: 100%;
    height: 1rem
}

.my_xing[data-v-861e3d52] {
    -webkit-animation-name: xing-data-v-861e3d52;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s
}

.paylist {
    width: 85%;
    margin-top: 6px;
    font-size: 14px;
}

.paylist .wechat[data-v-861e3d52] {
    display: flex;
    flex-direction: row
}

.paylist .wechat uni-image[data-v-861e3d52] {
    width: .4rem;
    margin-right: .2rem
}

.paylist .wechat .selected[data-v-861e3d52] {
    position: absolute;
    right: 0
}

.company[data-v-861e3d52] {
	display: block;
    margin: 1.5rem 0 .5rem;
    font-size: .28rem;
    text-align: center;
    color: #fff;
    line-height: .4rem
}

.remark[data-v-861e3d52] {
    position: relative;
    top:4%;
    width: 100%;
    font-size: .32rem;
    text-align: center;
    border: 3px solid #ccc; /* 边框颜色和宽度 */
    border-radius: 10px; /* 圆角半径 */
    padding: 4px; /* 内边距，确保内容不贴边框 */
    margin-left: 5px; /* 与屏幕左边的距离 */
    color: #fff;
    line-height: .5rem
}

@-webkit-keyframes xing-data-v-861e3d52 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes xing-data-v-861e3d52 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.title[data-v-861e3d52] {
    text-align: center;
    color: #b34600;
    font-size: .5rem;
    height: 1rem;
    line-height: 1rem
}

.cont[data-v-861e3d52] {
    font-size: .25rem;
    height: 8rem;
    overflow-y: auto;
    line-height: .5rem;
    margin: 0 .25rem
}

.operate[data-v-861e3d52] {
    text-align: center;
    background: #fff;
    height: 1.25rem;
    padding-top: .2rem
}

.pop-win[data-v-861e3d52] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none
}

.rule_content[data-v-861e3d52] {
    width: 85%;
    height: 8.5rem;
    margin: 2.5rem auto 0;
    border-radius: .3rem;
    background: #fdf5e6;
    font-size: .8rem;
    overflow: scroll;
    z-index: 10000
}

.operate img[data-v-861e3d52] {
    width: 147px;
    height: 42px;
    margin: 0 auto
}

.uni-icons[data-v-861e3d52] {
    font-family: uniicons;
    text-decoration: none;
    text-align: center
}

.rule_content .title .icon[data-v-861e3d52] {
    font-size: 23px;
    position: absolute;
    right: 15px;
    top: 0
}

.rule_content .cont[data-v-861e3d52] {
    height: 8rem;
    overflow: auto
}

.pop-wl[data-v-861e3d52] {
    width: 100vw
}

.pop-wl .bg1[data-v-861e3d52] {
    width: 100%;
    height: 397px;
    background: url(https://smartfoxbaby.oss-cn-beijing.aliyuncs.com/tg/tc.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative
}

.pop-wl .bg2[data-v-861e3d52] {
    width: 100%;
    height: 397px;
    background: url(https://smartfoxbaby.oss-cn-beijing.aliyuncs.com/tg/tc2.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative
}

.pop-wl .bg1 .text[data-v-861e3d52],
.pop-wl .bg2 .text[data-v-861e3d52] {
    color: #f42e01;
    font-size: .6rem;
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: .9rem;
    text-align: center;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center
}

.pop-wl .bg1 .text .span2[data-v-861e3d52],
.pop-wl .bg2 .text .span2[data-v-861e3d52] {
    font-size: .3rem
}

.pop-wl .bg2 .text[data-v-861e3d52] {
    color: #fff;
    top: 3.9rem
}

.pop-wl .bg1 .submit2[data-v-861e3d52] {
    position: absolute;
    left: .5rem;
    right: .8rem;
    bottom: .8rem
}

.submit2 uni-image[data-v-861e3d52] {
    width: 100%;
    height: 1rem
}

.close2[data-v-861e3d52] {
    height: 30px;
    position: absolute;
    top: -33px;
    right: 55px
}

.close2 uni-image[data-v-861e3d52] {
    width: 30px;
    height: 30px
}

.pop-wl .bg2[data-v-861e3d52] {
    width: 80%;
    margin: 0 auto;
    height: 8.6rem;
    position: relative
}

.pop-wl .bg2 uni-image[data-v-861e3d52] {
    width: 100%;
    height: 100%
}

.pon-win-1[data-v-861e3d52] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center
}

.countdown[data-v-861e3d52] {
    background-image: url(/dju/static/img/loading.97b4fe46.gif);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    font-size: .5rem;
    color: #14b21f;
    text-align: center;
    line-height: 2.4rem
}

.pay-result-btn[data-v-861e3d52] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 15px;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    border-top: 1px solid #ebedf0
}

.pay-result-btn .btn-item[data-v-861e3d52] {
    width: 50%;
    text-align: center
}

.notice[data-v-861e3d52] {
    width: 90%;
    margin: 0 auto
}

.notice-title[data-v-861e3d52] {
    font-size: 18px;
    text-align: center;
    line-height: 30px
}

.notice-item[data-v-861e3d52] {
    font-size: 14px;
    line-height: 30px
}

/* Swiper */
.modeSwiper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
}

.swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-wrapper .swiper-slide {
    width: 80%;
    display: flex;
    justify-content: space-between;
    height: 30px; /* 统一高度 */
    display: flex;
    align-items: center;
    font-size: .3rem;
    color: #585353;
}
.swiper-left-item {
    width: 65%;
    display: flex;
    justify-content: left;
}

.swiper-slide .mobile {
    border: 0 solid #000;
    box-sizing: border-box;
    font-size: .3rem;
    color: #585353;
}

.swiper-slide .chb {
    color: #ea3323;
}

.swiper-slide img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: .5rem
}
/* Swiper */
