html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { line-height: 1.6; font-family: -apple-system-font, Helvetica Neue, sans-serif }
* { margin: 0; padding: 0 }
a img { border: 0 }
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0) }
::-webkit-input-placeholder {
font-family:-apple-system-font, Helvetica Neue, sans-serif
}
a { -webkit-touch-callout: none }
body { background-color: #f4f4f4; font-size: 14px; color: #333 }
#app, body { height: 100vh; background:#1e1e1e;}
input,textarea{ caret-color:#c7a780}
.noData { text-align: center; margin-top: 10%; font-size: 16px }
.noData img { display: block; width: 50%; margin: 15px auto }
.linkButton { text-align: right; margin-right: 10px }
.linkButton a { line-height: 35px; margin: 5px 0 0; background-color: #f2f2f2; color: #000; display: inline-block; padding: 0 10px }
.weui-cell { font-size: 14px }
.rightI { color: #fff!important }
.weui-switch, .weui-switch-cp__box { width: 44px!important }
.weui-switch-cp__box:before, .weui-switch:before { width: 42px!important }
.weui-btn.weui-btn_primary { background: linear-gradient(#20a4cf, #0f78b6, #094d90) }
a { color: rgba(255, 255, 255, .8) }
.weui-btn.weui-btn_primary {  background: -webkit-linear-gradient(left, #b18e51 , #dcbb7b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#b18e51 , #dcbb7b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#b18e51 , #dcbb7b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b18e51 , #dcbb7b); /* 标准的语法 */
   box-shadow: 0 0 10px rgba(220,187,123,0.5); color: #000; border-radius:50px;}
.vux-header {background:#262626 !important;  background-size: 100% 100% }
.vux-loading .weui-toast { z-index: 5001 }
.weui-icon_toast.weui-loading { display: inline-block }
.vux-mask-enter, .vux-mask-enter-active, .vux-mask-leave-active { position: relative; z-index: 1 }
.vux-loading-no-text .weui-toast { min-height: 98px }
.login { background: url(../images/loginbg.fabe58f.png) no-repeat #012756; width: 100%; height: 100vh; background-size: 100% 100%; color: #fff; overflow: hidden }
.login .inner { width: 85%; margin: 0 auto; padding-top: 10vh }
.login .header p { font-size: 26px }
.login .header p span { display: block; font-size: 22px }
.login .vux-x-switch:before { border-width: 0!important }
.login .fogetPwd { color: #0a549b; text-align: right; padding: 15px 0 0; font-size: 14px }
.login .input .label { font-size: 14px; display: block; margin: 5px 0 }
.login .input .weui-cells { background-color: transparent }
.login .input .weui-cells:before { border-top-width: 0 }
.login .input .weui-cells:after { border-bottom-width: 0 }
.login .input .xInput.weui-cell { margin-bottom: 20px; padding: 10px 0; border-bottom: 1px solid #eee; font-size: 18px }
.login .input .xInput.weui-cell:before { border-width: 0 }
.login .input .vux-x-switch { padding: 0 }
.login .weui-btn.btn { margin: 2rem auto; font-size: 16px; line-height: 3 }
.login .create { text-align: center; color: #0a549b; display: block }
.login .weui-toast_text .weui-toast__content { font-size: 14px }

.vux-header { position: fixed; top:0; left:0; z-index:99; width:100%; padding: 5px 0; box-sizing: border-box; background-color: #262626 }
.vux-header .vux-header-title { line-height: 40px; text-align: center; font-size: 18px; font-weight: 400; color:#c7a780 }
.vux-header-title-area, .vux-header .vux-header-title { margin: 0 88px; height: 40px; width: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vux-header .vux-header-title>span { display: inline-block }
.vux-header .vux-header-left, .vux-header .vux-header-right { position: absolute; top: 14px; display: block; font-size: 14px; line-height: 21px; color: #fff }
.vux-header .vux-header-left a, .vux-header .vux-header-left button, .vux-header .vux-header-right a, .vux-header .vux-header-right button { float: left; margin-right: 8px; color:#c7a780;font-size: 15px; }
.vux-header .vux-header-left a:active, .vux-header .vux-header-left button:active, .vux-header .vux-header-right a:active, .vux-header .vux-header-right button:active { opacity: .5 }
.vux-header .vux-header-left { left: 18px }
.vux-header .vux-header-left .vux-header-back { padding-left: 16px }
.vux-header .vux-header-left .left-arrow { position: absolute; width: 30px; height: 30px; top: -5px; left: -5px }
.vux-header .vux-header-left .left-arrow:before { content: ""; position: absolute; width: 12px; height: 12px; border: 1px solid #c7a780; border-width: 1px 0 0 1px; transform: rotate(315deg); top: 8px; left: 7px }
.vux-header .vux-header-right { right: 15px }
.vux-header .vux-header-right a, .vux-header .vux-header-right button { margin-left: 8px; margin-right: 0 }
.vux-header .vux-header-right .vux-header-more:after { content: "\2022   \2022   \2022   "; font-size: 16px }
.vux-header-fade-in-right-enter-active { animation: fadeinR .5s }
.vux-header-fade-in-left-enter-active { animation: fadeinL .5s }
@keyframes fadeinR { 0% {
opacity:0;
transform:translateX(150px)
}
to { opacity: 1; transform: translateX(0) }
}
@keyframes fadeinL { 0% {
opacity:0;
transform:translateX(-150px)
}
to { opacity: 1; transform: translateX(0) }
}
.b-lazy, .vux-x-img { transition: opacity .5s ease-in-out; max-width: 100% }
.b-lazy { opacity: 0 }
.b-lazy.b-loaded { opacity: 1 }
.weui-cell_switch { padding-top: 10.5px; padding-bottom: 10.5px }
.weui-switch { -webkit-appearance: none; -moz-appearance: none; appearance: none }
.weui-switch, .weui-switch-cp__box { position: relative; width: 52px; height: 23px; border: 1px solid #dfdfdf; outline: 0; border-radius: 16px; box-sizing: border-box; background-color: #dfdfdf; transition: background-color .1s, border .1s }
.weui-switch-cp__box:before, .weui-switch:before { content: " "; position: absolute; top: 0; left: 0; width: 50px; height: 21px; border-radius: 15px; background-color: #fdfdfd; transition: transform .35s cubic-bezier(.45, 1, .4, 1) }
.weui-switch-cp__box:after, .weui-switch:after { content: " "; position: absolute; top: 0; left: 0; width: 21px; height: 21px; border-radius: 15px; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.4); transition: transform .35s cubic-bezier(.4, .4, .25, 1.35) }
.weui-switch-cp__input:checked~.weui-switch-cp__box, .weui-switch:checked { border-color: #c7a780; background-color: #c7a780 }
.weui-switch-cp__input:checked~.weui-switch-cp__box:before, .weui-switch:checked:before { transform: scale(0) }
.weui-switch-cp__input:checked~.weui-switch-cp__box:after, .weui-switch:checked:after { transform: translateX(20px) }
.weui-switch-cp__input { position: absolute; left: -9999px }
.weui-switch-cp__box { display: block }
.weui-cell_switch .weui-cell__ft { font-size: 0; position: relative }
input.weui-switch[disabled] { opacity: .6 }
.vux-x-switch.weui-cell_switch { padding-top: 6px; padding-bottom: 6px }
.vux-x-switch-overlay { width: 60px; height: 50px; position: absolute; right: 0; top: 0; opacity: 0 }
.vux-label-desc { font-size: 14px; color: #666 }
.weui-label { display: block; width: 105px; word-wrap: break-word; word-break: break-all }
.weui-input { width: 100%; border: 0; outline: 0; -webkit-appearance: none; background-color: transparent; font-size: inherit; color: inherit; height: 1.41176471em; line-height: 1.41176471 }
.weui-input::-webkit-inner-spin-button, .weui-input::-webkit-outer-spin-button {
-webkit-appearance:none;
margin:0
}
.weui-textarea { display: block; border: 0; resize: none; width: 100%; color: inherit; font-size: 1em; line-height: inherit; outline: 0 }
.weui-textarea-counter { color: #b2b2b2; text-align: right }
.weui-cell_warn .weui-textarea-counter { color: #e64340 }
.weui-toptips { display: none; position: fixed; transform: translateZ(0); top: 0; left: 0; right: 0; padding: 5px; font-size: 14px; text-align: center; color: #fff; z-index: 5000; word-wrap: break-word; word-break: break-all }
.weui-toptips_warn { background-color: #e64340 }
.weui-cells_form .weui-cell__ft { font-size: 0 }
.weui-cells_form .weui-icon-warn { display: none }
.weui-cells_form input, .weui-cells_form label[for], .weui-cells_form textarea { -webkit-tap-highlight-color: rgba(0,0,0,0) }
.weui-cell_warn { color: #e64340 }
.weui-cell_warn .weui-icon-warn { display: inline-block }
.weui-cell_vcode { padding-top: 0; padding-right: 0; padding-bottom: 0 }
.weui-vcode-btn, .weui-vcode-img { margin-left: 5px; height: 44px; vertical-align: middle }
.weui-vcode-btn { display: inline-block; padding: 0 .6em 0 .7em; border-left: 1px solid #e5e5e5; line-height: 44px; font-size: 17px; color: #3cc51f }
button.weui-vcode-btn { background-color: transparent; border-top: 0; border-right: 0; border-bottom: 0; outline: 0 }
.weui-vcode-btn:active { color: #52a341 }
.vux-x-input .vux-x-input-placeholder-right input::-webkit-input-placeholder {
text-align:right
}
.vux-x-input .vux-x-input-placeholder-center input::-webkit-input-placeholder {
text-align:center
}
.vux-input-icon.weui-icon-success:before, .vux-input-icon.weui-icon-warn:before, .vux-x-input .vux-input-icon { font-size: 21px }
.vux-x-input .weui-icon { padding-left: 5px }
.vux-x-input.weui-cell_vcode { padding-top: 0; padding-right: 0; padding-bottom: 0 }
.vux-x-input.disabled .weui-input { text-fill-color: #888; -webkit-text-fill-color: #888; opacity: 1 }
.vux-x-input-right-full { margin-left: 5px; height: 44px; vertical-align: middle }
.vux-x-input-right-full img { height: 44px }
.vux-x-input-has-right-full { padding-top: 0; padding-right: 0; padding-bottom: 0 }
.icon-big:before { font-size: 93px }
@font-face { font-weight: 400; font-style: normal; font-family: weui; src: url("data:application/octet-stream;base64,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") format("truetype") }
[class*=" weui-icon-"], [class^=weui-icon-] {
display:inline-block;
vertical-align:middle;
font:normal normal normal 14px/1 weui;
font-size:inherit;
text-rendering:auto;
-webkit-font-smoothing:antialiased
}
[class*=" weui-icon-"]:before, [class^=weui-icon-]:before { display: inline-block; margin-left: .2em; margin-right: .2em }
.weui-icon-circle:before { content: "\EA01" }
.weui-icon-download:before { content: "\EA02" }
.weui-icon-info:before { content: "\EA03" }
.weui-icon-safe-success:before { content: "\EA04" }
.weui-icon-safe-warn:before { content: "\EA05" }
.weui-icon-success:before { content: "\EA06" }
.weui-icon-success-circle:before { content: "\EA07" }
.weui-icon-success-no-circle:before { content: "\EA08" }
.weui-icon-waiting:before { content: "\EA09" }
.weui-icon-waiting-circle:before { content: "\EA0A" }
.weui-icon-warn:before { content: "\EA0B" }
.weui-icon-info-circle:before { content: "\EA0C" }
.weui-icon-cancel:before { content: "\EA0D" }
.weui-icon-search:before { content: "\EA0E" }
.weui-icon-clear:before { content: "\EA0F" }
.weui-icon-back:before { content: "\EA10" }
.weui-icon-delete:before { content: "\EA11" }
[class*=" weui-icon_"]:before, [class^=weui-icon_]:before { margin: 0 }
.weui-icon-success { font-size: 23px; color: #09bb07 }
.weui-icon-waiting { font-size: 23px; color: #10aeff }
.weui-icon-warn { font-size: 23px; color: #f43530 }
.weui-icon-info { font-size: 23px; color: #10aeff }
.weui-icon-success-circle, .weui-icon-success-no-circle { font-size: 23px; color: #09bb07 }
.weui-icon-waiting-circle { font-size: 23px; color: #10aeff }
.weui-icon-circle { font-size: 23px; color: #c9c9c9 }
.weui-icon-download, .weui-icon-info-circle { font-size: 23px; color: #09bb07 }
.weui-icon-safe-success { color: #09bb07 }
.weui-icon-safe-warn { color: #ffbe00 }
.weui-icon-cancel { color: #f43530; font-size: 22px }
.weui-icon-clear, .weui-icon-search { color: #b2b2b2; font-size: 14px }
.weui-icon-delete.weui-icon_gallery-delete { color: #fff; font-size: 22px }
.weui-icon_msg { font-size: 93px }
.weui-icon_msg.weui-icon-warn { color: #f76260 }
.weui-icon_msg-primary { font-size: 93px }
.weui-icon_msg-primary.weui-icon-warn { color: #ffbe00 }
.weui-toast { position: fixed; z-index: 5001; width: 7.6em; min-height: 7.6em; top: 180px; left: 50%; margin-left: -3.8em; background: hsla(0,0%,7%,.7); text-align: center; border-radius: 5px; color: #fff }
.weui-icon_toast { margin: 22px 0 0; display: block }
.weui-icon_toast.weui-icon-success-no-circle:before { color: #fff; font-size: 55px }
.weui-icon_toast.weui-loading { margin: 30px 0 0; width: 38px; height: 38px; vertical-align: baseline }
.weui-toast__content { margin: 0 0 15px }
.weui-toast.vux-toast-top { top: 10px }
.weui-toast.vux-toast-bottom { top: auto; bottom: 10px; transform: translateX(-50%) }
.weui-toast.vux-toast-middle { top: 50%; transform: translateX(-50%) translateY(-50%) }
.vux-slide-from-top-enter, .vux-slide-from-top-leave-active { opacity: 0; transform: translateX(-50%) translateY(-100%)!important }
.vux-slide-from-bottom-enter, .vux-slide-from-bottom-leave-active { opacity: 0; transform: translateX(-50%) translateY(100%)!important }
.vux-slide-from-bottom-enter-active, .vux-slide-from-bottom-leave-active, .vux-slide-from-top-enter-active, .vux-slide-from-top-leave-active { transition: all .4s cubic-bezier(.36, .66, .04, 1) }
.weui-toast { transform: translateX(-50%); margin-left: 0!important }
.weui-toast.weui-toast_forbidden { color: #f76260 }
.weui-toast.weui-toast_forbidden .weui-toast__content { margin-top: 10px }
.weui-toast.weui-toast_text { min-height: 0 }
.weui-toast_text .weui-toast__content { margin: 0; padding-top: 10px; padding-bottom: 10px; border-radius: 15px }
.weui-toast__content { font-size: 16px }
.weui-loading_toast .weui-toast__content { margin-top: 0 }
.weui-toast_success .weui-icon_toast:before { content: "\EA08" }
.weui-toast_cancel .weui-icon_toast:before { content: "\EA0D" }
.weui-toast_forbidden .weui-icon_toast.weui-icon-success-no-circle:before { content: "\EA0B"; color: #f76260 }
.weui-btn { position: relative; display: block; margin-left: auto; margin-right: auto; padding-left: 14px; padding-right: 14px; box-sizing: border-box; font-size: 16px; text-align: center; text-decoration: none; color: #000; line-height: 2.9; border-radius: 5px; -webkit-tap-highlight-color: rgba(0,0,0,0); overflow: hidden }
.weui-btn:after { content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid rgba(0,0,0,.2); transform: scale(.5); transform-origin: 0 0; box-sizing: border-box; border-radius: 10px }
.weui-btn_inline { display: inline-block }
.weui-btn_default { color: #000; background-color: #f8f8f8 }
.weui-btn_default:not(.weui-btn_disabled):visited { color: #000 }
.weui-btn_default:not(.weui-btn_disabled):active { color: rgba(0,0,0,.6); background-color: #dedede }
.weui-btn_primary { background-color: #c7a780 }
.weui-btn_primary:not(.weui-btn_disabled):visited { color: #fff }
.weui-btn_primary:not(.weui-btn_disabled):active { color: hsla(0,0%,100%,.6); background-color: #ec6f38 }
.weui-btn_warn { background-color: #e64340 }
.weui-btn_warn:not(.weui-btn_disabled):visited { color: #fff }
.weui-btn_warn:not(.weui-btn_disabled):active { color: hsla(0,0%,100%,.6); background-color: #ce3c39 }
.weui-btn_disabled { color: hsla(0,0%,100%,.6) }
.weui-btn_disabled.weui-btn_default { color: rgba(0,0,0,.3); background-color: #f7f7f7 }
.weui-btn_disabled.weui-btn_primary { background-color: #ebb198 }
.weui-btn_disabled.weui-btn_warn { background-color: #ec8b89 }
.weui-btn_loading .weui-loading { margin: -.2em .34em 0 0 }
.weui-btn_loading.weui-btn_primary, .weui-btn_loading.weui-btn_warn { color: hsla(0,0%,100%,.6) }
.weui-btn_loading.weui-btn_primary .weui-loading, .weui-btn_loading.weui-btn_warn .weui-loading { background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMjAnIGhlaWdodD0nMTIwJyB2aWV3Qm94PScwIDAgMTAwIDEwMCc+PHBhdGggZmlsbD0nbm9uZScgZD0nTTAgMGgxMDB2MTAwSDB6Jy8+PHJlY3QgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjU2KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC0zMCknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDEwNS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjQzKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA3NS45OCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjM4KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2NSA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjMyKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTguNjYgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4yOCknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoMTUwIDU0LjAyIDY1KScvPjxyZWN0IHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyB4PSc0Ni41JyB5PSc0MCcgZmlsbD0ncmdiYSgyNTUsMjU1LDI1NSwuMjUpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA1MCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjIpJyByeD0nNScgcnk9JzUnIHRyYW5zZm9ybT0ncm90YXRlKC0xNTAgNDUuOTggNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xNyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTEyMCA0MS4zNCA2NSknLz48cmVjdCB3aWR0aD0nNycgaGVpZ2h0PScyMCcgeD0nNDYuNScgeT0nNDAnIGZpbGw9J3JnYmEoMjU1LDI1NSwyNTUsLjE0KScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtOTAgMzUgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4xKScgcng9JzUnIHJ5PSc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgtNjAgMjQuMDIgNjUpJy8+PHJlY3Qgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHg9JzQ2LjUnIHk9JzQwJyBmaWxsPSdyZ2JhKDI1NSwyNTUsMjU1LC4wMyknIHJ4PSc1JyByeT0nNScgdHJhbnNmb3JtPSdyb3RhdGUoLTMwIC01Ljk4IDY1KScvPjwvc3ZnPg==") }
.weui-btn_loading.weui-btn_primary { background-color: #ec6f38 }

.weui-btn_loading.weui-btn_warn { background-color: #ce3c39 }
.weui-btn_plain-primary { color: #1aad19; border: 1px solid #1aad19 }
.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active { color: rgba(26,173,25,.6); border-color: rgba(26,173,25,.6); background-color: transparent }
.weui-btn_plain-primary:after { border-width: 0 }
.weui-btn_plain-default { color: #353535; border: 1px solid #353535 }
.weui-btn_plain-default:not(.weui-btn_plain-disabled):active { color: rgba(53,53,53,.6); border-color: rgba(53,53,53,.6) }
.weui-btn_plain-default:after { border-width: 0 }
button.weui-btn.weui-btn_plain-warn, input.weui-btn.weui-btn_plain-warn { border-width: 1px; background-color: transparent }
.weui-btn_plain-warn { color: #ce3c39; border: 1px solid #ce3c39; background: transparent }
.weui-btn_plain-warn:not(.weui-btn_plain-disabled):active { color: rgba(206,60,57,.6); border-color: rgba(206,60,57,.6) }
.weui-btn_plain-warn:after { border-width: 0 }
.weui-btn_plain-disabled { color: rgba(0,0,0,.2); border-color: rgba(0,0,0,.2) }
button.weui-btn, input.weui-btn { width: 100%; border-width: 0; outline: 0; -webkit-appearance: none }
button.weui-btn:focus, input.weui-btn:focus { outline: 0 }
button.weui-btn_inline, button.weui-btn_mini, input.weui-btn_inline, input.weui-btn_mini { width: auto }
button.weui-btn_plain-default, button.weui-btn_plain-primary, input.weui-btn_plain-default, input.weui-btn_plain-primary { border-width: 1px; background-color: transparent }
.weui-btn_mini { display: inline-block; padding: 0 1.32em; line-height: 2.3; font-size: 13px }
.weui-btn+.weui-btn { margin-top: 15px }
.weui-btn.weui-btn_inline+.weui-btn.weui-btn_inline { margin-top: auto; margin-left: 15px }
.weui-btn-area { margin: 1.17647059em 15px .3em }
.weui-btn-area_inline { display: -ms-flexbox; display: flex }
.weui-btn-area_inline .weui-btn { margin-top: auto; margin-right: 15px; width: 100%; -ms-flex: 1; flex: 1 }
.weui-btn-area_inline .weui-btn:last-child { margin-right: 0 }
.weui-btn.vux-x-button-no-border:after { display: none }
.weui-cell_access { -webkit-tap-highlight-color: rgba(0,0,0,0); color: inherit }
.weui-cell_access:active { background-color: #ececec }
.weui-cell_access .weui-cell__ft { padding-right: 13px; position: relative }
.weui-cell_access .weui-cell__ft:after { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 2px 2px 0 0; border-color: #c8c8cd; border-style: solid; transform: matrix(.71, .71, -.71, .71, 0, 0); position: relative; top: -2px; position: absolute; top: 50%; margin-top: -4px; right: 2px }

.weui-cell__bd .xiugai_mima{ position:absolute; top:10px; right:15px; width:30px; height:30px;}
.weui-cell__bd .xiugai_mima:after { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 2px 2px 0 0; border-color: #c8c8cd; border-style: solid; transform: matrix(.71, .71, -.71, .71, 0, 0); position: relative; top: -2px; position: absolute; top: 50%; margin-top: -4px; right: 2px }

.weui-cell_link { color: #586c94; font-size: 14px }
.weui-cell_link.weui-cell:first-child:before { display: block }
.weui-cell_access.vux-cell-box { padding-right: 13px; position: relative }
.weui-cell_access.vux-cell-box:after { content: " "; display: inline-block; height: 6px; width: 6px; border-width: 2px 2px 0 0; border-color: #c8c8cd; border-style: solid; transform: matrix(.71, .71, -.71, .71, 0, 0); position: relative; top: -2px; position: absolute; top: 50%; margin-top: -4px; right: 17px }
.vux-blank-half:before { content: "\2002"; speak: none }
.vux-blank-full:before { content: "\2003"; speak: none }
.vux-no-group-title { margin-top: .77em }
.vux-group-footer-title.weui-cells__title { margin-top: .3em; margin-bottom: .77em; padding-top: 0; font-size: 12px }
.vux-cell-placeholder, .vux-cell-value { color: #999 }
.vux-tap-active { tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.vux-tap-active:active { background-color: #ececec }
.weui-cells { margin-top: 1.17647059em; background-color: #fff; border-radius:5px; box-shadow:0 0 5px rgba(0,0,0,0.1); line-height: 1.41176471; font-size: 17px; overflow: hidden; position: relative }
.weui-cells .tousu_btn{text-align:center;width:80px;position:absolute;bottom: 44px;right: 10px;z-index:999;}
.weui-cells .tousu_btn a{border-radius:5px;line-height:30px;background:#c7a780;color:#000 !important;font-size:14px;}
.weui-cells:before { top: 0; border-top: 1px solid #d9d9d9; transform-origin: 0 0; transform: scaleY(.5) }
.weui-cells:after, .weui-cells:before { content: " "; position: absolute; left: 0; right: 0; height: 1px; color: #d9d9d9 }
.weui-cells:after { bottom: 0; border-bottom: 1px solid #d9d9d9; transform-origin: 0 100%; transform: scaleY(.5) }
.weui-cells__title { margin-top: .77em; margin-bottom: .3em; padding-left: 15px; padding-right: 15px; color: #999; font-size: 14px }
.weui-cells__title+.weui-cells { margin-top: 0 }
.weui-cells__tips { margin-top: .3em; color: #999; padding-left: 15px; padding-right: 15px; font-size: 14px }
.weui-cell { padding: 10px 15px; position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center }
.weui-cell:before { content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #d9d9d9; color: #d9d9d9; transform-origin: 0 0; transform: scaleY(.5); left: 15px }
.weui-cell:first-child:before { display: none }
.weui-cell_primary { -ms-flex-align: start; align-items: flex-start }
.weui-cell__bd { -ms-flex: 1; flex: 1 }
.weui-cell__ft { text-align: right; color:#717171 }
.vux-cell-justify { height: 1.41176471em }
.vux-cell-justify.vux-cell-justify:after { content: "."; display: inline-block; width: 100%; overflow: hidden; height: 0 }
.weui-loading { width: 20px; height: 20px; display: inline-block; vertical-align: middle; animation: weuiLoading 1s steps(12) infinite; background: transparent url("../fonts/8420ead490c74c3bb4ede95cf5e61940.woff") no-repeat; background-size: 100% }
.weui-loading.weui-loading_transparent { background-image: url("../fonts/8ed73eb1f7194a4f9626435de0843621.woff") }
@keyframes weuiLoading { 0% {
transform:rotate(0deg)
}
to { transform: rotate(1turn) }
}
.vux-cell-primary { -ms-flex: 1; flex: 1}
.vux-label { word-wrap: break-word; word-break: break-all }
.vux-label, .weui-cell__ft .weui-loading { display: inline-block }
.weui-cell__ft.vux-cell-align-left { text-align: left }
.weui-cell.vux-cell-no-border-intent:before { left: 0 }
.weui-cell_access .weui-cell__ft.vux-cell-arrow-down:after { transform: matrix(.71, .71, -.71, .71, 0, 0) rotate(90deg) }
.weui-cell_access .weui-cell__ft.vux-cell-arrow-up:after { transform: matrix(.71, .71, -.71, .71, 0, 0) rotate(-90deg) }
.vux-cell-arrow-transition:after { transition: transform .3s }
.vux-cell-disabled .vux-label { color: #b2b2b2 }
.vux-cell-disabled.weui-cell_access .weui-cell__ft:after { border-color: #e2e2e2 }
.container { margin: 0 auto }
.register .icon-gray { fill: #c0bfbf; margin-right: 7px; vertical-align: middle }
.register .vux-x-switch:before { border-width: 0!important }
.register .fogetPwd { color: #0a549b; text-align: right; padding: 15px 0 0; font-size: 14px }
.register .input .weui-cells { margin-top: 0 }
.register .input .weui-cells:before { border-top-width: 0 }
.register .input .weui-cells:after { border-bottom-width: 0 }
.register .input .weui-input { font-size: 14px }
.register .input .xInput { padding: 0 20px; border-bottom: 1px solid #eee; line-height: 46px }
.register .input .xInput:before { border-top-width: 0 }
.register .input .xInput:after { border-bottom-width: 0 }
.register .input .psdInput { padding: 5px 20px }
.register .input .psdInput:after { content: " "; position: absolute; bottom: 0; right: 0; height: 1px; color: #d9d9d9; transform-origin: 0 0; transform: scaleY(.5); left: 15px }
.register .input .vux-x-switch { padding: 0 }
.register .weui-btn.sendCodeBtn { background-color: transparent; color: #999 }
.register .weui-btn.sendCodeBtn:after { border-width: 0 }

.register .code { margin-top: 10px }
.register .code input { text-align: right }
.register .weui-btn.btn { margin: 2rem auto; width: 90%; font-size: 16px;margin-bottom:20px; }
.register .create { text-align: center; color: #0a549b; display: block }
.register .weui-toast_text .weui-toast__content { font-size: 14px }
.register .agreement { margin: 15px 15px 0 }
.register .agreement>span { background: url(../images/weixuan_img.png) no-repeat; width: 15px; height: 15px; display: inline-block; background-size: 100%; margin-right: 5px; vertical-align: sub }
.register .agreement>span.active { background-image: url(../images/gouxuan_img.png)}
.register .agreement a { color: #c7a780; text-decoration: underline }
.dialog-register h3 { padding: 10px 0; border-bottom: 1px solid #ddd; font-weight: 400; font-size: 16px }
.dialog-register p { padding: 10px 15px 20px; text-align: left}
.dialog-register .close { position: absolute; right: 10px; top: 10px; width:25px; height:25px;}
.dialog-register .close img{ width:100%; height:100%;}
.vux-check-icon { display: inline-block }
.vux-check-icon>span { line-height: 23px; color: #222; vertical-align: middle }
.vux-check-icon>.weui-icon-success-circle:before, .vux-check-icon>.weui-icon-success:before { color: #c7a780 }
.vux-modal-open { overflow: hidden; position: fixed; width: 100% }
.vux-modal-open-for-container { overflow: hidden!important }
.vux-x-dialog-absolute .weui-dialog { position: absolute }
.setting .weui-cells { margin-top: 0 }
.setting .weui-cells .weui-cell { font-size: 14px }
.setting .weui-cells .weui-input { height: 2.5em; text-align: right }
.setting .photo { width: 32px }
.setting .m15 { margin: 45px 15px 0 }
.setting .edit { margin-top: 10px }
.setting .edit .vux-x-switch.weui-cell_switch { padding: 12px 15px }
.vux-flexbox { width: 100%; text-align: left; display: -ms-flexbox; display: flex; display: -webkit-flex; box-align: center; -ms-flex-align: center; align-items: center }
.vux-flexbox .vux-flexbox-item { -ms-flex: 1; flex: 1; -webkit-flex: 1; min-width: 20px; width: 0 }
.vux-flexbox .vux-flexbox-item:first-child { margin-left: 0!important; margin-top: 0!important }
.vux-flex-row { box-direction: row; box-orient: horizontal; -ms-flex-direction: row; flex-direction: row }
.vux-flex-col { box-orient: vertical; -ms-flex-direction: column; flex-direction: column }
.vux-flex-col>.vux-flexbox-item { width: 100% }
.vux-divider { display: table; white-space: nowrap; height: auto; overflow: hidden; line-height: 1; text-align: center; padding: 10px 0; color: #666 }
.vux-divider:after, .vux-divider:before { content: ""; display: table-cell; position: relative; top: 50%; width: 50%; background-repeat: no-repeat; background:#F90 }
.vux-divider:before { background-position: right 1em top 50% }
.vux-divider:after { background-position: left 1em top 50% }
.index { color: #666 }
.index .header {background:#262626 url(../images/tou.png) no-repeat bottom;background-size: 100%;color: #c7a780;text-align: center;position: relative;border-radius:  5px;width:  95%;margin: 10px auto;}
.index .header img { width: 60px; height: 60px; border-radius: 50%; border: 1px solid #f4f4f4; margin: 0 auto 10px; display: block }
.index .header .headerTop {padding: 6px 9px;box-sizing:border-box;position:relative;}
.index .header .headerTop a { color:#c7a780 }
.index .header .headerTop .img { margin:0 auto;}
.index .header .headerTop .txt { width:69%; text-align:left; color:rgba(255, 255, 255, .8);float: left;font-size: 14px;}
.index .header .headerTop .txt p{margin-bottom: 6px;}
.index .header .headerTop .txt p:last-child{ margin-bottom:0;}
.index .header .headerTop .txt a{ display: inline-block; width:auto;  background:#fff;color:#333; margin-left:10px; padding:0 6px;font-size: 12px; border-radius:3px;}
.index .header .headerTop .dengji{ position:absolute; top:25px; right:10px; border-radius:50px; padding:0 10px;background:#fff;z-index:9; box-shadow:0 3px 5px rgba(255, 10, 9, 0.87)}

.index .header .headerTop .dengji i{ font-style:normal;display:block; width:20px; height:20px; float:left; margin-right:5px; margin-top:5px;}
.index .header .headerTop .dengji i img{ width:100%; height:100%; float:left; border:none;}
.index .header .headerTop .dengji em{ font-style:normal; font-size:12px; line-height:30px; color:#fb4848;}
.index .header .inner { width: 90%; margin: 0 auto; color: #333 }
.index .header .mid { padding: 15px 10px; font-size: 16px }
.index .header .mid a { color: #fff }
.index .header .mid .vux-flexbox { width: auto }
.index .header .mid .vux-flexbox-item span { width: 30px; height: 22px; background-size: 100%; display: inline-block; margin-right: 15px; vertical-align: text-bottom }
.index .header .mid .vux-flexbox-item:first-child { border-right: 1px solid #fff }
.index .header .mid .vux-flexbox-item:first-child span { background-image: url(../images/img001.png)}
.index .header .mid .vux-flexbox-item:last-child { margin-left: 30px!important }
.index .header .mid .vux-flexbox-item:last-child span { background-image: url(../images/img002.png) }
.index .containerIndex {margin: 5px auto;overflow: hidden;border-radius:5px;width:100%;position:relative;z-index:9;}
.index > .contact{ width:100%; margin:0 auto;  box-sizing:border-box;}
.index .containerIndex ul{}
.index .containerIndex ul::after{ content:""; display:block; clear:both;}
.index .containerIndex ul li{width:50%;height: 100px;float:left;list-style: none;text-align:center;padding: 10px 10px 5px;box-sizing:border-box;}
.index .containerIndex ul li a{width:100%;height:100%;background:#262626;box-shadow: 0 0 5px rgba(199, 167, 128, 0.74);box-sizing:border-box;border-radius:5px;display: flex;justify-content: center; flex-direction: column;align-items: center;}
.index .containerIndex ul li .img{ width:55px;margin:0 auto;}
.index .containerIndex ul li .img img{ width:100%;}
.index .containerIndex ul li p{font-size:12px;color:#c7a780;}

.index .containerIndex .weui-grids { border-width: 0 }
.index .containerIndex .weui-grids .weui-grid { display: -ms-flexbox; display: flex; padding: 30px 10px }
.index .containerIndex .weui-grids .weui-grid .weui-grid__icon { width: 30px; margin: 0 15px }
.index .containerIndex .weui-grids .weui-grid .weui-grid__label { color: #666 }
.index .containerIndex .weui-grids .weui-grid:before { border-color: #eee }
.index .containerIndex .weui-grids .weui-grid:after { border-bottom-width: 0 }
.index .containerIndex .weui-grids:after, .index .containerIndex .weui-grids:before { border-color: #eee }
.index .containerIndex .dot { background-color: #f43530; width: 8px; height: 8px; display: block; border-radius: 50% }
.index .contact a { color: #666 ; display:block; width:100%; height:100%;}
/*.index .contact .weui-cells { margin-top: 0 }*/
.index .contact .weui-cells:before { border-width: 0 }
.index .contact .weui-cell { padding: 15px 15px 0;  }
.index .contact .weui-cell  .vux-cell-bd{ margin-right:5px; color:#717171;}

.index .contact .weui-cell:before { border-width: 0 }
.index .weui-btn {background:#c7a780;  margin-top: 15px; font-size: 14px; padding:3px 0; color: #000; border-radius: 0; width:95%; margin:10px auto; border-radius:50px;}
.index .weui-btn:after { border-width: 0 }
.dialogEWM .weui-dialog { width: 70% }
.dialogEWM h3 { line-height: 40px; margin-bottom: 10px; text-align: left; font-weight: 400; padding: 0 10% }
.dialogEWM img { width: 80%!important; height: auto!important; margin-bottom: 10px }
.dialogEWM .close { position: absolute; right: 10px; top: 0 }
.weui-grids { position: relative; overflow: hidden }
.weui-grids:before { right: 0; height: 1px; border-top: 1px solid #d9d9d9; transform-origin: 0 0; transform: scaleY(.5) }
.weui-grids:after, .weui-grids:before { content: " "; position: absolute; left: 0; top: 0; color: #d9d9d9 }
.weui-grids:after { width: 1px; bottom: 0; border-left: 1px solid #d9d9d9; transform-origin: 0 0; transform: scaleX(.5) }
.weui-grid { position: relative; float: left; padding: 20px 10px; width: 33.33333333%; box-sizing: border-box }
.weui-grid:before { top: 0; width: 1px; border-right: 1px solid #d9d9d9; transform-origin: 100% 0; transform: scaleX(.5) }
.weui-grid:after, .weui-grid:before { content: " "; position: absolute; right: 0; bottom: 0; color: #d9d9d9 }
.weui-grid:after { left: 0; height: 1px; border-bottom: 1px solid #d9d9d9; transform-origin: 0 100%; transform: scaleY(.5) }
.weui-grid:active { background-color: #ececec }
.weui-grid__icon { width: 28px; height: 28px; margin: 0 auto }
.weui-grid__icon img { display: block; width: 100%; height: 100% }
.weui-grid__icon+.weui-grid__label { margin-top: 5px }
.weui-grid__label { display: block; text-align: center; color: #000; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.weui-grid.vux-grid-item-no-border:before, .weui-grids.vux-grid-no-lr-borders:after { display: none }
.vux-marquee { width: 100%; overflow: hidden }
.vux-marquee-box { padding: 0; height: auto }
.vux-marquee-box, .vux-marquee-box li { margin: 0; width: 100% }
.team { height: 100% }
.team .list { height: 80%; overflow-y: auto }
.team .title { font-size: 14px; color: #666; background: #fff; padding: 13px 3% 10px; border-bottom: 1px solid #eaeaea }
.team .title span { float: right; color: #989898 }
.team .vux-flex-row { padding: 15px 7%; width: auto; background: #fff; border-bottom: 1px solid #eaeaea; margin-top: 10px }
.team .vux-flex-row .vux-flexbox-item { font-size: 14px; color: #666; line-height: 26px; text-align: left }
.team .vux-flex-row .vux-flexbox-item span { display: block; font-size: 16px; color: #333 }
.team .vux-flex-row .vux-flexbox-item p { margin-top: 13px }
.vux-1px, .vux-1px-b, .vux-1px-l, .vux-1px-r, .vux-1px-t, .vux-1px-tb { position: relative }
.vux-1px:before { content: " "; position: absolute; left: 0; top: 0; width: 200%; border: 1px solid #c7c7c7; color: #c7c7c7; height: 200%; transform-origin: left top; transform: scale(.5) }
.vux-1px-t:before { top: 0; border-top: 1px solid #c7c7c7; transform-origin: 0 0; transform: scaleY(.5) }
.vux-1px-b:after, .vux-1px-t:before { content: " "; position: absolute; left: 0; right: 0; height: 1px; color: #c7c7c7 }
.vux-1px-b:after { bottom: 0; border-bottom: 1px solid #c7c7c7; transform-origin: 0 100%; transform: scaleY(.5) }
.vux-1px-tb:before { top: 0; border-top: 1px solid #c7c7c7; transform-origin: 0 0; transform: scaleY(.5) }
.vux-1px-tb:after, .vux-1px-tb:before { content: " "; position: absolute; left: 0; right: 0; height: 1px; color: #c7c7c7 }
.vux-1px-tb:after { bottom: 0; border-bottom: 1px solid #c7c7c7; transform-origin: 0 100%; transform: scaleY(.5) }
.vux-1px-l:before { left: 0; border-left: 1px solid #c7c7c7; transform-origin: 0 0; transform: scaleX(.5) }
.vux-1px-l:before, .vux-1px-r:after { content: " "; position: absolute; top: 0; width: 1px; bottom: 0; color: #c7c7c7 }
.vux-1px-r:after { right: 0; border-right: 1px solid #c7c7c7; transform-origin: 100% 0; transform: scaleX(.5) }
.vux-table { line-height: 40px; position: relative; width: 100%; border-collapse: collapse }
.vux-table:after { content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #c7c7c7; color: #c7c7c7; transform-origin: 0 0; transform: scaleY(.5) }
.vux-table th { font-weight: 500 }
.vux-table.vux-table-bordered:before { content: " "; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #c7c7c7; color: #c7c7c7; transform-origin: 0 0; transform: scaleX(.5) }
.vux-table td, .vux-table th { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; text-align: center; position: relative; border-right: 0; border-bottom: 0 }
.vux-table td:before, .vux-table th:before { content: " "; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; border-bottom: 1px solid #c7c7c7; color: #c7c7c7; transform-origin: 0 100%; transform: scaleY(.5) }
.vux-table.vux-table-no-content-bordered td:before { border-bottom-width: 0 }
.vux-table.vux-table-no-content-bordered tr:last-child td:before { border-bottom-width: 1px }
.vux-table td:after, .vux-table th:after { content: " "; position: absolute; right: 0; top: 0; width: 1px; bottom: 0; border-right: 1px solid #c7c7c7; color: #c7c7c7; transform-origin: 100% 0; transform: scaleX(.5) }
.vux-table.vux-table-no-cell-bordered td:after, .vux-table.vux-table-no-cell-bordered th:after, .vux-table tr td:last-child:after, .vux-table tr th:last-child:after { border-right-width: 0 }
.vux-table.vux-table-bordered tr td:last-child:after, .vux-table.vux-table-bordered tr th:last-child:after { border-right-width: 1px }
.apply .box { margin-bottom: 5vh; padding: 10px; background-color: #fff; position: relative; line-height: 30px }
.apply .box .tan_btn{ position:absolute; top:25px; right:15px;}
.apply .box .tan_btn button{ outline:none; color:#000; width:80px; height:30px; line-height:32px; border-radius:5px; border:none;background:#c7a780; }
.apply .condition { background-color: #fff; margin-top: -4vh; padding: 15px 15px 25px }
.apply .progress .vux-flexbox-item:first-child { position: relative }
.apply .progress .vux-flexbox-item:first-child:after { width: 1px; background-color: #eee; content: ""; position: absolute; right: 0; top: 10%; height: 40px }
.apply .progressB { margin-top: 10px }
.apply .progressB span { position: relative; top: 8px; font-size: 22px; color: #c7a780; width: 2em; display: block; text-align: center }
.apply .progressB span:before { display: block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAMAAAAR8Wy4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABXUExURQAAAOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUOxdUHnWk1QAAAAcdFJOUwDn8bwFm3MltA4C/TSMStf6S8XS2GIX+cNgGNBcvDZ/AAAAWklEQVQI11XIRwKAIBAEwQUUMGDOzv/fKaDo2rcuolipVEm8HZj5FwIQBQMHn/verAE684JFzKZv8NTfn7UJpiyCxpsOv8gP5OEhBysnqisOVU0Dfm00/uG8AGCDDW7sI7u8AAAAAElFTkSuQmCC); background-size: 100%; width: 8px; height: 7px; content: ""; margin: 0 auto }
.apply .weui-progress { margin-top: 10px }
.apply .weui-progress .weui-progress__bar { height: 10px; border-radius: 5px; overflow: hidden }
.apply .weui-progress .weui-progress__bar .weui-progress__inner-bar { background-color: #c7a780 }
.apply .btn { width: 90%; line-height: 3; margin-top: 12vh }
.apply .vux-flexbox.progress { text-align: center; margin-top: 10px; font-size: 13px }
.apply .vux-flexbox.progress span { display: block; color: #c7a780; font-size: 26px; margin: 10px 0 }
.apply .disabled { background-color: rgba(214,175,51,.5) }
.applyList h3 { font-size: 16px; font-weight: 400; line-height: 40px; border-bottom: 1px solid #f4f4f4; padding: 0 15px }
.applyList .item { margin: 5px 15px; padding: 20px; background-color: #fff; position: relative; display: -ms-flexbox; display: flex; border: 1px solid #eee; border-radius: 5px }
.applyList .item .txt { line-height: 26px }
.applyList .item .txt span { font-weight: 700; margin-left: 5px; font-size: 15px }
.applyList .item span { margin-left: 5px }
.applyList .tip { color: #1ac4c7; text-align: center; font-size: 16px; margin-top: 30px }
.applyList .wcode { color: #c7a780 }
.applyList .showCode { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.4) }
.applyList .showCode>div { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70% }
.applyList .showCode img { width: 100% }
.applyList .showCode .close { position: absolute; left: 50%; bottom: -40px; transform: translateX(-50%) }
.applyList .wechat_code { display: block; width: 70px; height: 70px; margin-right: 20px }
.applyList .wechat_code img { width: 100% }
.weui-progress { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center }
.weui-progress__bar { background-color: #ebebeb; height: 3px; -ms-flex: 1; flex: 1 }
.weui-progress__inner-bar { width: 0; height: 100%; background-color: #09bb07 }
.weui-progress__opr { display: block; margin-left: 15px; font-size: 0 }
.audit { height: 100% }
.audit .tabs { border-radius: 5px; display: -ms-flexbox; display: flex; margin: 5% auto 0; line-height: 36px; border: 1px solid #c7a780; width: 70% }
.audit .tabs a { -ms-flex: 1; flex: 1; text-align: center; color: #c7a780 }
.audit .tabs a.active { background-color: #c7a780; color: #fff }
.audit .list { height: 80%; overflow-y: auto }
.audit .item { width: 90%; margin: 5% auto 0; padding: 10px 0 0; background-color: #fff; border-radius: 5px; box-shadow: 5px 1px 10px #dedddd; overflow: hidden; position: relative }
.audit .item .inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 2; padding: 0 3% }
.audit .item .inner>div { -ms-flex: 0 0 50%; flex: 0 0 50%; color: #666; letter-spacing: 1px; font-size: 13px }
.audit .item .inner>div span { margin-left: 5px; color: #333; font-size: 16px; letter-spacing: 0 }
.audit .item .btn { width: 100%; background-color: #c7a780; border-radius: 0; text-align: center; line-height: 40px; color: #fff; display: block; margin-top: 2vh }
.vux-fade-enter-active, .vux-fade-leave-active { opacity: 1; transition: opacity .2s linear }
.vux-fade-enter, .vux-fade-leave-to { opacity: 0 }
.vux-dialog-enter-active { animation: vux-dialog-in .5s }
.vux-dialog-leave-active { animation: vux-dialog-out .3s }
@keyframes vux-dialog-in { 0% {
transform:scale(1.185);
opacity:0
}
to { transform: scale(1); opacity: 1 }
}
@keyframes vux-dialog-out { 0% {
transform:scale(1);
opacity:1
}
to { transform: scale(.85); opacity: 0 }
}
.vux-mask-enter, .vux-mask-leave-active { opacity: 0 }
.vux-mask-enter-active, .vux-mask-leave-active { transition: opacity .3s }
.weui-mask { background: rgba(0,0,0,.6) }
.weui-mask, .weui-mask_transparent { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0 }
.weui-dialog { position: fixed; display: table; z-index: 5000; width: 80%; max-width: 300px; top: 0; right: 0; bottom: 0; left: 0; margin: auto; background-color: #fff; text-align: center; border-radius: 3px; overflow: hidden }
.weui-dialog__hd { padding: 1.3em 1.6em .5em }
.weui-dialog__hd.with-no-content { padding: 1.7em 1.6em }
.weui-dialog__title { font-weight: 400; font-size: 18px }
.weui-dialog__bd { padding: 0 1.6em .8em; min-height: 40px; font-size: 15px; line-height: 1.3; word-wrap: break-word; word-break: break-all; color: #999 }
.weui-dialog__bd:first-child { padding: 2.7em 20px 1.7em; color: #353535 }
.weui-dialog__ft { position: relative; line-height: 48px; font-size: 18px; display: -ms-flexbox; display: flex }
.weui-dialog__ft:after { content: " "; position: absolute; left: 0; top: 0; right: 0; height: 1px; border-top: 1px solid #d5d5d6; color: #d5d5d6; transform-origin: 0 0; transform: scaleY(.5) }
.weui-dialog__btn { display: block; -ms-flex: 1; flex: 1; color: #3cc51f; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); position: relative }
.weui-dialog__btn:active { background-color: #eee }
.weui-dialog__btn:after { content: " "; position: absolute; left: 0; top: 0; width: 1px; bottom: 0; border-left: 1px solid #d5d5d6; color: #d5d5d6; transform-origin: 0 0; transform: scaleX(.5) }
.weui-dialog__btn:first-child:after { display: none }
.weui-dialog__btn_default { color: #353535 }
.weui-dialog__btn_primary { color: #c7a780 }
.weui-dialog__btn_warn { color: #e64340 }
.weui-skin_android .weui-dialog { text-align: left; box-shadow: 0 6px 30px 0 rgba(0,0,0,.1) }
.weui-skin_android .weui-dialog__title { font-size: 21px }
.weui-skin_android .weui-dialog__hd { text-align: left }
.weui-skin_android .weui-dialog__bd { color: #999; padding: .25em 1.6em 2em; font-size: 17px; text-align: left }
.weui-skin_android .weui-dialog__bd:first-child { padding: 1.6em 1.6em 2em; color: #353535 }
.weui-skin_android .weui-dialog__ft { display: block; text-align: right; line-height: 42px; font-size: 16px; padding: 0 1.6em .7em }
.weui-skin_android .weui-dialog__ft:after { display: none }
.weui-skin_android .weui-dialog__btn { display: inline-block; vertical-align: top; padding: 0 .8em }
.weui-skin_android .weui-dialog__btn:after { display: none }
.weui-skin_android .weui-dialog__btn:active, .weui-skin_android .weui-dialog__btn:visited { background-color: rgba(0,0,0,.06) }
.weui-skin_android .weui-dialog__btn:last-child { margin-right: -.8em }
.weui-skin_android .weui-dialog__btn_default { color: gray }
@media screen and (min-width:1024px) {
.weui-dialog { width: 35% }
}
.vux-prompt { padding-bottom: 1.6em }
.vux-prompt-msgbox { width: 80%; border: 1px solid #dedede; border-radius: 5px; padding: 4px 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; font-size: 16px }
.weui-uploader__hd { display: -ms-flexbox; display: flex; padding-bottom: 10px; -ms-flex-align: center; align-items: center }
.weui-uploader__title { -ms-flex: 1; flex: 1 }
.weui-uploader__info { color: #b2b2b2 }
.weui-uploader__bd { margin-bottom: -4px; margin-right: -9px; overflow: hidden }
.weui-uploader__files { list-style: none }
.weui-uploader__file { float: left; margin-right: 9px; margin-bottom: 9px; width: 79px; height: 79px; background: no-repeat 50%; background-size: cover }
.weui-uploader__file_status { position: relative }
.weui-uploader__file_status:before { content: " "; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,.5) }
.weui-uploader__file_status .weui-uploader__file-content { display: block }
.weui-uploader__file-content { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff }
.weui-uploader__file-content .weui-icon-warn { display: inline-block }
.weui-uploader__input-box { float: left; position: relative; margin-right: 9px; margin-bottom: 9px; width: 77px; height: 77px; border: 1px solid #d9d9d9 }
.weui-uploader__input-box:after, .weui-uploader__input-box:before { content: " "; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #d9d9d9 }
.weui-uploader__input-box:before { width: 2px; height: 39.5px }
.weui-uploader__input-box:after { width: 39.5px; height: 2px }
.weui-uploader__input-box:active { border-color: #999 }
.weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before { background-color: #999 }
.weui-uploader__input { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-tap-highlight-color: rgba(0,0,0,0) }
.audited { height: 100%; background:#1e1e1e;}
.audited .list { height: 80%; overflow-y: auto }
.audited .tabs {  display: -ms-flexbox; display: flex;/* margin: 5% auto 0;*/ background:rgba(255, 255, 255, .1); line-height: 36px; border-bottom: 1px solid rgba(255, 255, 255, .1); width: 100% }
.audited .tabs a { -ms-flex: 1; flex: 1; text-align: center; color:rgba(255, 255, 255, .4) ;font-size: 13px;font-weight: 600; }
.audited .tabs a.active {  color: rgba(255, 255, 255, .8) ;/*border-bottom: 2px solid rgba(255, 255, 255, .8);*/font-weight: 600;font-size: 15px;}
.audited .tabs a span{float: left;width: 20px;height: 2px;border-bottom: 2px solid #fff; position: relative;top: 34px;left: 50%;display: none;}
.audited .item { display: none;}
.audited .item .item_con{/*width: 100%; *//* margin:0 2.5%;*/ padding: 15px;border-bottom: 1px solid rgba(255,255,255,.2);background:rgba(255, 255, 255, .1); /*background-color: #fff; border-radius: 5px; box-shadow: 5px 1px 10px #dedddd;*/ overflow: hidden; position: relative }
.audited .item .shenhe_btn{ /*position:absolute; bottom:20px; right:15px;*/float: right;margin-top: 9px;}
.audited .item .shenhe_btn button{ width:80px; height:30px; line-height:30px; outline:none; color:rgba(255, 255, 255, .8); border-radius:20px; border:1px solid rgba(255, 255, 255, .3);background: none;text-align: center;background-color: transparent;}
.audited .item .shenhe_btn button:nth-child(3){ background: -webkit-linear-gradient(left, #b18e51 , #dcbb7b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#b18e51 , #dcbb7b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#b18e51 , #dcbb7b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b18e51 , #dcbb7b); /* 标准的语法 */box-shadow: 0 0 10px rgba(220,187,123,0.5); }
.audited .item .inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 2; /*padding: 0 3%;*/ color:rgba(255, 255, 255, .8) }
.audited .item .inner>div { /*-ms-flex: 0 0 50%; flex: 0 0 50%;*/ letter-spacing: 1px; font-size: 13px }
.audited .item .inner>div span { margin-left: 5px; color: rgba(255, 255, 255, .8); font-size: 16px; letter-spacing: 0 }
.audited .item .agreeBG { background: url(../images/tongyiu.png) no-repeat; background-size: 100%; width: 50px; height: 50px; display: block; position: absolute; right: 10px; bottom: 15px }
.vsim-load[data-v-e199933e] { height: 100%; overflow: auto; -webkit-overflow-scrolling: touch }
.vsim-load-header[data-v-e199933e] { margin-top: -50px; font-size: 14px }
.vsim-load-footer[data-v-e199933e], .vsim-load-header[data-v-e199933e] { height: 50px; line-height: 50px; text-align: center; color: #666; letter-spacing: -.31px }
.vsim-load-footer[data-v-e199933e] { font-size: 13px }


/*注册*/
.zhuce_xincon{width:95%;margin:60px auto 0; background:#262626; border-radius:10px;padding:0 10px;box-sizing:border-box;}
.zhuce_xincon .xinxi_one { width:100%; border-bottom:1px solid rgba(255, 255, 255, .1); padding:8px 0; position:relative;} 
.zhuce_xincon .xinxi_one:last-child{ border:none;}
.zhuce_xincon .xinxi_one .input{width:100%;float:right;display:block;line-height:35px;font-size:14px;color:rgba(255, 255, 255, .8);border:none;background: none;outline: none;}
.zhuce_xincon .xinxi_one .danxuan{width:calc(100% - 90px); float:right; display:block; line-height:35px;}
.zhuce_xincon .xinxi_one .select{width:calc(100% - 90px); float:right; display:block; line-height:35px; height:35px; border:none; font-size:14px;}
.zhuce_xincon .xinxi_one i{ position:absolute; right:5px; top:0; line-height:56px; color:#666;}
.zhuce_xincon .xinxi_one p{ width:calc(100% - 90px); float:right; display:block; line-height:35px; font-size:14px; color:#333;}
.zhuce_xincon .xinxi_one input#btn{ position:absolute; top:10px; right:0; background:#c7a780; color:#000; border-radius:5px; font-size:14px; border:none; padding:0 10px; line-height:35px;}
.zhuce_xincon .xinxi_one span{ width:90px; float:left; font-size:14px; color:#333; line-height:35px;}
.zhuce_xincon .xinxi_one span em{ font-size:12px; color:#f00;}
.zhuce_xincon .xinxi_two .img{width:100%;}
.zhuce_xincon .xinxi_two .img .input{ width:80px; height:80px; float:left; margin-right:10px; background:url(../images/z_add.png) no-repeat center; background-size:100% 100%;}
.zhuce_xincon .xinxi_two .img .input input{ width:100%; height:100%; display:block; opacity:0;}
.zhuce_xincon .xinxi_two .img .ip_img{ width:80px; height:80px; float:left; position:relative;}
.zhuce_xincon .xinxi_two .img .ip_img .close{ position:absolute; top:-5px; right:-5px; background:#ccc; border-radius:50%; width:20px; height:20px;} 
.zhuce_xincon .xinxi_two .img .ip_img .close img{ float:left;}
.zhuce_xincon .xinxi_two .img .ip_img img{ width:100%; height:100%;}

.zhuce_xincon .xinxi_two { width:100%; padding:10px 0; position:relative; border-bottom:1px solid #f1f1f1;} 
.zhuce_xincon .xinxi_two .input{width:calc(100% - 90px);float:right;display:block;line-height:35px;font-size:14px;color:#333;border:none;background: none;}
.zhuce_xincon .xinxi_two #btn{ position:absolute; top:10px; right:0; background:#f34944; color:#fff; border-radius:5px; font-size:14px; border:none; padding:0 10px; line-height:35px;}
.zhuce_xincon .xinxi_two .danxuan{width:calc(100% - 80px); float:right; display:block; line-height:35px;}
.zhuce_xincon .xinxi_two .select{width:calc(100% - 80px); float:right; display:block; line-height:35px; border:none; font-size:14px;}
.zhuce_xincon .xinxi_two i{ position:absolute; right:5px; top:0; line-height:56px; color:#666;}
.zhuce_xincon .xinxi_two p{ width:calc(100% - 80px); float:right; display:block; line-height:35px; font-size:14px; color:#333;}
.zhuce_xincon .xinxi_two span{ width:100%;font-size:14px; color:#333; line-height:35px;}
.zhuce_xincon .xinxi_two span em{ font-size:12px; color:#f00;}
.zhuce_xinxi_three{ width:100%; padding:0 10px; box-sizing:border-box; margin-top:5px;}
.zhuce_xinxi_three .danxuan{float:left; display:block; line-height:35px; text-align:right;}
.zhuce_xinxi_three .danxuan .one{position: relative;
font-size:14px; color:#666;
	 display:inline-block;}
.zhuce_xinxi_three .danxuan .one input{position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;}
	
.zhuce_xinxi_three .danxuan .one i{ width: 20px;
    height: 20px;
    background: url(../images/choose_3_1.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    display: block;
    float: left;
    margin-top: 8px;}
	
.zhuce_xinxi_three .danxuan .one input.radio1:checked ~i {
    background: url(../images/choose_3_2.png) no-repeat center;
    background-size: 100% 100%;
}
.zhuce_xinxi_three p{ float:left; line-height:35px; font-size:14px;}
.zhuce_xinxi_three p a{ color:#007eff;}

.zhuce_xincon .shangchuan_con{ width:100%;}
.zhuce_xincon .shangchuan_con::after{ content:""; display:block; clear:both;}
.zhuce_xincon .shangchuan_con .left{ width:90px; height:90px; position:relative; float:left;}
.zhuce_xincon .shangchuan_con .left img{ width:100%; height:100%;}
.zhuce_xincon .shangchuan_con .left input{ opacity:0; width:100%; height:100%; display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.zhuce_xincon .shangchuan_con .right{ width:90px; height:90px; float:left; margin-left:20px;}
.zhuce_xincon .shangchuan_con .right img{ width:100%; height:100%;}
div::after{ content:""; display:block; clear:both;}
.zhuce_xincon .xinxi_one .input::-webkit-input-placeholder{color: rgba(255, 255, 255, .5)}
.zhuce_xincon .xinxi_one .input::-moz-placeholder{color: rgba(255, 255, 255, .5)}
.zhuce_xincon .xinxi_one .input:-ms-input-placeholder{ color: rgba(255, 255, 255, .5) }
/*申诉*/
.dingdan_pingjia{ width:100%;padding:10px; box-sizing:border-box;}

.dingdan_pingjia .shezhi_con{ width:100%; background:rgba(255, 255, 255, .1); box-sizing:border-box]; padding:5px; box-sizing:border-box; border-radius:5px; /*box-shadow:0 0 5px rgba(0,0,0,0.1);*/}
.dingdan_pingjia .shezhi_con textarea{ width:100%; border:none; font-size:14px;color: rgba(255, 255, 255, .8);}
.dingdan_pingjia .one{ background:#fff; border-radius:5px; margin-bottom:10px; overflow:hidden; font-size:14px; color:#333}
.dingdan_pingjia .one span{ float:left; display:block; width:80px; text-align:center; line-height:45px;}
.dingdan_pingjia .one input{ float:right; width:calc(100% - 80px); padding:0 10px; box-sizing:border-box; border:none; line-height:45px; height:45px;}
.dingdan_pingjia .two { width:100%; border-radius:5px; background:rgba(255, 255, 255, .1); margin-top:10px; padding:10px; box-sizing:border-box;}
.dingdan_pingjia .two .left{ width:100%; height:100%; position:relative; float:left;margin-left: 4px;}
.dingdan_pingjia .two .left img{ width:100%; height:100%;}
.dingdan_pingjia .two .left input{ opacity:0; width:100%; height:100%; display:block; position:absolute; top:0; left:0; width:100%; height:100%;}
.dingdan_pingjia .two .right{ width:90px; height:90px; float:left; margin-left:20px;}
.dingdan_pingjia .two .right img{ width:100%; height:100%;}

/*发布按钮*/
.fabu_btn{ width:50px; height:50px; position:fixed; bottom:80px; right:15px; z-index:99;}
.fabu_btn a{ display:block; width:50px; height:50px;}
.fabu_btn a img{ width:100%; height:100%;}

/*推广*/
.tuiguang_con{ position: fixed; width:100%; height:calc(100% - 46px); top:46px; left:0;}
.tuiguang_con > img{ height:100%; display:block; width:100%;}
.tuiguang_con .erweima_con{position:fixed;top: 51%;width:150px;height:150px;left:50%;margin-left:-75px;border-radius:5px;overflow:hidden;}
.tuiguang_con .erweima_con img{ width:100%;}
.tuiguang_con .fuzhi_con{position:fixed;top: 42%;width:80%;left:50%;margin-left:-40%;}
.tuiguang_con .fuzhi_con input{ float:left; width:calc(100% - 80px); background:#fff; border-radius:5px; height:35px; line-height:35px;box-sizing: border-box; padding:0 10px; border:1px solid #c7a780}
.tuiguang_con .fuzhi_con button{ background:#c7a780;  border-radius:5px; border:1px solid #c7a780; color:#000; width:70px; height:35px; line-height:35px; float:right; box-sizing: border-box;}
  
  
  /*登录*/
.denglu{ width:100%; height:100vh; padding:65px 0 0; box-sizing:border-box;}
.denglu .logo{ width:88.3px; height:88.3px; overflow:hidden;margin:0 auto; border-radius: 50%; background: -webkit-linear-gradient(left, #b18e51 , #dcbb7b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#b18e51 , #dcbb7b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#b18e51 , #dcbb7b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b18e51 , #dcbb7b); /* 标准的语法 */box-shadow: 0 0 10px rgba(220,187,123,0.5); text-align: center;}
.denglu .logo img{width: 65%;height: 65%;margin-top: 17px; border-radius: 50%;}
.denglu p{color: rgba(255, 255, 255, .8);font-size: 20px;letter-spacing: .0426rem;width: 100%;text-align: center;line-height: 45px}
.denglu .denglu_kuang{padding:0 30px;width:88%;height: 250px;margin:0 auto;border-radius:10px;margin-top:50px;box-sizing:border-box;background: rgba(255, 255, 255, .1);box-shadow: 0 0 0 transparent;}
.denglu .denglu_kuang h1{height: 80px;line-height: 80px;color: #fff;font-weight: lighter;}
.denglu .denglu_kuang .kuang_one{width:100%;padding:12px 10px;box-sizing:border-box;margin-bottom:15px;border-bottom:1px solid rgba(218, 185, 121, 0.17);}
.denglu .denglu_kuang .kuang_one img{width: 20px}
.denglu .denglu_kuang .kuang_one i{float:left;font-size:20px;line-height:20px;color: #c7a780;width:30px;border-right:1px solid #fff;display:block;}
.denglu .denglu_kuang .kuang_one:nth-child(2){ margin-bottom:10px;}
.denglu .denglu_kuang .kuang_one input{ width:calc(100% - 40px); float:right; border:none; background:none; color:#fff; line-height:20px;font-size: 15px;outline: none;}
.denglu .denglu_kuang .kuang_one input::-webkit-input-placeholder{color:rgba(255, 255, 255, .5);}
.denglu .denglu_kuang .kuang_one input::-moz-placeholder{ color:rgba(255, 255, 255, .5);}
.denglu .denglu_kuang .kuang_one input:-moz-placeholder{ color:rgba(255, 255, 255, .5);}
.denglu .denglu_kuang .kuang_one input:-ms-input-placeholder{  color:rgba(255, 255, 255, .5);}	
.denglu .denglu_kuang .kuang_one input::-webkit-input-placeholder {color: rgba(255, 255, 255, .5);}

.zuoyou_a{ padding:5px 0;}
.zuoyou_a .button_two{width:50%; float:left; text-align:left; color:#333; display:block; font-size:14px;}
.zuoyou_a .remember{ width:100%;  text-align:left; color:#c7a780; display:block; font-size:14px;}
.denglu .denglu_kuang .denglu_button{width:100%;margin-top: 14px;}
.denglu .denglu_kuang .denglu_button .button_one{
  outline: none;
  border: none;
  float:left;
  width:100%;
  color:#fff;
  padding: 10px 0;
  font-size: 16px;
  border-radius:50px;
  text-align:center;
 background: -webkit-linear-gradient(left, #b18e51 , #dcbb7b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#b18e51 , #dcbb7b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#b18e51 , #dcbb7b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b18e51 , #dcbb7b); /* 标准的语法 */
   box-shadow: 0 0 10px rgba(220,187,123,0.5); 
  }

/*弹框2*/
.tankuang_onebg{ top:0; display:none; left:0; background:rgba(0,0,0,0.3); position:fixed; z-index:999; height:100vh; width:100%}
.tankuang_onecon{ width:90%; display:none; border-radius:5px; position:fixed; top:20%; left:50%; z-index:9999; margin-left:-45%; background:#fff;}
.tankuang_onecon .con{ padding:10px; box-sizing:border-box; min-height:200px; max-height:210px; overflow-y:scroll;}
.tankuang_onecon .con p{ font-size:14px; color:#333; line-height:1.8em;}

.tankuang_onecon .bottom{ width:100%; text-align:center; padding:5px 0 10px; position:relative; z-index:10;}
.tankuang_onecon .bottom button{ width:110px; margin:0 5px; border-radius:5px; font-size:15px; color:#fff; height:35px;}
.tankuang_onecon .bottom button.quxiao{ background:#f8f8f8; border:1px solid #eee; color:#666;}
.tankuang_onecon .bottom button.queding{ background:#fb4848; border:1px solid #fb4848;}
.tankuang_onecon .bottom a.queding{ width:110px; margin:0 5px; border-radius:5px; font-size:15px; color:#fff; height:35px; display: inline-block; line-height:35px; box-sizing:border-box; background:#fb4848; border:1px solid #fb4848;}

.shangjia_con{ width:100%; margin-top:10px;}
.shangjia_con .title{ /*line-height:40px;*/ border-left:2px solid #c7a780; width:100%;margin:10px 0; /*background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1);*/ padding-left:10px; box-sizing:border-box; font-size:14px; color:#666;height: 20px;line-height: 20px;}
.shangjia_con .one{ width:95%; border-radius:5px;line-height: 35px; box-shadow: 0 0 5px rgba(0,0,0,0.1); background:rgba(255, 255, 255, .1); padding:10px; box-sizing:border-box; margin:10px auto 0;}
.shangjia_con .one p{ font-size:14px; color:rgba(255, 255, 255, .8); /*line-height:2.4em;*/}
.shangjia_con .one p a{ color:#c7a780; margin-left:5px;}
.shangjia_con .one p .btn_fz{ /*background: -webkit-linear-gradient(left, #c7a780 , #08c4ff); 
  background: -o-linear-gradient(right,  #c7a780 , #08c4ff);
  background: -moz-linear-gradient(right,  #c7a780 , #08c4ff);
  background: linear-gradient(to right,  #c7a780 , #08c4ff);*/ margin-left:5px; padding:3px 10px; font-size:14px; border-radius:24px; border:none; color:#fff;}
/*金光*/
.jinguang_img{ width:100%; margin-top:-15px; background:#1e1e1e;}
.jinguang_img img{width:100%;margin-top: -26px;margin-bottom: -22px;}
/*公告*/
.gonggao_con{width: 95%;margin:0 auto;padding:5px 10px;box-sizing:border-box;box-shadow:0 0 5px rgba(0,0,0,0.1);border-radius: 5px;background:#262626;position:  relative;}
.gonggao_con span{ display:block;font-size:16px;line-height: 30px; /*width:60px;*/ margin-right:10px; float:left; text-align:center; color:rgba(255, 255, 255, .8); font-weight: 600;}
.gonggao_con i{ display:block; width:60px; margin-right:5px; float:left; text-align:center; color:#ff9374; margin-top:3px;}
.gonggao_con i img{ width:100%;}
.gonggao_con .ul{ float:left; width:calc(100% - 110px);}
.gonggao_con ul::after{ content:""; display:block; clear:both;}
.gonggao_con ul{ line-height:normal !important;}
.gonggao_con ul li{white-space:nowrap; float:left; margin-right:30px; line-height:normal !important; list-style:none;}
.gonggao_con ul li a{ font-size:14px; color:#c7a780;line-height:29px;padding-right:106px;}
.gonggao_con .more{ float:right; font-size:12px;}
.gonggao_con .more a{color: rgba(255, 255, 255, .8);line-height:30px;padding-left:15px;border-left: 1px solid #F4CD4A;}
.banner{ width:95% !important; margin:0px auto!important; border-radius:5px; overflow:hidden;}
.banner img{border-radius:5px;}

.banner .swiper-pagination-bullet{ background:#fff !important;}
.banner .swiper-slide{ width:100% !important;}
.banner .swiper-pagination-bullet-active{ width:15px !important; border-radius:8px;}


.index_dialog_mask {position: fixed;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, .7);display: none;z-index: 99;display: none}
.index_dialog {display: none;position: fixed;width: 80%;max-height:  80%;height: 68%;background: url(../images/index_dialog_banner.png) no-repeat;background-size: 100% 100%;z-index: 100;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none;}
.index_dialog .dialog_title { width: 100%;padding: 34px 0 0;text-align: center;position: relative;}
.index_dialog .dialog_title img {width:70%;height: 100%;}
.index_dialog .dialog_content {width: 100%;text-align: center;position: relative;top: 15px;}
.index_dialog .dialog_content ul { width: 100%;overflow: hidden;display: flex;flex-wrap: wrap;}
.index_dialog .dialog_content ul li {width: 50%;padding-bottom: 20px;position: relative;}
.index_dialog .dialog_content ul li img { width: 80%;font-weight: 600;}

/*我要闯关*/
.upgrade_box {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    padding: 20px 15px;
     margin: 10px;
    border-radius: 6px;
}
.upgrade_star {
    position: relative;
    overflow: hidden;
    padding-top: .5rem;
}
.upgrade_star .upgrade_star_o {
    min-width: 3.84rem;
    text-align: center;
    width: auto;
}.upgrade_star .upgrade_star_o span {
    border:1px solid #c7a780;
    color:#c7a780;
	box-sizing:border-box;
}
.upgrade_star .upgrade_star_o span {
    display: inline-block;
    /* width: 3.84rem; */
    padding: 0 8px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 7px;
    font-size: 15px;
}
.upgrade_star .upgrade_star_o p {
    color: #fff;
    font-size: 13px;
}
.upgrade_star .upgrade_star_o p {
    width: 100%;
    text-align: center;
    /*color: #999999;*/
    padding-top: .3rem;
}
.fl {
    float: left;
}
.upgrade_star .upgrade_star_o {
    min-width: 3.84rem;
    text-align: center;
    width: auto;
}
.fr {
    float: right;
}
.upgrade_star .upgrade_star_o.upgrade_star_r span {
    background-color: #c7a780;
    color: #fff;
}
.upgrade_tips {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    margin-top: 20px;
}
.upgrade_tips {
    padding: .5rem 0;
    font-weight: 300;
}
.upgrade_box .plan {
    background: #ccc;
}
.upgrade_box .plan {
    margin-top: 1rem;
    height: 8px;
    border-radius: .5rem;
    position: relative;
}
.upgrade_box .plan span {
   background: -webkit-linear-gradient(left, #b18e51 , #dcbb7b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right,#b18e51 , #dcbb7b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right,#b18e51 , #dcbb7b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #b18e51 , #dcbb7b); /* 标准的语法 */box-shadow: 0 0 10px rgba(220,187,123,0.2)
}
.upgrade_box .plan span {
    display: block;
    position: absolute;
    left: 0;
    /*top: -21px;*/
    bottom: 0;
    height: 100%;
    border-radius: 2rem;
    transition: all .5s;
}
.upgrade_box .plan em {
    position: absolute;
    top: -.8rem;
    right: 0;
    left: 0;
    text-align: right;
    font-size: 0.64rem;
}
.upgrade_num {
    padding-top: .3rem;
}
span, img {
    vertical-align: middle;
}
.upgrade_btn {
    text-align: center;
    margin-top: .5rem;
}
.upgrade_btn a {
     background:#c7a780;

    letter-spacing: 2px;
}
.upgrade_btn a {
    width: 100%;
    height: 45px;
    line-height:45px;
    font-size:16px;
    border-radius:50px;
    margin: 0 auto;
    color: #fff;
    display: block;
}
.upgrade_box .up_applay_history {
    width: 100%;
    text-align: right;
    height: 1rem;
    margin-top: .5rem;
}
.upgrade_box .up_applay_history a {
    display: inline-block;
    widows: 3.2rem;
    height: 1rem;
    color:#c7a780;
    font-size: 13px;
    letter-spacing: 2px;
}
/*闯关记录*/
.orderList-search {
    padding: .427rem 0;
    /* background: rgba(255, 255, 255, .1); */
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.orderList-search .order_search {
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    height:45px;
}
.flex_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.orderList-search .order_search .search_content {
    height:87%;
    flex: 1;
    border-radius: .64rem;
    -webkit-border-radius: .64rem;
    -moz-border-radius: .64rem;
    -ms-border-radius: .64rem;
    -o-border-radius: .64rem;
    padding-left: .626667rem;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
    position: relative;
        border-radius: 33px;
}
.flex_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.orderList-search .search_content .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left:4rem;
}
.order_search .search_content .searchInput {
    flex: 1;
    height:100%;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255,.8);
    text-align: center;
}
.order_search .search_content .searchInput::-webkit-input-placeholder{color: rgba(255, 255, 255, .4)}
.order_search .search_content .searchInput::-moz-placeholder{color: rgba(255, 255, 255, .4)}
.order_search .search_content .searchInput:-ms-input-placeholder{ color: rgba(255, 255, 255, .4) }
.orderList-search .order_search .search_btn {
    width: 45px;
    height: 100%;
    text-align: center;
    height: 1.28rem;
    line-height: 1.28rem;
    border-radius: .64rem;
    -webkit-border-radius: .64rem;
    -moz-border-radius: .64rem;
    -ms-border-radius: .64rem;
    -o-border-radius: .64rem;
    font-size: 17px;
    color: rgba(255, 255, 255,.8);
}
 /*行会大厅*/
 .classreturn, .team_orderBy, .teamList, .team_header {
    background: rgba(255, 255, 255, .1);
}.team_header {
    background: url(../images/theme/my_team_banner.png) no-repeat;
    overflow: hidden;
}
.team_header {
    width: 95%;
    height: 127px;
    margin: .426667rem auto;
    border-radius: .213333rem;
    padding: .853333rem .533333rem;
    -webkit-border-radius: .213333rem;
    -moz-border-radius: .213333rem;
    -ms-border-radius: .213333rem;
    -o-border-radius: .213333rem;
    justify-content: space-between;
    color: #fff;
    background-image: url(../images/team_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .1);
}
.flex_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.team_header .header_userInfo {
    align-self: flex-start;
}
.flex_panel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.team_header .header_userInfo .icon {
    box-sizing: content-box;
    border: .1rem solid rgba(255, 255, 255,.8);
    border-radius: 50%;
}
.team_header .header_userInfo .icon {
    width:47px;
    height: 47px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .426667rem;
       margin: 19px 0px;
}
img.icon {
    width: .981333rem;
    height: .981333rem;
}
.team_header .header_userInfo .userInfo-detail {
    height: 1.706667rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     margin-top: -32px;
     margin-left: 6%;
 }
.team_header .header_userInfo .userInfo-detail .name {
    /*font-size: 16px;*/
}
b, strong {
    font-weight: bold;
}
.team_header .header_userInfo .userInfo-detail .tag {
    background:#fff;
    color:#000;
    display: inline-block;
    width: auto;
    padding: 0 .2rem;
}
.team_header .header_userInfo .userInfo-detail .tag {
     /*width:95px; */
    text-align: center;
    font-size: 10px;
    border-radius: 15px;
}
.team_header .header_money {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:0;
    width: 51%;
    margin-left: 2%;
}
.team_header .header_money .des {
    margin-bottom: .426667rem;
    font-size:10px;
    color: rgba(255, 255, 255, .8);
    text-align: left;
}
/*综合信用评分*/
.white_bg {
    background-color: rgba(255, 255, 255, .1);
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.credit_index {
    height: calc(100vh - 1.87733rem);
    /* background: rgba(255, 255, 255, .1); */
    padding-top: .853rem;
}
.credit_list_box {
    margin: 0 .427rem .853rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: .853rem;
}
.credit_list {
    margin: 0 .427rem;
    padding: 0 .427rem;
    /* background: rgba(255, 255, 255, .1); */
    border-radius: .3rem;
}
.credit_list li {
    padding: .5rem 2rem;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid rgba(255, 255, 255, .1); */
}
.credit_list li > div.item {
    background: #6356E2;
    height: 1.493rem;
    border-radius: .3rem;
    width: 3.84rem;
    font-weight: 600;
    font-size: .512rem;
    color: #fff;
}
.credit_list li:nth-child(1) > div {
    background-color: rgba(111,191,70, .2);
    color: rgb(111,191,70);
}

.credit_list li > div {
    background: #6356E2;
    height: 1.493rem;
    border-radius: .3rem;
    width: 3.84rem;
    color: #BCB5FF;
    font-size: .597rem;
    text-align: center;
    line-height: 1.493rem;
}
.credit_list li > div img {
    width: .768rem;
    height: .768rem;


    vertical-align: middle;
    margin-right: .341rem;
}
.credit_list li:nth-child(2) > div {

    background-color: rgba(241,116,34, .2);
    color: rgb(241,116,34);
}
.credit_list li:nth-child(3) > div {
    background-color: rgba(235,64,38, .2);
    color: rgb(235,64,38);
}
.credit_list li:nth-child(4) > div {
    background-color: rgba(251,175,27, .2);
    color: rgb(251,175,27);
}
.credit_list li > div.score {
    width: 100%;
}
.credit_rules_box {
    padding: 0 15px;
    color: rgba(255, 255, 255, .8);
}
.credit_rules_box .title {
    border-left: 2px solid #FF8C00;
    font-size: .555rem;
    padding-left: .5rem;
    /*margin: .64rem 0;*/
}
.credit_rules_box textarea {
    width: 100%;
    border: none;
    outline: none;
    font-size: 12px;
}
textarea {
    overflow: auto;background: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

  .mask {position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, .3);z-index: 500; width: 100%;height: 100%;justify-content: center;}
.flex_panel {display: flex;justify-content: flex-start;align-items: center;display: no ne;}
.remark_alert {
    background:#fff;
    padding: 0 .5rem 10px;
    display: none
}
.remark_alert {
    width: 265px;
    height: 169px;
    background-color: #fff;
    border-radius: .213333rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.remark_alert .alert_title {
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
}
.remark_alert .alert_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border-bottom:1px solid #eee;
}
.remark_alert .alert_content {
    border-color: #eee;
}
.remark_alert .alert_content {
    width: 78%;
    height: 1.28rem;
    margin: 18px auto;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: .213333rem;
    -moz-border-radius: .213333rem;
    -ms-border-radius: .213333rem;
    -o-border-radius: .213333rem;
    padding: .426667rem;
}
.remark_alert .alert_content .main_input {
    background: transparent;
    color:#333;
}


.remark_alert .alert_content .main_input::-webkit-input-placeholder{color:#999}
.remark_alert .alert_content .main_input::-moz-placeholder{color:#999}
.remark_alert .alert_content .main_input:-ms-input-placeholder{ color:#999}
.remark_alert .alert_content .main_input {
    flex: 1;
    border: none;
    outline: none;
}
.remark_alert .alert_content .edit_img {
    width: 20px;
    height: 20px;
    margin-left: .213333rem;
}
    
.upgrade_btn {
	width: 100%;
    text-align: center;
    margin-top:30px;

}
.remark_alert .alert_btn {
    width: 50%;
    height:35px;
    line-height: 35px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    border-radius:35px;
}
.order_list_upgrade_btn a {
    background:#c7a780;
	color:#fff;
     font-size: 16px;
}