* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 645%;
}
ol,
li {
	list-style: none;
}
body,html{width: 100%;background: #f3f7f9;}

/* 头部 */
.l-header{width: 100%;height: 90px;background: white;box-shadow: 0 4px 5px rgba(0,0,0,0.1);}
.l-header-c{max-width: 1380px;min-width: 1140px;height: 100%;background: white;margin: 0 auto;
}
.l-header-c .logo{width: 362px;vertical-align: top;}

/* 主体 */
.l-content{width: 1000px;height:600px;background: white;margin: 0 auto;margin-top: 100px;margin-bottom: 100px;}
.l-content-l{width: 442px;height: 600px;float: left;}
.l-content-l img{width: 100%;}
.l-content-r{width: 558px;height: 600px;background: white;float: right;}
.l-content-r .login-c{width: 334px;height: 500px;background: white;margin: 0 auto;margin-top: 50px;font-size: 16px;}
.l-content-r .login-c h5{font-size: 20px;color: #000000;width: 100%;border-bottom:2px solid #24e4c7 ;line-height: 70px;text-align: center;}
.l-content-r .login-c .inp{width: 330px;height:45px;border: 1px solid #e5e9f1;margin-top: 30px;background: #f0f2f7;font-size: 16px;color: black;border-radius: 20px;position: relative;}
.l-content-r .login-c .inp input{width:280px;margin-left: 50px;border: none;height: 100%;outline: none;background: none;font-size: 14px;}
.l-content-r .login-c .inp  input::-webkit-input-placeholder{
	color: #b9bed1;
}
.l-content-r .login-c .icon-icon{height: 20px;position: absolute;top: 13px;left: 13px;}
.icon-eye{position: absolute;top: 15px;right: 10px;width: 25px;}
.ForgetPassword{line-height: 60px;text-align: right;width: 330px;color: #999999;font-size: 14px;}
.ForgetPassword a{text-decoration: none;color: #999999;font-size: 14px;}
.login-btn{width: 100%;height: 50px;background: #24e4c7;color: white;font-size: 18px;border: none;border-radius: 25px;outline: none;margin-top: 30px;cursor: pointer;}




