.cover {
    background: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.haid {
    display: none;
}

.login_main {
    background: white;
    /*  box-shadow: 0px 3px 8px 0px #C0C0C0;*/
    border-radius: 4px;
    padding: 10px 30px 30px 30px;
}

.login_main .colse_btn{
    width: 25px;
    height: 25px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: url(../images/close_white.png) no-repeat;
    margin-left: -22px;
    margin-top: 270px;
    background-size: 25px 25px;
    transform: translate(50%, -50%);
    cursor: pointer;
}
.login_main .change_login_text{
    padding-left: 6px;
    width: 89px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    background: url(../images/login_text_bg.png) no-repeat;
    right: 60px;
    top: 10px;
}
.login_main .change_login_text span{
    overflow-wrap: break-word;
    color: rgba(250, 100, 0, 1);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
}
.login_main .change_login_img{
    position: absolute;
    width: 44px;
    height: 44px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.login_main .change_login_img img{
    width: 44px;
    height: 44px;
}
.login_wxsm{
    margin-top: 40px;
}
.login_wxsm .wxsm_nav{
    height: 34px;
    line-height: 34px;
    position: relative;
    color: #38A4E5;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
}
.login_wxsm .wxsm_nav span{

}
.login_wxsm .wxsm_nav i{
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #38A4E5;
}
.login_wxsm .wxsm_img{
    text-align: center;
}
.login_wxsm .wxsm_img .wxsm_content{
    display: inline-block;
    border: 1px solid rgba(217, 217, 217, 1);
    height: 178px;
    width: 178px;
    padding: 8px;
    position: relative;
}
.login_wxsm .wxsm_img .wxsm_content .refresh_lose{
    height: 178px;
    width: 178px;
    left: 8px;
    top: 8px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    display: table;

}
.login_wxsm .wxsm_img .wxsm_content .refresh_lose .lose_tx{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.login_wxsm .wxsm_img .wxsm_content .refresh_lose .lose_tx span{
    cursor: pointer;
    display: inline-block;
}
.login_wxsm .wxsm_img .wxsm_content .refresh_lose .lose_tx span.lose_img{
    width: 15px;
    height: 14px;
    background: url(../images/refresh.png) no-repeat;
    margin-top: 3px;
}
.login_wxsm .wxsm_img .wxsm_content img{
    width: 100%;
    height: 100%;
}
.login_wxsm .wxsm_img .wxsm_othertx{
    line-height: 25px;
    font-size: 18px;
    margin: 24px 0 10px 0px;
}
.login_main .close span {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/close@2x.png) no-repeat;
    background-size: 25px 25px;
    transform: translate(50%, -50%);
}
.login_dxzh{margin-top: 40px;}
.login_main .login_nav {
    border-radius: 4px;
    height: 34px;
    line-height: 34px;
    color: #1CA4E5;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.login_main .login_nav .select {
    position: relative;
    color: #38A4E5;
}

.login_main .login_nav .select::after {
    content: " ";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 50%;
    transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    width: 60px;
    height: 2px;
    background: #38A4E5;
}

.login_main .login_nav ul li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #424242;
}

.form-group {
    padding-top: 10px;
}

.form-item-login {
    padding: 10px 0;
    zoom: 1;
}

.form-group-1 .form-item-login {
    padding: 0;
}

.form-item-login .form-login-select {
    /* height: 50px; */
    width: 320px;
    padding-left: 14px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-item-login .form-login-select>input {
    width: 270px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    outline: none;
}

.form-item-login .form-login-select>.code {
    width: 130px;
}

.form-item-login .form-login-select>.code-img {
    float: right;
    width: 90px;
    height: 38px;
    padding: 6px 4px 0 0;
}

.form-item-login a {
    display: inline-block;
    text-align: center;
    width: 58px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 400;
    color: #38A4E5;
}

.form-item-login .newuser {
    color: #43ADEBFF;
    float: right;
    height: 20px;
}

.form-login-select .btn {
    float: right;
    height: 40px;
    width: auto;
    text-align: center;
    line-height: 40px;
    color: #38A4E5;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    padding-right: 10px;
}

.form-login-select .forbid {
    float: right;
    height: 48px;
    width: 120px;
    background: #B2B4AB;
    text-align: center;
    line-height: 48px;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}

.form-item-login .form-item-a {
    color: #43ADEBFF;
    float: right;
}

.form-item-login .form-item-b {
    color: #43ADEBFF;
    float: right;
}

.form-item-login .form-submit {
    height: 48px;
    width: 320px;
    background: #38A4E5;
    margin-top: 50px;
    text-align: center;
    line-height: 48px;
    color: white;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
}

.register_nav {
    margin-bottom: 18px;
}

.register_nav>span {
    width: 105px;
    height: 1px;
    background: #EBEBEB;
    display: inline-block;
    vertical-align: middle;
}

.register_nav>i {
    padding: 0 10px;
    vertical-align: middle;
}

.login-method {
    width: 220px;
    margin: 0 auto;
}

.login-method>a {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.login-method>a>p:first-child {
    width: 47px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 10px
}

.verification .phone-i {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url(../images/phone.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
}

.verification .verifyImageCode-i {
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../images/verifyimagecode.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -webkit-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
}

.verification .verifyCode-i {
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(../images/verifycode.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -moz-transform: translate(0, 1px);
    -webkit-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
}

.form-group .phone-i {
    display: inline-block;
    width: 11px;
    height: 17px;
    background: url(../images/phone.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
}

.form-group .password-i {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url(../images/password.png) center center no-repeat;
    background-size: 100%;
    margin-right: 8px;
    transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -webkit-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
}