
body{
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    font-size: 12px;

}

a{
    color: #06C;
}
input{

}
input:focus{
    border:none;
    box-shadow: none;
}
button{
    outline: none;
}
.table_control a{
    font-size: 12px;
}
.table_control>span{
    display: inline-block;
    margin:0 10px;
    color: #ccc;
}

body{
    background-color: #ededed;
}

html,body{
    height:100%;
    overflow: hidden;
}
body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.auth_main{
    margin-top: 100px;
    width:720px;
}
.auth_logo{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px;
}
.auth_logo span{
    font-size: 15px;
    color: #777;
    margin-top: 6px;
}
.auth_box{
    width:100%;
    display: flex;
    margin:20px auto;
    border-radius: 16px;
    min-height: 420px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .02), 0 12px 36px rgba(0, 0, 0, .06);

}
.auth_left{
    flex-grow: 1;
    padding:10px;
}
.auth_right{
    width: 280px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    margin-left: 10px;
}
#wx-login{
    justify-content: center;
    align-items: center;
    padding: 0 20px 20px 20px;
    display: flex;
}
#wx-login iframe{
    width:160px;
    height:160px;
}
.wx-login-tip{
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wx-login-tip svg{
    width: 27px;
    height: 20px;
    position: relative;
    top: 1px;
    color: #00bc0c;
}
.wx-login-tip span{
    color: #666;
}

.auth_tabs{
    display: flex;
    justify-content: center;
}
.auth_tabs a{
    padding:4px 0;
    color:#000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.auth_tabs a:nth-child(1)
{
    margin-right: 25px;
}
.auth_tabs a.active{
    border-bottom: 2px solid #000;
}

.auth_form_item input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.auth_submit{
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    display: block;
    padding:5px;
    margin-top: 15px;
    width: 100%;
}
.auth_other{
    text-align: right;
}

.auth_foot{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding:20px 0;
}


.auth_code{
    display: flex;

}
.auth_code input{
    flex-grow: 1;
    width: auto;
    margin-right: 10px;
}



.hint-block{
    color:#999;
    margin-top: 5px;
    font-size: 12px;
}

.code{
    width: 470px;
    padding-bottom: 20px;
}
.code_item{
    position: relative;
    padding-left: 110px;
    margin-bottom: 10px;
    line-height: 40px;
}
.code_item label{
    position: absolute;
    left:0;
    top: 0;
    width: 94px;
    text-align: right;
}
.code_item input{
    height: 40px;
    width: 164px;
    padding:0 10px;
    margin-right: 5px;
}
.code_item button{
    display: inline-block;

    height: 40px;
    line-height: 40px;
    width: 76px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #62bcf9;
    border:none;
}
.code_tip{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: none;

}
.code_item button.disabled{
    background: #eee;
    color: #999;
    cursor: not-allowed;
}

