/*! YDUI Touch v0.0.1 by YDCSS (c) 2017 Licensed MIT */

a,
a:hover {
    text-decoration: none
}

.g-scrollview:after,
.g-view:after,
.g-view:before {
    content: '';
    width: 100%
}

.g-flexview,
.tabbar-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical
}

*,
:after,
:before {
    box-sizing: border-box;
    outline: 0
}

body,
html {
    height: 100%
}

body {
    background-color: #F5F5F5;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-family: OPPOSANS;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
img,
mark,
menu,
nav,
section,
summary,
time,
video {
    display: block;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
dfn,
em,
i,
th,
var {
    font-style: normal;
    font-weight: 400
}

button,
input,
select,
textarea {
    font: 100% tahoma, \5b8b\4f53, arial
}

ol,
ul {
    list-style: none
}

a {
    color: inherit
}

a,
button,
input,
label,
select {
    -webkit-tap-highlight-color: transparent
}

button,
input,
select {
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
    
    -moz-appearance: none
}

.mask-black,
.mask-black-dialog {
    background-color: rgba(0, 0, 0, .4)
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: none
}

input[type=checkbox],
input[type=radio] {
    vertical-align: middle
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    margin: 0
}

.cell-multiple-selecet select,
.m-switch,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.g-flexview,
.g-view {
    margin: 0 auto;
    max-width: 750px;
    min-width: 300px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

textarea {
    outline: 0;
    border-radius: 0;
    overflow: auto;
    resize: none
}

.g-scrollview,
.m-slider,
.scrolltab-title {
    overflow-x: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.g-view:before {
    display: block;
    height: .9rem
}

.g-view:after {
    display: block;
    height: 1.5rem
}

.g-flexview,
.mask-black-dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.g-flexview {
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.g-scrollview {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin-bottom: -1px
}

.g-scrollview:after {
    display: block;
   
}

.ios .g-scrollview {
    margin-top: 1px
}

.hairline .g-scrollview {
    margin-top: .5px
}

.g-fix-ios-overflow-scrolling-bug {
    -webkit-overflow-scrolling: auto
}

.mask-black-dialog {
    position: fixed;
    z-index: 1500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mask-black,
.mask-white-dialog {
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center
}

.mask-black {
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mask-white,
.mask-white-dialog {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.mask-white-dialog {
    z-index: 1500;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mask-white {
    z-index: 500;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn,
.btn-block {
    position: relative;
    pointer-events: auto;
    text-align: center
}

.confirm-ft:after,
.confirm-ft>a:not(:last-child):after {
    z-index: 0;
    content: '';
    top: 0
}

@font-face {
    font-family: YDUI-INLAY;
    src: url(data:application/x-font-ttf;base64,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) format('truetype')
}

.m-button {
    padding: 0 .24rem
}

.btn {
    border: none;
    height: .7rem;
    line-height: .7rem;
    font-size: .26rem;
    display: inline-block;
    padding: 0 .2rem;
    border-radius: 3px
}

.btn-block {
    border: none;
    width: 100%;
    display: block;
    font-size: .36rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: .5rem;
    border-radius: 3px
}

.confirm-ft,
.m-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.confirm-ft,
.m-alert .confirm-ft {
    margin-top: 14px
}

.btn-primary {
    background-color: #04BE02;
    color: #FFF
}

.btn-primary:active {
    background-color: #04ab02
}

.btn-danger {
    background-color: #EF4F4F;
    color: #FFF
}

.btn-danger:active {
    background-color: #d74747
}

.btn-warning {
    background-color: #FFB400;
    color: #FFF
}

.btn-warning:active {
    background-color: #e6a200
}

.btn-disabled {
    background-color: #CCC;
    color: #F0F0F0;
    pointer-events: none
}

.btn-disabled:active {
    background-color: #b8b8b8
}

.btn-hollow {
    background-color: #FFF;
    color: #454545
}

.btn-hollow:active {
    background-color: #e6e6e6
}

.btn-hollow:after {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 1px solid #D9D9D9;
    border-radius: 6px
}

input[type=button].btn-hollow,
input[type=submit].btn-hollow {
    border: 1px solid #D9D9D9
}

.hairline input[type=button].btn-hollow,
.hairline input[type=submit].btn-hollow {
    border: .5px solid #B2B2B2
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.m-confirm {
    width: 85%;
    background-color: #FAFAFA;
    border-radius: 2px;
    font-size: 15px;
    -webkit-animation: zoomIn .15s ease forwards;
    animation: zoomIn .15s ease forwards
}

.m-alert {
    -webkit-animation: zoomIn .15s ease forwards;
    animation: zoomIn .15s ease forwards
}

.m-alert .confirm-bd {
    text-align: center;
    padding: 20px 20px 0
}

.confirm-hd {
    text-align: left;
    padding: 15px 20px 5px
}

.confirm-hd .confirm-title {
    font-weight: 400;
    color: #444;
    word-break: break-all
}

.confirm-bd {
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    word-break: break-all
}

.confirm-ft>a,
.m-notify,
.m-toast {
    text-align: center
}

.confirm-ft {
    position: relative;
    line-height: 40px;
    display: flex
}

.confirm-ft:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.confirm-ft>a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 2px
}

.confirm-ft>a:not(:last-child):after {
    position: absolute;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.confirm-ft>a.confirm-btn.default {
    color: #353535
}

.confirm-ft>a.confirm-btn.primary {
    color: #0BB20C
}

@media screen and (min-width:768px) {
    .m-confirm {
        width: 40%
    }
}

.m-toast {
    min-width: 130px;
    max-width: 80%;
    padding-top: 20px;
    background: rgba(40, 40, 40, .8);
    border-radius: 3px;
    color: #FFF;
    z-index: 1501;
    -webkit-animation: zoomIn .06s ease forwards;
    animation: zoomIn .06s ease forwards
}

.m-toast.none-icon {
    padding-top: 10px;
    border-radius: 3px
}

.m-toast.none-icon .toast-content {
    padding: 0 36px 10px
}

.toast-content {
    font-size: 15px;
    padding: 0 15px 20px;
    line-height: 22px;
    word-break: break-all
}

.toast-error-ico,
.toast-success-ico {
    display: block;
    margin-bottom: 10px
}

.toast-error-ico:after,
.toast-success-ico:after {
    display: inline-block;
    content: ''
}

.toast-success-ico:after {
    width: 43px;
    height: 35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABSCAMAAACVH4HWAAACH1BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9O2oTAAAAtHRSTlMAAQIEBQYHCAkKCw0ODxAREhQVFhcYGRobHB0gISIkJSYnKCkqKy4vMDM1Nzg5Ojw+QEJDREZHSElKTE9VVldYWltdXl9gYWJlZmdoaWprbG5zd3h6e3x9fn+AgoOFhoiJiouNjpCSlJWYmZqbnJ2eoKKjpKaoqausrq+wtLa3ubq7vL2+wcLFxsfIy83Oz9DR0tPV19jZ2tvc3d7f4OHm5+jp6uvs7e7v8PL19/j5+vv8/f6CNheHAAACzElEQVQYGbXBCVtMUQAG4G9KJUok2cmSCNkqIbIURbRIlrIrRAhZUgoJpc1ehKK0yGR8P9CD1F3O3Lkzc877QqlFJTV7A6BUeMkgyYYYKBT3ln81h0CZjYMcVQJVNo/wvyoospvjjkGNPI57MRFKFFNjH5Qoo8YdKFFJjTdhUCD0PjU+L4MC0Y3UcG6AAvM6qbUNCqz4QK0jUGD1ELUuQ4HkAWrVTYB8O35Rqy0c8uVQp38J5DtFneFEyFdGvQxI57hDvQJIN/Eu9cohXVgT9aoh3bwm6rVMg2yxPdTrnQvZ1vdSz5UC2Tb/oMF2yJZBowLIlkOjS5DtEI3qIdtZGrXMgFwBN2j0aT7kCrpHI1ci5Ip+QpNMWAieG+WAdyLbaVIE9yafeD3wpX4LvLH8PU0uwL0FzfzrSjBsS/hKkzoH3Apq5aj2xbBpk5Mm7dPg3n6O6U+BLalOmnTHwcJNapyGDbk0+5kAK1epdXsKPMmjQBYsZVDnXQysXaBAPqxFfqRO31ZYuUaBCnhykAZH4VZoDQVq4Nl9GlSFQSy8gQKdEfBszhcadKyCyMwWCnyMhR2pNBpOhdnCVxRwrYc952hS6oBBfC9FdsGmwGc0eRQFnaQBihTDtqW9NOlaCY2dFLoCL2TQ7HsmxhygUHUAvFFCgVKMKqTQyzB4JeQpBR7OwR9nKNQXBy/F9VOgJwFAOYWcSfBaGoXSUUmxHfDBRYoMtI5Q6DB8EdJIL1yHb5YN0bb6YPgom3Y9j4DPymlPfwx8N+kN7XBthD/WOWnDHvgni54Vwl+V9OQq/BbeTGu1kCB+hFZaoiFDLi18i4EcFXQvGZJM7aA76ZAmmW4UQaJ8CpVDqloKPA6EVLM6adI2HZIl0ag7FtIVUc+1FgrcpU42VJjdRY3jUGMDx12EKof4X50DyhTzn4YIKJTWTdJ1MghKzTj/4NYa+Os3kb93+haplFoAAAAASUVORK5CYII=) no-repeat;
    background-size: 43px 35px
}

.toast-error-ico:after {
    width: 35px;
    height: 35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAACWFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+SCbtoAAAAx3RSTlMAAQIDBAUGBwgKDA4PEBESExQVFhcYGRobHB4fICEiIyQlJikqLC0uLzAxMjM0NTY3ODo7PD0/QEFCREVGSElLTE1OT1BRUlNUVVlaW1xdXl9iY2RlZ2hpamttbnBxc3R1dnh5fYCBhIeIiouMj5CRk5SVlpeYmZqbnJ2eoKGjpKaoqaqrrLCxsrS1tre4ubq8vb7AwsPFxsfIycrOz9HS09TV1tjZ2tvd3t/g4uPk5efo6err7e7v8PHy8/T19vf4+fr7/P3+xMlmOwAABJZJREFUGBntwf1jTWUAB/Dv2d2u7W5ZjcXMYuJWGFuaSFmW0SIKIRkaFauksCQieemFNBOmWKWZl43ptnXNLp3tOt9/K8bmPM9z7rnnnHv6zeeDhx56yI3w2TVB/M9md5OtVfBLKBeqVXHedbIMfgiu7KiHLH0b7zPqhyJVaa+1kn3FEOX8yAeuLUBqnv+Vd30NQdHvFBwdA+9G7ec9RgnMPqPk5to0eBOsjXHAUQhqein5eQy8KD9Hk3IIpl2hpGe5Breytxs02TYEorxjlB0eAXdmtdEk9joUgTrKIrPhQqjeoEnLBFhZcJMS48MMODWlhWYHs2FtUhtlp4vgSNr6XpoY72lIZNhxyqJz4cCoRpp1vwIbwS8oMz4IIJmKTpq1joe9dXHKDufCVmCTQbPGXCQzt4eyC8/ARv4xCnZkILnJHZTFqpFQeQfNbq+DI4V/UGZs0GBteS/NeirhUO5xKvZmwkLGdgquTYVjmQeoOJkPRd5xClqegAtpn1BxeTwk4csUnHgU7tQalHWVQ/BSNwXfZsKtZXHKbs2HyfI+Cr5Kh3vVOmW338GAtDqKtmjwYlYPFZs09Ms8QNH78Kisi4rPA7jjkUYKjNXwbOLfVOwLAo+fpSD+BlIwvoOKI1njLlHw71ykZFwbFb9EKLgxEykafZFJXJ+GlBVepK1oGXxQeJE2/pkCXxReYkJdk+CTwktMIDoZvilqp6XoVPiouIMWup+FryZEqKqGzyZGqWh+DD77iKrTOfDVUoMWGrPgo0VxWvo+CN/MjzOBbwLwSYXOhL7U4IsXbtHGx/BDeYy2apG6iVHaMxYiVcURJqPPRGoK2imKtFPRU4pU5J2jKFYa7qYiMhbeZTVRZMwDKuNUtObBq2ADJbW4YyVVTVnwRttDyTb020rVoQA82UhJQxD9AoeoqoMXtZT8loP7cpqpWgH3FhoUdY7FoNERKuKVcGumTlF8Fkxm9FHRHYY74SglNRCsoqp9JNwoaKdkFyQ7qWrKgnM5zZQ0DYEkeIqqvRqcCjZQcnUkFCOuULUBDml7KOl9Dham6VQY1XBmI2U1sFRDVawETqygbL8GS9p+qtqHI7nKOCUt2Uggu4WqE0EkUxqjJBZGQuEYVTuQRFGEskWwsZgW3oatnGbKdsHWbqr06bARbKDszxBshc5TFSlEQtoeyvRJSGKyTtWZLCSykYrVSGoNLezTYG0FFd9pSEo7QgvrYakyTlnHMDgw/C+q4hWwUBqjzKiAI1W0EH0SirERKurh0G5aaM2FpKCVigshODS0nRYaAhDkNFNhTIdjLxq08CnMQiep2gwXttLKW3ggq5GqyyG4EGqjBX0GBh2ihdlw5WWq+jY/jUFTrlKxFy7to+xCGcwKzlDSOQwu5XdR9EM2RKGDFC2Ba8so2BKALK2OZqc0uKad4gPGGlhZqnPQ7RJ4UGJwQHwJrE3v5ICd8GQX79OrkUhxC++5ng9P8q+znz4PiQ39if3WwqN3eZdeBTsZO3hHWyY8ymwjqVchiZo4uQSevUnqVUhqzo3WdHiWfj7+Khx4ag5SsGgxVP8B5afAD5V2CgcAAAAASUVORK5CYII=) no-repeat;
    background-size: 35px 35px
}

@-webkit-keyframes downIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes downIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes upOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
}

@keyframes upOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
}

.m-notify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    line-height: .28rem;
    z-index: 1500;
    font-size: .26rem;
    color: #FFF;
    padding: .3rem .24rem;
    opacity: 0;
    -webkit-animation: downIn .2s linear forwards;
    animation: downIn .2s linear forwards;
    word-break: break-all
}

.m-notify.notify-out {
    opacity: 1;
    -webkit-animation: upOut .15s linear forwards;
    animation: upOut .15s linear forwards
}

@-webkit-keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.m-loading {
    border-radius: 4px;
    color: #FFF;
    background-color: rgba(40, 40, 40, .8);
    -webkit-animation: zoomIn .1s ease forwards;
    animation: zoomIn .1s ease forwards;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 23px 0 24px;
    height: 48px
}

.cell-item,
.cell-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.m-loading .loading-icon {
    width: 28px;
    height: 28px;
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 28px 28px;
    -webkit-animation: rotate-loading .45s linear forwards infinite;
    animation: rotate-loading .45s linear forwards infinite;
    margin-right: 10px
}

.m-cell,
.m-cell a.cell-item,
.m-cell label.cell-item {
    background-color: #FFF
}

.m-loading .loading-txt {
    font-size: 15px;
    color: #FFF;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.m-celltitle {
    padding: 0 .24rem .1rem;
    font-size: .3rem;
    text-align: left;
    color: #888;
    position: relative;
    z-index: 1
}

.m-celltitle:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-cell {
    position: relative;
    z-index: 1;
    margin-bottom: .35rem
}

.cell-item:not(:last-child):after,
.m-cell:after {
    content: '';
    z-index: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%
}

.m-cell:after {
    position: absolute;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-cell a.cell-item:active,
.m-cell label.cell-item:active {
    background-color: #f5f5f5
}

.cell-input,
.cell-right:active {
    background: 0 0
}

.cell-item {
    display: flex;
    position: relative;
    padding-left: .24rem;
    overflow: hidden
}

.cell-item:not(:last-child):after {
    margin-left: .24rem;
    position: absolute;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.cell-left {
    color: #333;
    font-size: .3rem;
    white-space: nowrap;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cell-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    min-height: 1rem;
    color: #525252;
    text-align: right;
    font-size: .26rem;
    padding-right: .24rem;
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cell-right input[type=datetime-local],
.cell-right input[type=date],
.cell-right input[type=time] {
    line-height: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none
}

.cell-right input[type=radio],
.cell-right input[type=checkbox]:not(.m-switch) {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    left: -9999em
}

.cell-right input[type=radio]+.cell-checkbox-icon:after,
.cell-right input[type=radio]+.cell-radio-icon:after,
.cell-right input[type=checkbox]:not(.m-switch)+.cell-checkbox-icon:after,
.cell-right input[type=checkbox]:not(.m-switch)+.cell-radio-icon:after {
    font-family: YDUI-INLAY;
    font-size: .44rem
}

.cell-input,
.cell-select {
    -webkit-box-flex: 1;
    height: 1rem;
    border: none;
    font-size: .3rem
}

.cell-right input[type=radio]+.cell-radio-icon:after,
.cell-right input[type=checkbox]:not(.m-switch)+.cell-radio-icon:after {
    content: '\e600';
    color: #4CD864;
    display: none
}

.cell-right input[type=radio]+.cell-checkbox-icon:after,
.cell-right input[type=checkbox]:not(.m-switch)+.cell-checkbox-icon:after {
    content: '\e604';
    color: #D9D9D9
}

.cell-right input[type=radio]:checked+.cell-radio-icon:after,
.cell-right input[type=checkbox]:not(.m-switch):checked+.cell-radio-icon:after {
    display: inline-block
}

.cell-right input[type=radio]:checked+.cell-checkbox-icon:after,
.cell-right input[type=checkbox]:not(.m-switch):checked+.cell-checkbox-icon:after {
    color: #4CD864;
    content: '\e601'
}

.cell-input {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #555;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.cell-arrow:after,
.cell-icon,
.cell-select,
.cell-textarea,
.m-switch {
    display: block
}

.cell-select {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #A9A9A9;
    margin-left: -.08rem
}

.cell-multiple-selecet {
    margin-right: 2%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block
}

.cell-multiple-selecet select {
    width: 100%;
    height: .6rem;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    text-indent: 2px;
    color: #A9A9A9
}

.cell-multiple-selecet select:active {
    border-color: #888;
    background-color: #F2F2F2
}

.cell-multiple-selecet select:focus {
    border: none;
    background-color: #C00
}

.cell-multiple-selecet:last-child {
    margin-right: 0
}

.cell-icon:after,
.cell-icon:before {
    color: #A6A5A5;
    font-size: .42rem!important;
    margin-right: .1rem
}

.cell-icon img {
    height: .4rem;
    margin-right: .1rem
}

.cell-arrow:after {
    margin-left: .05rem;
    margin-right: -.08rem;
    font-family: YDUI-INLAY;
    font-size: .34rem;
    color: #C9C9C9;
    content: '\e608'
}

.cell-textarea {
    width: 100%;
    border: none;
    height: 1.5rem;
    padding: .2rem 0
}

.m-switch {
    position: relative;
    width: 52px;
    height: 32px;
    left: 0;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    background-color: #DFDFDF;
    z-index: 2
}

.grids-icon,
.m-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.m-switch:after,
.m-switch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    border-radius: 15px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.m-switch:before {
    width: 50px;
    background-color: #FDFDFD
}

.m-switch:after {
    width: 30px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.m-grids-2:before,
.m-gridstitle:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    content: ''
}

.m-switch-old:checked+.m-switch,
.m-switch:checked {
    border-color: #4CD864;
    background-color: #4CD864
}

.m-switch:checked:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.m-switch:checked:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.m-switch-old:checked+.m-switch:before {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.m-switch-old:checked+.m-switch:after {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.m-gridstitle {
    padding: .35rem .24rem .1rem;
    font-size: .3rem;
    text-align: left;
    color: #888;
    position: relative;
    z-index: 1;
    background-color: #F5F5F5
}

.grids-txt,
.navbar-center .navbar-title {
    text-align: center;
    text-overflow: ellipsis
}

.m-grids-2,
.m-grids-3,
.m-grids-4,
.m-grids-5 {
    overflow: hidden;
    
}

.m-gridstitle:after {
    position: absolute;
    z-index: 3;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-grids-2:before,
.m-grids-3:before,
.m-grids-4:before,
.m-grids-5:before {
    border-bottom: 1px solid #B2B2B2
}

.m-grids-2 {
    position: relative
}

.m-grids-2:before {
    position: absolute;
    z-index: 1;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-grids-2 .grids-item {
    width: 50%
}

.m-grids-2 .grids-item:not(:nth-child(2n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.m-grids-3 {
    position: relative
}

.m-grids-3:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-grids-3 .grids-item {
    width: 33.333333%
}

.m-grids-3 .grids-item:not(:nth-child(3n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.m-grids-4 {
    position: relative
}

.m-grids-4:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-grids-4 .grids-item {
    width: 25%
}

.m-grids-4 .grids-item:not(:nth-child(4n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.grids-item:after,
.m-grids-5:before {
    content: '';
    left: 0;
    -webkit-transform: scaleY(.5);
    bottom: 0
}

.m-grids-5 {
    position: relative
}

.m-grids-5:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-grids-5 .grids-item {
    width: 20%
}

.m-grids-5 .grids-item:not(:nth-child(5n)):before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.grids-item {
    width: 25%;
    float: left;
    position: relative;
    z-index: 0;
    padding: .32rem 0;
    font-size: .28rem
}

.grids-txt,
.navbar-item {
    padding: 0 .2rem;
    white-space: nowrap;
    overflow: hidden
}

.grids-item:after {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-navbar:after,
.m-tabbar:after {
    -webkit-transform: scaleY(.5);
    left: 0
}

.grids-icon {
    height: .68rem;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.grids-icon img {
    height: 70%
}

.grids-txt {
    word-wrap: normal;
    color: #333
}

@font-face {
    font-family: YDUI-ICONS;
    src: url(../font/font_1461139240_0312312.ttf) format('truetype')
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: YDUI-ICONS;
    font-size: inherit
}

.cityselect-item-box>a.crt:after,
.keyboard-numbers>li:last-child>a:last-child:after,
.keyboard-title:before,
.m-spinner>a:after,
.pullrefresh-draghelp>div:before {
    font-family: YDUI-INLAY
}

.icon-footmark:before {
    content: '\e636'
}

.icon-discount:before {
    content: '\e633'
}

.icon-verifycode:before {
    content: '\e632'
}

.icon-star-outline:before {
    content: '\e630'
}

.icon-star:before {
    content: '\e631'
}

.icon-weibo:before {
    content: '\e62f'
}

.icon-download:before {
    content: '\e62e'
}

.icon-next:before {
    content: '\e62d'
}

.icon-home-outline:before {
    content: '\e62c'
}

.icon-home:before {
    content: '\e63d'
}

.icon-weixin:before {
    content: '\e629'
}

.icon-refresh:before {
    content: '\e628'
}

.icon-tencent-weibo:before {
    content: '\e627'
}

.icon-search:before {
    content: '\e626'
}

.icon-time:before {
    content: '\e625'
}

.icon-prev:before {
    content: '\e624'
}

.icon-like-outline:before {
    content: '\e639'
}

.icon-like:before {
    content: '\e63a'
}

.icon-setting:before {
    content: '\e623'
}

.icon-delete:before {
    content: '\e622'
}

.icon-sortlist:before {
    content: '\e621'
}

.icon-sortlarger:before {
    content: '\e620'
}

.icon-sortlargest:before {
    content: '\e61f'
}

.icon-qq:before {
    content: '\e62a'
}

.icon-more:before {
    content: '\e618'
}

.icon-shopcart-outline:before {
    content: '\e61a'
}

.icon-shopcart:before {
    content: '\e619'
}

.icon-checkoff:before {
    content: '\e617'
}

.icon-bad:before {
    content: '\e61c'
}

.icon-video:before {
    content: '\e61d'
}

.icon-clock:before {
    content: '\e61e'
}

.icon-ucenter-outline:before {
    content: '\e616'
}

.icon-ucenter:before {
    content: '\e615'
}

.icon-warn-outline:before {
    content: '\e613'
}

.icon-warn:before {
    content: '\e614'
}

.icon-share1:before {
    content: '\e610'
}

.icon-share2:before {
    content: '\e60e'
}

.icon-share3:before {
    content: '\e60d'
}

.icon-feedback:before {
    content: '\e60f'
}

.icon-type:before {
    content: '\e60c'
}

.icon-discover:before {
    content: '\e60b'
}

.icon-good:before {
    content: '\e61b'
}

.icon-shield-outline:before {
    content: '\e608'
}

.icon-shield:before {
    content: '\e60a'
}

.icon-qrscan:before {
    content: '\e609'
}

.icon-location:before {
    content: '\e607'
}

.icon-phone1:before {
    content: '\e606'
}

.icon-phone2:before {
    content: '\e637'
}

.icon-phone3:before {
    content: '\e63b'
}

.icon-error-outline:before {
    content: '\e602'
}

.icon-error:before {
    content: '\e603'
}

.icon-play:before {
    content: '\e601'
}

.icon-compose:before {
    content: '\e600'
}

.icon-question:before {
    content: '\e62b'
}

.icon-order:before {
    content: '\e638'
}

.m-navbar {
    height: .9rem;
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, .98)
}

.m-navbar:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.m-navbar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.navbar-item {
    height: .9rem;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    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;
    font-size: .3rem;
    color: #5C5C5C
}

.navbar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%
}

.navbar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar-item .back-ico:before,
.navbar-item .next-ico:before {
    display: block;
    font-family: YDUI-INLAY;
    font-size: .36rem;
    color: #5C5C5C
}

.m-tabbar,
.navbar-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.navbar-item .back-ico:before {
    content: '\e607'
}

.navbar-item .next-ico:before {
    content: '\e608'
}

.navbar-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: .9rem;
    width: 50%;
    margin-left: 25%
}

.navbar-center .navbar-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: .4rem;
    color: #5C5C5C
}

.navbar-center>img {
    height: 60%
}

.list-del-price:after,
.m-tabbar:after {
    height: 1px;
    content: ''
}

.m-tabbar {
    width: 100%;
    position: relative;
    z-index: 100;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .104rem 0 .07rem;
    background-color: rgba(255, 255, 255, .96)
}

.m-tabbar:after {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid #B2B2B2;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.m-tabbar.tabbar-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49
}

.tabbar-dot,
.tabbar-item .badge {
    position: absolute;
    left: 100%;
    z-index: 999
}

.tabbar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797
}

.tabbar-item.tabbar-active {
    color: #09BB07
}

.tabbar-item.tabbar-active .tabbar-icon {
    color: inherit
}

.tabbar-item .badge {
    top: -.02rem;
    margin-left: -.15rem
}

.tabbar-dot {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #EF4F4F;
    border-radius: 50%;
    top: .02rem;
    margin-left: -.11rem
}

.list-mes .list-mes-item,
.tabbar-icon {
    display: -webkit-flex;
    display: -ms-flexbox
}

.tabbar-icon {
    height: .5832rem;
    color: #979797;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.tabbar-icon :after,
.tabbar-icon :before {
    font-size: .54rem!important;
    display: block
}

.tabbar-icon img {
    height: 70%
}

.tabbar-txt {
    display: inline-block;
    font-size: .24rem
}

.m-list {
    overflow: hidden;
    position: relative
}

.m-list .list-item:active {
    background: 0 0
}

.list-img img,
.list-mes,
.list-theme4,
.list-theme5,
.pullrefresh-dragtip {
    background-color: #FFF
}

.list-img {
    height: 0;
    width: 100%;
    padding: 50% 0;
    overflow: hidden
}

.list-img img {
    width: 100%;
    margin-top: -50%;
    border: none
}

.list-mes .list-title {
    color: #505050;
    font-size: .26rem;
    text-align: justify;
    font-weight: 800
}

.list-mes .list-mes-item {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #999
}

.list-price {
    font-size: .3rem;
    color: #EB5211
}

.list-price>em {
    font-size: .22rem
}

.list-del-price {
    padding-left: .06rem;
    font-size: .2rem;
    margin-left: .02rem;
    position: relative;
    color: #8C8C8C
}

.list-del-price:after {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #8C8C8C;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: auto;
    bottom: 50%
}

.list-theme1 .list-item .list-mes .list-title,
.list-theme2 .list-item .list-mes .list-title {
    height: .36rem;
    word-wrap: normal;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list-theme1 {
    padding: 0 2px
}

.list-theme1 .list-item {
    width: 50%;
    float: left;
    padding: 0 2px;
    margin-top: 4px
}

.list-theme1 .list-item .list-mes {
    padding: .1rem
}

.list-theme2 .list-item {
    width: 50%;
    float: left;
    padding-top: 4px
}

.list-theme2 .list-item:nth-child(odd) {
    padding-right: 2px
}

.list-theme2 .list-item:nth-child(even) {
    padding-left: 2px
}

.list-theme2 .list-item .list-mes {
    padding: .1rem
}

.list-theme3 .list-item {
    width: 50%;
    float: left;
    padding: .2rem;
    position: relative;
    z-index: 0;
    background-color: #FFF
}

.list-theme3 .list-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.list-theme3 .list-item:nth-child(odd):after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.list-theme3 .list-item .list-mes {
    padding-top: .1rem;
    box-sizing: content-box
}

.list-theme3 .list-item .list-mes .list-title {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    height: .35rem
}

.list-theme4 .list-item:not(:last-child):after,
.list-theme5 .list-item:after {
    left: 0;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    content: '';
    bottom: 0
}

.list-theme3 .list-item:active {
    background: #FFF
}

.list-theme4 {
    padding: 0 7px
}

.list-theme4 .list-item {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0 8px;
    position: relative
}

.list-theme4 .list-item:not(:last-child):after {
    position: absolute;
    z-index: 0;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.list-theme4 .list-item .list-img {
    width: 2rem;
    padding: 1rem 0
}

.list-theme4 .list-item .list-mes {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 7px
}

.list-theme4 .list-item .list-mes .list-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    line-height: .38rem;
    max-height: 1.34rem
}

.list-theme4 .list-item .list-mes .list-mes-item {
    padding-top: .1rem
}

.list-theme5 .list-item {
    display: block;
    position: relative;
    z-index: 1;
    padding: .2rem .2rem 0
}

.list-theme5 .list-item:after {
    position: absolute;
    z-index: 0;
    width: 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.list-theme5 .list-item .list-mes {
    padding: .2rem 0 .15rem
}

.list-theme5 .list-item .list-mes .list-mes-item {
    padding-top: .06rem
}

@media screen and (min-width:768px) {
    .list-theme1 {
        padding: 0 4px
    }
    .list-theme1 .list-item {
        padding: 0 4px;
        margin-top: 8px
    }
    .list-theme2 .list-item {
        padding-top: 8px
    }
    .list-theme2 .list-item:nth-child(odd) {
        padding-right: 4px
    }
    .list-theme2 .list-item:nth-child(even) {
        padding-left: 4px
    }
    .list-theme4 {
        padding: 0 9px
    }
    .list-theme4 .list-item {
        padding: 9px 0 10px
    }
    .list-theme4 .list-item .list-mes {
        padding-left: 9px
    }
}

.list-loading {
    margin-top: .1rem;
    text-align: center;
    font-size: .26rem;
    color: #999;
    height: .66rem;
    line-height: .66rem
}

.list-loading img {
    height: inherit;
    display: inline-block
}

.list-donetip {
    font-size: .24rem;
    text-align: center;
    padding: .25rem 0;
    color: #777
}

.pullrefresh-animation-timing {
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms
}

@-webkit-keyframes backRotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes backRotateAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.pullrefresh-dragtip {
    position: absolute;
    top: -46px;
    left: 50%;
    z-index: 996;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-left: -21px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25)
}

.pullrefresh-dragtip>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit
}

.pullrefresh-dragtip>span:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABa1BMVEVTfvH///9TfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFAPDq2AAAAeHRSTlMAAAECAwQGBwkLDQ8QERMUFRkiIyYnLS4vMjM1Njc4OTpAQUJDREVGTVJWXmBiZmdoaWpxc3V8f4GCg4SGiIyNj5aXmZqbnJ+go6SlpqmqrK+wub2/wMHCxMXJzM3P0tPU1djd3t/n6Orr7O7w8fP09fb3+Pn6/f5+D/4+AAABqklEQVQ4y43V+T8CQRQA8GklUeQmhESuHBHJUY5EIWeHECGrcpVV++eb2Z3Y2d22eT+9mfm2n880894AQIRpKnDxVCh/sanD+c7/aS8PdDoCOqPfvCRu3c1VKaOOFC+P3LJBlAQ1h3m1uB8UpJRan/FaOX3i39jaj5fw+OeIJ6nzQ1y4crXhGeP43qfk63/UwQnjxDCxS4ufU9DeNzQqLTBAFn1y2vKIBi9WoAivnAZR/tqtJTG1lWFaHNKUmF6i1K0tRWpDWZLRliINoWykjhRo0ztMYqBuQGpHv3FR0TV07q1U9AzSO0BFM5BG6GgO0nU6ikpkhY5y9DQPqY9+W2E6ek7/Z/noj2CM/mCF6xKnouIlHKWiwtW+ZmqjGV8XpmLBLNWUHXm+Ep+VlGHJVkMaYuhLO/WKG4b+GC2yZqJlsCotAxhPhcqaBrJGtKjYW39akAEA6rS3dr/YxCN6CQWTuGkmXBY802gP4bndBiClYKDaiisP0e3NwEGyWG3NqwwgKWzwFbUGn52QnJbms+ExAjWqeIwyHhN5BxRPXLbAc+xNcK5Hdl1+ASkP8ND4fLD1AAAAAElFTkSuQmCC) no-repeat;
    background-size: 20px 20px
}

.pullrefresh-dragtip>span.pullrefresh-loading:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABcVBMVEVTfvH///9TfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvG7eWgbAAAAenRSTlMAAAECAwQGBwkKCw0PEBETFBUZIiMmJy0uLzIzNTY3ODk6QEFCQ0RFRktNUlZeYGJmZ2hpanFzdXyBgoOEhoiMjY+Wl5mam5yfoKOkpqmqrK+wuLm6vb/AwcLExcnMzc/S09TV2N3e3+fo6uvs7vDx8/T19vf4+fr9/naKfqcAAAGISURBVDjLjZVVW0JBEEBXDLC7FbsVuzDAwO7E7sAORDi/3od7/T72Ajrztjvn4c7dmTNKaZHV7t2+eQ5/BI4Xewq1TFKSdmxZ+yIqTvszEqCNx1jjcTAtDpq9RLy4qIpBK27NXPh81TM+OecPmufvNgva8mYk9ly55o2jafYdYMuuo40hAA5qtCrzPCF20vUPKH0BCPbalCXKfOl6WZnXAPcV6q8wUB/AQ7H6H3WGgc9qJUB3AfqVAHUCHNok6DxArRKg9ldgX0nQegCXCB0FwjkidAM4UyL0CliWoY/AmAz9AoZlaEiOPgFueVlLMnRT/rPc8idokD+s/RXwi1CjCeuUuLWP/mjtTneRNjADCcmCJyL+rqgxDDoTkGn7ANOC4U5ZAQhka8oIxFOGYx2ADquI+mJqKz8HwPuv3vI9hsSXU6Kl2WpK88CVZ96k1s+bdzPJuoorf1UcuVybmvAuHH7+qnnEFiv4SDzB3zVL18aQQ7aMroayEu4tY8XdPRMKnPi6Syzt8gMGxsBO8KgZSQAAAABJRU5ErkJggg==) no-repeat;
    background-size: 20px 20px;
    -webkit-animation: backRotateAnimation .4s linear infinite;
    animation: backRotateAnimation .4s linear infinite
}

.pullrefresh-draghelp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pullrefresh-draghelp>div {
    width: 2.3rem;
    height: 2.3rem;
    background-color: rgba(0, 0, 0, .8)
}

.tab-nav-item,
.tab-nav-item.tab-active {
    background-color: #FFF
}

.pullrefresh-draghelp>div:before {
    content: '\e60d';
    font-size: .88rem;
    text-align: center;
    color: #FFF;
    display: block;
    padding-top: .36rem
}

.badge:after,
.tab-nav-item.tab-active:before,
.tab-nav-item:not(:last-child):after,
.tab-nav:after {
    content: ''
}

.pullrefresh-draghelp>div>span {
    text-align: center;
    color: #FFF;
    font-size: .28rem;
    display: block;
    padding-top: .2rem
}

.slider-wrapper,
.tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.tab-nav {
    display: flex;
    position: relative;
    z-index: 0
}

.tab-nav:after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.tab-nav-item {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: .28rem;
    line-height: .85rem;
    display: block
}

.tab-nav-item.tab-active:active {
    background-color: #fff
}

.tab-nav-item:active {
    background-color: #f7f7f7
}

.tab-nav-item a {
    display: inherit;
    color: inherit
}

.tab-nav-item:not(:last-child):after {
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 30%;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    border-right: 1px solid #D9D9D9
}

.tab-nav-item.tab-active {
    color: #FF5E53
}

.tab-nav-item.tab-active:before {
    width: 70%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35%;
    z-index: 4;
    background-color: currentColor
}

.tab-panel {
    position: relative;
    overflow: hidden;
    background-color: #FFF
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    padding: .24rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tab-panel .tab-panel-item.tab-active~.tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.badge {
    color: #FFF;
    font-size: 12px;
    position: relative;
    display: inline-block;
    border-radius: 1000px;
    line-height: 1;
    padding: 3px 6px;
    white-space: nowrap;
    background-color: #D0D0D0
}

.badge:after {
    width: 200%;
    height: 200%;
    border: 1px solid #D0D0D0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.m-slider,
.slider-wrapper {
    position: relative;
    width: 100%
}

.badge-radius,
.badge-radius:after {
    border-radius: 2px
}

.badge-primary {
    background-color: #04BE02;
    color: #FFF
}

.badge-primary:after {
    border-color: #04BE02
}

.badge-danger {
    background-color: #EF4F4F;
    color: #FFF
}

.badge-danger:after {
    border-color: #EF4F4F
}

.badge-warning {
    background-color: #FFB400;
    color: #FFF
}

.badge-warning:after {
    border-color: #FFB400
}

.badge-hollow {
    background-color: #FBFBFB;
    color: #B2B2B2
}

.badge-hollow:after {
    border-color: #B2B2B2
}

.slider-wrapper {
    display: flex;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slider-item .tiddyt{margin-top:15px}
.gundong{background-color: #fff;
    width: 390px;
    height: 38px;
    margin: 10px auto 0;
    border-radius: 10px;
    overflow: hidden;}
.noticeltu img{width: 18px;
    height: 16px;
    margin: 10px 5px;}
.gundongfont{width: 95%;
    position: relative;
    
    top: -30px;
    left: 30px;
    color: #ff600e;
    font-size: 15px;}
gundong .swiper-notice-text {
  animation: scrollLeft 20s linear infinite; /* 使用CSS动画实现滚动效果 */
  padding: 0; /* 清除内边距 */
  margin: 0; /* 清除外边距 */
  list-style: none; /* 清除列表样式 */
}

.gundong div {
  display: inline-block; /* 内联块元素 */
  margin-right: 20px; /* 设置li之间的间距 */
}

@keyframes scrollLeft {
  -15% {
    transform: translateX(15%); /* 从右边界滚动进入 */
  }
  100% {
    transform: translateX(-15%); /* 滚动到左边界 */
  }
}

		.money-task{border-radius: 8px; padding: 5px 5px 8px; margin: 8px 8px 0; text-align: center;background:#ffffff; }
		.money-task-inner{background: linear-gradient(-29deg,#f5c8a4,#fff9e8);border-radius: 8px; padding: 8px;}
		.money-task-inner-top{margin-top: 12px;}
		.mofont{font-size: 14px; color: rgb(51, 51, 51);}
		.mosuzhi{font-size: 21px; color: rgb(0, 0, 0); font-weight: bold; margin-top: 6px;}
		.money-task-inner-btm{display: flex;align-items: center;justify-content: space-around; margin-top: 20px; border-top: 1px solid #ddd4cb;}
		.money-task-inner-btm-per-top{font-size: 14px;color: #000;font-weight: 700;}
		.money-task-inner-btm-per{padding-top: 10px; flex: 1;}
		
		.leader-board{border-radius: 8px;padding: 5px 5px 8px;margin: 8px 8px;background:#ffffff}
		.title-info{margin-top:10px;height:45px;padding:0 10px}
		.mmswiper-slides ul{height:130px;overflow:hidden}
		.mmswiper-slides .coltt{color:#ff8c00}
		.mmswiper-slides ul li{padding: 5px 5px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center /* justify-content: space-between; */; margin: 0 0 0 10px;display: flex; align-items: center; justify-content: space-between;width: calc(100% - 40px);}
		
	
		.adimg-box{ border-radius: 8px; padding: 5px 5px 8px;margin: 8px 8px;display: flex; align-items: center; flex-wrap: wrap;justify-content: flex-start;background-color: #fff;}	
		.adimg-box .adimg{width: 30%;margin-right: 10px;margin-bottom: 5px /* width: calc((100% - 20px) / 3); */;}
		.adimg-box .adimg img{width: 100%;height: 100%;}
	
		.uni-tabbar__bd{height: 50px;}
		.uni-tabbar__label {color: rgba(0, 0, 0, 0.66); font-size: 10px; line-height: normal; margin-top: 3px;}
		.uni-tabbar__label on{color: rgb(255, 137, 52); font-size: 10px; line-height: normal; margin-top: 3px;}
		.uni-tabbar__item{width:20%}
		.uni-tabbar__item{display:inline-block;font-size:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}
		.uni-tabbar__icon{display:inline-block;font-size:0;text-align:center;-webkit-tap-highlight-color:rgba(0,0,0,0);width: 24px; height: 24px;}
		.uni-tabbar__icon img{width:100%}
	    .uni-tabbar{background-color: white; backdrop-filter: none;padding-top:10px}
	
	
		.title-bar-box{background-color:#fff;height:55px;line-height:55px;font-size:18px;color:#000;text-align: center;}
		.top-box{width: 100%;background-color: #fff /* z-index: 99; */;}
		.info-box.info-box-top{padding-top: 39px;}
		.flex{display: flex}
		.vip-info{height: 185px; width: 379px;margin: 0 auto; padding: 12px 0 0 16px;background: url(../images/vip.2066f7fd.png) top/100% 100% no-repeat;}
	    .level-title{margin-left:47px;color:#3c220f;font-weight:700;font-size:15px}
		.level-info{margin-left:47px;color:#3c220f;font-weight:500;font-size:24px}
		.info-box{padding-top:20px}
		.info-left{ font-size:14px;color:#fff}
		.info-left{margin-left:4px;font-size:14px}
		.info-left.info-left-top{padding-top:4px}
		.title-icon{width:12px;margin-right:5px}
		.title-icon img{display: inline-block;width: 100%;}
		.list-title-box{padding-left:15px;height:43px;line-height:43px;font-size:15px;color:#000}
			  
		
		.lock-bg{width: 100%; position: absolute;top: 50%; left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); z-index: -1;}
		.lock-bg img{width:100%}
		.item-box-inner{  position: relative; padding: 16px; border-radius: 8px;}
		.list-box {padding: 0 10px 10px;height: calc(100vh - 333px);overflow-y: scroll;}
		.list-con {  overflow: hidden /* margin-bottom: 240rpx;;; */;}	  
		.list-box .item-box{ min-height: 109px;  border-radius: 10px; margin-top: 13px;position: relative; overflow: hidden;} 
		.list-box .item-box .left-box{ width: 70px ;z-index:0/* border-right: solid 2rpx rgba(75,75,75,0.5); */;} 
		.left-box .item-vip{width: 60px;height: 93px /* margin-top: 28rpx; */;}
		.item-box-inner:before { position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.6); content: ""; width: 100%;height: 100%; z-index: 1; border-radius: 8px;  }
		.list-box .nobgCol:before {background-color: initial;}
		.item-box .lock{width: 28px;position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 2;}
		.item-box .lock img{width:100%}
		.right-box{color:#ffffff;padding:15px}
				  
		.uni-tabbar-bottom{padding-top: 5px;height: 60px;position: fixed;bottom: 0;left: 0;width: 100%;}
		
		.tttop{ padding-top: 40px; width: 100%; padding-right: 15px;padding-left: 15px;margin-right: auto; margin-left: auto;}
		.tttop .row{display: flex;  margin-right: -15px; margin-left: -15px; box-sizing: border-box;}  
		.tttop .col{position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}
		.col-auto{ position: relative;width: 100%;padding-right: 15px; padding-left: 25px; -ms-flex: 0 0 auto; flex: 0 0 auto;width: auto; max-width: 100%;}
		.btn-default{ font-size: 16px; text-transform: uppercase;font-weight: 400;background-color: #673320; display: flex; align-items: center;  height: 54px;border-radius: 15px; border-width: 0;}
		.tttop .addicon{width: 38px; }
		.tttop .addicon img{    width: 38px;}
		.container{padding-top: 60px;width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto;margin-left: auto;padding-top: 22px;}
		.bg-template.shadow{ background: linear-gradient(135deg,#a38c84,#150702); border-radius: 10px;color: #fff;}
		.card .card-body{padding: 15px 15px;}
		.card-body .col-10{-ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; padding-right: 15px; padding-left: 15px; position: relative; width: 100%;}
		.card-body .col-10 h3{color: rgb(255, 255, 255);font-size:28px; margin-bottom: 10px; font-weight: 500;line-height: 1.2;}
		
		.row .col-12 {-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%;padding-right: 15px; padding-left: 15px;}
		.row .col-12 h5 { font-size: 18px; margin-bottom: 10px;margin-top: 3px;color: rgb(255, 255, 255);font-weight:400 !important}
		.col-12 .font-weight-normal{margin-top: 3px; color: rgb(255, 255, 255);}
		.col-12 p{font-size: 14px;}
		.col-12 h3{font-weight: 500; margin-top: 10px; color: rgb(255, 255, 255);text-align: center!important;font-size:28px;margin-bottom: 10px;line-height: 1.2;}
	
	
	
	
	
		.top-50{padding-top:60px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
		.top-50 .tttop{padding-top:43px;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
		.top-50 .header + div{padding-top:54px}.top-50 .header + div h3{margin-bottom:10px;font-weight:500;line-height:1.2}
		.top-50 .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
		.top-50 .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
		.top-50 .col-auto{position:relative;width:100%;padding-right:15px;padding-left:15px;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
		.top-50 .font-weight-normal{font-weight:400!important}
		.top-50 .font-weight-normal h5{font-size:18px;margin-bottom:10px}
		.top-50 .btn-default{background-color:#673320;display:flex;align-items:center;width:54px;height:54px;border-radius:15px;color:#ffffff !important}
		.top-50 .swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;color:#fff;margin-bottom:20px}
		.top-50 .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:initial}
		.top-50 .swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;padding-bottom:10px}
		.top-50 .bg-template.shadow{background:linear-gradient(135deg,#a38c84,#150702);border-radius:10px;color:#fff}
		.top-50 .card .card-body{padding:15px 15px}
		.top-50 .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%;padding-right:15px;padding-left:15px;position:relative;width:100%}
		.top-50 .text-right{text-align:right!important}
		.top-50 .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
		.top-50 .col-2 h3{font-size:28px}.top-50 .col-2 .mt-2, .top-50 .col-2 .my-2{margin-top:10px}
		.top-50 .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;position:relative;width:100%;padding-right:15px;padding-left:15px}
		.top-50 .mt-1, .top-50 .my-1{margin-top:10px}
		.top-50 .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
		.top-50 .text-center{text-align:center!important}
		.top-50 .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:initial;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
		.top-50 .card{border-radius:10px;border:0}
		.top-50 .pt-5, .top-50 .py-5[data-v-2d4d2f0a]{
			/* padding-top: 40rpx!important; */}
			.top-50 .shadow{box-shadow:0 .3rem .6rem rgba(0,0,0,.1)!important;-webkit-box-shadow:0 .3rem .6rem rgba(0,0,0,.1)!important;-moz-box-shadow:0 .3rem .6rem rgba(0,0,0,.1)!important;-ms-box-shadow:0 .3rem .6rem rgba(0,0,0,.1)!important}
			.top-50 .border-top, .top-50 .border-left, .top-50 .border-bottom, .top-50 .border-right{border-color:rgba(0,0,0,.1)!important}
			.top-50 .card .card-body{padding:15px 15px}.top-50 .card .card-body .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
			.top-50 .card .col{position:relative;width:100%;padding-right:15px;padding-left:15px;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
			.top-50 .text-mute{opacity:.7}style.css?v=V1.24:75
		.top-50 .text-secondary{color:#666!important}
		.top-50 .border-bottom{border-bottom:1px solid #dee2e6!important}
		.top-50 .card .card-footer{padding-left:15px;padding-right:15px;border-radius:0 0 15px 15px;border:0;background-color:initial}
		.top-50 .btn-block{display:block;width:100%}
		.top-50 .btn-rounded{border-radius:15px}
		.top-50 .btn-lg{padding:7px 14px}.top-50 .btn-lg .btn{font-size:16px;text-transform:uppercase;font-weight:400;border-width:0}
		.top-50 .pb-4, .top-50 .py-4{padding-bottom:50px}
		.top-50 .subtitle{font-size:16px;line-height:26px;margin-top:30px;margin-bottom:15px;text-transform:uppercase}
		.top-50 .subtitle .card{border-radius:10px;border:0}
		.containert{width: 100%; padding-right: 15px;padding-left: 15px; margin-right: auto; margin-left: auto;}
	
		.containert .subtitle{font-weight: 400;color: #1a1a1a; margin: 0; padding: 0;font-size: 16px; line-height: 26px; margin-top: 30px; margin-bottom: 15px;text-transform: uppercase;}
		.containert .card{    border-radius: 10px; border: 0; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0;word-wrap: break-word;background-color: #fff; background-clip: initial;}
		.containert .card-body p{margin-bottom: 10px;}
	
	
	
		.default_gofan{display: block; box-sizing: border-box;}
		.default_gofan .lid-page-head{background-color: rgb(255, 255, 255);}
		.default_gofan .head-box{background: url(../images/draw_money_head_bg.6a71b6e4.png) no-repeat; background-size: 100% auto; min-height: 219px; padding-bottom: 0;}
		.default_gofan .draw-card{background-color: #fff; border-radius: 10px;width: 379px;min-height: 291px; margin: -38px auto 0; padding: 16px;}
		.accttdontdd{padding: 10px 21px 0;}
		.u-row-between {justify-content: space-between;}
		.u-flex{display: flex;    align-items: center;}
		.accttdontdd .recha_accout_rl{width: 93px;height: 32px;line-height: 32px; background: hsla(0,0%,100%,.1); border: 1px solid #eee;border-radius: 16px; padding: 0;font-size: 14px; font-weight: 500;text-align: center; color: #fff;}
		.recha_accfonttow{font-size: 32px; font-weight: 500; color: #fff;}
		.recha_accfont{font-size: 16px;font-weight: 500;color: #fff;margin-bottom: 10px;}
		
		.navigation{display: flex; text-align: center; justify-content: space-between;padding:10px;background:#ffffff;border-bottom: 1px solid #f5f3f3!important;}
		.navigation span{text-align: center;width: 100%;font-weight:600;font-size:16px}
		
		.u-iconfont{position: relative;display: flex; text-rendering: auto; font-family: uicon-iconfont!important;font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased;}
        .tdditem-img{width:19px;height:19px}
		.tdditem-img img{width:100%;height:100%}
		.u-m-b-30 {margin-bottom: 16px!important;}
		.tddxnb_body{text-align:center;margin-bottom:27px;width:164px;margin:0 auto}
		.tddeexnb{width:164px;height:164px}
		.tddeexnb img{width:100%;height:100%;display: block;}
		
		.tt_copy_btn{display: flex; }
		.tt_copy_btn .tt_xnb_text{width:85%; word-break: break-all; background-color: #bfa8ff;}
		.tt_copy_btn .tt_xnb_text span{width:85%;display:block }
        .tt_copy_btn .tt_copy_btn_text{background-color: #e9e1ff;padding: 13px 8px; border-radius: 5px;color: #d76600; font-size: 13px; margin-left: auto;}
		.kebyydgoyd{ text-align: center;margin-bottom: 27px; font-size: 16px; font-weight: 500;color: #333; }
        .card-title{  font-size: 16px; font-weight: 500; color: #333; margin-bottom: 5px;}
		.draw-card .input-box { width: 342px;border-bottom: 1px solid #eee; height: 54px;margin-bottom: 21px;}
		.u-p-l-10 { padding-left: 5px!important;}
		.uni-input-form, .uni-input-wrapper { display: flex;position: relative;width: 100%; height: 100%; -webkit-box-orient: vertical;-webkit-box-direction: normal;
 flex-direction: column;-webkit-box-pack: center;justify-content: center;}
		.uni-input-placeholder {font-size: 16px; font-weight: 500; color: rgb(194, 199, 207); position: absolute; top: auto!important;  color: grey; overflow: hidden; text-overflow: clip; white-space: pre;word-break: keep-all;pointer-events: none; 
		line-height: inherit;font-size: 16px; font-weight: 500; color: rgb(194, 199, 207);}
		.uni-input-input { position: relative;display: block; height: 100%;background: none; color: inherit;opacity: 1;font: inherit;line-height: inherit;letter-spacing: inherit;text-align: inherit;
		text-indent: inherit; text-transform: inherit;text-shadow: inherit;outline: none; border: none;}
		.draw-card .card-title{font-size: 16px; font-weight: 500;color: #333; margin-bottom: 5px;}
		
		.user-img{ margin-bottom: 10px;}
		.u-upload{ display: flex; flex-direction: row;flex-wrap: wrap;align-items: center;}
		.u-add-wrap{ flex-direction: column;color: #606266; font-size: 14px;}
		.u-list-item{ width: 109px; height: 109px; overflow: hidden; margin: 5px; background: #f4f5f6; position: relative; border-radius: 5px; display: flex; align-items: center;justify-content: center;}
		.u-icon{font-size: 21px; font-weight: normal; top: 0px;display: flex; flex-direction: row; align-items: center; justify-content: center;}
		.draw-card .save-btn {text-align: center;width: 338px;height: 47px; line-height: 47px; background: linear-gradient(-90deg,#a36fff,#5336ff); box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);
    border-radius: 23px; font-size: 16px; font-weight: 500; color: #fff;}
		
		.draw-notice{ width: 375px; min-height: 179px; background: #fff; border-radius: 10px; padding: 16px 19px; margin: 10px auto;}
		.draw-notice .title{font-size: 16px; font-weight: 500; color: #333;margin-bottom: 16px;}
		.draw-notice .draw-list{ font-size: 13px; font-weight: 400;color: #999; margin-bottom: 5px;}
		
		
		.container_login { position: relative; height: 100vh; background: url(../images/bg.png) top/100% no-repeat;background-color: #fff;}
		.right-box{height: 40px;padding-right: 11px;}
		.icon-logo{display: block; margin: auto;width: 102px;height: 102px; background-image: -webkit-linear-gradient(#292929,#292929),-webkit-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#292929,#292929),linear-gradient(#fff,#fff);
    background-blend-mode: normal,normal; box-shadow: inset 0 0 5px 0 #000;border-radius: 50%;border: solid 4px #a8a8a9;overflow: hidden;}
		.icon-logo img{width:100%}
		.mine-list-icon img{width:100%}
		.app-title{ padding-top: 10px;text-align: center; font-size: 28px; color: #cf9b56;}
		
		.form-box {padding-left: 26px;padding-right: 26px;padding-top: 60px;}
		.item-box {border-bottom: solid 1px #ccc;}
		.item-top { height: 20px;}.flex {display: flex;}
		.ipo-image img { width: 20px; height: 20px;}
		.item-box .input-box {width: 100%;padding-left: 5px;padding-top: 10px;padding-bottom: 10px;height: 40px;}
		
		.item-boxt .phone-boxt{width: 100%;padding-left: 10px;height: 30px;}
		
		.flex-1 { flex: 1;}
		.v-input { width: 85%; font-size: 14px; color: #cf9b56; }
		.ttd-input{min-height: auto; height: 19px;-webkit-appearance: none!important; margin: 0; border: 0;font-weight: 300;display: block; font-size: 16px; line-height: 1.4em; overflow: hidden;}
		.item-box-top{ margin-top: 22px;}
		.imdtyddicon img{ width:20px;height:20px}
		.check-forget-box{padding-top: 25px;}
		.check-box.flex{width: auto;}
		.check-box .cuIcon-roundcheckfill {font-size: 18px; color: #cf9b56;}
		.reddytdd{}
		.loigindddyt{box-sizing: border-box;}
		.login-btn {width: 324px; height: 40px; line-height: 40px;
    /* background-color: #CF9B56; */ border-radius: 20px; text-align: center; font-size: 16px; color: #cf9b56;  border: 1px solid #cf9b56; margin: 30px auto 0 auto;}
		.reddtt{display: block; font-size: 15px; color: #7d7f84; margin: 23px auto 10px auto;text-align: center;}
		.reddtt span{color:red}

		.item-top span{margin-left:10px}

		.overlayt {display: none; top: 0; left: 0; width: 100%; height: 100%;  z-index: 9999; justify-content: center; align-items: center; }
		.overlay {display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999; justify-content: center; align-items: center; }
    	.gudindtzhet{padding:20px; flex-direction: column; inset: 0px; justify-content: center; align-items: center;}
		.gudindtzhe{ position: fixed; flex-direction: column; inset: 0px; justify-content: center; align-items: center;}
		.modal {color: #666; background-color: #fff; padding: 20px; width: 328px; height: 354px; border-radius: 10px; position: relative; padding-top: 16px; border-radius: 5px; position: relative;
		top: 30%;margin: 0 auto; bottom: 0;}
		.hengpaid{margin-bottom: 16px;}
		.modal button{height: 27px;width: 184px; border-radius: 14px; line-height: 27px; margin: 0 auto;position: absolute;bottom: 16px; left: 71px;text-align: center;
		background: linear-gradient(-29deg,#f54835,#f58a35); font-size: 13px; color: #fff;border: 0;}
		.modal input{width:24px;height:24px;border:0;background-color: #fc3!important; border-color: #fc3!important;background-clip: content-box!important;
		padding: 3px!important; box-sizing: border-box;}



	.tab-container {max-width: 800px; margin: 0 auto;} 
    .tab-menu {list-style: none;padding: 0; margin: 0;display: flex; justify-content: center; background-color: #ffffff; }
    .tab-menu li { padding: 10px 20px; cursor: pointer; font-size: 16px;}
    .tab-menu li:last-child { border-right: none;}
    .tab-menu li.active {border-bottom:  3px solid #f56835;;background-color: #ffffff;}
    .tab-content ol { height: 100%; box-sizing: border-box; -webkit-overflow-scrolling: touch; position: relative;padding-bottom: 10px!important;}
	.tab-content ol dd{  align-items: center; margin-bottom: 5px;}
    
    .tab-panelt {display: none;}
    .tab-panelt.active { display: block;    margin: 10px;}
    .product-list {background-color: #fff; border-radius: 10px; padding: 10px; margin-bottom: 10px /* height: 168rpx; */; display: flex; flex-wrap: wrap; justify-content: center;}
    .product-item img{width: 87px;height: 87px; border-radius: 5px; margin-right: 10px;}
  	.uni-countdown {display: inline-block; padding: 5px; } 
    .countdown-day { background-color: #000000;align-items: center; padding:5px;margin: 2px; text-align: center;color:#ffffff; font-size: 13px;}
    .countdown-hour {background-color: #000000;align-items: center; padding:5px;margin: 2px; text-align: center;color:#ffffff; font-size: 13px;}
    .countdown-minute { background-color: #000000;align-items: center; padding:5px;margin: 2px; text-align: center;color:#ffffff; font-size: 13px;}
    .countdown-second { background-color: #000000;align-items: center; padding:5px;margin: 2px; text-align: center;color:#ffffff; font-size: 13px;}
	.timebbtt{width: 100%;text-align: center;align-items: center; margin-bottom: 5px;}
	.available{width: 392px; height: 40px;line-height: 40px;background: #fff4e9; border-radius: 18px;color: #d22828; font-size: 19px; text-align: center; margin: 0px auto 0;}
	.tab-container .bg-white{text-align: center; background-color: #fff; padding-top: 41px;background-color: #fff;color: #666;}
	.bg-white .webp img{ width: 198px;height: 134px; margin: 10px auto;}
	.bg-white .taskrecord{font-size: 19px;color: #000;}
	.bg-white .task-info{font-size: 14px;color: rgba(0,0,0,.66);padding-bottom: 30px;}
	.ellipsTextTwo{color: #010101;font-size: 15px;margin-bottom: 10px;}
	.flex-1 .times span{   color: rgb(102, 102, 102);}
	.price span.hei{  color: rgb(51, 51, 51); font-weight: bold; margin-top: 10px;}
	.price span.hong{  margin-left: 20px; color: rgb(255, 0, 0);}
	.tab-container ul{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; font-size: 16px; height: 43px; line-height: 38px;padding: 0; font-weight: 700;
    text-align: center; color: rgba(0,0,0,.8);}
	.tab-content .no-data-list{ display: flex;flex-direction: column; align-items: center;justify-content: center; margin-top: 40%;}
	.tab-content .no-data-list img{display: block;width: 109px;}
	.no-data-list .label{font-size: 16px; color: #ccc;}


	.bg-white { background-color: #fff;color: #666;padding-bottom: 10px;}
	.seting-content {padding-top: 19px;}
	.seting-icon{ width: 21px; height: 24px; margin-right: 19px;background: url(../images/setting.png) 50%/100% no-repeat;}
	.mine-info{padding: 0 10px;}
	.mine-info img { width: 63px; height: 63px;  border-radius: 50%;}
	.justify-end {justify-content: flex-end;}
	.mine-info-box{margin-left: 9px;}
	.min-info-box-top{ font-size: 23px; color: #000;}
	.min-info-box-top {font-size: 23px; color: #000;}
	.min-vip {padding: 0 10px; height: 21px; text-align: center;line-height: 21px; background-color: #ffece7; border-radius: 10px;
    font-size: 14px;color: #d22828; margin-left: 10px;}
	.mine-info-box-bottom { font-size: 15px; color: rgba(0,0,0,.5);}
	.mine-info-box-bottom span{ padding-left: 4px;}


	.mine-money-box{ height: 109px;width: 379px;padding: 0 14px; margin: 17px auto 0px; overflow: hidden; border-radius: 6px; 
	background: url(../images/balance.23e0d28f.png) 50%/100% no-repeat;}
	.mine-money_title {font-size: 18px; color: #fff;line-height: 1; margin-top: 13px;}
	.flex-between {justify-content: space-between;}
	.mine-money_title .price {font-size: 21px;}
	.btn-list { margin-top: 29px;}
	.btn-list span { width: 173px; height: 31px;background-color: #fff; box-shadow: 0 0 5px 0 rgba(239,168,77,.25);border-radius: 15px;text-align: center;line-height: 31px;
    color: #cf9b56; font-size: 14px; margin-right: 9px;}

	.invitation-box {margin-top: 9px;text-align: center;width: 100%;font-size: 23px;color: #fffbea;}
	.invitation-box img{height: 64px; width: 390px;margin: 0 auto;}

	.team-income{ margin: 6px 10px 6px; padding: 16px 8px 17px; background-color: #fff; border-radius: 5px;}
	.income-title { color: #000;font-size: 18px;font-weight: 400; margin-bottom: 10px;}
	.income-title img {width: 13px;height: 7px; margin-right: 4px;   }
	.table-row {border-radius: 5px;background: #fff4e9; margin-bottom: 3px; height: 72px;}
	.row-item {font-size: 13px; border-right: 1px dashed #d19f5a;margin: 5px 0;display: flex;flex-direction: column; justify-content: center; align-items: center;}
	.orange {color: #d19f5a; margin-left: 2px;font-size: 19px; font-weight: 700;}
	.row-grade {color: #6f6f6f; height: 28px;}
	.income-btn { margin: 13px auto 6px; width: 237px; height: 34px;border: 1px solid #cf9b56; border-radius: 16px; font-size: 15px; color: #cf9b56;}
	.flex-center {justify-content: center;align-items: center;}
	.income-total {color: #d22828;font-size: 13px;text-align: center;}
	
	
	.mine-list-box {margin-top: 6px;padding: 14px 16px;background-color: #fff;margin: 6px 10px 0;color: #000; box-shadow: 0 0 23px 0 rgba(38,83,159,.05);border-radius: 5px;}
	.mine-list-secend{margin-bottom: 29px;justify-content: space-between;}
	.mine-list-icon img{width: 24px; height: 24px; margin-right: 9px;}
	.mine-list_div span {font-size: 15px;}
	.mine-info_go {width: 8px; height: 16px; margin-right: 12px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAABTElEQVQ4jY3Uv0vVURzG8Ze/cRUClyBRAknNckmQhgZbJBednMLBti7+J01RRFM4CEEQgiBOorhUGkiDZLQ2BU4WQXzic+Fw83rPM32fw3l/P895ON9vV6PRgMfoxwuV6sUSXuf2cTRq0G5cFP4pnteC71umPMGrGjD0DGvF+ire1IChl1gpfDxv1oChjSyrqWW8qwFDb/Go8IvYrgFlYQuFf4jdGjC0hfnCP8ABujqBoR3MFX4WnzHQCQztYwwn6Scidg0Y+orzwt/srYCG8AE30v/G/U7gtTzTcPqYeicSXBX1ep6rCf3A7YzdttURfMyJoe856Vtzw2VRxzLeYPozzOBnuakVvIVP6Et/ismWb1Zr1Ls4LqAv+Uf4DyrBuB1ReU/6I0zjT5sO/oH3sFesHWYRv9pBTXCq8PGCuI8dFeXEL2I0z7ZeA8FfSPE3cVRLNuQAAAAASUVORK5CYII=) 50%/100% no-repeat;
}
	.ai { -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
	
	.withdrawalsActive{height: 100vh;background-color: #fff;}
	.i-list-load-more { flex: 1;height: 100%;box-sizing: border-box;-webkit-overflow-scrolling: touch; position: relative; padding-bottom: 10px!important;}
	.list-i { height: 41px; line-height: 41px;padding: 0 10px;font-size: 15px;}
	.list-money {color: #f56835; font-size: 17px;}
	.list-x {color: rgba(0,0,0,.3);}
	.justify-between {justify-content: space-between; }
	.liststatus{color: green; font-weight: bold;}
	
	.i-list-load-more { flex: 1;height: 100%; box-sizing: border-box; -webkit-overflow-scrolling: touch; position: relative; padding-bottom: 10px!important;}
	.no-data-list{ position: fixed;left: 50%; top: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
	.no-data img{display: block;width: 109px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 54px;}
	.no-data .label{text-align: center; font-size: 16px; color: #ccc; margin-top: 10px;}
	.padding{ padding: 12px;}.radius { border-radius: 4px;}.good{background:#ffffff}
	.good .title { background-color: #f8f8f8;padding: 8px;display: flex;align-items: center;}
	.radius {border-radius: 4px;}.good .title img{width: 11px;}
	.margin-left-sm {margin-left: 8px;    line-height: 26px;}.good .good-box {display: flex;}
	.margin-tb{margin-top: 12px; margin-bottom: 12px;}
	.good .good-box .img-box {border: 1px solid #f8f8f8; width: 59px; height: 59px; border-radius: 4px;padding: 5px;}
	.good .good-box .img-box img{width: 100%;}
	.good .good-box .name {flex: 1;font-size: 13px;}.text-33{ color: #333!important;}.margin-left {margin-left: 12px;}
	.padding-lr-sm{padding-left: 8px; padding-right: 8px;}
	.data-bbte{display: flex;align-items: center;justify-content: space-between; border-top: 1px solid #f8f8f8; padding: 17px 0;}
	.data-bbte img{display: flex;align-items: center;width: 25px;} .data-uyench{display: flex;margin-right:10px}

	.margin-top{ margin-top: 12px;}
	.padding-lr {padding-left: 12px; padding-right: 12px;}
	.data-box2 { background-color: #fff;}
	.boxtwotdd{display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f8f8f8;padding: 13px 0;}
	.pro-btn {height: 54px;width: 100%;font-size: 16px;text-align: center;line-height: 54px; box-shadow: 0 0 8px 0 rgba(0,0,0,.03); border-radius: 4px;}
	.pro-btn-black{background: linear-gradient(180deg,#f6dea2,#f0c24c);border: 1px solid #a88733;color: #232f3e;}
	.margin-top {margin-top: 12px;}
	.u-iconfont img{width:38px}

	.setting-box:first-child, .setting-box:nth-child(3) { margin-top: 10px; border-bottom: 1px solid #f3f3f3;}
	.setting-box {height: 47px;padding: 0 16px;background-color: #fff ;margin-top:10px}
	.setting-li{height: 100%;line-height: 47px;}
	.text-center {text-align: center;}
	
	.paymentPassword { padding: 0 18px 27px;background-color: #fff;margin: 16px 10px 0;border-radius: 5px;}
	.payment-li{padding: 16px 0px; border-bottom: 1px solid #efeded;}
	.payment-tit{color: #000;font-size: 19px; margin-bottom: 8px;}
	.payment-li .tdpydd{height: 25px;}
	.paymentSave {height: 40px; margin: 24px auto 27px;line-height: 40px; text-align: center; font-size: 17px; color: #cf9b56; border-radius: 21px; border: 1px solid #cf9b56;}
	.uni-input-placeholder {display: block; color: #999;}
    .uni-input-input:not(:placeholder-shown) + .uni-input-placeholder {display: none;}


	.page-body-bank{height: 100%; background: #ffffff; width: 100%; font-size: 16px; word-break: break-all; white-space: normal; color: #303133;}
	.save-btn{width: 338px;height: 47px;line-height: 47px;margin: 10px auto;background: linear-gradient(-90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34); border-radius: 23px; font-size: 16px; font-weight: 500;color: #fff;text-align: center;}
	.u-flex-col { display: flex;flex-direction: column;}
	.empty-img img{width:296px;height:159px;margin:0 auto}
	.u-row-center {text-align: center;}
	.u-tips-color {color: #909399;} .u-font-26 {font-size: 14px;}
	
	#formOverlayte{position: fixed;top: 5%;left: 0;  width: 100%; height: 100%;  background-color: rgba(0, 0, 0, 0.5); z-index: 998;}
 	.form-overlayte {display: none; position: fixed;top: 5%;left: 0;  width: 100%; height: 100%;  background-color: rgba(0, 0, 0, 0.5); z-index: 998; }
	.u-p-20{z-index: 990;width: 100%; height: auto;border-radius: 16px 16px 0px 0px;
    overflow: hidden;transition: all 0.25s linear 0s;}
    .form-boxed { position: fixed; bottom: 0; left: 0; right: 0; background-color: #fff; padding: 20px;transition: transform 0.3s ease-in-out;transform: translateY(100%);z-index: 999;justify-content: center; align-items: center;}
	.form-boxedt {box-shadow: 3px 3px 8px #666; position: fixed; bottom: 0; left: 0; right: 0; background-color: #fff; transition: transform 0.3s ease-in-out;transform: translateY(100%);z-index: 999;justify-content: center; align-items: center;}
     .form-boxed.show { transform: translateY(0); }
	 .form-boxedt.show { transform: translateY(0); }
	 
	 .ttddpaddy{margin-bottom: 50px;}
	 
     .modal {background-color: #fff; padding: 20px;border-radius: 5px;  }
     .u-reset-buttontt { }
	 
	 .red-icon{width: 19px;display: block; height: 19px; background: url(../images/Img1.png) top/100% 100% no-repeat;}
	 .red-icon img {
        width: 16px;
        height: 16px;
		
		
}
    
    .yellow-icon{width: 19px;display: block; height: 19px; background: url(../images/Img2.png) top/100% 100% no-repeat;}
    .yellow-icon img {
        width: 16px;
        height: 16px;
		
    }
	.form-save-btnt button{border: none; width: 100%; height: 43px; line-height: 43px; background: linear-gradient(90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);border-radius: 21px;font-weight: 500; color: #fff; text-align: center;}
	.form-save-btnt{ width: 100%; height: 43px; line-height: 43px; background: linear-gradient(90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);border-radius: 21px;font-weight: 500; color: #fff; text-align: center;}
	 
	 
	 .form-cancel-btn{width: 176px; height: 43px; line-height: 43px; border: 1px solid #999; border-radius: 21px; font-weight: 500; color: #999; text-align: center;}
	.form-save-btn button{ width: 176px; height: 43px; line-height: 43px; background: linear-gradient(90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);border-radius: 21px;font-weight: 500; color: #fff; text-align: center;}
	
	.form-save-btn{ width: 176px; height: 43px; line-height: 43px; background: linear-gradient(90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);border-radius: 21px;font-weight: 500; color: #fff; text-align: center;}
	.head-title{height: 54px;font-size: 18px;font-weight: 600;}
	.u-form-item--left {padding: 10px!important;} .Type-add{padding: 10px!important;}
	.hengpaid{margin-right:10px}
	.hengpaid input{box-sizing: border-box;width: 20px;height: 20px;}
	.usdtqian{padding: 10px 0; font-size: 15px; color: #303133; box-sizing: border-box;line-height: 38px;border-top:1px solid #CCC}
	.u-form-item--left__content__label{margin-right:10px}
	
	.invite{position: relative;padding-top: calc(16px + 0px); min-height: calc(100vh - 54px); background-size: contain;}
	.invite-con{width: 329px;height: 483px; background-color: #fff; margin: 0 auto;  border-radius: 5px; position: relative;}
	.code-con {height: 98px; border-bottom: 2px dashed #d5d5d5;}
	.code-tit { color: #e6481e;padding: 26px 0 6px;font-size: 16px;}
	.code{color: #3a3839; font-size: 29px;font-weight: 700;}
	.qrcode{width: 145px; height: 145px; border-radius: 5px;border: 5px solid #ffe2d8;margin: 21px auto 10px;}
	
	.uqrcode img{width:132px;height:132px; }
	.tetete-tit { word-break: break-all;height: auto;width: 274px;background-color: #e7e7e7;border-radius: 5px; color: #7c7c7c;line-height: 21px;padding: 0 10px; margin: 0 auto 13px;}
	.invite-con::before {content: "";width: 26px;height: 26px;border-radius: 50%;background-color: #f0f0f0;position: absolute;left: -13px;top: 83px;display: inline-block;}
	.invite-con::after { content: "";width: 26px; height: 26px;border-radius: 50%;background-color: #f0f0f0; position: absolute;right: -13px; top: 83px; display: inline-block;}
	.https-copy{width: 274px;height: 54px;border-radius: 10px; background-color: #f5ddb9;padding: 6px; margin: 0 auto;color: #1f1f1f; font-size: 18px;}
	.help {padding: 0 0px 27px;background-color: #fff;margin: 16px 10px 0;border-radius: 5px;}
	.uni-collapse { width: 100%;display: flex; flex-direction: column;background-color: #fff;}
	
	.uni-collapse-cell { flex-direction: column; border-color: #e5e5e5;border-bottom-width: 1px;border-bottom-style: solid;}
	.uni-collapse-cell__title {padding: 12px 12px;position: relative; display: flex;width: 100%; box-sizing: border-box;height: 48px;line-height: 24px; flex-direction: row;justify-content: space-between; align-items: center;}
	.uni-collapse-cell__title-text {flex: 1; font-size: 15px;white-space: nowrap;color: inherit;overflow: hidden;text-overflow: ellipsis;}
	.uni-collapse-cell__title-arrow { width: 20px; height: 20px;-webkit-transform: rotate(0deg);transform: rotate(0deg); -webkit-transform-origin: center center; transform-origin: center center;}
	.uni-collapse-cell__wrapper {font-size: 15px;padding: 0 5px 0 20px;}
	.uni-collapse-cell__title-text span{color:#000}







.uni-collapse-cell__content {max-height: 0; overflow: hidden;transition: max-height 0.3s ease;}
.uni-collapse-cell__content.show { max-height: 1000px; /* 设置一个足够大的值 */ transition: max-height 0.3s ease;}
.uni-collapse-cell__wrapper { transform: translateY(-100%); transition: transform 0.3s ease; }
.uni-collapse-cell__wrapper.show {  transform: translateY(0); transition: transform 0.3s ease; }
.auto-height { height: auto !important;}
.move-down {transform: translateY(100%); transition: transform 0.3s ease; }
.move-down.show { transform: translateY(0);transition: transform 0.3s ease;}
























.u-icon__icon { cursor: pointer;}
.u-icon__icon img { width: 24px; height: 24px;}
 /* 隐藏默认的文件选择按钮 */
.file-input {display: none;}

		
		
.custom-modal {display: none;position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 5px;
text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.custom-modal h2 {margin-top: 0;color:#ffffff }
.custom-modal p {margin-bottom: 0; }
    

	
.slider-item img {
    width: 100%
}

.slider-pagination {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: .15rem;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-pagination>.slider-pagination-item {
    margin: 0 .08rem;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background-color: #B7D0E1
}

.m-spinner>a,
.m-spinner>input {
    letter-spacing: 0;
    float: left;
    height: .6rem;
    text-align: center
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
    background-color: #FF0005
}

.m-spinner {
    border: 1px solid #EAE8E8;
    border-radius: 1px;
    display: inline-block;
    overflow: hidden
}

.keyboard-numbers>li,
.keyboard-numbers>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.m-spinner>a {
    width: .6rem;
    line-height: .62rem;
    font-weight: 700;
    color: #666;
    background-color: #F8F8F8
}

.m-spinner>a:active {
    background-color: #ececec
}

.m-spinner>a:after {
    color: #777;
    font-size: .18rem
}

.m-spinner>a:first-child:after {
    content: '\E60B'
}

.m-spinner>a:last-child:after {
    content: '\E602'
}

.m-spinner>input {
    width: .85rem;
    line-height: 2.7;
    color: #666;
    border: none;
    font-size: .26rem
}

.m-keyboard {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-color: #F7F7F7
}

.m-keyboard.keyboard-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.keyboard-content:before,
.keyboard-numbers>li>a:before {
    left: 0;
    border-top: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    z-index: 0;
    top: 0
}

.keyboard-content {
    background-color: #FFF;
    margin-top: .3rem;
    position: relative
}

.keyboard-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.keyboard-title {
    overflow: hidden;
    padding: .2rem 0 .12rem;
    color: #222;
    margin-bottom: 1px;
    font-size: .24rem;
    text-align: center;
    background-color: #FFF
}

.keyboard-title:before {
    content: '\e60a';
    font-size: .26rem;
    color: #FF2424;
    line-height: 1;
    margin-right: .06rem
}

.keyboard-numbers {
    font-size: .48rem;
    background-color: #FFF
}

.keyboard-numbers>li {
    width: 100%;
    display: flex
}

.keyboard-numbers>li>a {
    width: 1%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #222;
    height: 1rem;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF
}

.keyboard-head,
.keyboard-password {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.keyboard-numbers>li>a:active {
    background-color: #f2f2f2
}

.keyboard-numbers>li>a:not(:last-child):after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.keyboard-numbers>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.keyboard-numbers>li:last-child>a:last-child,
.keyboard-numbers>li:last-child>a:nth-last-child(3) {
    background-color: #F7F7F7;
    font-size: .3rem;
    color: #686868
}

.keyboard-numbers>li:last-child>a:last-child:after {
    content: '\e609';
    font-size: .6rem
}

.keyboard-head:after,
.keyboard-password:after {
    content: '';
    left: 0
}

.keyboard-head {
    height: .8rem;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1F2324;
    font-size: .3rem;
    position: relative
}

.keyboard-head:after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.keyboard-password {
    margin: 0 .8rem;
    display: flex;
    position: relative;
    background-color: #FFF
}

.keyboard-password:after {
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    position: absolute;
    border: 1px solid #D9D9D9;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 4px
}

.keyboard-password li:not(:last-child):after,
.scrolltab-nav:after {
    content: '';
    -webkit-transform: scaleX(.5);
    right: 0
}

.keyboard-password li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1rem
}

.keyboard-password li:not(:last-child):after {
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    background-color: #D9D9D9;
    transform: scaleX(.5)
}

.keyboard-password li i {
    display: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000
}

.m-scrolltab,
.scrolltab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.keyboard-error {
    padding: 2px .8rem;
    color: red;
    overflow: hidden;
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem
}

.scrolltab-content,
.scrolltab-nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.m-scrolltab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex
}

.scrolltab-nav {
    height: 100%;
    background-color: #F5F5F5;
    position: relative;
    z-index: 1
}

.scrolltab-item.crt,
.scrolltab-item.crt:active {
    background-color: #FFF
}

.scrolltab-nav:after {
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #DFDFDF;
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.scrolltab-item {
    padding: 0 .3rem;
    height: 1rem;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.scrolltab-item.crt:before,
.scrolltab-item:after,
.scrolltab-item:before {
    position: absolute;
    z-index: 0;
    content: ''
}

.scrolltab-item.crt:before {
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #FFF;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.scrolltab-item:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DFDFDF;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.scrolltab-item:before {
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #DFDFDF;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.scrolltab-item:active {
    background: 0 0
}

.scrolltab-icon {
    margin-right: .2rem;
    font-size: .32rem;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.scrolltab-icon>img {
    height: .4rem;
    display: inline-block
}

.scrolltab-title {
    font-size: .3rem;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1.6rem
}

.scrolltab-content {
    height: 100%;
    background-color: #FFF;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .24rem .24rem;
    position: relative
}

.scrolltab-content-title {
    font-size: .3rem;
    font-weight: 400;
    color: #555;
    display: block;
    padding-bottom: .1rem;
    padding-top: .32rem;
    margin-bottom: .2rem;
    position: relative;
    z-index: 1
}

.scrolltab-content-title:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.progress-bar {
    position: relative;
    color: #333
}

.progress-bar>svg>path {
    -webkit-transition: all .8s linear;
    transition: all .8s linear
}

.m-actionsheet,
.m-cityselect {
    bottom: 0;
    -webkit-transition: -webkit-transform .3s;
    width: 100%
}

.progressbar-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.actionsheet-action,
.actionsheet-item {
    display: block;
    font-size: .28rem;
    color: #555;
    line-height: 1rem;
    background-color: #FFF
}

.actionsheet-item:after,
.cityselect-header:after {
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5)
}

.actionsheet-item {
    position: relative;
    height: 1rem
}

.actionsheet-item:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.actionsheet-action {
    margin-top: .15rem;
    height: 1rem
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.m-cityselect {
    position: fixed;
    left: 0;
    height: 75%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.m-cityselect.brouce-in {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cityselect-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.cityselect-header:after,
.cityselect-title:after {
    z-index: 0;
    width: 100%;
    content: '';
    bottom: 0;
    left: 0
}

.cityselect-header:after {
    position: absolute;
    height: 1px;
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.cityselect-title {
    width: 100%;
    font-size: .3rem;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative
}

.cityselect-title:after {
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #B2B2B2;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.cityselect-nav {
    width: 100%;
    padding-left: .2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cityselect-nav>a {
    font-size: .26rem;
    color: #222;
    display: block;
    height: 40px;
    line-height: 46px;
    padding: 0 .2rem;
    position: relative;
    margin-right: .15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%
}

.cityselect-nav>a.crt {
    color: #F23030
}

.cityselect-nav>a.crt:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #F23030;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.cityselect-content {
    height: 100%;
    padding-top: 85px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cityselect-content.cityselect-move-animate {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.cityselect-content.cityselect-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.cityselect-content.cityselect-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.cityselect-content>.cityselect-item {
    display: block;
    height: inherit;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF
}

.cityselect-content>.cityselect-item::-webkit-scrollbar {
    width: 0
}

.cityselect-content>.cityselect-item:nth-child(2n) {
    background-color: #F5F5F5
}

.cityselect-item-box {
    width: 100%;
    height: inherit;
    display: block;
    padding: 0 .4rem
}

.cityselect-item-box>a {
    color: #333;
    font-size: .26rem;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    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;
    width: 100%;
    position: relative;
    z-index: 1
}

.cityselect-item-box>a:before {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.cityselect-item-box>a:active {
    background: 0 0
}

.cityselect-item-box>a span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block
}

.cityselect-item-box>a.crt {
    color: #F23030
}

.cityselect-item-box>a.crt:after {
    display: block;
    content: '\E600'
}





.form-save-btnt{  height: 43px; line-height: 43px; background: linear-gradient(90deg,#a36fff,#5336ff);
    box-shadow: 0 3px 6px 1px rgba(124,103,214,.34);border-radius: 21px;font-weight: 500; color: #fff; text-align: center;}

.draw-card .input-box {
    width: 312px;
    border-bottom: 1px solid #eee;
    height: 50px;
    margin-bottom: 20px;
}
.u-p-l-30 {
    padding-left: 15px!important;
}
.u-flex-1 {
    flex: 1;
}

.draw-card .bank-box .bank-list .empty-text{
    font-size: 14px;
    font-weight: 400;
    color: #999;
}

.u-iconfont {
    position: relative;
    display: flex;
    text-rendering: auto;
    font-family: uicon-iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.usdtqian input{width:17px;margin-right:10px}

.draw-card .bank-box .name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.input-box .unit {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}