/* 登录页面 */
#loginWrap{ 
    width: 100%;
    min-width: 1300px;
    height: 719px;
    background: url('../images/loginBg.png') no-repeat center center;
    background-size: 100% 100%;
}
.wrapLogin{
    height: 719px;
    position: relative;
}
.wrapLoginIn{
    position: absolute;
    top: 0;
    right:-100px;
    width: 490px;
    height: 719px;
    z-index: 2;
}
.login{
    width: 490px;
    min-height: 492px;
    height: auto;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
    border-radius: 8px;  
    padding: 0 71px;  

}
#loginTitle{
    width: 100%;
    height: 114px;
    padding: 38px 69px 0;
}
#loginTitle span{
    font-size: 20px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
}
.logCon{
    width: 348px;
    height: 42px;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: flex;
}
.logConL{
    width: 40px;
    height: 40px;
    background: #CCCCCC;
    border-radius: 3px 0px 0px 3px;
}
.logImg1718{
    width: 17px!important;
    height: 18px!important;
}
.logImg1517{
    width: 15px!important;
    height: 17px!important;
}
.logImg1324{
    width: 13px!important;
    height: 24px!important;
}
.logImg1814{
    width: 18px!important;
    height: 14px!important;
}
.logConR{
flex: 1;
display: flex;
align-items: center;
position: relative;

}
.logConR input{
width: 290px;
height: 38px;
border: none;
font-size: 14px;
    margin-top: 1px;
line-height: 38px;
color: #333;
outline: none;
background: none;
    padding-left: 12px;
}
.logConR input::placeholder{
color: #ccc;
}
.logConRInputShort{
    width: 200px!important;
}
.logConRText{
    width: 90px;
    height: 38px;
    color: #008CD6;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    background: none;
    outline: none;
}
/* .logConR input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
} */
.loginBut,#loginBut{
    width: 348px;
    height: 42px;
    font-size: 18px;
}
.loginLink{
    width: 348px;
    height: 109px;
    padding-top: 20px;
    font-size: 14px;
}

.loginOther{
    width: 280px!important;
    height: 20px!important;
    margin: 0 auto 12px;
    position: relative;
}
.loginOther span{
    cursor: pointer;
}
.loginOtherLine{
    position: absolute;
    top: 11px;
    width: 88px;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
}
.loginOtherLine1{
    left: 0;
}
.loginOtherLine2{
    right: 0;
}
.loginOtherCon{
    position: absolute;
    left: 88px;
    top: 0;
   width: 104px;
   height: 20px; 
}
.loginText{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.loginTextImg{ width: 20px!important; height: 20px!important; margin-right: 3px;}
#loginCheck{
    font-size: 14px;
    color: #333;
    height: 20px;
    line-height: 20px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
