#loginRegShade,
.loginRegContent {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

input[type=text] {
    -webkit-appearance: none
}

#loginRegShade {
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgba(255, 255, 255, .5)
}

.loginRegContent {
    width: 499px;
    margin: auto;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding-bottom: 64px;
    margin-top: 5%;
}

.loginRegContent>a,
.login-close-btn {
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    text-decoration: none;
}

.loginRegBody {
    width: 410px;
    margin: 0 auto
}

.loginRegBody>ul {
    width: 100%;
    height: 46px;
    border-bottom: 1px #ccc solid
}

.loginRegBody>ul li {
    font-size: 16px;
    color: #7f7f7f;
    height: 46px;
    line-height: 46px;
    width: 50%;
    text-align: center;
    cursor: pointer
}

.loginRegBody>ul li.active-title {
    color: #f01818;
    border-bottom: 2px #f01818 solid
}

.loginRegBody,
.modal-login,
.loginRegBody,
.modal-register,
.modal-forget {
    position: relative
}

.loginRegBody .modal-login {
    padding-top: 35px
}

.loginRegBody form .form-group {
    position: relative
}

.loginRegBody form .form-yzh {
    margin-bottom: 25px
}

.loginRegBody .form-control {
    border-radius: 3px;
    height: 48px;
    line-height: 23px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -sm-box-shadow: none;
    color: #b2b2b2;
    font-size: 18px;
    border: 1px solid #fff;
    border-bottom: 1px solid #eee;
    padding: 0
}

.loginRegBody .form-yzh>div {
    width: 53%
}

.loginRegBody .input-yzh {
    font-size: 12px;
    line-height: 20px;
    color: #f01818;
    position: absolute;
    right: 10px;
    top: 6px
}

.loginRegBody .form-yzh .input-yzh {
    left: 10px;
    top: 35px
}

.loginRegBody .form-yzh .input-yzh.input-yzh-tip {
    color: #666
}

.loginRegBody .form-yzh>.form-yzh-btn {
    width: 42%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    color: rgb(215, 81, 67);
    background: #fff!important;
    padding: 10px;
    display: block;
}

.loginRegBody .form-yzh>.yzh-btn-get {
    background: #f01818
}

.loginRegBody .form-yzh>.yzh-btn-over {
    background: #c2c2c2
}

.loginRegTitle {
    width: 100%;
    padding: 30px 0;
    background: rgb(215, 81, 67);
    color: #fff;
    text-align: center;
    font-family: "黑体";
}

.loginRegTitle h1 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

.loginRegTitle span {
    display: block;
    font-size: 16px;
}

.form-checkbox {
    font-size: 12px;
    margin-top: 15px;
}

.form-checkbox .checkbox {
    margin-top: 0;
    margin-bottom: 0
}

.form-checkbox .checkbox a {
    color: #333
}

.form-checkbox .checkbox label {
    color: #7f7f7f
}

.form-checkbox .auto-check label {
    color: #535353;
    margin-left: 2px;
}

.form-checkbox a.mobile-reg {
    color: #00A6FF
}

.form-checkbox a.forget-passw {
    color: #7f7f7f;
    cursor: pointer;
}

.loginRegBody .btn-register-submit {
    width: 100%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background: rgb(215, 81, 67);
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0;
    margin-top: 44px;
    border: none;
}

.over-reg {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    padding-left: 12px;
    height: 20px;
}

.go-login,
.user-argeement {
    color: rgb(215, 81, 67);
    cursor: pointer;
    font-size: 12px;
}

.by-yanzheng {
    width: 100%;
    background: #fff;
    border: 1px solid rgb(215, 81, 67);
    padding: 10px;
    color: rgb(215, 81, 67);
    margin-top: -7px;
}

.over-have {
    font-size: 12px;
    float: right;
    display: block;
    margin-top: 10px;
}

.emial-yanzheng {
    display: block;
    color: rgb(215, 81, 67);
    font-size: 12px;
    margin-top: -22px;
    margin-bottom: 4px;
    height: 20px;
    padding-left: 12px;
}

@media(min-width:768px) {
    .loginRegBody .btn-register-submit:hover,
    .loginRegBody .form-yzh>a.yzh-btn-get:hover {
        background: #CF2B1F
    }
    .loginRegBody>ul li:hover {
        color: #f01818;
        border-bottom: 2px #f01818 solid
    }
    .form-checkbox a.mobile-reg:hover {
        color: #60C5FC
    }
    .form-checkbox .checkbox a:hover {
        color: #CF2B1F
    }
    .form-checkbox a.forget-passw:hover {
        color: #f01818;
    }
}

