h3.modal-title {
    font-size: 1pc;
    color: #999;
}

.close {
    color: #333;
    font-size: 28px;
}

.modal-footer {
    border-top: 0;
}

#ime_msg_div.modal-dialog {
    width: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

#ime_msg_div .modal-shadow {
    display: inline-block;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}

#ime_msg_div .modal-title {
    text-align: left
}

/*进度步骤*/
.remove-process {
    text-align: center;
    margin: 30px 0 40px
}

.remove-process dl {
    border-top: 3px solid #ccc;
    float: left;
    position: relative;
    top: -5px;
    width: 33%
}

.forget-process dl dt, .remove-process dl dt {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    position: relative;
    font-size: 12px;
    margin: -12px auto 0;
    padding-top: 1px
}

.forget-process dl dd, .remove-process dl dd {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px
}

.forget-process > .on, .remove-process > .on {
    border-top: 3px solid #5bbc2e
}

.forget-process > .on dd, .remove-process > .on dd {
    color: #5bbc2e
}

.forget-process > .on dt, .remove-process > .on dt {
    background-color: #5bbc2e
}

.remove-content h3 {
    text-align: center;
    margin-bottom: 15px
}

.remove-content > .second {
    text-align: center;
    margin-bottom: 20px
}

.remove-content > .first i:before {
    margin-right: 5px;
    color: #bbb
}

.remove-content > .second i:before {
    margin-right: 5px;
    color: #bbb
}

.remove-content h3 i {
    top: 2px
}

.remove-content p {
    text-align: center;
    line-height: 25px;
    margin-bottom: 20px
}

.forget-content h3 strong, .forget-content p, .remove-content p strong {
    color: #ff8a00
}

.forget-process {
    text-align: center;
    margin: 30px 0 40px
}

.forget-shadow {
    border: 1px solid #e6e6e6;
    background-color: #fff
}

.forget-info dl {
    border-top: 3px solid #999;
    float: left;
    position: relative;
    top: -5px;
    width: 25%
}

.forget-content h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.forget-content p {
    text-align: center;
    margin-bottom: 20px
}

.forget-content > .first i:after, .forget-content > .second i:after {
    content: "\2709";
    margin-right: 5px;
    color: #bbb
}

.forget-content > .third i:after {
    content: "\e008";
    margin-right: 5px;
    color: #bbb
}

.forget-content .has-success div {
    margin-top: 20px
}

.dsp-100 {
    display: inline-block;
    width: 100%;
}
.safety-box-list .icon_admin--change{
    width: 28px;
    height: 33px;
    display: inline;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
    background-image: url(../images/change-admin-icon.png);
}
.set-pass .error-div {
    text-align: center;
}

.set-pass .change-btn {
    min-width: 88px;
    padding: 8px 6px;
}

.set-pass .modal-footer {
    padding-bottom: 35px;
}

/*编辑*/
.user-edit ul li {
    margin: 10px 0
}

.user-edit ul li cite {
    width: 90px;
    text-align: right;
    display: inline-block;
    color: #333;
    vertical-align: top;
    line-height: 30px
}

.user-edit ul li mark {
    width: 70%;
    display: inline-block
}

.user-edit ul li label {
    font-weight: 400;
    line-height: 35px;
    margin-right: 15px
}

.user-edit ul li label input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-top: 0;
    position: relative;
    top: -1px;
}

.user-edit ul li mark > .user-day {
    width: 100px;
    float: left;
    margin-right: 10px
}

.user-edit ul li mark > .user-add {
    width: 45%;
    float: left;
    margin-right: 10px
}

/*充值*/
#payTrade .modal-dialog {
    max-width: 700px
}

#payTrade .modal-content {
    padding-bottom: 20px
}

#payTrade h4 {
    font-size: 16px;
    color: #666;
    padding: 15px;
    padding-bottom: 20px
}

#payTrade strong {
    font-size: 16px;
    margin-right: 4px
}

