.login_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#big_content {
    width: 365px;
    height: 544px;
    padding: 0 40px;
    background: #fff;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(213,213,213,0.7);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: content-box;
    text-align: center;
    user-select: none;
    overflow: hidden;
}
#big_content .title{
    margin-top: 50px;
    position: relative;
}
#big_content #close{
    width: 11px;
    height: 11px;
    background: url(/head_for/img/public/close_03.svg) no-repeat;
    background-size: contain;
    right: -10px;
    top: -10px;
    height: 11px;
    width: 11px;
    cursor: pointer;
}
#info{
    margin-bottom: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    display: none;
}
#img_logoinfo{
    display: flex;
    justify-content: center;    
}
#logo_info{
    font-size: 52px;
    color: #333;
    font-weight: 100;
    margin-bottom: 14px;
}
#logoInfo{
    font-size: 13px;
    margin-left: 17px;
    font-style:italic;
    color: #4f4f4f;
    padding-bottom: 50px;
}
#middle{
    color: #1f1f1f;
    box-sizing: border-box;
}
#middle .conuntlogin{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 50px;
}
#usercount{
    margin-bottom: 2px;
}
#usercount input,#userword input{
    height: 26px;
    width: 264px;
    border-radius: 3px;
    border: none;
    color: #333;
    line-height: 24px;
    font-size: 14px;
    background: #f5f5f5;
    outline: none;
    padding: 9px 16px;
    overflow: hidden;
    font-family: Arial;
}
#userword input{
    width: 180px;
    padding-right: 100px;
}
#userword{
    position: relative;
}
#refreshQr{
    font-size: 14px;
    color: #666;
}
#bottom_wechat{
   background: url('/head_for/logIn/img/jiao.png');
    background-size: 100% 100%;
    width: 210px;
    height: 210px;
    margin: 10px auto;
}
#bottom_wechat iframe {
    height: 300px;
}
#userword span{
    position: absolute;
    margin: 12px 10px 12px 0px;
    padding-left: 10px;
    width: auto;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    right: 0;
    top: 0;
    font-size: 14px;
    border-left: 1px solid #999999;
}
#userword span:hover{
    color: #000;
}
#bottom_top{
    margin-bottom: 10px;
}
#bottom_re{
    position:relative;
}
#bottom_tip{
    line-height:40px;
    text-align: center;
    height:0;
}
#bottom_middle{
    position:relative;
    transition: .2s;
    font-size: 14px;
    color: #fff;
    width: 296px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #41464b;
    border-radius: 2px;
    margin-bottom: 28px;
    margin: 0 auto;
}
#bottom_log{
    transition: all 0.2s ease-in;

}
#bottom_middle:hover{
    background-color: #2c3033;
}
#bottom_bottom{
    font-size: 14px;
    color: rgb(65, 70, 75);;
}
#bottom_bottom .fir-login{
    width: 102px;
    margin: 0 auto;
    font-size: 14px;
    color: rgb(65, 70, 75);;
}
#bottom_bottom{
    position:relative;
    width: 100%;
}
#bottom_bottom .nocount{
    font-weight: 600;
    color: #41464b;
    text-decoration: underline;
}
#bottom_wechat #img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 23px;
}
#bottom_wechat{
    transition: all 0.2s ease-in;
}
#bottom_wechat span{
    color: #1f1f1f;
    margin-bottom: 28px;
    display: block;
}

#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(246, 246, 246);
    z-index: 100;
}

#page-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#checkNum{
    width: 296px;
    height: 44px;
    margin: 2px auto;
}
#num{
    padding: 9px 16px;
    line-height: 26px;
    font-size: 14px;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    color: #333;
    height: 44px;
    background: #f5f5f5;
    border: none;
    width: 100%;
}
#numInput{
    width: 153px;
    margin-right: 3px;
}
#getNum{
    padding: 9px 16px;
    line-height: 26px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    color: #fff;
    height: 44px;
    background: #41464b;
    width: 140px;
}
#getNum:hover{
    background-color: #2c3033;
}
.login-info{
    font-size: 14px;
    color: #003a80;
}
#userImg{
    height: 90px;
    width: 90px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}
#userImg img{
    height: 90px;
    width: 90px;
}
.login-err-info{
    font-size: 14px;
    color: #000;
}
.login-err-info a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.tel-login{
    margin-top: 60px;
}
.tel-login-btn {
    margin-top: 86px;
}
.sec-login a{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.tel-login-btn a{
    font-size: 14px;
    color: #000;
}
