body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    background: #f8f8f8;
    max-width: 750px;
    margin: 0 auto;
}

ul li, ol li {
    list-style: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c5c5c5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c5c5c5;
}
input {
    /* ios下背景色会默认渐变显示，并且会有圆角 */
    -webkit-appearance: none;
    border-radius: 0;
    line-height: normal;
    /* 光标问题  */
}

.weui-actionsheet{
    overflow:scroll;
    max-height:100%;
}

.f14 {
    font-size: .28rem;
}

.f12 {
    font-size: .24rem;
}

.f20 {
    font-size: .4rem;
}

.f30 {
    font-size: .6rem;
}

.black {
    color: #000000;
}

.gray {
    color: darkgray;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: #38f;
}

.orange {
    color: orange;
}

.pcsmall {
    font-size: .24rem;
    color: #333;
    padding-right: .4rem;
}

.header {
    background-color: #03a9f4;
    padding: .1rem;
}

.weui-cell {
    padding: .2rem .4rem;
}

.showdetail {
    font-size: .24rem;
    line-height: 2;
    padding: .3rem;
    text-align: left;
    color: #333;
}

.loginheader {
    padding: 1rem 0 .3rem 0;
    text-align: center;
}

    .loginheader div img {
        width: 1.2rem;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 18%);
        background: none;
        border-radius: 10px;
        padding: .2rem;
    }

.footer-comment {
    color: #ccc;
    font-size: .24rem;
}

.aselnew {
    position: fixed;
    right: 1rem;
    bottom: .8rem;
    display: inline-block;
    z-index: 999;
}

.selbody {
    height: auto;
    background: #f8f8f8;
    padding-bottom: 2rem;
}

.other-login {
    position: absolute;
    bottom: .7rem;
    width: 100%;
    left: 0;
    right: 0;
}

    .other-login .title {
        position: relative;
        font-size: 11px;
        color: #b3b6be;
        line-height: 1;
        text-align: center;
        border-top: 1px solid #f4f4f4;
        width: 80%;
        margin: 0 auto;
    }

        .other-login .title span {
            position: absolute;
            top: -.13rem;
            left: 50%;
            margin-left: -1rem;
            width: 2rem;
            font-size: .24rem;
            text-align: center;
            background: #fff;
        }

    .other-login a {
        display: inline-block;
        width: 48%;
        margin-top: .5rem;
        font-size: .24rem;
        line-height: 1.5;
        color: #333333;
        text-align: center;
    }

        .other-login a:last-child {
            margin-right: 0;
        }

        .other-login a i {
            display: inline-block;
            width: .6rem;
            height: .6rem;
        }

            .other-login a i.wx {
                background: url(/static/images/login/wx.png) no-repeat;
                background-size: contain;
            }

            .other-login a i.reg {
                background: url(/static/images/login/r.png) no-repeat;
                background-size: contain;
            }

            .other-login a i.phone {
                background: url(/static/images/login/2.png) no-repeat;
                background-size: contain;
            }

            .other-login a i.account {
                background: url(/static/images/login/1.png) no-repeat;
                background-size: contain;
            }


.content-padded {
    padding: .5rem .3rem;
}

.pw-icon {
    cursor: pointer;
    display: inline-block;
    width: .48rem;
    height: .28rem;
    margin-top: .16rem;
}

    .pw-icon.pw-icon-hide {
        background: url(/static/images/icon-password-hide@2x.png) no-repeat 50%;
        background-size: contain;
    }

    .pw-icon.pw-icon-show {
        background: url(/static/images/icon-password-show@2x.png) no-repeat 50%;
        background-size: contain;
    }


/*统计-table*/
table.summary {
    border-collapse: separate;
}

