body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend
,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.5tahoma,arial,\5b8b\4f53;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:couriernew,courier,monospace;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
.header{
			width:100%;
			height:3.65rem;
			background:#fff;
		}
		.header img{
			width:10.94rem;
			height:2.5rem;
			display:block;
			padding:0.57rem 1.67rem;
		}
		.wrpaerCon{
			height: 33.65rem;
			background: url(../imgs/bg.png)no-repeat center;
			background-size: 100% 33.65rem;
			position:relative;
		}
		.loginBox{
			width: 21.59rem;
			height: 23.28rem;
			background: #fff;
			padding:2.4rem 2.2rem;
			box-sizing:border-box;
			border: 0.73rem solid #4d599a;
		}
		.loginWraper{
			width:100%;
			height:33.65rem;
			position:absolute;
			top: 5.53rem;
			left: 58.28rem;
		}
		
		.title{
			color:#000000;
			text-align:center;
			font-size:1.25rem;
		}
		.phone{
			border:1px solid #D9D9D9;
			padding:0.47rem 0.45rem;
			box-sizing: border-box;
			font-size:0.83rem;
			margin-top:2.81rem;
			margin-bottom:1.04rem;
		}
		.phone span,.phone input,.coding{
			display:inline-block;
		}
		.phone .ph{
			width:19%;
		}
		.phone .ph i{
			margin-left:15px;
			color:#D9D9D9;
		}
		.phone input{
			width:42%;
			/* color:#000000; */
		}
		.phone .coding{
			width:33%;
			color:#fff;
			background:#3B78DD;
			/* padding:3px; */
			box-sizing: border-box;
			border-radius: 1rem;
			font-size:0.73rem;
			text-align:center;
		}
		.code{
			border:1px solid #D9D9D9;
			padding:0.53rem;
			box-sizing: border-box;
			font-size:0.83rem;
			margin-bottom:3.91rem;
		}
		.code span{
			display:inline-block;
			width:19%;
		}
		.code input{
			display:inline-block;
			width:75%;
			/* color:#000000; */
		}
		.coding{
			font-size:0.73rem;
			-webkit-transform-origin-x: 0;
			-webkit-transform: scale(0.90);
			width:4.9rem;
			height:1.51rem;
			line-height:1.51rem;
		}
		.login{
			text-align:center;
			background:#3B78DD;
			padding:0.6rem 6.5rem;
			color:#fff;
			border-radius:3px;
		}
		.footer{
			margin-top:3.07rem;
			font-size:0.73rem;
			color:#818181;
			line-height: 1.56rem;
			text-align:center;
			font-family: Source Han Sans CN;
			font-weight: 400;
		}