@charset "UTF-8";

.ac{border-radius:0 0 5px 5px;}
.loginMain{
    width: 922px;
    height: 475px;
    background-color: #FFFFFF;
    background-image: url(../../images/login_img.png);
    background-repeat: no-repeat;
    background-position: 100px center;
    background-size: 315px auto;
    border-radius: 8px;
    margin: 24px auto 24px auto;
}
.loginWrap{
    float: right;
    margin: 50px;
    padding: 25px 33px 40px 33px;
    width: 252px;
    /* background: #FFFFFF; */
    border: 1px solid #DCDCDC;
}
.loginWrap h1{
    font-size: 16px;
    color: #3E3A39;
    margin-bottom: 12px;
}
.loginInputWrap{
    position: relative;
    width: 250px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    overflow: hidden;
}
.sendCode{
    width: 142px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    overflow: hidden;
}
.sendBtn{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 95px;
    height:40px;
    background: #FFFFFF;
    border: 1px solid #B48732;
    border-radius: 4px;
    font-size: 14px;
    color: #B48732;
    cursor: pointer;
    line-height: 40px;
    padding: 0;
}
.sendBtn:disabled{
    color:#ACA899;
    cursor: no-drop;
    border:1px solid #ACA899;
}
.bgImg1{
    background-image: url(../../images/wpoint@2x.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 17px auto
}
.bgImg2{
    background-image: url(../../images/id@2x.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 17px auto
}
.bgImg3{
    background-image: url(../../images/mobile@2x.png);
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 17px auto
}
.bgImg1 .loginInput, .bgImg2 .loginInput{
    font-size: 14px;
    color: #3E3A39;
    width: 207px;
    height: 38px;
    border: none;
    margin-left:33px;
    outline:none;
}
.bgImg3 .loginInput{
    font-size: 14px;
    color: #3E3A39;
    width: 100px;
    height: 38px;
    border: none;
    margin-left:33px;
    outline:none;
}
.loginInput::placeholder{
    color: #D5D1D1;
}
input:-ms-input-placeholder{
    color: #D5D1D1;
}
.loginSee{
    top: 1px;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 1px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    cursor: pointer;
}
.fgPas{
    float: right;
    color: #B48732;
    cursor: pointer;
    outline: none;
}
.loginError{
    font-size: 12px;
    color: #D70B24;
    height: 18px;
}
.loginBtn{
    background: #B48732;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 40px;
}
.loginBtn:disabled{background:#DCDCDC; cursor: no-drop;}
.loginFj{
    font-size: 12px;
    color: #999494;
    text-align: center;
}
.loginSty .sysHeaderWrap{width:100%; min-width:922px; max-width:1200px; height:52px; margin:0 auto; padding:0 15px; box-sizing:border-box;}
.ac{max-height:200px;}