html,body{
	width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family:"\9ED1\4F53";
}
.bg_color{
    width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bgColor.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
input{
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0px;
    font-family:"\9ED1\4F53";
}
.main{
    width:100%;
    height:100%;
    background:url(../img/loginBg.png) no-repeat;
    background-size: 100% 100%;
}
.logo{
    width:1200px;
    margin:0 auto;
    padding:20px 0 0;
}
.content{
    width: 1260px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform:translate(-50%,-50%);
}
.content .title{
    width:780px;
    float: left;
    height:500px;
}

.content form{
    width: 100%;
    height: auto;
    margin-top:30px;
}
.welcome-text{
    padding:50px 0 0;
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #0073FF;
    letter-spacing: 0;
    text-align: center;
}
.input_box{
    width: 460px;
    height:500px;
    /* margin: 0 auto; */
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
    border-radius: 8px;
    float: left;
 
}
.content form input{
    width:300px;
    height: 60px;
    padding-left: 20px;
    background: #FFFFFF;
    font-size: 14px;
    border-bottom:1px solid #E9E9E9;
    box-sizing:border-box;  
    -moz-box-sizing:border-box; /* Firefox */  
    -webkit-box-sizing:border-box; /* Safari */ 
}
.content form input::placeholder{
    font-size: 18px;
    color: rgb(39,57,81,0.4);
}

.input_left{
    width:30px;
    height: 34px;
    line-height: 40px;
    display:inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0);
    vertical-align:middle;
    margin-right:-8px;
    padding-right:20px;
    
}

.input_left img{
    text-align: center;
}
.login_btn{
    background: #0073FF;
    border-radius: 4px;
    border:none;
    width:340px;
    height:60px;
    font-family: PingFangHK-Regular;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: -0.09px;
    margin-top:30px;
    cursor: pointer;
}
.login_btn:hover{
    background: #0073FF;
}

.password-div{
    height:60px;
    padding-top:10px;
}
.user-div{
    
    height:60px;
    padding-top:30px;
}

.warn-text{
    text-align: left;
    padding-left:29%;
    margin-top:6px;
    font-size:14px;
    color:#e7011d;
    height:26px;
}

.footer{
    position: absolute;
    bottom:0;
    width:100%;
    height:40px;
    background: #0073FF;
    font-family: PingFangHK-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height:40px;
}

.footer em{
    margin:0 20px;
}
.footer i{
    margin:0 8px;
}