*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
html,body{
    height: 100%;
}
.bg{
    // overflow: hidden;
    height: 100%;
    width: 100%;
    background: url('../img/bg.jpg') left center ;
    background-repeat: no-repeat;
}
.login-box{
    width: 1120px;
    margin: 0 auto;
    margin-bottom:100px;
    padding-top: 200px;
    overflow: hidden;
    // 禁止复制
    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -khtml-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}
.login-left{
    width: 726px;
height: 522px;
background: #3470F5;
opacity: 0.5;
float: left;
display: flex;
    align-items: center;
    justify-content: center;
}
.login-right{
    width: 394px;
height: 522px;
background: #FFFFFF;
float: right;
}
.login-info{
    text-align: center;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 26px;
margin-bottom: 30px;
}
.login-tips p{
    
font-size: 22px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
text-align: center;
}
.login-flex-top{
    display: flex;
    align-items: center;
    justify-content: center;
text-align: center;
font-size: 28px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
margin-bottom: 17px;
}
.login-flex-top .img{
    margin-right: 10px;
    width: 38px;
height: 38px;
background: #FFFFFF;
border-radius: 5px;
text-align: center;
line-height: 38px;
}
.login-right h4{
    margin-top: 100px;
font-size: 28px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #3470F5;
text-align: center;
}
.login-btn{
    width: 162px;
height: 30px;
background: #3470F5;
border-radius: 10px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
text-align: center;
line-height: 30px;
margin: 30px auto 20px;
cursor: pointer;
}
.login-btn:hover{
    opacity: .9;
}
.login-form {
    padding: 0 70px;
   
}
.login-form .login-item{
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.login-form .login-item input{
	 font-size:16px;
    margin-left: 30px;
    border: 0;
    outline: none;
}
.login-form-tips{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
font-size: 12px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #000000;
}
.login-form-tips .span{
    display: flex;
    align-items: center;
}
.login-form-tips .span span{
    margin-left: 5px;
}
.img-item{
    position: relative;
}
.img-item .img-code{
    position: absolute;
    right: -30px;
    top: -5px;
}
.img-item .img-code img{
    cursor: pointer;
    width: 76px;
    height: 27px;
}
.btn-item{
    position: relative;
}
.btn-item .btn-code{
    background: #e9e9e9;
    color: #666;
    cursor: pointer;
    width: 76px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    right: -30px;
    top: -5px;
}