﻿.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

* html {
    background-image: url(../images/about:blank);
    background-attachment: fixed
}

html #layuicss-skinlayercss {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
    background: url(../images/loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(../images/icon.png) no-repeat
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layui-layer {
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes layer-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(../images/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(../images/loading-1.gif) no-repeat
}

.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(../images/loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(../images/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 220px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    cursor: default;
    overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
    height: 43px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
    display: block
}

.xubox_tabclose {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

.layui-layer-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgbar, .layui-layer-imguide {
    display: none
}

.layui-layer-imgnext, .layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000 \9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }
    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width: 1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.mui-input-group {
    border: none;
    border-radius: 10px;
    border-left: 1px solid #c8c7cc;
    border-right: 1px solid #c8c7cc;
    overflow: hidden;
    margin: 0 10px;
}
.mui-input-group {
    position: relative;
    padding: 0;
    border: 0;
    background-color: #fff;
}
.mui-input-group .mui-input-row {
    height: 40px;
}
.mui-input-row {
    position: relative;
}
.mui-input-row {
    clear: left;
    overflow: hidden;
}

.mui-input-row label {
    text-align: center;
}
.mui-input-group label {
    width: 22%;
}
.mui-input-row label {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    line-height: 1.1;
    float: left;
    width: 20%;
    padding: 12px 15px;
}

.mui-input-row img {
    max-width: 24px;
    margin-top: -5px;
}
.mui-input-group input:last-child {
    background-image: none;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {
    width: 78%;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {
    float: right;
    width: 78%;
    margin-bottom: 0;
    padding-left: 0;
    border: 0;
}
.mui-input-row .mui-btn+input, .mui-input-row label+input, .mui-input-row:last-child {
    background: 0 0;
}
.mui-input-group input, .mui-input-group textarea {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    line-height: 21px;
    width: 100%;
    height: 40px;
    /*margin-bottom: 15px;*/
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
input, select, textarea {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}
.reg-button {
    margin: 10px;
}
#reg {
    background-color: #00C0EF;
    border: 1px solid #00C0EF;
    color: #fff;
}
.mui-btn {
    padding: 10px;
}
.mui-btn-block {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 0;
}
/*.mui-btn-blue, .mui-btn-primary, input[type=submit] {*/
    /*color: #fff;*/
    /*border: 1px solid #007aff;*/
    /*background-color: #007aff;*/
/*}*/
/*.mui-btn, button, input[type=button], input[type=reset], input[type=submit] {*/
    /*font-size: 14px;*/
    /*font-weight: 400;*/
    /*line-height: 1.42;*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*margin-bottom: 0;*/
    /*padding: 6px 12px;*/
    /*cursor: pointer;*/
    /*-webkit-transition: all;*/
    /*transition: all;*/
    /*-webkit-transition-timing-function: linear;*/
    /*transition-timing-function: linear;*/
    /*-webkit-transition-duration: .2s;*/
    /*transition-duration: .2s;*/
    /*text-align: center;*/
    /*vertical-align: top;*/
    /*white-space: nowrap;*/
    /*color: #333;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 3px;*/
    /*border-top-left-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
/*}*/
.mui-content {
    background-color: #efeff4;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}
.verify-code #getCodeBtn {
    position: absolute;
    right: 10px;
    top: 3px;
    padding: 5px 10px;
    border-radius: 10px;
}
.mui-btn-danger {
    cursor: pointer;
}
.mui-btn-danger, .mui-btn-negative, .mui-btn-red {
    color: #fff;
    border: 1px solid #00C0EF;
    background-color: #00C0EF;
}
.user-deal {
    /* margin-top: 10px; */
    text-align: center;
}
.user-deal p {
    color: #666;
}
p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #8f8f94;
}
#zhuce{
    z-index: 19891016; width: 350px; background-color: #efeff4; top: 250px; left: 776.5px;display: none;
}
/* 修改至居中 */
#zhuce{
    position: fixed;
    left:calc(50% - 175px);
    top:calc(50% - 137px);
}

#denglu{
    z-index: 19891016; width: 350px; background-color: #efeff4;height: 200px; top: 250px; left: 776.5px;display: none;
}
.zhezhaoc{
    background: #000;opacity: 0.7;width:100%;height:100%;position: fixed;top: 0;display: none;
}

/*底部悬浮*/
.popup {
    Z-INDEX: 120;
    BORDER-BOTTOM: #252a2e 1px solid;
    POSITION: fixed;
    BORDER-LEFT: #252a2e 1px solid;
    MARGIN-TOP: -140px;
    WIDTH: 500px;
    DISPLAY: none;
    BACKGROUND: #3e454e;
    HEIGHT: 280px;
    MARGIN-LEFT: -250px;
    BORDER-TOP: #252a2e 1px solid;
    TOP: 50%;
    BORDER-RIGHT: #252a2e 1px solid;
    LEFT: 50%;
    border-radius: 9px;
    box-shadow: 0px 2px 7px 0px black
}

.topBar {
    POSITION: absolute;
    FILTER: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#383f47', endColorstr = '#31373e', GradientType = 0);
    LINE-HEIGHT: 40px;
    TEXT-INDENT: 20px;
    WIDTH: 100%;
    BACKGROUND: rgb(56, 63, 71);
    HEIGHT: 40px;
    TOP: 0px;
    LEFT: 0px;
    border-radius: 9px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, .2), 0px 1px 0px 0px rgba(0, 0, 0, .58);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.botBar {
    POSITION: absolute;
    WIDTH: 100%;
    BOTTOM: 0px;
    HEIGHT: 65px;
    LEFT: 0px;
    /*box-shadow: 0px -1px 0px 0px #343a41, inset 0px 1px 0px 0px #555c64*/
}

.popupClose {
    POSITION: absolute;
    WIDTH: 16px;
    BACKGROUND: url(../picture/closepopup.png);
    HEIGHT: 15px;
    TOP: 14px;
    CURSOR: pointer;
    RIGHT: 20px;
    opacity: .7
}

.posts H2 {
    MARGIN: 0px
}

time {
    COLOR: #aaa;
    FONT-WEIGHT: normal
}

.popupClose:hover {
    opacity: 1
}

.popupContent {
    POSITION: relative;
    MARGIN: 60px 20px 20px
}

.popupContent INPUT[type='text'] {
    MARGIN-TOP: 7px;
    WIDTH: 190px;
    MARGIN-BOTTOM: 15px
}

.popupContent INPUT[type='password'] {
    MARGIN-TOP: 7px;
    WIDTH: 190px;
    MARGIN-BOTTOM: 15px
}

.popupButtons {
    POSITION: absolute;
    BOTTOM: 16px;
    RIGHT: 120px
}

.popupBottonText {
    POSITION: absolute;
    BOTTOM: 22px;
    LEFT: 20px
}

.white.button {
    BORDER-BOTTOM: medium none;
    FILTER: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#c6c6c6', endColorstr = '#b2b2b2', GradientType = 0);
    BORDER-LEFT: medium none;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    BACKGROUND: rgb(198, 198, 198);
    COLOR: #232123;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bold;
    BORDER-RIGHT: medium none;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, .4), 0px 1px 2px 0px rgba(0, 0, 0, .5);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .2)
}