#payTrade .modal-dialog .modal-body ul li {
    width: 105px;
    height: 40px;
    font-size: 14px;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, #fbfbfb 100%);
    padding: 5px;
    margin: 1.8% 2.2%;
    line-height: 2;
    display: inline-block;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #999;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

#payTrade .modal-dialog .modal-body ul li input {
    width: 100%;
    height: 100%;
    border: 0;
    text-align: center;
    position: relative;
    top: -1px;
    background-color: transparent;
}

#payTrade .modal-dialog .modal-body ul li.click {
    border-color: #ff8a00;
    color: #ff8a00
}

#payTrade .modal-dialog .modal-body ul li.click:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../../../images/click.png)
}

#payTrade .modal-dialog .modal-body ul li:last-child.click:after {
    display: none
}

#payTrade .modal-footer {
    padding-top: 0
}

#payTrade .modal-footer p {
    padding-bottom: 15px;
    color: #999
}

#payTrade .modal-footer strong {
    font-size: 18px;
    color: #ff8a00
}

#payTrade .modal-footer button {
    font-size: 14px;
    width: 136px;
    height: 38px;
    margin-top: 5px;
    padding: 0;
}

.user-box-info ul li a {
    margin-left: 3%;
    background-color: #f3f3f3;
    border: 1px solid #cdcdcd;
    color: #333;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 8px;
    letter-spacing: 2px;
}

.user-box-info ul li a:hover {
    background-color: #fefefe;
}

/*提现*/
.modal.payWithdraw .modal-shadow {
    padding-bottom: 4%
}

.modal.payWithdraw li {
    padding-left: 20%;
    margin-top: 10px;
    padding-top: 6px;
}

.modal.payWithdraw input {
    width: 45%;
    display: inline-block;
    color: #666
}

.modal.payWithdraw cite {
    width: 100px;
    display: inline-block;
    text-align: right
}

.modal.payWithdraw strong {
    font-size: 24px;
    color: #ff8a00;
    margin-right: 3px
}

.modal.payWithdraw li.text-center {
    color: #666;
    padding-left: 0
}

.modal.payWithdraw li.text-center #payHide p:last-child {
    font-size: 12px;
    color: #999
}

/* .modal.payWithdraw button{padding-left:40px; padding-right:40px;} */
.modal.payWithdraw li.text-center div p {
    margin-bottom: 0px;
}

.modal.payWithdraw li:last-child.text-center div {
    width: 100%;
    height: 60px;
    display: inline-block;
}

.modal.payWithdraw .payWithdraw_two input {
    width: 100%
}

.modal.payWithdraw .payWithdraw_two i {
    font-size: 36px;
    color: #5bbc2e;
}

.payWithdraw_two button {
    float: left;
    margin-left: 10px;
    height: 40px;
}

.payWithdraw_two h3 {
    font-size: 16px;
    line-height: 2;
    padding: 6%;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

.modal.payWithdraw li:first-child > div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 3
}

.modal.payWithdraw li:first-child > div span {
    display: none;
    position: absolute;
    left: -55px;
    width: 132px;
    padding: 1px;
    margin-top: 8px;
    background-color: #fcfcfc;
    border: 1px solid #dbdbdb;
    font-size: 12px;
    color: #999;
    border-radius: 5px
}

.modal.payWithdraw li:first-child > div p {
    margin-bottom: 0;
    line-height: 1.6
}

.modal.payWithdraw li:first-child > div span:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 58px;
    z-index: 3;
    width: 0;
    height: 0;
    border-width: 6px;
    overflow: hidden;
    border-color: transparent transparent #fcfcfc transparent;
    border-style: solid dotted dotted
}

.modal.payWithdraw li:first-child > div span:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 57px;
    z-index: 2;
    width: 0;
    height: 0;
    border-width: 7px;
    overflow: hidden;
    border-color: transparent transparent #dbdbdb transparent;
    border-style: solid dotted dotted
}