.table, table.summary {
    table-layout: fixed;
    width: 100%;
}

    table.summary tr td {
        text-align: center;
        /*border-right: 1px solid #78b8fd;*/
        padding: 2px;
    }

        table.summary tr td:last-child {
            border-right: none;
        }

        table.summary tr td span.text {
            color: #fff;
            font-weight: normal;
            font-size: .24rem;
        }

            table.summary tr td span.text > a, table.summary tr td span.text > a:hover {
                text-decoration: none;
                cursor: pointer;
            }

            table.summary tr td span.text em {
                margin-left: 10px;
                color: #4285f4;
                font-size: .24rem;
            }

        table.summary tr td div.summary-ellipsis {
            white-space: nowrap;
            color: #fff;
            font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","HeitiSC","WenQuanYi Micro Hei",sans-serif;
        }

        table.summary tr td div.value {
            margin-top: .2rem;
            font-size: .28rem;
            font-weight:500;
        }

        table.summary tr td div.summary-ellipsis {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.editwarp {
    background: #fff;
    padding: .3rem .4rem;
    margin-top: 1.17647059em;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
}

.icon {
    width: .4rem;
    height: .4rem;
    display: block;
    border: none;
    background-repeat: no-repeat;
}

.icon-home {
    background: url(../images/icon-home.png) no-repeat;
}
.icon-rz {
    background: url(../images/icon-rz.png) no-repeat;
}
.icon-zt {
    background: url(../images/icon-zt.png) no-repeat;
}
.icon-gj {
    background: url(../images/icon-gj.png) no-repeat;
}

.icon-help {
    background: url(../images/icon-help.png) no-repeat;
}

.icon-detail {
    background: url(../images/icon-detail.png) no-repeat;
}

.icon-set {
    background: url(../images/icon-set.png) no-repeat;
}

.icon-set-b {
    background: url(../images/icon-set-b.png) no-repeat;
}

.icon-search {
    background: url(../images/icon-search.png) no-repeat;
}

.icon-tips {
    background: url(../images/icon-tips.png) no-repeat;
}

.icon-list {
    background: url(../images/icon-list.png) no-repeat;
}

.icon-tips2 {
    background: url(../images/icon-tips2.png) no-repeat;
}

.icon-list2 {
    background: url(../images/icon-list2.png) no-repeat;
}

.icon-add-blue {
    background: url(../images/icon_add.png) no-repeat;
}

.icon-add-b {
    background: url(../images/icon-add-b.png) no-repeat;
}
.icon-tel2 {
    background: url(../images/icon-tel2.png) no-repeat;
}


.icon-ggao {
    background: url(../images/icon-ggao.png) no-repeat;
}
.icon-showp {
    background: url(../images/icon-show_p.png) no-repeat;
}


.icon-index-icon1 {
    background: url(../images/icon-index-icon1.png) no-repeat;
}

.icon-index-icon2 {
    background: url(../images/icon-index-icon2.png) no-repeat;
}

.icon-index-icon3 {
    background: url(../images/icon-index-icon3.png) no-repeat;
}

.icon-index-icon4 {
    background: url(../images/icon-index-icon4.png) no-repeat;
}

.icon-index-icon5 {
    background: url(../images/icon-index-icon5.png) no-repeat;
}

.icon-index-icon6 {
    background: url(../images/icon-index-icon6.png) no-repeat;
}

.icon-index-icon7 {
    background: url(../images/icon-index-icon7.png) no-repeat;
}
.icon-index-icon8 {
    background: url(../images/icon-index-icon8.png) no-repeat;
}



.icon-sort {
    background: url(../images/icon-sort.png) no-repeat;
}


.icon-back {
    background: url(../images/icon-back.png) no-repeat;
}

.icon-back3 {
    background: url(../images/icon-back3.png) no-repeat;
}

.icon-sale {
    background: url(../images/icon-sale.png) no-repeat;
}

.icon-sale2 {
    background: url(../images/icon-sale2.png) no-repeat;
}

.icon-sale3 {
    background: url(../images/icon-sale3.png) no-repeat;
}

.icon-sale4 {
    background: url(../images/icon-sale4.png) no-repeat;
}

.icon-sale5 {
    background: url(../images/icon-sale5.png) no-repeat;
}

.icon-money1 {
    background: url(../images/icon-money1.png) no-repeat;
}

.icon-money2 {
    background: url(../images/icon-money2.png) no-repeat;
}

.icon-money3 {
    background: url(../images/icon-money3.png) no-repeat;
}

.icon-money4 {
    background: url(../images/icon-money4.png) no-repeat;
}

.icon-money5 {
    background: url(../images/icon-money5.png) no-repeat;
}

.icon-money6 {
    background: url(../images/icon-money6.png) no-repeat;
}

.icon-pro1 {
    background: url(../images/icon-pro1.png) no-repeat;
}

.icon-pro2 {
    background: url(../images/icon-pro2.png) no-repeat;
}

.icon-pro3 {
    background: url(../images/icon-pro3.png) no-repeat;
}

.icon-task1 {
    background: url(../images/icon-task1.png) no-repeat;
}

.icon-add {
    background: url(../images/icon-plus.png) no-repeat;
}
.icon-add-b {
    background: url(../images/iconplus2.png) no-repeat;
}

.icon-down {
    background: url(../images/a-tag.png) no-repeat;
}

.icon-down {
    background: url(../images/icondown0.png) no-repeat;
}

.icon-down2 {
    background: url(../images/icondown2.png) no-repeat;
}

.icon-filter {
    background: url(../images/icon-search3.png) no-repeat;
}

.icon-close {
    background: url(../images/iconclose.png) no-repeat;
}

.icon-share {
    background: url(../images/icon-share.png) no-repeat;
}

.icon-tel {
    background: url(../images/icon-tel.png) no-repeat;
}

.icon-address {
    background: url(../images/icon-address.png) no-repeat;
}

.icon-channel {
    background: url(../images/icon-channel.png) no-repeat;
}

.icon-money {
    background: url(../images/iconmoney.png) no-repeat;
}

.icon-m2 {
    background: url(../images/icon-m2.png) no-repeat;
}

.icon-account {
    background: url(../images/icon-account.png) no-repeat;
}

.icon-account2 {
    background: url(../images/icon-account2.png) no-repeat;
}

.icon-tel2 {
    background: url(../images/icon-tel2.png) no-repeat;
}

.icon-sms2 {
    background: url(../images/icon-sms2.png) no-repeat;
}

.icon-tail2 {
    background: url(../images/icon-tail2.png) no-repeat;
}

.icon-tail3 {
    background: url(../images/icon-tail3.png) no-repeat;
}

.icon-share2 {
    background: url(../images/icon-share2.png) no-repeat;
}

.icon-shop2 {
    background: url(../images/icon-shop2.png) no-repeat;
}

.icon-task {
    background: url(../images/icon-task.png) no-repeat;
}

.icon-state {
    background: url(../images/icon-state.png) no-repeat;
}

.alink_kz {
    text-align: center;
    display: block;
    color: #38f;
    margin: 10px;
    font-size: .28rem;
}

    .alink_kz i {
        font-size: .28rem;
        height: .3rem;
        width: .3rem;
    }

.weui-prompt-input {
    height: .7rem !important;
    user-select: text;
    -webkit-user-select: text;
}

.layui-layer-setwin .layui-layer-close1 {
    background: url(../images/iconclose.png) no-repeat;
    background-position: 0 0 !important;
    background-size: contain;
    width: .4rem;
    height: .4rem;
}

.layui-layer-setwin .layui-layer-close2 {
    display: none;
}

.layui-layer-setwin {
    right: .34rem !important;
}


.weui-grid__icon {
    width: .55rem;
    height: .55rem;
    margin: 0 auto;
}

    .weui-grid__icon + .weui-grid__label {
        color: #555;
        font-size: .24rem;
        margin-top: .14rem;
    }

.weui-label {
    font-size: .28rem;
    line-height: .6rem;
    color: #565656;
}

.weui-cell__bd {
    font-size: .26rem;
    color: #565656;
    line-height: 2;
    word-break: break-all;
}

    .weui-cell__bd .sel {
        color: #c5c5c5;
    }

    .weui-cell__bd .selb {
        color: #000;
    }

.weui-form-preview__value {
    font-size: .24rem !important;
    color: #333;
    text-align: right;
}


.weui-navbar__item {
    padding: .2rem 0px;
    font-size: .28rem;
}

.weui-navbar + .weui-tab__bd {
    padding-top: .9rem;
}

.weui-navbar__item.weui-bar__item--on {
    border-bottom: solid .04rem #38f;
}

.weui-actionsheet__cell {
    color: #3478F6;
}

.weui-actionsheet_cancel {
    font-weight: 700;
}

.weui-cell_access .weui-cell__ft span {
    font-size: .28rem;
}

.weui-cells-tips {
    padding: 0 .4rem .2rem;
    font-size: .24rem;
    line-height: 1.8;
    color: #c5c5c5;
}

    .weui-cells-tips:before {
        top: 0;
        border-top: 1px solid #e5e5e5;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

.weui-btn {
    border-radius: 1.56rem;
    font-size: .3rem;
    font-weight: 700;
    line-height: 2.8;
    letter-spacing: .05rem;
}

.weui-input {
    color: #000;
    font-size: .28rem;
    line-height: 2;
    height: 1.97058824em;
}

.weui-prompt-input {
    text-align: left !important;
}

.weui-label i {
    color: red;
    font-size: .28rem;
    margin-left: .1rem;
}

.swiper-pagination-bullet {
    width: .3rem !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: rgba(255, 255, 255, 1) !important;
    opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/*内页头部*/
.head-warp {
    width: 100%;
    height: .94rem;
    /*background: linear-gradient(135deg,#6797F7,#2D69E1);*/
    background: #ffffff;
    line-height: .94rem;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

    .head-warp:after {
        bottom: 0;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        color: #e5e5e5;
        z-index: 2;
    }

    .head-warp .head-left {
        float: left;
        width: 25%;
        font-size: .3rem;
    }

        .head-warp .head-left a {
            padding-left: .3rem;
            color: #ffffff;
            height: 100%;
            display: block;
        }

    .head-warp .head-title {
        float: left;
        width: 50%;
        text-align: center;
        font-size: 16px;
        color: #333333;
    }

    .head-warp .head-right {
        float: right;
        width: 25%;
        text-align: right;
        font-size: .3rem;
    }

        .head-warp .head-right a {
            padding-right: .34rem;
            height: .94rem;
            line-height: .94rem;
            color: #565656;
            height: 100%;
            display: inline-block;
        }

    .head-warp .head-but {
        width: 2.2666666667rem;
        height: 0.8rem;
        border-radius: 0.6666666667rem;
        background: #f7f7f7;
    }

    .head-warp .head-ret {
        width: 1.12rem;
        height: 0.8rem;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .head-warp .line {
        width: 0.0133333333rem;
        height: 0.5333333333rem;
        float: left;
        background: #e5e5e5;
        margin-top: 0.1333333333rem;
    }

    .head-warp .head-home {
        width: 1.12rem;
        height: 0.8rem;
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .head-warp .icon {
        overflow: hidden;
        text-indent: -100em;
    }

.head-blue {
    background: linear-gradient(135deg,#6797F7,#2D69E1);
    width: 100%;
    height: .94rem;
    line-height: .94rem;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

    .head-blue::after {
        clear: both;
        content: "";
    }

    .head-blue .head-left {
        float: left;
        width: 25%;
        font-size: .3rem;
    }

        .head-blue .head-left a {
            padding-left: .3rem;
            color: #ffffff;
            height: 100%;
            display: block;
        }

    .head-blue .head-title {
        float: left;
        width: 50%;
        text-align: center;
        font-size: .32rem;
        color: #ffffff;
    }

    .head-blue .head-right {
        float: right;
        width: 25%;
        text-align: right;
        font-size: .3rem;
    }

        .head-blue .head-right a {
            padding-right: .34rem;
            height: .94rem;
            line-height: .94rem;
            color: #ffffff;
            height: 100%;
            display: inline-block;
            font-size:.24rem;
        }

/*底部导航*/
.circle {
    position: fixed;
    width: 1rem;
    height: 1rem;
    bottom: .22rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .circle img {
        position: relative;
        width: 100%;
    }

.indexfbtn {
    width: 45%;
    border-radius: 2%;
    font-size: .3rem;
    font-weight: normal;
    line-height: 2.5;
}

.footarea1 {
    padding: .3rem .2rem 0rem .2rem;
    display: flex;
    _display: flex;
}

    .footarea1 a {
        flex: 1;
        margin: .2rem;
    }

.footarea2 {
    padding: 0 .2rem;
    display: flex;
    margin-bottom: .3rem;
}

    .footarea2 a {
        flex: 1;
        margin: .2rem;
    }

.footaddspan {
    flex: 1;
}

    .footaddspan span {
        border: solid 1px #ccc;
        padding: .1rem;
        display: block;
        color: #999;
        font-weight: bold;
        text-align: center;
        font-size: .28rem;
    }


.content-warp {
    position: relative;
    width: 100%;
    top: .94rem;
    bottom: .8rem;
    /* 使之可以滚动 */
    overflow-y: scroll;
    /* 增加该属性，可以增加弹性 */
    -webkit-overflow-scrolling: touch;
}

.weui-switch-cp__input:checked ~ .weui-switch-cp__box, .weui-switch:checked {
    border-color: #2D69E1;
    background-color: #2D69E1;
}

.weui-btn_primary {
    background: linear-gradient(135deg,#6797F7,#2D69E1);
}

    .weui-btn_primary:not(.weui-btn_disabled):active {
        color: hsla(0,0%,100%,.6);
        background-color: #2D69E1;
    }

/*内页选项卡*/
.topTab {
    font-weight: 400;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border: none;
    height: .86rem;
}

    .topTab a {
        line-height: .82rem;
        display: table-cell;
        overflow: hidden;
        width: 1%;
        -webkit-transition: background-color .1s linear;
        transition: background-color .1s linear;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
        font-size: .28rem;
    }

        .topTab a.act {
            color: #2D69E1;
            border-bottom: .04rem solid #2D69E1;
            background: 0 0;
        }


/*内页列表*/
.status {
    display: inline-block;
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
    padding: 0.03rem .2rem .03rem .3rem;
    text-align: center;
    font-size: .22rem;
    color: rgba(0,0,0,.45);
    background: #e8e8e8;
    margin-top: .3rem;
}

.status-start {
    color: #fff !important;
    background: #6797F7 !important;
}

.status-unstart {
    color: rgba(0,0,0,.45) !important;
    background: #e8e8e8 !important;
}

.status-underway {
    color: #fff !important;
    background: #f25a31 !important;
}

.status-complete {
    color: #fff !important;
    background: #24b673 !important;
}

.status-start2 {
    color: #fff !important;
    background: #999 !important;
}

.status-unstart2 {
    color: rgba(0,0,0,.45) !important;
    background: brown !important;
}

.status-underway2 {
    color: #fff !important;
    background: orange !important;
}

.status-complete2 {
    color: #fff !important;
    background: #38f !important;
}

.newwarp {
    background: #efeff4;
}

.mui-card {
    overflow: hidden;
    margin-bottom: .2rem;
    background-color: #fff;
    position:relative;
}

.mui-card-header {
    position: relative;
    padding: .3rem .3rem 0 .3rem;
}

.mui-card-abs {
    position: absolute;
    right: 0;
    top: 0;
}

.mui-card-abc {
    position: absolute;
    bottom: .1rem;
    right: 0;
}

.mui-card-header:before {
    top: 0;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.mui-card-header:before, .mui-card-footer:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #e5e5e5;
    z-index: 2
}

.mui-card-footer:after {
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.mui-card-content {
    position: relative;
}

.mui-card-content-inner {
    position: relative;
    margin: .2rem .3rem .2rem .3rem;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: .1rem;
}

    .mui-card-content-inner h4 {
        font-weight: 700;
        margin-bottom: .1rem;
        font-size: .28rem;
        color:#333;
    }

        .mui-card-content-inner h4 i {
            color: #e8e8e8;
            font-style: normal;
        }

.mui-card-content-con {
    font-size: .24rem;
    line-height: 2;
    border: solid 1px #d8d8d8;
    padding: .2rem;
    margin-bottom: .2rem;
}

.mui-card-footer {
    position: relative;
    padding: 0 .3rem .2rem .3rem;
}

.mui-card p {
    font-size: .24rem;
    margin-top: 0px;
    margin-bottom: .1rem;
    color: #868686;
}

.mui-card-footer {
    color: #6d6d72;
    text-align: right;
}

    .mui-card-footer a {
        color: #38f;
        margin-left: .24rem;
        display: inline-block;
        font-size: .24rem;
    }

.mui-segmented-control {
    font-size: .28rem;
    font-weight: 400;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border-radius: 3px;
    background-color: transparent;
    -webkit-touch-callout: none;
}

    .mui-segmented-control .mui-control-item {
        font-size: .24rem;
        line-height: 2.5;
        display: table-cell;
        overflow: hidden;
        width: 1%;
        -webkit-transition: background-color .1s linear;
        transition: background-color .1s linear;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #007aff;
        border-color: #007aff;
    }

    .mui-segmented-control .mui-active {
        color: #007aff;
        border-bottom: 2px solid #007aff;
        background: 0 0;
    }

.mui-control-content {
    position: relative;
    display: none;
}

/*分页*/
/*page*/
[data-role=widget-pagination] {
    height: 115px;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}

    [data-role=widget-pagination] > a:first-of-type {
        margin-left: 4.6875%;
    }

    [data-role=widget-pagination] > .widget-pagination-disable {
        background-color: #eee;
        color: #666;
    }

    [data-role=widget-pagination] > a {
        width: 31.25%;
        background-color: #6fd2a6;
        color: #fff;
        display: block;
    }

    [data-role=widget-pagination] > a, [data-role=widget-pagination] > div {
        float: left;
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    [data-role=widget-pagination] > div {
        width: 28.125%;
        background-color: #fff;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        color: #000;
        position: relative;
    }

    [data-role=widget-pagination] > a:first-of-type {
        margin-left: 4.6875%;
    }

    [data-role=widget-pagination] .widget-pagination-pages {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
    }


/*商品分类页*/
.category-top .search {
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: #F6F6F9
}

.menu-left, .menu-right {
    position: fixed;
    left: 0;
    top: .94rem;
    bottom: 0;
    overflow-y: scroll;
    /* z-index: 999; */
}

    .menu-right #loading {
        left: 11rem;
        top: 6.7rem;
    }

.menu-left {
    background: #F6F6F9;
    padding-top: .0rem;
}

    .menu-left ul li {
        padding: .36rem;
        box-sizing: border-box;
        font-size: .3rem;
        width: 1.8rem;
        text-align: center;
    }

        .menu-left ul li.active {
            background: #fff;
            position: relative;
        }

            .menu-left ul li.active:before {
                content: " ";
                position: absolute;
                display: block;
                width: .1rem;
                height: 100%;
                background: #6797F7;
                top: 0;
                left: 0;
            }

.menu-right {
    background: #fff;
    margin-left: 1.8rem;
    right: 0;
    bottom: 0;
    padding-top: 1.3rem;
}

    .menu-right h5 {
        font-size: .3rem;
        color: #666;
        margin-top: 1rem;
        margin-bottom: .4rem;
    }

        .menu-right h5:first-child {
            margin-top: 0;
        }

    .menu-right ul {
        overflow: hidden;
    }

        .menu-right ul li {
            text-align: center;
        }

            .menu-right ul li a {
                display: block;
            }

            .menu-right ul li:nth-child(3n) a {
                right: 0;
                left: .7rem;
            }

            .menu-right ul li span {
                display: block;
                overflow: hidden;
                text-align: center;
                font-size: .24rem;
                margin-top: .1rem;
                color: #333;
            }

            .menu-right ul li img {
                width: .6rem;
                height: .6rem;
            }

.padding-all {
    padding: .3rem;
}


/*多个一行三个*/
.w-3 {
    width: 33.33%;
    float: left;
    padding: .3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 998;
}

    .w-3:nth-child(3n+1) {
        padding-left: 0; /* padding-right: .2rem; */
    }

    .w-3:nth-child(3n) { /* padding-left: .8rem; */
        padding-right: 0;
    }

/*无数据*/
.mescroll-empty {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
}

    .mescroll-empty .empty-icon {
        width: 45%;
    }

    .mescroll-empty .empty-tip {
        margin-top: .12rem;
        font-size: .28rem;
        color: gray;
    }

.pstip {
    padding: .3rem .3rem 0 .3rem;
    color: #999;
    font-size: .24rem;
}

.vawarp {
    padding: .2rem .3rem;
    font-size: .24rem;
}

    .vawarp p {
        color: #999;
        margin-bottom: .2rem;
    }

    .vawarp a {
        font-size: .24rem;
        color: #333;
        margin-right: .3rem;
        color: #007aff;
        border: solid 1px #38f;
        padding: .08rem .3rem;
    }

p img {
    max-width: 100%;
    height: auto;
}

.images {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding-right: 3%;
}

.images-item {
    width: 17%;
    margin: 3% 0 3% 3%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

    .images-item img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .images-item:after {
        content: "";
        padding-top: 100%;
        display: block;
    }

/*零散*/
.smallp {
    font-size: .24rem !important;
    color: #999;
    margin-bottom: .1rem;
}

.listmm {
    position: absolute;
    margin-bottom: 0 !important;
}

    .listmm i {
        margin-right: .1rem;
    }

.select {
    display: inline-block;
    position: relative;
}

    .select select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        background: transparent;
        height: .72rem;
        line-height: .72rem;
        padding-left: .2rem;
        padding-right: .72rem;
        z-index: 1;
        font-size: .28rem;
        border-radius: 0;
        color: #fff;
    }

    .select i {
        position: absolute;
        top: .4rem;
        right: -.4rem;
        width: .22rem;
        height: .22rem;
    }


/*内页-外页*/
.outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.returntitle {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0 25%;
    display: inline;
}

.lefttitle {
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    display: inline;
    margin-left: .1rem;
}

    .lefttitle img {
        height: .3rem;
        width: .3rem;
    }

.sub-title {
    text-align: center;
    color: #888;
    font-size: 1.08rem;
}


.second-title {
    text-align: center;
    font-size: 2.08rem;
    color: #3cc51f;
    font-weight: 400;
    margin: 0 15%;
}

.weui_media_box .weui_media_title_auto {
    font-weight: 400;
    font-size: 17px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.page-title {
    height: 4.08rem;
    line-height: 4.08rem;
    font-size: 16px;
    text-align: center;
    background: #2D69E1;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

    .page-title a {
        position: absolute;
        margin: .1rem 6px;
        display: inline-block;
        padding-left: .3rem;
        line-height: .6rem;
        font-size: 1.08rem;
        right: 0;
        color: #fff;
        width: 70px;
    }

        .page-title a.return {
            width: 62px;
            padding-left: 0;
            text-indent: 8px;
            left: 0;
        }



.moneyview {
    text-align: center;
    margin-bottom: .2rem;
    background: #fff;
    padding: .3rem;
}

    .moneyview h3 {
        font-size: .76rem;
        font-weight: 500;
        line-height: 2;
        letter-spacing: 1px;
    }

    .moneyview .mon1 {
        color: #000;
        font-size: .28rem;
        line-height: 1.8;
    }

        .moneyview .mon1 i {
            margin-right: .12rem;
        }

    .moneyview .mon2 {
        color: #666;
        font-size: .28rem;
        line-height: 2;
    }



.btn {
    display: inline-block;
    zoom: 1;
    padding: .2rem .3rem;
    border: 1px solid #d9dbdc;
    line-height: 1;
    color: #323437;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    text-align: center;
    border-radius: 2px;
    font-family: "Microsoft YaHei",微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
    font-size: 12px;
    color: #444;
}

    .btn:hover {
        border-color: #d9dbdc;
        background-color: #f3f4f4;
    }

    .btn i {
        margin-right: 5px
    }

    .btn:active, .btn.active {
        color: #fff;
        background-color: #565656;
        border-color: #565656;
    }

/*radio button*/
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn {
        border-radius: 0
    }

        .btn-group > .btn:first-child {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

        .btn-group > .btn:last-child {
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
        }

        .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
            border-right: 0;
        }


/*chart*/
.chartfilter {
    position: relative;
    display: flex;
    flex-flow: wrap;
}


.income-con-list {
    margin-top: 0.3rem;
    min-height: 6rem;
}

.income-con-item {
    padding: 0.3rem 0;
    height: 0.66rem;
}

    .income-con-item .img {
        float: left;
        width: 0.4rem;
        height: 0.4rem;
    }

        .income-con-item .img img {
            width: 100%;
            height: 100%;
        }

    .income-con-item .test {
        margin-left: 0.7rem;
    }

        .income-con-item .test .test-l {
            width: 3.8rem;
            float: left;
        }

        .income-con-item .test .test-r {
            width: 2.2rem;
            float: right;
            text-align: right;
        }

.zero {
    opacity: 0.6;
}

.income-con-item .test .test-l p {
    font-size: 0.28rem;
    color: #333;
    margin-bottom: .1rem;
}

    .income-con-item .test .test-l p span {
        font-size: 0.22rem;
        color: #999;
        margin-left: .2rem;
    }

.income-con-item .test .test-l .line-box {
    width: 100%;
    height: 0.1rem;
    background-color: #f9f9f9;
    border-radius: 0.1rem;
}

.income-con-item .test .test-l .line-box-ed {
    background: linear-gradient(134deg, #ff7634 0%, #fdb38f 100%);
    height: 0.1rem;
    border-radius: 0.1rem;
}

.expend .test .test-l .line-box-ed {
    background: linear-gradient(134deg, #50495c 0%, #8f8c9d 100%);
    height: 0.1rem;
    border-radius: 0.1rem;
}


.income-con-item .test .test-r p {
    font-size: 0.26rem;
    color: #333;
}

.income-con-item .test .test-r span {
    font-size: 0.24rem;
    color: #333;
    padding-left: 0.35rem;
}

    .income-con-item .test .test-r span.des-t {
        background: url(/static/images/a-sj.png) no-repeat left center/0.3rem auto;
        color: #d6575a;
    }

    .income-con-item .test .test-r span.des-b {
        background: url(/static/images/a-xj.png) no-repeat left center/0.3rem auto;
        color: #50a94d;
    }


/***sssssssssssssss*/
.before-warp {
    position: absolute;
    top: .4rem;
    right: .3rem;
}

    .before-warp span {
        font-size: .28rem;
        color: #666;
        display: inline-block;
        line-height: 0.7rem;
        vertical-align: top;
    }

    .before-warp .weui-switch-cp__input:checked ~ .weui-switch-cp__box, .before-warp .weui-switch:checked {
        border-color: #565656;
        background-color: #565656;
    }



/****/
.a-tabData-time input {
    font-size: 0.26rem;
    color: #565656;
    background: url(/static/images/a-tag.png) no-repeat right center/0.23rem auto;
}

.a-tabData-time2 input {
    font-size: 0.26rem;
    color: #565656;
    background: url(/static/images/a-tag2.png) no-repeat right center/0.23rem auto;
}

.a-tabDate-account {
    text-align: right;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #565656;
    font-size: 0.26rem;
    min-width: 1.15rem;
    padding-right: 0.3rem;
    background: url(/static/images/a-tag.png) no-repeat right center/0.23rem auto;
}

.a-tabDate-account2 {
    text-align: right;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #565656;
    font-size: 0.26rem;
    min-width: 1.15rem;
    padding-right: 0.3rem;
    background: url(/static/images/a-tag2.png) no-repeat right center/0.23rem auto;
}

.tab-chart__container {
    background: #fff;
    margin-bottom: .2rem;
    padding: .3rem;
}

/*列表-table*/
.table-list {
    border-collapse: collapse;
    line-height: 1.2;
    color: #323437;
    background-color: #fff;
    width: 100%;
    margin-bottom: .6rem;
}

    .table-list thead th {
        height: .48rem;
        padding: .2rem;
        background: #F4F4F4;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        font-weight: 700;
        color: #666;
        border-left: none;
        border-right: none;
        text-align: left;
        font-size: .24rem;
    }

    .table-list tbody td {
        padding: .2rem;
        border-bottom: 1px solid #f0f0f0;
        border-left: none;
        height: .48rem;
        text-align: left;
        line-height: 2;
        font-size: .24rem;
    }

    .table-list tfoot td {
        padding: .2rem
    }

    .table-list hr {
        border-top: solid 1px #DEDEDE;
        color: #DEDEDE;
        margin: 0px !important;
    }

.tc {
    text-align: center !important;
}

.fr {
    float: right;
}



statistics-tab {
    width: 6.9rem;
    margin: 0 auto;
    height: 1.9rem;
    position: absolute;
}

.statistics-tab .statistics-tab-item {
    text-align: center;
    float: left;
    width: 50%;
    height: 1.6rem;
    padding-top: 0.34rem;
    cursor: pointer;
}

    .statistics-tab .statistics-tab-item p {
        color: #c3c3c3;
        font-size: 0.3rem;
        line-height: .56rem;
    }

    .statistics-tab .statistics-tab-item .des {
        color: #999;
        font-size: 0.24rem;
    }

        .statistics-tab .statistics-tab-item .des span {
            display: inline-block;
            vertical-align: middle;
        }

        .statistics-tab .statistics-tab-item .des .des-b {
            width: 0.4rem;
            height: 0.4rem;
            background: url(/static/images/a-xj.png) no-repeat center/0.25rem auto;
        }

        .statistics-tab .statistics-tab-item .des .des-t {
            width: 0.4rem;
            height: 0.4rem;
            background: url(/static/images/a-sj.png) no-repeat center/0.25rem auto;
        }

    .statistics-tab .statistics-tab-item.on p {
        color: #000;
        font-size: 0.3rem;
    }

#income-chart, #expend-chart {
    width: 6.9rem;
    height: 5.5rem;
    ;
}



.statistics-chat {
    width: 7.22rem;
    margin: 0.2rem auto
}

.income-chart-con {
    background: url(/static/images/a-bg1.png) no-repeat top center/7.22rem 7.58rem;
    width: 7.22rem;
    height: 5.68rem;
    padding-top: 1.9rem;
}

    .income-chart-con.expend {
        background: url(/static/images/a-bg2.png) no-repeat top center/7.22rem 7.58rem;
        width: 7.22rem;
        height: 5.68rem;
        padding-top: 1.9rem;
    }

.income-con-title {
    height: 0.6rem;
}

.a-income-tab {
    float: left;
    width: 1.7rem;
    height: 0.55rem;
    border: 1px solid #bcbcbc;
    border-radius: 0.1rem;
}

    .a-income-tab .a-income-tab-item {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 0.55rem;
        font-size: 0.24em;
        color: #bcbcbc;
        height: 0.55rem;
    }

        .a-income-tab .a-income-tab-item.on {
            background: #565656;
            color: #fff;
        }

.income-con {
    padding: 0.3rem;
    background-color: #fff;
}

.a-income-contrast-checkbox {
    float: left;
    width: 0.8rem;
    height: 0.5rem;
    background: linear-gradient(134deg, #576371 0%, #646379 100%);
    border-radius: 0.4rem;
    position: relative;
    cursor: pointer;
    margin-top: 0.025rem;
}

    .a-income-contrast-checkbox:after {
        content: "";
        position: absolute;
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 0.48rem;
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 2;
        transition: all 0.2s;
    }

    .a-income-contrast-checkbox.on {
        background: linear-gradient(134deg, #0875FF 0%, #0875FF 100%);
    }

        .a-income-contrast-checkbox.on:after {
            content: "";
            position: absolute;
            width: 0.48rem;
            height: 0.48rem;
            border-radius: 0.48rem;
            background-color: #fff;
            left: 0.3rem;
            top: 0;
        }

    .a-income-contrast-checkbox input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 3
    }

.a-income-contrast {
    float: right;
    line-height: 0.6rem;
    height: 0.6rem;
}

    .a-income-contrast p {
        float: left;
        font-size: 0.3rem;
        color: #333;
        margin-right: 0.2rem;
    }



.inputmoney {
    background: url(/static/images/icon-money-input.png) no-repeat left center/0.5rem auto;
    padding-left: .8rem;
}

.inputsn {
    background: url(/static/images/icon-sn.png) no-repeat left center/0.5rem auto;
    padding-left: .8rem;
}

.inputdesc {
    text-indent: 15px;
    background: #f7f7f7;
}

/*查看客户外部样式1*/
.clientviewwarp {
    text-align: center;
    padding: .4rem .3rem;
    position: relative;
}

    .clientviewwarp h3 {
        font-size: .4rem;
        font-weight: 700;
        color: #565656;
        line-height: 40px;
    }

    .clientviewwarp p {
        line-height: 2;
        font-size: .28rem;
        color: #565656;
    }

    .clientviewwarp:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        border-bottom: 1px solid #e5e5e5;
        color: #e5e5e5;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }


/*历史进度*/
.dt-new {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

    .dt-new li {
        position: relative;
        border-left: 1px solid #fc6363;
        margin-left: 3px;
        padding-left: 16px;
        padding-bottom: 26px;
        padding-top: 4px;
    }

        .dt-new li:before {
            content: '';
            position: absolute;
            left: -7px;
            top: 0;
            width: 10px;
            height: 10px;
            background: #fff;
            border: solid 2px red;
            border-radius: 50%;
        }

        .dt-new li:after {
            content: '';
            position: absolute;
            left: -3px;
            top: 2px;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
        }

        .dt-new li .time {
            font-size: 12px;
            line-height: 16px;
            color: #777777;
            margin-top: 6px;
        }

        .dt-new li .rtxt {
            font-size: .24rem;
            color: #333333;
            margin-top: -10px;
        }

            .dt-new li .rtxt h4 {
                font-size: .24rem;
                color: #3c3f46;
                line-height: 27px;
                font-weight: 500;
            }

        .dt-new li:last-child {
            border-left: 1px solid #fff;
            padding-bottom: 0;
        }



.newulstyle1 {
}

    .newulstyle1 li {
        background: #fff;
        padding: 10px;
        border-top: solid .02rem #d5d5d5;
        border-bottom: solid .02rem #d5d5d5;
        margin-bottom: .2rem;
    }

        .newulstyle1 li p {
            font-size: .24rem;
            margin-bottom: .14rem;
        }

    .newulstyle1 div:first-child {
        margin-bottom: .2rem;
    }

    .newulstyle1 label {
        font-size: .24rem;
    }

    .newulstyle1 input {
        display: inline-block;
        width: 2rem;
        border: solid .02rem #d5d5d5;
        margin-left: .3rem;
        text-align: center;
        line-height: 2;
        font-size: .24rem;
    }




.ny-sidebar {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    background: #fff;
}

    .ny-sidebar li {
        flex: 1;
    }

        .ny-sidebar li a {
            text-align: center;
            font-size: 0.26rem;
            line-height: 0.8rem;
            margin: 0;
            color: #666;
            display: block;
        }

    .ny-sidebar span {
        margin-right: 0.2rem;
    }

    .ny-sidebar li.current a {
        border-bottom: 0.04rem solid #38f;
        color: #000;
        font-weight: 700;
        font-size: .28rem;
    }
