*{ 
	margin:0; 
	padding:0; 
	font-size: 16px; 
	color: #333; 
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial; 
}
li{ list-style: none;}
a{ text-decoration: none; color: #333;}
img{ border:none; }
input{ border:1px solid #d2d2d2; border-radius: 4px; outline: none; }

/********************登录*************************/
.iLoginBox{
	width:100%;
	min-height: 950px;
	background: url(../images/loginBg.jpg) no-repeat top center;
	background-size: cover;
}
.footer a{
	color:white;
}

.iCenter{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.iLogo{
	height: 120px;
	padding-top: 42px;
}
.iLogo img{
	vertical-align: middle;
}
.loginMain{
	margin-bottom: 260px;
	overflow: hidden;
}
.iConText{
	width:58%;
	padding:160px 0 0 50px;
	float: left;
	background: url(../images/text.png) no-repeat 50px 100px;
}
.iConText .ListText li{
	line-height: 36px;
	font-size: 18px;
	text-indent: 45px;
	color: #fff;
	background: url(../images/icon1.png) no-repeat left center;
}
.iBox{
	width:36%;
	height: 500px;
	/* float: left; */
	margin:0 auto;
	background: #fff;
	border-radius: 4px;
}
.iBox h2{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	padding:50px 0 41px 0;
	margin-top: 0; 
    margin-bottom: 0; 
}
.inoutBox{
	width:88%;
	height: 50px;
	margin:0 auto 18px;
}
.inoutBox input{
	width:100%;
	height: 48px;
	line-height: 48px;
	text-indent: 18px;
}
.Forget{
	width:88%;
	margin:0 auto 40px;
	overflow: hidden;
}
.Forget span{
	float: left;
	font-size: 14px;
	color: #666;
}
.Forget a{
	float: right;
	font-size: 14px;
	color: #666;
}
.Forget a:hover{
	color: #1e87f0;
}
.iBtn{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin:0 auto 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.loginNow{
	width:88%;
	background: #f66125;
	box-shadow: 6px 6px 40px 12px #ffe7e2;
}
.goRegister{
	text-align: center;
	font-size: 14px;
	color: #4e4e4e;
}
.goRegister a{
	font-size: 14px;
	color: #4e4e4e;
}
.goRegister a:hover{
	color: #1e87f0;
}
.footer{
	height: 70px;
}
.footer p{
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.Rfooter p{
	color: #666;
}
/********************注册*************************/
.iRegisterBox{
	width:100%;
	background: #eeeeef;
}
.iLogoBlue{
	text-align: center;
}
.registerMain{
	width:100%;
	height: 640px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 100px;
}
.registerTop{
	height: 87px;
	line-height: 87px;
	padding:0 38px;
	margin-bottom: 23px;
	overflow: hidden;
}
.registerTop h3{
	float: left;
	font-size: 24px;
	line-height: 87px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
.registerTop p{
	float: right;
	color: #4e4e4e;
}
.registerTop p a{
	color: #1e87f0;
}
.reterBox,.yzmBox{
	width:35%;
	height: 50px;
	margin:0 auto 20px;
	position: relative;
}
.reterBox input{
	width:100%;
	height: 48px;
	line-height: 48px;
	text-indent:16px;
}
.block{
	display: block;
}
.registerNow{
	width:35%;
	background: #1e87f0;
	box-shadow: 6px 6px 40px 12px #e0e6f1;
	margin-top: 40px;
}
.yzmBox input{
	float: left;
	width:60%;
	height: 48px;
	line-height: 48px;
	text-indent:16px;
}
.yzmBox div{
	width:37%;
	float: right;
	padding: 5px 0;
}
.acceptYzm{
	position: absolute;
	top:15px;
	right:16px;
	cursor: pointer;
	font-size: 14px;
	color: #1e87f0;
}
.rpoBox{
	width:35%;
	margin:0 auto;
}
.rpoBox p{
	font-size: 14px;
	color: #4e4e4e;
}
.rpoBox a{
	font-size: 14px;
	color: #1e87f0;
}
input:focus{
    border:1px solid #1e87f0;
}


@media (max-width: 640px){
	.iLoginBox {
	    background-size: cover;
	}
	.iCenter {
		width:100%;
	}
	.iLogo{
		padding: 42px 15px 0;
	}
	.loginMain{
		padding:0 15px;
		margin-bottom: 100px;
	}
	.iConText {
	    width: 100%;
	    padding: 60px 15px;
	    background: url(../images/text.png) no-repeat 10px 10px;
	    background-size: 330px 25px;
	}
	.iConText .ListText li{
		font-size: 14px;
		text-indent:0;
		padding-left: 45px;
	}
	.iBox {
	    width: 100%;
	    height: 420px;
	}
	.iBox h2 {
	    padding: 30px 0 20px 0;
	}
	.footer{
		margin-bottom: 30px;
	}
	.reterBox, .yzmBox, .rpoBox, .registerNow{
	    width: 90%;
	}
	.yzmBox input{
		width:50%;
	}
	.yzmBox div{
		width:48%;
	}
}
@media (max-width: 568px){
	.iConText {
	    background-size: 275px 22px;
	}
	.iConText .ListText li{
		margin-bottom: 20px;
	}
}