* {
    box-sizing: border-box;
}
/* @font-face{
    font-family :"豪迈体";
    src: url('hmt.ttf')
} */

:root {
    --brand: #1485EE;
    --brand-deep: #0c5fbf;
    --brand-mid: #1e90ff;
    --accent: #1485EE;
    --gold: #e8f3ff;
    --card: #ffffff;
    --text: #333333;
    --muted: #666666;
}

html {
    max-width: 640px;
    margin: 0 auto;
}

body {
    max-width: 640px;
    margin: 0 auto;
    min-height: 100vh;
    color: var(--text);
    background-color: var(--brand-deep);
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1px),
        linear-gradient(165deg, #4aa8f7 0%, #1485EE 42%, #0c5fbf 100%);
    background-size: 18px 18px, 100% 100%;
    background-attachment: fixed;
}

a.weui-media-box:active{
    background-color: transparent;
}
.head-body {
    padding-top: 100px;
}

.weui-cell__hd img{
    margin-right: 0;
}



.white {
    color: #ffffff;
}

.red {
    color: #ff3d3d;
}

.green {
    color: #02cc02;
}

.blue {
    color: #5ab99b;
}

.gray {
    color: #aaa;
}

.orange {
    color: #f90;
}

.black {
    color: #000;
}

.hide {
    display: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.weui-cell-btn {
    padding: 15px 30px;
}
.weui-cell:after, .weui-cell:before,.weui-cells:after, .weui-cells:before,.weui-media-box:before,.weui-media-box:after{
    height: 0;
    border:none;
    color: transparent;
    left: 0;
}
.clear {
    clear: both;
}

.app-warp {
    width: 100%;
    height: 200px;
    position: relative;
    text-align: center;
}

.app-warp .logo {
    width: auto;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: 110px;
}

.weui-cells_c {
    padding: 0 35px;
}

.weui-bg {
    background: url(/static/mobile/img/bgk.png) no-repeat 0 -14px;
    background-size: 100% auto;
    margin-top: 15px;
}

.passport .weui-cells {
    margin-top: 20px;
}

.passport-login {
    padding: 0;
    width: 80%;
    margin: 0 auto;
}

.passport-login .weui-cells {
    background: none;
    border-radius: 3px;
    overflow: hidden;
}

.passport-login .weui-cell {
    background: url(/static/mobile/img/bgk.png) no-repeat 0px -14px;
    background-size: 100% auto;
    margin-top: 15px;
}

.passport-login .weui-cell a {
    color: #000;
    font-size: 14px;
}

.passport-login .weui-cell .weui-label {
    width: 50px;
}

.passport-login .weui-cell-nobg {
    background: none;
}

.passport-login .weui-cell-nobg:before {
    border: none;
}

.passport-login #login-btn {
    margin-top: 10px;
    background: #c1692a;
    color: #FFFFFF;
}

.passport .weui-agree {
    line-height: 30px;
}

.passport #pact {
    color: #5ab99b;
}


.passport .weui-cell-row::before {
    border: none;
}

.passport .forget-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
    color: #333;
}

.weui-btn {
    border-radius: 0;
}

.weui-btn:after {
    border-radius: 0;
    border: none;
}

#user_pact {
    z-index: 999;
}

#user_pact .weui-popup__modal {
    background-color: #000;
    padding: 15px;
    line-height: 22px;
    font-size: 14px;
}

#user_pact .weui-cell-btn {
    padding: 15px 0;
}

.weui-loadmore_line .weui-loadmore__tips {
    background-color: #f4f4f4;
}

