body{ overflow-x: hidden; background:#F5F5F5; }

.login-body{ background:#fff; overflow: hidden; margin-top:6%;}
.login-pic{ overflow: hidden; height:700px; background:url('../img/login_pic.png') center; }
.login-pic img{ width:100%; height:100%;}

/*  */
.loginBox{ margin-top:60px;}
.loginBox .login-logo{ height:100px; text-align:center; overflow: hidden;}
.loginBox .login-tit{ height:70px; text-align:center; margin-top:15px; margin-bottom:10px;}


.login-name{ height:50px; line-height:50px; font-size:20px; text-align:center;}

.login-ul li{  height:50px; }
.login-ul li input[type=text],.login-ul li input[type=password]{ width:100%; height:40px;  border:none; border:1px solid #DCE0E7; border-radius: 3px; text-indent: 30px; font-size:18px;}
.login-ul li:nth-child(1),.login-ul li:nth-child(3){ font-size:18px; line-height:50px;  color:#cccccc}
.login-ul li:nth-child(4){ position:relative}
.login-ul li:nth-child(4) i{ position:absolute; right:15px; top:10px; font-size:20px!important; color:#5e5e5e!important;}
.login-ul li:nth-child(6) button{ width:100%; height:60px; border-radius: 5px; background:#DD0912; font-size:24px; border:none; color:#ffffff; letter-spacing: 5px;}
.login-ul li:nth-child(5){ margin-bottom:25px; line-height:70px; position:relative; text-indent: 2rem; font-size:16px;}
.login-ul li:nth-child(5) input[type=checkbox]{ border:1px solid #DCE0E7!important; width:18px; height:18px; position:absolute; left:0; top:25px;}
/* 选中 */
.login-ul li:nth-child(5) input[type=checkbox]:checked {content: '\2713'; /* 加入对勾 */ color: #fff!important;  background-color: #DD0912!important;}