
*{
    margin:0;
    padding:0;
}
body{
    font-size: 14px;
    min-width: 1300px;
    min-height:800px;
}
.login-logo{
    position: absolute;
    top: 13%;
    left: 13%;
    display: flex;
    align-items: center;
}
.login-logo img{
    width: 80px;
    margin-right: 20px;
}
.login-logo p{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
/*    letter-spacing:3px;*/
}
.login-max{
    width: 450px;
    position: absolute;
    top: 20%;
    left: 60%;
    background: rgba(255,255,255,0.8);
    padding:40px 50px;
}
.login-title{
    font-size: 25px;
    font-weight: bold;
}
.login-title span{
    letter-spacing: 2px;
}
.login-input{
    padding: 0;
}
.login-input-min{
    padding: 15px 0;
    font-size: 16px;
    position: relative;
}
.login-input-min p{
    color: #999999;
    padding: 5px 0;
}
.login-input-min input{
    height: 50px;
    width: 100%;
    border: 0;
    background: #f3f4f9;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    border-radius: 5px;
    outline: 0;
}
.login-btn{
    padding-top:20px;
}
.login-btn button{
    width: 100%;
    height: 50px;
    background: #318cff;
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
    outline: 0;
    border: 0;
}
.login-btn button:hover{
    background: #5aa2f9;
}
.login-btn button:active{
    background: #2079e9;
}

.login-btn .input-btn{
    width: 100%;
    height: 50px;
    background: #318cff;
    color: #ffffff;
    font-size: 18px;
    border-radius: 3px;
    outline: 0;
    border: 0;
}
.login-btn .input-btn:hover{
    background: #5aa2f9;
}
.login-btn .input-btn:active{
    background: #2079e9;
}




.login-input-min input::-webkit-input-placeholder{
    color: #cccccc;
}
.login-tips{
    height: 30px;
}
.login-way{
    display: flex;
    padding: 20px 0;
}
.login-way div{
    padding-top: 10px;
    padding-right: 20px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.login-way .active{
    color: #2585f9;
}
.login-way .active span{
    border-bottom: 2px solid #2585f9;
}
.login-way div:hover{
    color: #2585f9;
}
.login-code-btn{
    height: 50px;
    background: #2585f9;
    border: 0;
    outline: 0;
    width: 150px;
    color: #ffffff;
    border-radius: 5px;
    position: absolute;
    right: 0;
}
.login-code-btn:hover{
    background: #5aa2f9;
}
.login-code-btn:active{
    background: #2079e9;
}
.login-code{
    width:70px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.login-code img{
    width: 100%;
    height: 100%;
}
.login-code-max{
    padding:61px 60px;
    text-align: center;
}
.login-code-img{
    height: 220px;
    width: 220px;
    margin: auto;
}
.login-code-img img{
    width: 100%;
    height: 100%;
}
.login-scan-tips{
    padding-top: 30px;
    font-size: 16px;
    color: #2585f9;
}
















