﻿@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
a{
	text-decoration:none;
	color:#000;}
body{
	font-family:'微软雅黑';
	margin:0px;
	padding:0px;}
	
	
.header{
	width:100%;
	height:110px;
	background-image:url(../images/top.png);
	background-position:center;
	overflow:hidden;}
.header img{ 
	margin-left:20px;
	margin-top:8px;}
.pathLogin{
	width:100%;
	height:40px;
	border-bottom:1px #d8ecff solid;
	background-image:url(../images/bg1.png);}
.content{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:520px;
	position:relative;}
.loginBox{
	background-image:url(../images/loginBox.png);
	width:390px;
	height:356px;
	position:absolute;
	right:20%;
	top:70px;}
.loginText{
	width:320px;
	font-size:22px;
	color:#323232;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:20px;}
.loginInput1,.loginInput2{
	width:320px;
	height:48px;
	margin-left:auto;
	margin-right:auto;
	border:#c5c3c3 1px solid;
	margin-bottom:10px;}
.loginInput1{
	background-image:url(../images/icon_1.png);
	background-repeat:no-repeat;
	background-position:10px center;}
.loginInput2{
	background-image:url(../images/icon_2.png);
	background-repeat:no-repeat;
	background-position:10px center;}
.loginInput3{
	width:320px;
	height:49x;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(../images/icon_3.png);
	background-repeat:no-repeat;
	background-position:10px center;}
.loginInput1 input,.loginInput2 input{
	width:280px;
	height:40px;
	line-height: 40px;
	margin-left:40px;
	border:none;
	vertical-align:top;
	margin-top:4px;}
.verification{
	float:left;
	width:160px;
	height:48px;
	border:#c5c3c3 1px solid;}
.loginInput3 img{
	float:right;
	width:148px;
	height:48px;}
.LoginBotton,.registerBotton{
	width:150px;
	height:44px;
	font-size:18px;
	text-align:center;
	line-height:44px;
	letter-spacing:2px;}
.LoginBotton{
	background-image:url(../images/btn1.png);
	color:#fff;
	float:left;}
.registerBotton{
	background-image:url(../images/btn2.png);
	color:#36b0f3;
	float:right;}
.verification input{
	width:120px;
	height:40px;
	line-height:40px;
	margin-left:40px;
	border:none;
	vertical-align:top;
	margin-top:4px;}
.loginRemember{
	width:320px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:15px;
	background-image:url(../images/rememeber.png);
	background-repeat:no-repeat;
	background-position:left center;}
.copyright{
	text-align:center;
	font-size:12px;
	color:#323232;}