.modal.payWithdraw li:first-child > div:hover span {
    display: block
}

.modal.payWithdraw li.text-center em {
    color: #ff8a00
}

.modal.payWithdraw li:nth-child(1) strong {
    font-size: 12px;
    margin-right: 2px
}

.modal.payWithdraw li:nth-child(3) {
    margin-top: 5px
}

.modal.payWithdraw li:nth-child(2) {
    position: relative;
    margin-top: 0
}

.modal.payWithdraw li:nth-child(2) em {
    color: #999;
    font-size: 12px;
    padding-left: 105px
}

.modal.payWithdraw li:nth-child(2) strong {
    color: #ff8a00;
    font-size: 14px;
    margin-right: 2px
}

#cashErrMsg {
    padding-top: 15px;
}

.control-label {
    color: #a94442 !important
}

/*账号安全*/
.userBind > div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    text-align: center;
}

.safety-box > div {
    margin: 0 5%
}

.safety-box-btn {
    float: right;
    margin-top: .65%
}

.safety-box-list {
    padding: 20px;
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid #f2f2f2
}

.safety-box-list dl {
    float: left
}

.safety-box-list i {
    float: left;
    font-size: 28px;
    position: relative;
    top: 10px;
    margin-right: 10px
}

.safety-box-list > .pass:before {
    content: "\e033"
}

.safety-box-list > .mail:before {
    content: "\2709"
}

.safety-box-list > .phone:before {
    content: "\e145"
}

.safety-box-list > .pay:before {
    content: "\e148"
}

.safety-box-list > .off {
    color: #999
}

.safety-box-list dl > .no, .safety-box-pass > .on {
    color: #5bbc2e
}

.safety-box-list dt {
    font-size: 16px;
    line-height: 28px
}

.safety-box-list dt span {
    margin-left: 5px;
    color: #5bbc2e
}

.safety-box-list dd {
    color: #dbdbdb;
    font-size: 12px
}
.safety-box-list dd.no::before{
  vertical-align: middle;
}

.safety-box-line {
    border: 0
}

.other-box div {
    text-align: center
}

.other-box-list {
    margin: 50px 0
}

.other-box-img i {
    color: #909090;
    font-size: 90px;
    display: inline-block
}

