
.modal-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    background: rgba(0, 0, 0, 0.8);
}
.popup-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    display: none;
    width: 424px;
    height: 364px;
    padding-top: 144px;
    background:  url("../images/modal_login.png") no-repeat;
}
.popup-modal:before {
    content: "";
    position: absolute;
    top: 143px;
    left: 23px;
    width: 20px;
    height: 20px;
    background: #eeeeee;
}
.popup-modal .modal-close {
    position: absolute;
    top: -53px;
    right: -50px;
    cursor: pointer;
}
.popup-modal .modal-tab {
    position: absolute;
    top: -40px;
    left: -1px;
    z-index: 3;
    height: 40px;
}
.popup-modal .modal-tab li {
    position: relative;
    display: block;
    float: left;
    width: 112px;
    height: 40px;
    font-size: 16px;
    line-height: 39px;
    color: #a2a2a2;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}
.popup-modal .modal-tab li.tab-log {
    background: url("../images/modal_tab1.jpg") no-repeat;
}
.popup-modal .modal-tab li.tab-reg {
    background: url("../images/modal_tab2.jpg") no-repeat;
}
.popup-modal .modal-tab li.on {
   background: url("../images/modal_tab_on.jpg") no-repeat;
}
.popup-modal .modal-tab li.on:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 39px;
    z-index: 3;
    width: 64px;
    height: 6px;
    margin-left: -32px;
    background: url("../images/modal_tab_after.png") no-repeat;
}
.popup-modal .modal-wrap {
    position: relative;
    z-index: 2;
    width: 379px;
    height: 294px;
    border: 1px solid #5d0e01;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup-modal .modal-wrap.on {
    border-top-left-radius: 0px;
}
.popup-modal .modal-wrap * {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.popup-modal .modal-login-account {
    display: none;
}
.modal-body {
    width: 338px;
    margin: 37px auto 0;
}
.modal-body label {
    position: relative;
    display: block;
    height: 41px;
    margin-bottom: 16px;
    background: #fff;
}
.modal-body label .img-check-box {
    display: block;
    float: right;
    width: 103px;
    height: 41px;
    overflow: hidden;
}
.modal-body label .img-check-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.modal-login-phone .modal-body label.last {
    margin-bottom: 10px;
}
.modal-login-account .modal-body label.last {
    margin-bottom: 48px;
}
.modal-body input {
    display: block;
    float: left;
    width: 338px;
    height: 41px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 41px;
    color: #333;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.modal-body input.short {
    width: 222px;
}
.modal-body input.input-password {
    width: 290px;
}
.modal-body input::-webkit-input-placeholder {
    color: #b1b1b1;
}
.modal-body input:-moz-placeholder {
    color: #b1b1b1;
}
.modal-body input::-moz-placeholder {
    color: #b1b1b1;
}
.modal-body input:-ms-input-placeholder {
    color: #b1b1b1;
}
.modal-body .yzm-btn {
    display: block;
    float: right;
    width: 103px;
    height: 41px;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    background: #b70005;
    border-radius: 5px;
}
.modal-body .yzm-btn:hover {
    text-decoration: underline;
}
.modal-body input.input-submit {
    width: 100%;
    height: 41px;
    padding: 0;
    font-size: 16px;
    line-height: 41px;
    color: #5d000d;
    text-align: center;
    background: #fdd003;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.modal-login-phone .modal-body input.input-submit {
    margin-bottom: 13px;
}
/*忘记密码*/
.forget-password {
    display: block;
    padding: 7px 0 24px;
    font-size: 13px;
    line-height: 1;
    color: #007ad8;
    text-align: left;
}
.forget-password:hover {
    text-decoration: underline;
}
.modal-login-tips {
    padding: 32px 0 20px;
    font-size: 14px;
    line-height: 1;
    color: #5d0e01;
    text-align: center;
}
.modal-login-tips span {
    display: inline;
    color: #007ad8;
}


.fa {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.fa-eye-slash {
    background-image: url(../images/eyes_close.png);
    background-size: 100% 100%;
}
.fa-eye {
    background-image: url(../images/eyes_open.png);
    background-size: 100% 100%;

}