body {
   
    height: 100vh;
    max-height: 100vh;
    width: 100%;
}
/*.login-title{*/
/*    height:70px;*/
/*    margin-top: 30px;*/
/*    line-height: 70px;*/
/*    font-size: 26px;*/
/*    font-weight: bold;*/
/*    border-bottom:3px solid  #EEEEEE;*/
/*     margin-left: 40px;*/
/*}*/
.main{
    width:100%;
   margin: 0 auto ;
   border-top:3px solid  rgb(51,115,157) ;
   background-image: url(../images/index/loginBg.png);
    background-size: 100%;
   background-size: cover;
   background-position-x: 0px;
   background-color: #ebeced;
   background-repeat: no-repeat;
   border-top:1px solid  #ffffff ;
    height: 660px;
}
.main .login-part {
    width: 600px;
    margin: 40px auto;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-top: 5px solid #1d61b8;
    box-shadow: #EEEEEE 5px 5px 4px 4px;
    box-sizing: border-box;
}
.formtable{
    margin: 0 auto;
    width: 600px;
    padding: 30px;

}
.formtable .login-user{
    font-size: 24px;
    color: #1d61b8;
    display: inline-block;
    padding: 10px;
    border-bottom: 3px solid  #1d61b8;
}
.formtable .username,.formtable .psword{
    font-size: 20px;
    width: 500px;
    margin:20px auto;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.formtable input[type= text], .formtable input[type= password]{
    height: 50px;
    line-height: 50px;
    border: none;
    outline-style: none ;
    width: 80%;
    font-size: 22px;
}
.formtable  .ago{
    font-size: 22px;
    color: grey;
    margin-right: 10px;
}
.main .box{
    margin-top: 10px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding:  10px;
    font-size: 22px;
    color: #555555;
    margin-bottom: 20px;
}
.main .alogin{
    width: 500px;
    height: 50px;
    border: none;
    margin-left: 30px;
    font-size: 22px;
    background-color:#1d61b8;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}
.main .hover{
    text-align: center;
    border: none;
    margin-left: 30px;
    color: #333;
    font-size: 22px;
    line-height: 60px!important;
    text-align: center;
}
/* 忘记密码弹出层 */
.mask {
    background: #000000;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 2;
    height: 100%;
    display: none;
}
.retrieve-contnet{
    background-color: #ffffff;
    z-index: 123;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0.15vw 0.42vw 0px rgba(0, 0, 0, 0.07);
    padding: 10px 40px;
    display: none;
}
.retrieve-contnet .p-password{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 auto 20px;
    text-align: center;
    color: rgb(24,144,255);
    border-bottom: 2px solid rgb(24,144,255);
}
.line-heng{
    display: inline-block;
    width: 120px;
    border-top: 1px solid #555;
    padding-bottom: 6px;
}
/* 密码找回输入框 */
.retrieve-contnet .password-input {
    border: 1px solid rgb(228,228,228);
    padding: 0;
    position: relative;
    border-radius: 5px;
}
.retrieve-contnet .password-input .phone{
    display: inline-block;
    height: 62px;
    line-height: 62px;
    width: 85px;
    background-color: rgb(228,228,228);
    margin: 0;
    color: #555555;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
}
.retrieve-contnet .password-input input{
    height: 60px;
    width: 210px;
    line-height: 60px;
    font-size: 20px;
    padding-left: 20px;
    margin: 0;
    border: none;
}
.retrieve-contnet .button{
    text-align: center;
}
.retrieve-contnet  button{
    width: 280px;
    height: 60px;
    border: none;
    font-size: 20px;
    border-radius: 5px;
    margin: 20px auto;
    background-color: rgb(24,144,255);
    color: #ffffff;
    
}
.retrieve-contnet  button:focus{
    border: none;
    outline: none;
}
/* 验证码 */
.password-code input{
    width: 380px;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    border: 1px solid rgb(228,228,228);
    font-size: 20px;  
    padding-left: 20px;  
}
.retrieve-contnet .password-code .code{
    display: inline-block;
    height: 62px;
    line-height: 62px;
    color: #555555;
    border: 1px solid rgb(228,228,228);
    vertical-align: top;
    padding:  0 20px;
    font-size: 20px; 
}
/* 重置密码弹出层 */
.reset-password{
    background-color: #ffffff;
    z-index: 123;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0.15vw 0.42vw 0px rgba(0, 0, 0, 0.07);
    padding: 10px 40px;
    text-align: center;
    display: none;
}
.reset-password .p-reset{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 auto 20px;
    text-align: center;
    color: rgb(24,144,255);
    border-bottom: 2px solid rgb(24,144,255);
}
.reset-password input{
    width: 500px;
    height: 60px;
    border: 1px solid rgb(228,228,228);
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 20px;
}
.reset-password button{
    width: 250px;
    height: 60px;
    border: none;
    font-size: 20px;
    border-radius: 5px;
    margin: 20px auto;
    background-color: rgb(24,144,255);
    color: #ffffff;
    margin-bottom: 80px;
}
/* 密码修改成功提示 */
.success-tip{
    background-color: #ffffff;
    z-index: 123;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 520px;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0.15vw 0.42vw 0px rgba(0, 0, 0, 0.07);
    padding: 40px 40px;
    text-align: center;
    display: none;

}
.success-tip  h2{
    margin: 30px;
}
.success-tip .back-login{
    width: 250px;
    height: 60px;
    border: none;
    font-size: 20px;
    border-radius: 5px;
    margin: 20px auto;
    background-color: rgb(24,144,255);
    color: #ffffff;
    margin-bottom: 80px;
}
.success-tip .back-login:focus{
    outline: none;
}
input::-webkit-search-cancel-button{
    display: none;
}
/*--清除IE下的 search 叉号*/
input::-ms-clear{
    display: none;
}