.weui-load_line {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.weui-vcode-btn {
    color: #ffffff;
    height: 25px;
    line-height: 1;
    padding: 0 15px;
}

.weui-btn_primary {
    border-radius: 6px;
    background: #419653!important;
    color: #ffffff!important;
    box-shadow: 2px 10px 20px 0px rgba(0,0,0,0.2);
    border: 2px solid #fafafa!important;
    max-width: 180px;
}

.weui-btn_primary:not(.weui-btn_disabled):active {
    color: hsla(0, 0%, 100%, .6);
    background-color: #ededed
}

.weui-btn_green {
    border-radius: 3px;
    background-color: #5ab99b;
}

.weui-btn_green:not(.weui-btn_disabled):active {
    color: hsla(0, 0%, 100%, .6);
    background-color: #5ab99b
}

.weui-btn_black {
    border-radius: 3px;
    background-color: #2c9d94;
}

.weui-btn_black:not(.weui-btn_disabled):active {
    color: hsla(0, 0%, 100%, .6);
    background-color: #2c9d94
}

.obadge {
    display: inline-block;
    padding: 0px 6px;
    background-color: #10ca00;
    color: #000;
    font-size: 12px;
}

.obadge-red {
    background-color: #ff1c1c;
}

.obadge-blue {
    background-color: #2388ff;
}

.weui-tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 5px 0;
    background: #ffffff !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
}

.weui-tabbar__label,
.weui-tabbar__icon i {
    color: #888888;
}

.weui-tabbar__icon {
    position: relative;
}

.weui-tabbar__icon img {
    position: relative;
    top: 5px;
    width: 22px;
    height: 22px;
}

.weui-tabbar__icon>i,
i.weui-tabbar__icon {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 30px;
}

.weui-tabbar__item {
    height: 50px;
    padding: 2px 0;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: var(--accent);
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__icon>i {
    color: var(--accent);
}


/*.weui-tabbar:before { border-color:#60D5FF; }*/

.app-tabbar .weui-tabbar__item {
    padding: 10px 10px;
    background-color: #f13f3f;
    color: #000;
    font-size: 16px;
}

.border-o:after,
.border-o:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #ccc;
    z-index: 2;
}