.safety-box-btn button {
    height: 34px;
}
.safety-box-btn button:disabled:hover{
    color: #ffffff;
    background: #eee !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}
.safety-box-btn button.btn-green {
    border: 1px solid #5bbc2e;
}

.userBind > div.other-box-list {
    width: 100%;
    max-width: 210px;
    height: 256px;
    border: 2px solid #eee;
    border-radius: 4px;
    margin-left: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.userBind > div.other-box-list:first-child {
    margin-left: 30px;
}

.userBind > div.other-box-list.hover {
    border-color: rgba(38, 139, 233, .4);
    transition: border-color .25s ease-out;
    box-shadow: 0 2px 8px 0 rgba(8, 139, 233, .2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: box-shadow .218s ease-in-out, transform .218s ease-in-out;
}

.userBind > div.other-box-list.hover-gr {
    border-color: rgba(91, 188, 46, .4);
    transition: border-color .25s ease-out;
    box-shadow: 0 2px 8px 0 rgba(89, 179, 50, .2);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: all .25s ease-in;
}

.userBind .other-box-list button {
    margin-top: 25px;
    height: 34px;
}

.userBind > div .other-box-img {
    margin-top: 20px;
}

.userBind > div .other-box-bind {
    margin-top: 0;
}

.safety-box-btn button:hover {
    background-color: #59b332 !important;
    border: 1px solid #59b332 !important;
    box-shadow: 0 3px 8px 0 rgba(97, 195, 55, 0.4);
}

.other-box-img .icon-weixin {
    color: #04B00F;
}

.other-box-img .icon-qq {
    color: #14B9F7;
}
.other-box-img .icon-mino {
    background-image: url("../../images/mino_on.png");
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 18px;
}
.other-box-img .icon-mino.off {
    background-image: url("../../images/mino_off.png");
}
.other-box-img .icon-xinlang {
    color: #FD5551;
}

.other-box-img .icon-weixin.off, .other-box-img .icon-qq.off, .other-box-img .icon-xinlang.off {
    color: #ddd;
}

.other-box-img > .qq, .other-box-img > .qq-off {
}

.other-box-img > .wechat, .other-box-img > .wechat-off {
}

.other-box-img > .weibo, .other-box-img > .weibo-off {
}

.other-box-img > .qq-off, .other-box-img > .wechat-off, .other-box-img > .weibo-off {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.other-box-bind {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 25px
}

.other-box-bind i {
    width: 16px;
    height: 16px;
    background: url(../images/icon_bind.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.other-box-bind .yes {
    background-position: -44px 0
}

.other-box-bind .question {
    background-position: 0 0
}

.other-box-bind .no {
    background-position: -22px 0
}

.change-bind, .change-pass {
    padding: 0 5%
}

.change-bind .email_div {
    width: 100%;
    margin-bottom: 10px;
}

.change-bind .email_div input {
    margin-bottom: 0;
}

.change-pass dl dt {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.change-code {
    padding: 0;
    max-width: none;
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.modal .modal-dialog .modal-body .phone-vcode{
	width:100%; 
}
.change-btn { 
    min-width: 100px;
    height: 35px;
    float: right;
    padding: 8px 10px !important;
}

.btn-next {
    margin-top: 25px;
    width: 80%;
    font-size: 14px;
    height: 42px
}

.change-bind dl {
    margin-top: 40px
}

.lyout-box {
    background-color: #fff;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
}

.lyout-box > h6 {
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    padding: 15px 4%;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
    color: #999;
}

.payWithdraw .modal-dialog {
    max-width: 700px;
}

@media screen and (max-width: 990px) {
    .modal.payWithdraw li {
        padding-left: 15%
    }

    .payWithdraw ul {
        padding-top: 3%
    }
}

@media screen and (max-width: 768px) {
    .modal.payWithdraw li {
        padding-left: 18%
    }
}

@media screen and (max-width: 680px) {
    .modal.payWithdraw li {
        padding-left: 5%
    }

    .modal.payWithdraw input {
        width: 58%
    }

    .other-box-img i {
        font-size: 70px;
    }
}

@media screen and (max-width: 500px) {
    .modal.payWithdraw li {
        padding-left: 0
    }

    .modal.payWithdraw input {
        width: 65%
    }

    .modal.payWithdraw cite {
        width: 80px
    }

    .modal.payWithdraw .remove-content {
        padding-left: 0;
        padding-right: 0
    }

    .other-box-img i {
        font-size: 60px;
    }

    .change-code {
        max-width: 360px;
    }
}

@media screen and (max-width: 420px) {
    .modal.payWithdraw input {
        width: 58%
    }

    .modal.payWithdraw li {
        font-size: 12px
    }

    .modal.payWithdraw li input {
        font-size: 12px
    }

    .modal.payWithdraw li input.form-control {
        padding-left: 5px
    }

    .modal.payWithdraw li:nth-child(2) em {
        padding-left: 80px
    }

    .other-box-img i {
        font-size: 50px;
    }
}

@media screen and (max-width: 990px) {
    /* .userBind .other-box-img i{background:url(../images/other_link_v.png) no-repeat;background-size:100%}
    .userBind .other-box-img>.weibo,.userBind .other-box-img>.weibo-off{background-position:0 0}
    .userBind .other-box-img>.wechat,.userBind .other-box-img>.wechat-off{background-position:0 -58px}
    .userBind .other-box-img>.qq,.userBind .other-box-img>.qq-off{background-position:0 -115px}
    .userBind .other-box-img i{background-size:100%;width:50px;height:50px} */
    .other-box-bind {
        margin: 5px 0 15px
    }
}

@media screen and (max-width: 680px) {
    .user-tit {
        height: 45px;
        margin-bottom: 0
    }

    .payWithdraw_two h3 {
        font-size: 14px;
    }

    /* .head-tit{height:inherit;line-height:2} */
    .safety-box-list {
        padding: 20px 0;
        text-align: center
    }

    .safety-box-list dl {
        text-align: left
    }

    /* .user-tit span i{background:url(../images/user_icon.png) no-repeat;background-size:100%;top:8px;width:26px;height:26px}
    .user-tit span i{margin-right:3px}
    .user-tit span{font-size:12px}
    .user-tit span:nth-child(1) i{background-position:0 -28px}
    .user-tit span:nth-child(2) i{background-position:0 -82px}
    .user-tit span:nth-child(3) i{background-position:0 -135px}
    .user-tit span:nth-child(4) i{background-position:0 -188px}
    .user-tit>.on:nth-child(2) i{background-position:0 -55px}
    .user-tit>.on:nth-child(3) i{background-position:0 -108px}
    .user-tit>.on:nth-child(4) i{background-position:0 -162px} */
    .safety-box-list dt {
        font-size: 12px
    }

    .safety-box-list dl {
        width: 68%;
        margin-bottom: 3%;
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .safety-box-list i {
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .safety-box-btn {
        float: none;
        text-align: center;
        vertical-align: middle;
        display: inline-block
    }

    /* .userBind .btn-gray,.userBind .btn-green{padding:5px 0;width:100%;text-align:center}
    .userBind .other-box-img i{background:url(../images/other_link_v.png) no-repeat;background-size:100%}
    .userBind .other-box-img>.weibo-off{background-position:0 0}
    .userBind .other-box-img>.wechat-off{background-position:0 -58px}
    .userBind .other-box-img>.qq-off{background-position:0 -115px}
    .userBind .other-box-img i{background-size:100%;width:50px;height:50px} */
    .other-box-bind {
        margin: 5px 0 15px
    }

    .section-mask-content {
        margin: 0;
        font-size: 14px
    }

    .modal-shadow, .section-mask-content .modal-content {
        border-radius: 0;
        border: 0;
        box-shadow: none !important
    }

    /* #ime_msg .modal-open .modal.in{backgound-color:transparent;}
    .modal-open .modal.in{top:0!important;background-color:#fff} */
    .user-edit ul li cite {
        float: none
    }

    .modal-body {
        padding: 25px 5px
    }

    .user-edit ul li mark > .user-day {
        width: auto
    }

    .user-edit ul li mark {
        display: inline-block;
        vertical-align: middle
    }

    .card-box ul li div {
        width: 100%
    }

    .card-box ul li mark {
        width: 65%;
        margin-top: 8px
    }

    .card-box ul li > mark {
        width: 65%
    }

    .card-box ul li cite {
        width: 80px;
        margin-top: 8px
    }

    .card-box ul li {
        padding: 0;
        margin: 0
    }

    .card-box ul li div {
        padding-bottom: 0
    }

    .user-box-info {
        text-align: center;
        padding-top: 5px
    }

    .user-box-info ul li cite {
        width: auto
    }
}

@media screen and (max-width: 580px) {
    .safety-box-list dl {
        width: 60%;
        margin-right: 2%
    }

    .row {
        margin: 0 2px
    }

    .account-box, .col-xs-12, .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 481px) {
    .safety-box-list dl {
        width: 55%;
        margin-right: 2%
    }

    .user-tit span {
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px
    }

    .btn-gray, .btn-green {
        padding: 8px 15px
    }

    .user-tit span {
        font-size: 12px;
        -webkit-text-size-adjust: none;
        transform: scale(.8);
        padding-right: 3px;
        padding-left: 3px
    }

    .user-tit {
        padding: 0
    }

    .container {
        padding-left: 0;
        padding-right: 0
    }
}