@media(max-width:767px) {
    .loginRegContent {
        width: 300px;
        background: url(../images/logregbg_wap.png) center top no-repeat;
        background-size: 100%
    }
    .loginRegBody {
        width: 280px;
        float: none;
        margin: 0 auto
    }
    .loginRegContent>a.login-close-btn {
        right: 10px;
        top: 10px
    }
    .loginRegBody>ul {
        height: 40px
    }
    .loginRegBody>ul li {
        width: 23%;
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }
    .loginRegBody form .form-group {
        margin-bottom: 10px
    }
    .loginRegBody form .form-checkbox,
    .loginRegBody form .form-yzh {
        margin-bottom: 20px
    }
    .loginRegBody .form-control {
        border: 1px solid #e5e5e5
    }
}

.errorFont {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #f01818;
    line-height: 30px;
    position: absolute;
    top: -15px;
    ;
    z-index: 10
}

.modal-login .errorFont,
.modal-forget .errorFont {
    top: 0px
}

.login-other {
    width: 235px;
    height: 25px;
    margin: 20px auto 0
}

.login-other span {
    line-height: 25px;
    color: #666;
    font-size: 12px
}

.login-other a {
    display: block;
    width: 65px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding-left: 33px;
    font-size: 12px;
    background-size: 16px 16px
}

.login-other a.login-wx {
    background: url(../images/login-wx.png) 7px center no-repeat #fff;
    color: #11CD6E;
    margin-right: 20px
}

.login-other a.login-xl {
    background: url(../images/login-xl.png) 7px center no-repeat #fff;
    color: #EB4F38
}


}
@media(min-width:768px) {
    .login-other a.login-wx:hover {
        background: url(../images/login-wx-hover.png) 7px center no-repeat #11CD6E;
        color: #fff;
        border-color: #11CD6E
    }
    
    .login-other a.login-xl:hover {
        background: url(../images/login-xl-hover.png) 7px center no-repeat #EB4F38;
        color: #fff;
        border-color: #EB4F38
    }
}
.popoup-forget {
    display: none;
    margin-top: 44px;
}
.popoup-reg {
    display: none;
    margin-top: 44px;
}
.login-check-img,
.reg-check-img,
.reg-check-img1 {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
}
.reg-check {
    background: #fFF;
    border: 1px solid #eee;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    display: none;
}
.reg-check1 {
    background: #fFF;
    border: 1px solid #eee;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    display: none;
}
.login-check {
    background: #fFF;
    border: 1px solid #eee;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    display: none;
}
.close-eye {
    position: absolute;
    right: 15px;
    /* height: 10px; */
    
    top: 50%;
    margin-top: -7px;
    width: 19px;
}
.open-eye {
    position: absolute;
    right: 15px;
    height: 10px;
    top: 50%;
    margin-top: -7px;
    display: none;
}
.close-eye1,
.close-eye2 {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 19px;
}
.open-eye1,
.open-eye2 {
    position: absolute;
    right: 15px;
    height: 10px;
    top: 50%;
    margin-top: -7px;
    display: none;
}
.jiaoyan-img {
    position: absolute;
    left: 140px;
    top: 0px;
}
.jiaoyan-img1 {
    position: absolute;
    left: 140px;
    top: 0px;
}
.jiaoyan-exchange {
    position: absolute;
    top: 0px;
    right: 7px;
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
.jiaoyan-exchange1 {
    position: absolute;
    top: 0px;
    right: 7px;
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    font-size: 15px;
}
.loginTab {
    list-style: none;
    width: 100%;
    height: 60px;
    margin: 0;
    background: #FAFAFA;
}
.loginTab li {
    width: 49%;
    text-align: center;
    height: 100%;
    line-height: 60px;
    position: relative;
}
.loginTab li a {
    color: #B4B4B4;
    font-size: 22px;
    text-decoration: none;
}
.loginTab li a:hover {
    text-decoration: none;
    color: #262626;
}
.loginTab li.active a {
    color: #262626;
}
.loginTab li.active a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.45rem;
    height: 1px;
    border-bottom: 2px solid rgb(215, 81, 67);
}
.tabContent {
    display: none;
}
.yz-code {
    position: absolute;
    left: 140px;
    top: 0px;
}
.fresh-code {
    position: absolute;
    top: 0px;
    right: 7px;
    display: block;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    font-size: 15px;
}
.go-regist {
    color: rgb(215, 81, 67);
    cursor: pointer;
    font-size: 12px;
}
#getMsgCode {
    border: none;
    outline: none;
}