
.weui-navbar {
    z-index: 10;
}
.weui-popup-overlay,
.weui-popup-container {
    z-index: 1000;
}

/* === Grid === */
.weui-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}



/* === Columns Picker === */
.weui-picker-modal {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    border-radius: 0;
    opacity: 0.6;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 13rem;
    background: #EFEFF4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}



.weui-actionsheet {
    z-index: 10000;
}
.weui-popup__overlay,
.weui-popup__container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.weui-popup__overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-popup__container {
    display: none;
}
.weui-popup__container.weui-popup__container--visible {
    display: block;
}
.weui-popup__container .weui-cells {
    margin: 0;
    text-align: left;
}
.weui-popup__modal {
    width: 100%;
    position: absolute;
    z-index: 100;
    bottom: 0;
    border-radius: 0;
    opacity: 0.6;
    color: #3d4145;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    height: 100%;
    background: #EFEFF4;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-bottom .weui-popup__modal {
    height: auto;
}
.weui-popup__modal .toolbar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}
.weui-popup__modal .modal-content {
    height: 100%;
    padding-top: 2.2rem;
    overflow: auto;
    box-sizing: border-box;
}
.weui-popup__container--visible .weui-popup__overlay {
    opacity: 1;
}
.weui-popup__container--visible .weui-popup__modal {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-notification {
    position: fixed;
    width: 100%;
    min-height: 3.4rem;
    top: -2rem;
    padding-top: 2rem;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    font-size: .65rem;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: .4s;
    transition: .4s;
}
.weui-notification.weui-notification--in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.weui-notification.weui-notification--touching {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.weui-notification .weui-notification__inner {
    padding: .4rem .6rem 1rem .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.weui-notification .weui-notification__content {
    width: 100%;
    margin: 0rem .4rem;
}
.weui-notification .weui-notification__title {
    font-weight: bold;
}
.weui-notification .weui-notification__text {
    line-height: 1;
}
.weui-notification .weui-notification__media {
    height: 1rem;
    width: 1rem;
}
.weui-notification .weui-notification__media img {
    width: 100%;
}
.weui-notification .weui-notification__handle-bar {
    position: absolute;
    bottom: .2rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 2rem;
    height: .3rem;
    border-radius: .15rem;
    background: white;
    opacity: .5;
}
.weui-photo-browser-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-photo-browser-modal.weui-photo-browser-modal-visible {
    opacity: 1;
}
.weui-photo-browser-modal .swiper-container {
    height: 100%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
    background: white;
    visibility: hidden;
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
    visibility: visible;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.weui-photo-browser-modal .photo-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
.weui-photo-browser-modal .photo-container img {
    max-width: 100%;
    margin-top: -30px;
}
.weui-photo-browser-modal .caption {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    padding: 0 12px;
    min-height: 3rem;
    font-size: 14px;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0;
}
.weui-photo-browser-modal .caption .caption-item {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
}
.weui-photo-browser-modal .caption .caption-item.active {
    display: block;
    opacity: 1;
}
.weui-photo-browser-modal .swiper-container-visible .caption {
    opacity: 1;
}
.color-primary {
    color: #04BE02;
}
.color-danger,
.color-error {
    color: #f6383a;
}
.color-warning {
    color: #f60;
}
.color-success {
    color: #4cd964;
}
.bg-primary,
.bg-success,
.bg-danger,
.bg-error,
.bg-warning {
    color: white;
}
.bg-primary {
    background-color: #04BE02;
}
.bg-danger,
.bg-error {
    background-color: #EF4F4F;
}
.bg-warning {
    background-color: #FF6600;
}
.bg-success {
    background-color: #04BE02;
}
.weui-toptips {
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.weui-toptips.weui-toptips_visible {
    opacity: 1;
}
.weui-icon_toast {
    font-size: 55px;
    color: white;
    margin-bottom: 6px;
}
.weui-toast--forbidden .weui-icon_toast {
    color: #f6383a;
}
.weui-toast--text {
    min-height: initial;
    font-size: 18px;
    padding: 8px 16px;
    width: auto;
    top: 40%;
}
.weui-toast--text .weui-icon_toast {
    display: none;
}
.weui-count {
    display: inline-block;
    height: 25px;
    line-height: 25px;
}
.weui-count .weui-count__btn {
    height: 21px;
    width: 21px;
    line-height: 21px;
    display: inline-block;
    position: relative;
    border: 1px solid #04BE02;
    border-radius: 50%;
    vertical-align: -6px;
}
.weui-count .weui-count__btn:after,
.weui-count .weui-count__btn:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 11px;
    background-color: #04BE02;
    left: 50%;
    top: 50%;
    margin-left: -5.5px;
}
.weui-count .weui-count__btn:after {
    height: 11px;
    width: 1px;
    margin-top: -5.5px;
    margin-left: -1px;
}
.weui-count .weui-count__decrease:after {
    display: none;
}
.weui-count .weui-count__increase {
    background-color: #04BE02;
}
.weui-count .weui-count__increase:after,
.weui-count .weui-count__increase:before {
    background-color: white;
}
.weui-count .weui-count__number {
    background-color: transparent;
    font-size: .8rem;
    border: 0;
    width: 1.3rem;
    text-align: center;
    color: #5f646e;
}
.weui-panel .weui-media-box__title-after {
    color: #9b9b9b;
    font-size: .65rem;
    float: right;
}
/*菜单竖线*/
.weui-nav{
    display: flex;
}
.weui-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0 0.75rem;
}
.weui-nav li:not(:last-child) {
    border-right: 1px solid #9b9b9b;
}
/*字体11-55号*/

.f11 {
    font-size: 11px !important;
    line-height: 11px; }

.f12 {
    font-size: 12px !important;
    line-height: 12px; }

.f13 {
    font-size: 13px !important;
    line-height: 13px; }

.f14 {
    font-size: 14px !important;
    line-height: 14px; }

.f15 {
    font-size: 15px !important;
    line-height: 15px; }

.f16 {
    font-size: 16px !important;
    line-height: 16px; }

.f17 {
    font-size: 17px !important;
    line-height: 17px; }

.f18 {
    font-size: 18px !important;
    line-height: 18px; }

.f19 {
    font-size: 19px !important;
    line-height: 19px; }

.f20 {
    font-size: 20px !important;
    line-height: 20px; }

.f21 {
    font-size: 21px !important;
    line-height: 21px; }

.f22 {
    font-size: 22px !important;
    line-height: 22px; }

.f23 {
    font-size: 23px !important;
    line-height: 23px; }

.f24 {
    font-size: 24px !important;
    line-height: 24px; }

.f25 {
    font-size: 25px !important;
    line-height: 25px; }

.f26 {
    font-size: 26px !important;
    line-height: 26px; }

.f27 {
    font-size: 27px !important;
    line-height: 27px; }

.f28 {
    font-size: 28px !important;
    line-height: 28px; }

.f29 {
    font-size: 29px !important;
    line-height: 29px; }

.f30 {
    font-size: 30px !important;
    line-height: 30px; }

.f31 {
    font-size: 31px !important;
    line-height: 31px; }

.f32 {
    font-size: 32px !important;
    line-height: 32px; }

.f35 {
    font-size: 35px !important;
    line-height: 35px; }

.f40 {
    font-size: 40px !important;
    line-height: 40px; }

.f45 {
    font-size: 45px !important;
    line-height: 45px; }

.f50 {
    font-size: 50px !important;
    line-height: 50px; }
.f55 {
    font-size: 55px !important;
    line-height: 55px; }
/*字体颜色*/
.f-red {
    color: #ef4f4f !important; }

.f-green {
    color: #04be02 !important; }

.f-blue {
    color: #18b4ed !important; }

.f-black {
    color: #333 !important; }

.f-white {
    color: #FFF !important; }

.f-zi {
    color: #FF33CC !important; }

.f-gray {
    color: #CCCCCC !important; }

.f-yellow {
    color: #FFFF66 !important; }

.f-orange {
    color: #FF6600 !important; }
/*背景颜色*/

.bg-green{
    background-color:#04BE02;
}
.bg-red{
    background-color:#EF4F4F;
}
.bg-blue {
    background-color: #18b4ed;
}
.bg-blue:not(.weui-btn_disabled):visited {
    color: #FFFFFF;
}
.b-red{
    border: 1px solid #EF4F4F!important;
}
.b-green{
    border: 1px solid #04BE02!important;
}
.b-blue {
    color: #18b4ed;
    border: 1px solid #18b4ed!important;
}
button.b-blue,
input.b-blue {
    border-width: 1px;
    background-color: transparent;
}
.bg-orange {
    background-color: #FF6600;
}
.bg-orange:not(.weui-btn_disabled):visited {
    color: #FFFFFF;
}
.b-orange {
    color: #FF6600;
    border: 1px solid #FF6600!important;
}
button.b-orange,
input.b-orange {
    border-width: 1px;
    background-color: transparent;
}
.bg-gray {
    background-color: #f7f7f7;
}

/*
十六宫格*/
.grid {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 33.33%;
    box-sizing: border-box;
    text-decoration: none
}

.grids-small .grid {
    width: 25%;
    padding: 15px 8px
}

.grid:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    color: #d9d9d9;
    transform-origin: 100% 0;
    transform: scaleX(0.5)
}

.grid:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}
/*loading动画*/
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    display: inline-block;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-left-color: #333;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: donut-spin 1s linear infinite;
}

.loading2 {
    color: #fff;
    position: fixed;
    box-sizing: border-box;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 999999
}

.loading2:after, .loading2:before {
    box-sizing: border-box
}

.loading2 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes blink {
    from {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.loading2[data-text]:before {
    position: fixed;
    left: 0;
    top: 50%;
    color: currentColor;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100%;
    font-size: 16px
}

.loading2[data-text='']:before {
    content: 'Loading...'
}

.loading2:not([data-text='']):before {
    content: attr(data-text)
}

.loading2[data-text]:before {
    top: calc(50% - 63px)
}

.loading2:after {
    content: '';
    position: fixed;
    width: 48px;
    height: 48px;
    border: solid 4px #fff;
    border-left-color: transparent;
    border-radius: 50%;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    animation: rotation 1s linear infinite
}
/*时间线*/
.timeline {
    padding: 15px;
}
.timeline-item{
    position:relative;
    list-style: none;
}
.timeline-item-color {
    background-color: #04BE02;

}
.timeline-item-head-first {
    width: 20px;
    height: 20px;
    left: -4px;
    top: 5px;
    position: absolute;
    content: '';
    z-index: 99;
    border-radius: 99px;
}
.timeline-item-head {
    width: 10px;
    height: 10px;
    left: 1px;
    top: 4px;
    position: absolute;
    content: '';
    z-index: 99;
    border-radius: 99px;
}
.timeline-item-checked {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color:#FFF;
}
.timeline-item-checked.weui-icon-success-no-circle::before {
    font-size: 14px;
    position: absolute;
    left: 3px;
    top: 3px;
    margin: 0 !important;
    color: #FFF;
}
.timeline-item-tail {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    left: 5px;
    top: 5px;
    background-color: #04BE02;
  
}
.timeline-item-content {
    padding: 0 0 15px 1.2rem;
}
.timeline .recent {
    color: #04be02;
}
.timeline h4 {
    color: #333;
    font-weight: normal;
}
.timeline p {
    color: #888;
    font-size: 14px;
}
/*
* 红点提醒
*/
.weui-reddot, .weui-reddot-s {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 0 6px; }
.weui-reddot:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    right: -3px;
    top: -3px;
    background-clip: padding-box; }
.weui-reddot-s:after {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #f74c31;
    border-radius: 5px;
    width: 6px;
    height: 6px;
    top: 0;
    right:0;
    background-clip: padding-box; }
/*weui-tab*/
.weui-tab-nav
{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}
.weui-tab-nav .weui-nav-green
{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #04be02;
    border-width: 1px 1px 1px 0;
    color: #04be02;
    white-space: nowrap;
    background: #fdfdfd
}
.weui-tab-nav .weui-nav-green.bg-green
{
    border-color: #04be02;
    color: #fff;
    background: #04be02
}
.weui-tab-nav .weui-nav-red
{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #ef4f4f;
    border-width: 1px 1px 1px 0;
    color: #ef4f4f;
    white-space: nowrap;
    background: #fdfdfd
}
.weui-tab-nav .weui-nav-red.bg-red
{
    border-color: #EF4F4F;
    color: #fff;
    background: #EF4F4F
}
.weui-tab-nav .weui-navbar__item:first-child
{
    border-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box
}
.weui-tab-nav .weui-navbar__item:last-child
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-clip: padding-box
}
.tab-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:100;
}
.tab-bottom {
    bottom: 0;
    width: 100%;
    position: fixed;
}
.weui-navbar__item.tab-green {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #04be02;
    color: #04be02;
    transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}
.weui-navbar__item.tab-red {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #ef4f4f;
    color: #ef4f4f;
}
.weui-navbar__item.tab-blue {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 3px solid #18b4ed;
    color: #18b4ed;
}
.weui-navbar__item:after {border-right:none;}
.weui-tabbar__label{font-size:13px;}
/*swipe*/
.slide{
    position: relative;
    max-width:100%;max-height:80%;
    overflow: hidden;
    margin: 0px auto;
}
.slide:after{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%;
}
.slide ul{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide li{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide li:first-child{
    z-index: 1;
}
.slide li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.slide .slide-desc {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;overflow: hidden;
    padding: 5px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;white-space: nowrap;word-break: break-all; text-overflow: ellipsis; }
.slide .dot{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    font-size: 0;
}
#slide2 .dot{
    position: absolute;
    right:50%;
    bottom: 10px;
    z-index: 5;
    font-size: 0;text-align: center;
    margin:0 auto;
}
.slide .dot span{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slide .dot .cur{
    background-color:#04BE02;border: 1px solid #04BE02;
}
.slide-m{
    background:#f8f8f8;height:40px;line-height:40px;vertical-align:middle;margin:0 auto;
}
.slide .txt{overflow: hidden;text-align:center;font-size:16px; white-space: nowrap;word-break: break-all; text-overflow: ellipsis;}
/*
提示空白页*/
.weui-msgbox {
    width: 100%;
    height: 80%;
    display:flex;
    align-items: center;
    justify-content:center;
}
.weui-msgbox p {
    font-size: 16px;
    color: #bbbbbb;
    padding: 0 15px; }
/*搜索*/
.search-input{
    box-sizing: content-box;
    width:100%;
   line-height: 2.1;
    display:inline-block;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius:1px;
    font-family: inherit;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px;
    background-color: #fff;
    border:1px solid #04be02;opacity:0.9;
}
.search-input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}
.search-input+button::after {
    border: 1px solid #04be02!important;
}
.search-input+button{
    border-radius:0!important;
}
/*支付场景*/
.weui-pay {
    position: relative;
    z-index: 1;
    padding: 15px;
}
.weui-pay-12{
    font-size: 12px;
    font-weight: normal;
}
.weui-pay-inner {
    background-color: #FFFFFF;
    padding: 16px;
    position: relative;
    z-index: 0;
}
.weui-pay-inner:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DDDDDD;
    transform: scale(0.5);
    transform-origin: 0 0;
    box-sizing: border-box;
}
.weui-pay-title {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}
.weui-pay-input {
    margin-top: 12px;
    padding-bottom: 18px;
    position: relative;
    z-index: 2;
    color: #333333;
}
.weui-pay-input:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    color: #DDDDDD;
    transform-origin: 0 100%;
    transform: scaleY(0.5);
}
.weui-pay-strong {
    position: absolute;
    color: #000000;
    font-size: 28px;
    line-height: 1;
    left: -6px;
    top: -3px;
    font-weight: normal;
}
.weui-pay-inputs {
    padding-left: 28px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: 0;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
}
.weui-pay-inputs::-webkit-textfield-decoration-container {
    background-color: transparent;
}
.weui-pay-inputs::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.weui-pay-inputs::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.weui-pay-inputs::-webkit-input-placeholder {
    color: #EEEEEE;
}
.weui-pay-intro {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 14px;
}
.weui-pay-info {
    font-size: 12px;
    color: #9e9e9e;
    margin-top: 16px;
    text-align: center;
}
.weui-pay-btn {
    margin-top: 12px;
}
.weui-payselect-title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
.weui-payselect-info{
    font-size: 12px;
    color: #a6a4a5;
    text-align: center;
    margin-top: 6px;
}
.weui-payselect-ul{
    margin-top: 28px;
    margin-right: -12px;
    overflow: hidden;
}
.weui-payselect-li{
    float: left;
    list-style-type: none;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 12px;
    padding-bottom: 12px;
}
.weui-payselect-a{
    display: block;
    border: 1px solid #DADADA;
    color: #dadada;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.weui-payselect-on{
    border-color: #09ba07;
    color: #09ba07;
}
.weui-pay-num{
    font-size: 50px;
    text-align: center;
}
.weui-pay-u li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    line-height: 22px;
    width: 100%
}
.weui-pay-u .title {
    font-size: 12px;
    color: #999;
    -webkit-box-flex: 1;
    width: 30%;
    -webkit-flex: 1;
    flex: 1;
    display: block
}
.weui-pay-u .content {
    font-size: 12px;
    color: #333;
    text-align: right;
    -webkit-box-flex: 1;
    width: 70%;
    -webkit-flex: 1;
    flex: 1;
    display: block
}
.weui-pay .pay-div {
    margin: 19px 0 13px 0
}
.weui-payrec {
    position: relative;
    z-index: 1;
}
.weui-payrec .weui_cell_title {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}
.weui-payrec .weui_cell_info{
    font-size: 12px;
    line-height: 1.6;
    color: #999;
}
.weui-payrec .access .weui_cell_ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
}
.weui-pay-order {background-color:#FFFFFF;margin-bottom:20px;overflow:hidden;padding: 18px 29px 0;}
.weui-pay-m{
    background-color:#FFFFFF;
    margin:0 0 13px;
    padding:0;
    position:relative;
}
.weui-pay-m::before{
    content: '';
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-style: solid;
    border-width: 1px;
    border-color: #EDEDED;

}
.weui-pay-order:before, .weui-pay-order:after{
    content:"";
    background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAyCAMAAABiSatuAAAAS1BMVEX////j4+P////////t7e3////j4+P////////u7u7g4ODu7u7k5OT8/Pz////////////////////u7u7l5eXf39/s7Ozt7e38/PybHTnUAAAAF3RSTlOv6+mh61D+/ev9r6+vr3jZN0r//////pA5V/oAAACISURBVHja7ZNbDgIhDEUvgMA8Hxba2f9KdTQCpisw8XyeBNqbtlgdOtwKt9lUsZsDbOywAFK8V2L6i6c4KZeS6fwIKpmJOBd5Cw5CLyTwJXygSvDAYrgJNgsmMzQxmAmz74WfMX6LUQn1RH2qyurGdOspyhVOWrgW/8dHqXZdXYO+l/24dRz7A2urJ0UzyblDAAAAAElFTkSuQmCC") repeat-y;
    width:8px;
    height:100%;
    -webkit-background-size:8px 25px;
    background-size:8px 25px;
    position:absolute;
    top:0;
}

.weui-pay-order:before{
    left:8px;
}

.weui-pay-order:after{
    right:8px;
}
.weui-pay-line {
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
    font-size: 16px;
    color: #888888;
}
.weui-pay-line:after{content:"";height:1px;width:100%;left:0;bottom:-1px;position:absolute;display:block;z-index:11;}
.weui-pay-name{
    font-size: 15px;
    color: #333333;
    padding-bottom:5px;
}
.weui-pay-label{
    font-size: 13px;
    overflow: hidden;
    color: #999999;
    width: 72px;
    display:inline-block;
}
.weui-pay-e{
    display:inline-block;
    font-size: 13px;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}
.weui-pay-area{
    margin-top:7px;
    border-top:0.0625rem dashed #DEDEDE;
}
.weui-pay-area{
    padding:15px 0 14px;
    text-align:center;
    font-size:13px;
    font-weight:700;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
}

.weui-pay-c{
    color:#999999;
    position:relative;
}
.weui-pay-c,.weui-pay-v{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:block;}
.weui-pay-c:after{
    content:"";
    width:1px;
    height:25px;
    border-left:1px solid #DEDEDE;
    position:absolute;
    top:0;
    right:0;
}

.weui-pay-v{
    color:#04be02;
}
/*fullpage*/
.fullPage-wp{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fullPage-wp:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
}
.fullPage-wp.anim{
    -webkit-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s;
}
.fullPage-page{
    display: block;
    overflow: hidden;
}

.fullPage-dir-h {
    float: left;
}
/* 箭头 */
@-webkit-keyframes start {
    0%,30% {
        opacity: 0.2;
        -webkit-transform: translate(0,10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: translate(0, -5px);
    }
}
@keyframes start {
    0%,30% {
        opacity: 0.2;
        transform: translate(0,10px);
    }
    60% {
        opacity: 1;
        transform: translate(0,0);
    }
    100% {
        opacity: 0.2;
        transform: translate(0, -5px);
    }
}

.fullpage{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/*分页*/
.pager {
    font-size: 14px;
}
.pager:after{
    clear: both;
}
.pager:after, .pager:before {
    display: table;
    content: " "; }
.pager-left {
    width: 40%;
    border: 0px solid #D5D5D5;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: left;
}

.pager-cen {
    float: left;
    width: 19%;
    text-align: center;
    padding: 7px 0;
}

.pager-right {
    width: 40%;
    border: 0px solid #D5D5D5;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    float: right;
}

.pager-first {
    width: 44%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}

.pager-pre {
    width: 55%;
    padding: 7px 0;
    float: right;
}

.pager-next {
    width: 55%;
    padding: 7px 0;
    float: left;
    border-right: 1px solid #EFEFEF;
}

.pager-end {
    width: 44%;
    padding: 7px 0;
    float: right;
}
.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: SimHei, Helvetica, sans-serif;
    color: #666666;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
/*
 * 页数按钮样式
 */
.pager2 {
    margin:1em auto;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
}
.pager2 a {
    min-width: 30px;
    height:2em;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    line-height:2em;
    color: #666666;
    display: inline-block;
}
.pager2-pre,.pager2-next {
    width: 3em;
    color: #18B4ED;
    border: 1px solid #e5e5e5;
}

.pager2 .active{
    background-color: #18B4ED;
    border-color:rgba(0,0,0,0);
    color: #FFFFFF;
}



.weui-content{
     padding: 20px 16px 12px;
     padding-top: 32px;
     word-wrap: break-word;
     position: relative;
     background-color: #fff;
 }
.weui-c-inner{
    max-width: 677px;
    margin-left: auto;
    margin-right: auto;
}
.weui-c-content{

}
.weui-c-title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 400;
}





