*{ margin: 0; padding: 0; font-family: "Microsoft YaHei"; }

body{
	background: #f4f5f6;
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
	position: relative;
}


/* PC版 */
@media screen and (min-width: 751px){
	/*表单校验*/
	.form {
	    width: 580px;
	    margin-left: 220px;
	}
	.form .item{ margin-top:20px; position:relative;}
	.form .item .label {}
	.form .item .prompt-target {
	        height:16px;
	        width:190px;
	        position:absolute;
	        top:16px;
	        left:380px;
	        overflow:hidden;
	    }
	.prompt-target .formError {
	    background: url(../Images/register/no.png) 0 2px no-repeat; padding-left: 16px;
	    font-size:12px;
		color:#e62f17;
		font-weight:bold;
	}

	.con{	
		width: 800px;
		margin: 0 auto;
		padding-top: 1px;
	}
	.register_con .logo{
		height: 78px;
		border-bottom: 1px solid #eee;
		padding-top: 22px;
		padding-left: 25px;
	}
	.register_con h1{
		margin: 35px auto 10px;
		color: #323232;
		font-size: 24px;
	}
	.con .register_con{
		width: 800px;
		padding-bottom: 40px;
		background: #fff;
		margin-top: 115px ;
		margin-bottom: 33px;
	}
	.con .register_con h1{
		text-align: center;
	}


	/*输入框*/
	.con .register_con select, .con .register_con input{
		width: 340px;
		height: 50px;
		border: 1px solid #eeeeee;
		/*margin: 10px 220px;*/
		padding-left: 20px;
		font-size: 18px;
		color: #666;
	}

	.con .register_con .form .item:nth-child(7) input{
		width: 220px;float: left;margin-right: 20px;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #cccccc;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #cccccc;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #cccccc;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #cccccc;
	}

	/*验证码*/
	img.code{ width: 100px;height: 50px;}



	/*下拉框*/
	.con .register_con select{
		width: 360px;
		cursor: pointer;
		/*将默认的select选择框样式清除*/
	    appearance:none;
	    -moz-appearance:none;
	    -webkit-appearance:none;

	    background: url(../Images/register/arrow.png) no-repeat 335px center ;
	}
	/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
	.register_con select::-ms-expand { display: none; }


	.register_con select option{
		padding: 20px 25px;
		border-bottom: 1px solid #eee;
	}



	/*按钮*/
	.con .register_con .btn{
		clear: both;
		width: 360px;
		height: 50px;
		background: #3377ff;
		display: block;
		text-align: center;
		line-height: 50px;
		margin: 20px 0 20px;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		border: 0;
		cursor: pointer;
	}



	/*底部信息*/
	.con .footer{
		padding-top: 1px;
		padding-bottom: 45px;
	}
	.con .title01 a{
		text-align: center;
		font-size: 14px;
		color: #3377ff;
		text-decoration: none;
	}
	.con .title01 a:hover{
		text-decoration: underline;
	}
	.con .title01, .con .title02{
        width:800px;
		text-align: center;
		font-size: 14px;
		color: #8d94a1;
		line-height: 30px;
	}



	/*遮罩层*/
	#showbg{ position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.50);
		z-index: 999;
		overflow: hidden;
		display: none;
		}
	#showcon{
		position: absolute;  
		top: 50%;  left: 50%;  
		margin-top: -250px; 
		margin-left: -320px; 
		width: 450px;  
		height: 300px;  
		padding: 70px 100px;  
		border: 0; 
		box-shadow: 0 0 20px #ccc; 
		border-radius: 3px; 
		background-color: #fff;  
		z-index:1002; 
		display: none;
		}
	#showcon input{
	    width: 120px;
	    height: 40px;
	    font-size: 13px;
	    margin-top: 50px;
	    margin-left: 160px;
	    padding: 0;
	    background: #3377ff;
	    color: #fff; 
	    cursor: pointer;
	    border: 0;
	}
	#showcon p.font00{
	    font-size: 24px;color:#666;margin-bottom: 50px;
	}
	#showcon p.font01{
	    font-size: 18px;color:#666;line-height: 30px;
	}
	#showcon p.font02{
	    font-size: 16px;color:#666;margin-top: 40px;
	}
	#showcon .font03{
	    color:#3377ff;
	}
	#showcon a.font03{
		text-decoration:none;
		margin-left: 10px;
	}
	#showcon a.font03:hover{
		text-decoration:underline;
	}
}