.white.button:hover {
    COLOR: #232123;
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, .4), 0px 1px 2px 0px rgba(0, 0, 0, .5), inset 0px 0px 30px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px rgba(255, 255, 255, .2)
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.iconContainer {
    TEXT-ALIGN: center;
    DISPLAY: inline-block;
    FLOAT: left
}

.iconContainer DIV {
    MARGIN: 0px auto
}

.hr {
    TEXT-ALIGN: center;
    WIDTH: 100%;
    MARGIN-BOTTOM: 18px;
    HEIGHT: 20px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .4)
}

.hr DIV {
    MARGIN-TOP: 12px;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    DISPLAY: inline-block;
    BACKGROUND: #3e454e
}

.dark A:hover {

}

.inputHolder {
    POSITION: relative
}

.inputHolder IMG {
    POSITION: absolute;
    DISPLAY: none;
    TOP: 16px;
    RIGHT: 7px
}

.tooltip {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    DISPLAY: none;
    BACKGROUND: url(../images/tooltipmiddle.png);
    HEIGHT: 45px;
    PADDING-TOP: 0px
}

.tooltip .tRight {
    Z-INDEX: 10;
    POSITION: absolute;
    WIDTH: 40px;
    BACKGROUND: url(../images/tooltipright.png);
    HEIGHT: 45px;
    TOP: 0px;
    RIGHT: -40px
}

.tooltip .tLeft {
    Z-INDEX: 10;
    POSITION: absolute;
    WIDTH: 19px;
    BACKGROUND: url(../images/tooltipleft.png);
    HEIGHT: 45px;
    TOP: 0px;
    LEFT: -19px
}

.tooltip .text {
    Z-INDEX: 20;
    POSITION: relative;
    MARGIN-TOP: 10px;
    MARGIN-LEFT: -16px;
    MARGIN-RIGHT: -34px
}

UL.iconList LI IMG {
    MARGIN-RIGHT: 8px;
    opacity: .6
}

UL.iconList LI {
    MARGIN-TOP: 10px
}

UL.iconList LI A:hover IMG {
    opacity: .8
}

.tooltipLeft {
    POSITION: absolute;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    DISPLAY: none;
    BACKGROUND: url(../images/tooltipleftsidemiddle.png);
    HEIGHT: 45px;
    PADDING-TOP: 0px
}

.tooltipLeft .tRight {
    Z-INDEX: 10;
    POSITION: absolute;
    WIDTH: 19px;
    BACKGROUND: url(../images/tooltipleftsideright.png);
    HEIGHT: 45px;
    TOP: 0px;
    RIGHT: -19px
}

.tooltipLeft .tLeft {
    Z-INDEX: 10;
    POSITION: absolute;
    WIDTH: 40px;
    BACKGROUND: url(../images/tooltipleftsideleft.png);
    HEIGHT: 45px;
    TOP: 0px;
    LEFT: -40px
}

.tooltipLeft .text {
    Z-INDEX: 20;
    POSITION: relative;
    MARGIN-TOP: 10px;
    MARGIN-LEFT: -34px;
    MARGIN-RIGHT: -16px
}

UL.circleList LI {
    TEXT-INDENT: 20px;
    BACKGROUND: url(../images/circle.png) no-repeat 5px 5px
}

BODY {
    OVERFLOW-Y: scroll
}

* {
    OUTLINE-STYLE: none !important;
    OUTLINE-COLOR: invert !important;
    OUTLINE-WIDTH: medium !important
}

#slider {
    margin: 100px auto;
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    background-color: #dae2d0;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7AC23C;
    z-index: 1;
}

#label {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: move;
    color: #ff9e77;
    font-size: 16px;
    font-weight: 900;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-family: 'Microsoft Yahei', serif;
    color: #787878;
    line-height: 38px;
    text-align: center;
    z-index: 2;
}
/*右侧悬浮*/
.nav{overflow: hidden;display: none;height:0;}
.nav a{
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 4px;
    background: #069de6;
    color: #fff;
    text-decoration: none;
    font-family: "微软雅黑";
    transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
}
.nav a:hover{
    background: #3d86ff;
    color: #fcff00;
}