.top{
	width: 100%;
	height: 90px;
	background: #fff;
	margin: 0 auto;
}
	.top .logo{
		width: 198px;
		height: 70px;
		/*background: url(../images/logo.png) no-repeat;
		background-size: 198px 70px;*/
		margin-top: 10px;
		margin-left: 350px;
	}



.main{
	width: 100%;
	height: 100%;
}

	.main .main-txt{
		width: auto;
		height: auto;
		position: absolute;
		top: 60px;
		left: 670px;
	}
			.main-txt .p1{
				color: #fff;
				font-size: 50px;
				margin-top: 40px;
			}
			.main-txt .p2{
				color: #fff;
				font-size: 25px;
				margin-left: 10px;
			}
			.main-txt .p3{
				color: #fff;
				font-size: 25px;
				margin-top: 30px;
				margin-left: 10px;
			}
			.main-txt .p4{
				color: #fff;
				font-size: 25px;
				margin-left: 10px;
			}
			
	.main .main-img{
		position: absolute;
		top: 172px;
		left: 439px;
	}

	.main .main-{
		/*width: 1080px;*/
		/*height: 475px;*/
		margin: 0 auto;
		/*background: #F84318;*/
	}

		.main- .denglu{
			width: 315px;
		    float: right;
		    /*background: #ffffff;*/
		    padding: 20px;
		    margin-top: 50px;
		    padding-bottom: 50px;
		}

			.denglu .tit{
				font-size: 20px;
				font-family: "微软雅黑";
				margin-bottom: 20px;
			}
			
			
			.denglu ul li{
				border: 1px solid #e8e8e8;
			    height: 30px;
			    margin-bottom: 20px;
			    position: relative;
			}

				.denglu ul li .name-id{
					width: 30px;
				    height: 30px;
				    display: inline-block;
				    position: absolute;
				    left: 0;
				    top: 0;
					background: url(../images/user_icon.png) center center no-repeat #dcdcdc;
				}
		
				.denglu ul li input{
					border: 0 none;
				    background: #FAFFBD;
				    height: 28px;
				    line-height: 28px;
				    margin-left: 30px;
				    padding: 0 5px;
				    font-size: 12px;
				    width: 230px;
				    outline: none;
				}

				.denglu ul li .pass-id{
					width: 30px;
				    height: 30px;
				    display: inline-block;
				    position: absolute;
				    left: 0;
				    top: 0;
					background:  url(../images/password_icon.png) center center no-repeat #dcdcdc;
				}
				
		.denglu .yzm{
			width: auto;
			height: 32px;
		}		
						
			.denglu .yzm input{
				border: 1px solid #dddddd;
			    background-color: #fff;
			    font-size: 13px;
			    color: #666;
			    outline: none;
			    height: 30px;
			    padding-left: 10px;
			    width: 130px;
			    float: left;
			}
				
				.yzm .yzm-fs{
					width: 100px;
					height: 30px;
					border: 1px solid #DDDDDD;
					border-radius: 2px;
					line-height: 30px;
					margin-left: 20px;
					text-align: center;
					float: left;
					cursor: pointer;
				}
				
				.yzm .yzm-fs2{
					width: 30px;
					height: 30px;
					line-height: 30px;
					margin-left: 5px;
					text-align: left;
					float: left;
					color: blue;
				}

				.yzm img{
					width: 90px ;
					height: 30px;
					vertical-align: middle;
				}

				.denglu .p-a{
					font-size: 12px;
				    color: #616161;
				    margin-top: 10px;
				    margin-bottom: 10px;
				    overflow: hidden;
				    zoom: 1;
				    clear: both;
				}
				
				.p-a a{
					text-decoration: none;
				    color: #616161;
				    display: block;
				    float: left;
				}
				
					.p-a .a-1{
						color: #1F83B1;
						float: left;
					}
					.p-a .a-2{
						float: right;
						color: #1F83B1;
						margin-right: 10px;
						cursor: pointer;
					}
					.p-a .a-3{
						float: right;
					}

				.denglu .loginBtn{
					width: 100%;
				    height: 36px;
				    background: linear-gradient(to bottom, #fdbd6a 15%, #f47c06 70%, #fdbd6a );
				    border: 0 none;
				    cursor: pointer;
				    color: #fff;
				    border-radius: 5px;
				    margin-top: 20px;
				    font-size: 20px;
				    font-family: "微软雅黑";
				    font-weight: 100;
				}



.bttom{
	width: 1080px;
	height: 50px;
	margin: 0 auto;
	background: #dcdcdc;
}





.denglu ul li .iphone-id{
					width: 30px;
				    height: 30px;
				    display: inline-block;
				    position: absolute;
				    left: 0;
				    top: 0;
					background: #dcdcdc url(../images/iphone_icon.png) center center no-repeat;
				}


#login_form{
	display: block;
}

#reg_form{
	display: none;
}


