/* 移动端适配版 */
@media screen and (max-width: 750px){
	/*表单校验*/
	.form {
	    width: 85%;
	    margin: 0 auto;
	}
	.form .item{ margin-bottom:35px; position:relative;}
	.form .item .prompt-target {
	        height:16px;
	        width:190px;
	        position:absolute;
	        top:56px;
	        overflow:hidden;
	    }
	.prompt-target .formError {
	    background: url(../Images/register/no.png) 0 2px no-repeat; padding-left: 16px;
	    font-size:12px;
		color:#e62f17;
		font-weight:bold;
	}

	.con{	
		width: 92%;
		margin: 0 auto;
		padding-top: 1px;
	}
	.register_con .logo{
		display: none;
	}
	.register_con h1{
		color: #323232;
		font-size: 24px;
		text-align: center;
		padding: 90px 0;
	}
	.con .register_con{
		width: 100%;
		padding-bottom: 60px;
		background: #fff;
		margin-top: 140px ;
		margin-bottom: 70px;
	}


	/*输入框*/
	.con .register_con select, .con .register_con input{
		width: 95%;
		height: 50px;
		border: 1px solid #eeeeee;
		padding-left: 5%;
		font-size: 14px;
		color: #666;
	}
	.con .register_con .form .item:nth-child(7) input{
		width: 55%;
		float: left;
		margin-right: 5%;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #cccccc;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #cccccc;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #cccccc;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #cccccc;
	}

	/*验证码*/
	img.code{ width: 30%;height: 52px;}



	/*下拉框*/
	.con .register_con select{
		width: 100%;
		cursor: pointer;
		/*将默认的select选择框样式清除*/
	    appearance:none;
	    -moz-appearance:none;
	    -webkit-appearance:none;

	    background: url(../Images/register/arrow.png) no-repeat 90% center ;
	}
	/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
	.register_con select::-ms-expand { display: none; }


	.register_con select option{
		padding: 20px 25px;
		border-bottom: 1px solid #eee;
	}



	/*按钮*/
	.con .register_con .btn{
		clear: both;
		width: 100%;
		height: 50px;
		background: #3377ff;
		display: block;
		text-align: center;
		line-height: 50px;
		margin-bottom: 20px;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		border: 0;
		cursor: pointer;
	}



	/*底部信息*/
	.con .footer{
		padding-top: 1px;
		padding-bottom: 25px;
	}
	.con .title01 a{
		text-align: center;
		font-size: 14px;
		color: #3377ff;
		text-decoration: none;
	}
	.con .title01 a:hover{
		text-decoration: underline;
	}
	.con .title01, .con .title02{
		text-align: center;
		font-size: 14px;
		color: #8d94a1;
		line-height: 20px;
	}



	/*遮罩层*/
	#showbg{ position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.50);
		z-index: 999;
		overflow: hidden;
		display: none;
		}
	#showcon{
		position: absolute;  
		top: 25%;  left: 5%; 
		width: 60%;  
		height: auto;  
		padding: 10% 15%;  
		border: 0; 
		box-shadow: 0 0 20px #ccc; 
		border-radius: 3px; 
		background-color: #fff;  
		z-index:1002; 
		display: none;
		}
	#showcon input{
	    width: 120px;
	    height: 40px;
	    font-size: 13px;
	    padding: 0;
	    background: #3377ff;
	    color: #fff; 
	    cursor: pointer;
	    border: 0;
	    position: absolute;
	    bottom: 35px;
	    left: 50%;
	    margin-left: -60px;
	}
	#showcon p.font00{
	    font-size: 24px;color:#666;margin-bottom: 30px;
	}
	#showcon p.font01{
	    font-size: 18px;color:#666;line-height: 30px;
	}
	#showcon p.font02{
	    font-size: 16px;color:#666;margin: 30px 0 70px;
	}
	#showcon .font03{
	    color:#3377ff;
	}
	#showcon a.font03{
		text-decoration:none;
		margin-left: 10px;
	}
	#showcon a.font03:hover{
		text-decoration:underline;
	}
}