.border-bottom-o:after {
    bottom: 0;
    border-bottom: 1px solid #ccc;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.border-top-o:after {
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.member {
    width: 100%;
    position: relative;
    padding: 0;
}

.member-head {
    position: relative;
    width: 100%;
    height: 180px;
    margin: 0;
    text-align: left;
}

.member-head .face {
    position: absolute;
    left: 12px;
    top: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.member-head .member-group {
    position: absolute;
    left: 80px;
    top: 22px;
}

.member-head p {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.member-head .nickname {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 22px;
    color: #fff;
}

.member-head .nickname #level {
    position: relative;
    left: 2px;
    top: -5px;
    color: #fff6a1;
    font-size: 12px;
}

.member-head .usort {
    font-size: 14px;
    color: #fff;
}

.member-head .mincome {
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
}

.mincome-body {
    overflow: hidden;
}

.mincome {
    width: 100%;
    display: flex;
}

.mincome .mincome-item {
    width: 33.333333%;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.mincome .mincome-item .item-num {
    font-weight: 900;
    font-size: 17px;
    color: #ffffff;
}

.member-rent {
    width: 86%;
    margin: 60px auto 0 auto;
    height: auto;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 6.5%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0px 1px 5px #333;
    background-color: #c3ad4a;
}

.member-rent .rent-group {
    position: relative;
    width: 50%;
    line-height: 22px;
    height: 75px;
    padding-top: 16px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #fbfbfb;
}

.member-rent .rent-group .i-mark {
    position: absolute;
    left: 63%;
    top: 20%;
    display: block;
    width: 8px;
    height: 8px;
    background: #ff4949;
    border-radius: 50%;
}

.member-rent .rent-icon i {
    font-size: 34px;
    color: #ffffff;
}

.member .member-notice {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #000;
}

.member .member-notice i {
    font-size: 30px;
}

.mbadge {
    display: inline-block;
    background: green;
    border-radius: 3px;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
}

.mbadge-green {
    background: #00da00;
    background: linear-gradient(90deg, #00ff95, #00a33a);
}

.mbadge-red {
    background: #00da00;
    background: linear-gradient(90deg, #ff77bc, #b90089);
}

.mbadge-blue {
    background: #00da00;
    background: linear-gradient(90deg, #38cefb, #007fa5);
}

.member-setting-icon {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
}

.member-list .weui-cell__bd {
    padding-left: 26px;
}

.member-list .iconfont {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 20px;
}

.member .weui-footer {
    font-size: 14px;
}

.hortal-body {
    width: 100%;
    height: auto;
    /*background-color: #73c5a7;*/
    margin: 20px 0;
}

.hortal-body .weui-cells {
    background: #73c5a7;
    color: #000;
    overflow: hidden;
}

.hortal-body .weui-cells .iconfont {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 20px;
}

.hortal-body .weui-cells .weui-cell {
    padding: 12px 12px;
}

.hortal-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hortal {
    display: flex;
    background: url(/static/mobile/img/nav.png) no-repeat;
    background-size: 400px auto;
}

.hortal .hortal-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
}

.hortal .hortal-icon {
    line-height: 20px;
}

.hortal .hortal-label {
    line-height: 20px;
    color: #000;
}

.hortal .iconfont {
    font-size: 30px;
}

.hortal .i-mark {
    position: absolute;
    left: 60%;
    top: 20%;
    display: block;
    width: 8px;
    height: 8px;
    background: #ff4949;
    border-radius: 50%;
}

.member-tip {
    padding: 8px 10px;
    line-height: 18px;
    background-color: #ffeecc;
    color: #ff4e00;
    font-size: 12px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.atab {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.atab .item {
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 15px;
    line-height: 1;
    flex: 1;
}

.atab .item-active {
    color: var(--accent);
    font-weight: 600;
    position: relative;
}
.atab .item-active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background: var(--accent);
    border-radius: 2px;
}
/* .atab .item-active:before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    border-radius: 2px;
    margin-left: -12.5px;
} */
.usetting .face {
    width: 50px;
    height: 50px;
}

.teams .weui-media-box__hd {
    position: relative;
    width: 40px;
    height: 40px;
}

.teams .face {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    line-height: 40px;
}

.teams .level {
    display: inline-block;
    background: #09f;
    padding: 0 5px;
    border-radius: 10%;
    color: #000;
    font-weight: 400;
    font-size: 12px;
}


/*瀹炲悕璁よ瘉*/

.auth-real {
    padding: 40px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.auth-real i {
    display: block;
    font-size: 60px;
}


/*璧勪骇*/

.assets-panel {
    padding: 15px;
}

.assets-body {
    position: relative;
    width: 100%;
    height: 140px;
    background: #e9e1bc;
    border-radius: 10px;
    background-size: 100% 100%;
    padding: 15px;
    font-size: 14px;
    color: #000;
}

.assets-body .assets-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.assets-body .assets-num {
    width: 100%;
    margin-top: 0px;
    font-size: 36px;
    font-weight: 900
}

.assets-body .assets-btn {
    /* position: absolute; right:20px; bottom:20px;*/
    display: block;
    border: solid 1px #000;
    border-radius: 3px;
    padding: 0 12px;
    width: 60px;
    height: 30px;
    line-height: 28px;
    color: #000;
    font-size: 14px;
    text-align: center;
    margin: 0 auto
}

.assets-label {
    margin: 10px 0;
    line-height: 20px;
    font-size: 14px;
    color: rgb(100, 100, 100)
}

.assets-desc {
    font-size: 13px;
}

.point-cell .weui-cell {
    font-size: 12px;
}

.point-cell .weui-cell .title {
    font-size: 14px;
}

.point-cell .weui-cells {
    margin-top: 0;
}


/*鏀粯缁戝畾*/

.member-pay .weui-media-box__hd {
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;    
}

.member-pay .weui-media-box {
    padding: 0 20px;
    font-size: 12px;
}

.member-pay .iconfont {
    font-size: 26px;
}

.member-pay .weui-media-box__title {
    font-size: 14px;
}

.member-pay .weui-cells__title {
    padding: 10px 0;
    font-size: 17px;
    text-align: center;
    color: #fff;
}
.member-pay .weui-panel {
    background: none;
}

.member-pay .pay-code {
    text-align: center;
}


/*绌烘暟鎹�*/

.pdata-empty {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.pdata-empty i {
    display: block;
    width: 140px;
    height: 100px;
    margin: 0 auto;
    background: url(../image/icon-empty.png) no-repeat center top;
    background-size: 100% auto;
}



.with_list {
    background: none;
}

.with_list .weui-form-preview {
    margin-top: 15px;
}

.with_list:before {
    border: none;
}


/*璁㈠崟鍒楄〃*/

.ogame {
    padding: 15px 2.5%;
}

.i-ilist{
    padding: 0 10px;
}

.ogame .oitem {
    background: #ffffff;
    border: 1px solid rgba(20, 133, 238, 0.12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 10px;
    position: relative;
    border-radius: 10px;

}

    .oitem .btn-list{
        display: flex;
    align-items: center;
    }
    .oitem .status{
        line-height: 1;
        height: 30px;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #ffffff;
        background: var(--accent);
        border-radius: 14px;
    }
    .oitem .goods-name{
        line-height: 1.6;
        color: #333333;
        font-size: 12px;
        /* font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        transform: translateX(10%);
        padding-top: 5px; */
    }
    .oitem .goods-img{
        width: 28%;
        margin-right: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .oitem .goods-img img{
        width: 100%;
    }
    .oitem .goods-des{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: #555555;
    }
    .oitem .status-list{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
    }

.obtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accent);
    border: none;
    outline: none;
    font-size: 12px;
    height: 28px;
    min-width: 52px;
    padding: 0 8px;
    border-radius: 14px;
    color: #FFFFFF;
}

.obtn-danger {
    background: #e53935;
    height: 28px;
    min-width: 65px;
}

.obtn-success {
    background: #28a745;
}

.obtn-warning {
    background: #fb8c00;
}

.obtn-gray {
    background: #9e9e9e;
    height: 28px;
    min-width: 65px;
}
.oitem .status-list .obtn{
    margin-top: 10px;
}
.oitem .status-list .obtn:first-child{
    margin-top: 0;
}

/*璁㈠崟璇︾粏*/

.order-tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px;
    text-align: center;
    z-index: 9;
}

.order-tabbar .obtn {
    margin: 0 5px;
}
.order-list .order-title{
    padding: 10px 15px;
    font-size: 12px;
    color: #ffffff;
}
.order-list .weui-cells{
    color: #333333;
    margin-top: 10px;
}
.order-detail {
    position: relative;
}

.order-detail .weui-cell__hd {
    color: #666666 !important;
}

.order-detail .weui-cell__bd {
    text-align: right;
    color: #333333 !important;
}
.order-detail .weui-cell__bd a{
    color: #1485EE !important;
}
.order-detail .weui-cell__bd.red,
.order-detail .weui-cell__bd.red a {
    color: #e53935 !important;
}
.order-detail .weui-cell {
    font-size: 14px;
    color: #333333 !important;
}
.order-detail .weui-label {
    color: #666666 !important;
}

.order-detail .weui-cells-text .weui-cell__bd {
    text-align: left;
}
.weui-photo-browser-modal {
    z-index: 9;
}

.order-pay {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 15px;
}

.order-pay .pay-item {
    position: relative;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 13px;
}

.order-pay .pay-item:last-child {
    margin-bottom: 0;
}

.order-pay .pay-item .pay-code {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 65px;
}

.countdown-time {
    width: 100%;
    height: 70px;
    padding: 12px 0;
    background-color: #f90;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.countdown-time .dtime {
    line-height: 28px;
    font-size: 20px;
    font-family: "榛戜綋"
}


/*鍦板尯閫夋嫨UI缁勪欢*/

.ui-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998
}

.ui-select {
    width: 100%;
    height: 44%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999
}

.ui-select .ui-select-head {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: solid 1px #ddd;
    padding: 0 10px;
    text-align: left;
    font-size: 16px;
    color: #000;
}

.ui-select .ui-select-oper {
    text-align: right;
    color: #09f;
}

.ui-select .ui-select-oper span {
    padding: 0 0 0 15px;
}

.ui-select .ui-select-oper .cancel {
    color: #e30000;
}

.ui-select .ui-select-body {
    width: 100%;
    height: 100%;
}

.ui-select .item {
    padding-bottom: 46px;
    border-right: solid 1px #ddd;
    overflow: auto;
}

.ui-select .item:last-child {
    border-right: none;
}

.ui-select .item .line {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000;
}

.ui-select .item .line-open {
    background-color: #ddd;
}


/*OTC鍒楄〃甯冨眬*/

.idata-head {
    width: 100%;
    padding: 0 12px;
    margin-top: 10px;
    text-align: right;
}

.downmenu {
    position: relative;
    display: inline-block;
    width: auto;
    height: 20px;
    font-size: 14px;
    color: #666;
}

.downmenu .menu-list {
    display: none;
    position: absolute;
    right: 0;
    width: 150px;
    height: auto;
    max-height: 250px;
    overflow: auto;
    background-color: #000;
    list-style: none;
    padding: 10px 12px;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.downmenu .menu-list li {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.downmenu .menu-list .selected {
    color: #f07;
}

#trade-body {
    z-index: 599
}

#trade-body .price {
    font-size: 18px;
}

.trade-tip {
    width: 100%;
    height: auto;
    padding: 0 15px 15px 15px;
    font-size: 12px;
    color: #999;
}

.trade-tip p {
    margin-bottom: 6px;
    line-height: 20px;
}

.trade-tip p:last-child {
    margin: 0;
}

.trade-form {
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #000;
}

.trade-form-limit {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.trade-form .weui-cell {
    padding: 6px 4px;
    margin-bottom: 15px;
}

.trade-form .weui-cell::before {
    border: none;
}

.wallet {
    position: relative;
    width: 100%;
    height: 110px;
    background: none;
    color: #000;
}

.wallet .wallet-title {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.wallet .wallet-advance {
    width: 100%;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
}

.wallet .wallet-advance .otc-code {
    font-size: 16px;
}

.wallet .wallet-free {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #eee;
}

.wallet .wallet-detail {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #eee;
}

.wallet-addr {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.wallet-qrcode .qrcode {
    text-align: center;
}

.wallet-qrcode .qrcode img {
    margin: 10px auto;
    width: 150px;
    height: 150px;
}

.wallet-tip {
    width: 100%;
    height: auto;
    padding: 12px 15px;
    font-size: 12px;
}

.wallet-tip .iconfont {
    font-size: 12px;
}

.wallet-tip p {
    line-height: 18px;
    margin-bottom: 4px;
    color: #999;
}


/*閽卞寘鍒楄〃*/

.wallet-group {
    margin: 0;
}

.wallet-group .weui-cells {
    margin-bottom: 15px;
    margin-top: 0;
    background: none;
}

.wallet-group .weui-cells img {
    width: 50px;
    margin: 0;
    border-radius: 50%;
    padding: 8px;
}

.wallet-group .weui-cells:before {
    border: none;
}

.wallet-group .weui-cells:after {
    border: none;
}

.wallet-group .weui-cells .weui-cell {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 6px 10px 6px 0;
    font-size: 16px;
}

.wallet-group .weui-cells .weui-cell:before {
    border: none;
}

.wallet-group .weui-cells .weui-cell__hd {
    margin-right: 10px;
}

.wallet-group .weui-cells .weui-cell__bd {
    font-weight: 400;
    color: #222;
}

.wallet-group .weui-cells .weui-cell__bd p {
    font-size: 12px;
    color: #999;
}

.wallet-group .weui-cells .weui-cell__ft {
    line-height: 18px;
}

.wallet-group .weui-cells .weui-cell__ft .advance {
    font-weight: 400;
    font-size: 16px;
    font-family: verdana;
    color: #222;
}

.wallet-group .weui-cells .weui-cell__ft .rate {
    font-weight: 400;
    font-size: 12px;
}

.apply-body {
    width: 100%;
    z-index: 998
}

.apply-body .title {
    position: relative;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #1b2527;
    border-bottom: solid 1px #1b2527;
    text-align: center;
    font-weight: 900;
    color: #000;
}


/*鍒嗕韩濂栧姳*/

.reward {
    width: 100%;
    height: auto;
}

.reward .reward-bg {
    width: 100%;
    height: auto;
    font-size: 0;
}

.reward .reward-bg img {
    width: 100%;
    height: auto;
}

.reward .reward-total {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000;
    padding: 0 15px;
    font-size: 17px;
    text-align: center;
}

.reward-url {
    width: 100%;
    height: auto;
    padding: 0 15px;
    word-break: break-all;
    font-size: 12px;
    color: #000;
}

.swiper-container {
    font-size: 0;
}

.swiper-container img {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

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

.i-news {
    margin: 0 0 15px 0;
}

.i-news .weui-panel__hd {
    font-size: 17px;
    font-weight: 900;
}

.i-news .weui-cell__hd {
    width: 70px;
    height: 50px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.i-news .weui-cell__hd img {
    width: auto;
    height: auto;
    max-height: 50px;
}

.i-news .weui-panel__hd .more {
    float: right;
    font-size: 14px;
    color: #999;
    font-weight: 400
}

.i-news .weui-cell__bd {
    padding-left: 10px;
    font-size: 14px;
}

.i-news .weui-cell__bd .desc {
    font-size: 12px;
}

.tip-red {
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 5px 10px;
    background: #ffe9e9;
    font-size: 12px;
    color: red;
}

.iwallet {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin-top: 15px;
}

.iwallet .iwallet-head {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background: url(../image/wallet-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.iwallet .iwallet-head-2 {
    background: url(../image/wallet-bg-2.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.iwallet .iwallet-head .iwallet-head-empty {
    display: block;
    width: 20%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 48px;
}

.iwallet .iwallet-head .iwallet-head-group {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 60px 0 0 0;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.iwallet .iwallet-head .iwallet-head-money {
    line-height: 30px;
    font-size: 26px;
    font-family: verdana;
    color: #000;
}

.iwallet-body {
    width: 100%;
    margin-top: 15px;
    padding: 0;
}

.iwallet-body .weui-btn_black {
    display: none;
}

.iwallet .iwallet-cog {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #000;
}

.iwallet .iwallet-cog i {
    font-size: 20px;
}

.iwallet .icoin-font {
    position: relative;
    left: 20%;
    top: 40px;
    width: 50%;
    transform: rotate(-25deg);
    font-size: 18px;
    color: #33cfb4;
    text-align: left;
}

.icoin-main {
    padding: 15px;
}

.icoin {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    background: url(../image/wallet-bg.jpg?=1) no-repeat center top;
    background-size: 100% 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
}

.icoin-all {
    height: 260px;
    border-radius: 0;
    background: url(../image/yubi-bc.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.icoin-all .quanquan {
    position: absolute;
    display: block;
    top: 65px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: auto;
}

.icoin-group {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.icoin-group .icoin-money {
    font-size: 24px;
    font-family: verdana;
    color: #000;
}

.icoin .icoin-zijin {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.icoin .icoin-zijin img {
    display: block;
    width: 100%;
    height: auto;
}

.icoin .icoin-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.icoin .icoin-img img {
    display: block;
    width: 100%;
    height: auto;
}

.icoin .icoin-img .icoin-font {
    position: absolute;
    left: 20px;
    top: 44%;
    font-size: 18px;
    color: #000;
    text-align: left;
}

.icoin-tab {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: flex;
    padding: 0 15px;
}

.icoin-tab .icoin-tab-item {
    display: block;
    width: 50%;
    margin: 0 auto;
    background-color: #29828a;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
}

.icoin-tab .icoin-tab-item:first-child {
    margin-right: 7.5px;
}

.icoin-tab .icoin-tab-item:last-child {
    margin-left: 7.5px;
}

.icoin-tab .icoin-tab-item img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub;
}

.icoin-tip {
    background: #fdfaf0;
    padding: 6px 10px;
    font-size: 12px;
    color: #9a6900;
}

.coin-recharge {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: auto;
}

.coin-recharge .recharge-title {
    font-size: 16px;
    text-align: center;
    font-weight: 900
}

.coin-recharge .recharge-addr {
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
    margin: 10px;
    color: #666;
    word-break: break-all;
    line-height: 16px;
}

.coin-recharge .recharge-qrcode {
    width: 140px;
    height: 140px;
    background: #f5f5f5;
    margin: 20px auto;
}

.coin-recharge .recharge-qrcode img {
    display: block;
    width: 100%;
    height: 100%;
}

.coin-recharge .recharge-btn {
    width: 100%;
    height: auto;
    padding: 20px 20px 0 20px;
    border-top: dashed 1px #ccc
}

.coin-recharge .wallet-tip {
    padding: 15px 20px;
}

.all-tip-fixed {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    font-size: 12px;
    text-align: center;
    color: #666;
    opacity: 0.5;
}


/*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 0;
    width: 100%;
    color: #000;
    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: #07c160;
    border: 1px solid #07c160;
}

.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;
}


/**************2020.09.05 start***************/


/*轮播修改*/


.good-main-rev {
    display: block !important;
}

/*.swiper-container {*/
/*    width: 100% !important;*/
/*}*/

/*.swiper-slide {*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*    width: 220px !important;*/
/*    height: 400px !important;*/
/*}*/

.card-img {
    display: block !important;
}

.card-pic {
    width: 100%;
}

.card-pic img {
    margin-top: 10px;
}

.card-desc {
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 2;
}

.btn {
    text-align: center;
    font-size: 17px;
    color: #000;
    line-height: 2;
    width: 100% !important;
    height: auto;
    padding: 6px 0;
    margin-left: 0!important;
    margin-top: 0!important;
}

.card-title {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
}


/*音乐*/

.btns-bg {
    position: fixed;
    right: 12px;
    top: 12px;
}

.PlayEy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    background: url(../image/music_btn.png) no-repeat center;
}

.Play {
    position: absolute;
    width: 16px;
    height: 22px;
    background: red;
    background: url(../image/pause.png) no-repeat center center/cover;
    transition: .5s;
}

.btns-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px auto;
    width: 65px;
    height: 65px;
}

@keyframes Btn-bg {
    from {}
    to {
        transform: rotate(360deg);
    }
}

.theme-black {
    padding: 0 2%;
}


.theme-black .form-black .weui-input {
    color: #333333 !important;
    line-height: 1;
}

.theme-black .form-black input::-webkit-input-placeholder,
.theme-black .form-black textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.theme-black .form-black input:-moz-placeholder,
.theme-black .form-black textarea:-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.theme-black .form-black input::-moz-placeholder,
.theme-black .form-black textarea::-moz-placeholder {
    color: #999999;
    font-size: 16px;
}

.theme-black .form-black input:-ms-input-placeholder,
.theme-black .form-black textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
}

.i-mobile {
    width: 14px;
}

.i-nickname {
    width: 18px;
}

.i-password {
    width: 16px;
}

.i-verify {
    width: 22px;
}

.i-invite {
    width: 22px;
}

#user_pact .weui-popup__modal {
    background: #FFFFFF;
}
.theme-black .warn-info{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    text-align: center;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 20px;
    /*height: 100px;*/
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    background: var(--brand);
    z-index: 9;
    /*padding: 50px 2.5% 10px 2.5%;*/
      padding: 5px 2.5% 10px 2.5%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header-black a{
    color: #FFFFFF;
    font-size: 18px;
}
.header-black .fanhui{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-black .fanhui-img{
    width: 12px;
    margin-right: 10px;
}
.header-black .weui-cell__hd{
    position: absolute;
    left: 0;
}
.header-black .weui-cell__bd{
    text-align: center;
    margin: 0 60px;
}
.header-black .weui-cell__ft{
    position: absolute;
    right: 10px;
}

.theme-black .item-black {
    text-align: center;
    line-height: 1;
    position: relative;
    margin-top: 20px;
    padding: 30px 20px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.theme-black .item-black .point-img {
    width: 10%;
    margin-bottom: 12px;
}

.theme-black .item-black .title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.theme-black .item-black .point {
    color: var(--accent);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.theme-black .item-black .point-detail {
    color: var(--accent);
    font-size: 14px;
    line-height: 1;
    padding-bottom: 1px;
    display: inline-block;
    border-bottom: 1px solid var(--accent);
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.theme-black .idata .mbody{
    margin-top: 20px;
}
.theme-black .idata .point-detail{
    background: #995b2a;
    box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 20px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -20px;
}
.theme-black .income-black{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 10px;
    position: relative;

}

.theme-black .income-black .weui-media-box__title{
    color: #333333;
    font-size: 14px;
}
.theme-black .income-black .weui-media-box__desc{
    color: #888888;
    font-size: 12px;
}

.theme-black .income-black .green{
    color: #28a745;
    font-size: 16px;
}
.theme-black .income-black .red{
    color: var(--accent);
    font-size: 16px;
}
.theme-black .income-black .weui-media-box__ft img{
    width: 21px;
    margin-left: 5px;
    height: 21px;
}
.theme-black .income-black .weui-media-box__ft{
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-btn{
    background: linear-gradient(90deg, #0c5fbf 0%, #1485EE 50%, #1e90ff 100%);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 48px;
    font-size: 16px;
    margin: 40px auto 0;
    width: 100%;
    border-width: 0;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(20, 133, 238, 0.35);
}
.deafult-btn{
    background: linear-gradient(90deg, #0c5fbf 0%, #1485EE 50%, #1e90ff 100%);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 45px;
    font-size: 16px;
    margin: 40px auto 0;
    width: 80%;
    border-width: 0;
    line-height: 1;
    box-shadow: 0 4px 12px rgba(20, 133, 238, 0.3);
}
.weui-uploader__input-box{
    border-color: #3f3f3f;
}
.weui-uploader__input-box:after, .weui-uploader__input-box:before{
    background-color:#3f3f3f;
}
.weui-cell_access:active{
    background: transparent;
}
.theme-black .tips-tx{
    color: #ffffff;
    position: fixed;
    right: 15px;
    top: 56px;
    z-index: 10;
}
.first-list .weui-cell{
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333333;
    padding: 14px 16px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.theme-black .remind{
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    width: 84%;
    margin: auto;
    color: var(--accent);
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.theme-black .first-form{
    width: 80%;
    margin: auto;
}
.theme-black .first-form .weui-cell{
    padding: 0;
    flex-direction: column;
    align-items:flex-start;
    margin-bottom: 10px;
    color: #ffffff;
}
.theme-black .first-form .weui-cell .weui-cell__hd{
    padding: 5px 20px;
}
.theme-black .first-form .weui-cell .weui-cell__bd{
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 12px 16px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #333333;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/**************2020.09.05 end***************/