  body,
  ul {
  	margin: 0;
  	padding: 0;
  }
  
  li {
  	list-style-type: none;
  }
  
  a {
  	text-decoration: none;
  }
  
  img {
  	vertical-align: middle;
  	max-width: 100%;
  }
  
  .login_header {
  	height: 70px;
  	background: #000e4a;
  	line-height: 70px;
  }
  
  .content {
  	width: 1400px;
  	margin: auto;
  	min-width: 900px;
  }
  
  ul.phone {
  	overflow: hidden;
  	float: right;
  	width: 50%;
  	text-align: right;
  }
  
  .phone li {
  	display: inline-block;
  	color: #fff;
  	padding-left: 20px;
  }
  
  .phone li img {
  	padding: 0 10px;
  }
  
  .header div.login {
  	width: 50%;
  	float: left;
  }
  
  .bg_content {
  	background-image: url(../images/bg.jpg);
  	background-position: center;
  	height: 800px;
  	position: relative;
  }
  
  .bg_content ul {
  	background: #fff;
  	width: 373px;
  	height: 405px;
  	position: absolute;
  	top: 50%;
  	right: 15%;
  	margin-top: -200px;
  }
  
  .bg_content ul li {
  	width: 315px;
  	margin: auto;
  }
  
  .bg_content ul li.inputw {
  	background: #f9f9f9;
  	margin-bottom: 30px;
  	height: 40px;
  	line-height: 40px;
  	border: 1px solid #ededed;
  }
  
  .bg_content ul li.inputw span img {
  	padding: 0 10px;
  	border-right: 1px solid #e2e2e2;
  }
  
  .bg_content ul li.inputw input {
  	border: none;
  	width: 260px;
  	height: 35px;
  	background: #f9f9f9;
  	outline: none;
  	font-size: 16px;
  }
  
  .bg_content h1 {
  	color: #00aad0;
  	font-size: 20px;
  	font-weight: normal;
  	text-align: center;
  	padding: 20px 0;
  }
  
  .bg_content ul li.dl p {
  	text-align: center;
  	border-radius: 50px;
  	height: 40px;
  	background: #00aad0;
  	color: #fff;
  	font-size: 16px;
  	line-height: 40px;
  	cursor: pointer;
  	margin-top: 40px;
  }
  
  .footer {
  	overflow: hidden;
  	padding: 35px 0 10px 0;
  }
  
  .footer ul.foot_le {
  	width: 50%;
  	float: left;
  }
  
  .footer ul.foot_le a {
  	color: #8b8b8b;
  	font-size: 16px;
  	text-decoration: none;
  	padding: 0 5px;
  }
  
  .footer ul li {
  	display: inline-block;
  }
  
  .footer div.foot_ri {
  	float: right;
  	width: 370px;
  }
  
  .footer div.foot_ri p {
  	color: #8b8b8b;
  	font-size: 14px;
  	padding: 0;
  	margin: 0;
  	padding-bottom: 10px;
  }
  
  .forget {
  	text-align: right;
  }
  
  .forget span {
  	font-size: 12px;
  	color: #a7a7a7;
  	vertical-align: middle;
  	padding-left: 7px;
  }
  
  @media only screen and (min-width: 100px) and (max-width:1450px) {
  	.login_header .header {
  		width: 80%;
  	}
  	.footer {
  		width: 80%;
  	}
  	.bg_content {
  		height: 660px;
  	}
  }
  
  
 .layui-upload-iframe {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden;
}