*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: '微软雅黑';
}
.main{
	width: 1200px;
	margin: 0 auto;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}
nav{
	width: 100%;
	height: 60px;
	position: relative;
}
.img-repeat{
	width: 100%;
	height: 100%;
}
#logo{
	width: 200px;
	height: 60px;
	display: block;
	position: absolute;
	top: 5px;
}
#img{
	border-radius: 10px;
}
b{
	overflow: hidden;
	position: absolute;
	display: block;
	top: 50%;
	left: 39%;
	z-index: 5;
	border-radius: 10px;
	text-align: center;
}
#lg-body{
	height: 700px;
	background-color: #F7F2EC;
}
#containLeft{
	width: 50%;
	padding: 70px 0;
	float: left;

}
#per{
	color: #333;
	font-size: 20px;
	padding-top: 20px;
}
#containRight{
	float: right;
	background: #fff;
    width: 420px;
    height: 560px;
    position: relative;
    top: 70px;
    right: 30px;
    z-index: 10;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 20px #c8c8c8;
}
.login-tab{
	height: 52px;
}
.login-tab li{
	float: left;
    width: 210px;
    background: #f7f7f9;
   	text-align: center;
}
.login-tab li a{
	float: left;
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #afafaf;
	border-bottom: 2px solid #f7f7f9;
}
.login-tab li a.active,.login-tab li a:hover{
	color: #464646;
    font-weight: 700;
    border-color: #464646;
}
.login-form{
	width: 302px;
	margin: 30px auto;
}
.login-form li{
	margin: 20px auto;
}
input{
    width: 280px;
    line-height: 24px;
	height: 24px;
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
    color: #464646;
}
#tel,#userTel,#pwd{
    font-size: 12px;
    position: relative;
}
#yan{
	width: 165px;
    float: left;
}
#hleft{
	float: right;
    text-shadow: none;
    font-size: 12px;
    width: 100px;
    height: 34px;
    text-decoration: none;
    background: #f7f7f9;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
}
.autoL{
	position: relative;
	color: #333;
	font-size: 12px;
	line-height: 34px;
}
#weekL{
	float: left;
	width: 40%;
	height: 34px;
}
#checkRed{
	width: 16px;
	height: 16px;
	position: relative;
	top: 4px;
	left: 0px;
}
#findpwd{
	float: left;
	width: 60%;
	height: 34px;
	text-align: right;
}
.week{
    padding-top: 15px;
}
#error{
    position: absolute;
    top: 6px;
    left: 20px;
}
#tishi{
    width: 300px;
    position: absolute;
    top: 31px;
    left: 56px;
    border-radius: 20px;
    display: none;
}
#worn{
    width: 12px;
    height: 12px;
    background: url(../images/login_sprite.png) -200px 0 no-repeat;
    position: absolute;
    left: 2px;
    top: 10px;
    /*visibility: hidden;*/
}
#find{
	color: #333;
}
#line{
    color: #333;
    padding: 0px 5px;
}
#btn{
	margin-top: 20px;
	width: 300px;
	height: 40px;
	background: url("../images/login_sprite.png")  0 -40px no-repeat;
}
#com{
	border-top:1px solid #e7e7e7
}
.pict{
	width: 30px;
	height: 30px;
	opacity: .8;
	position: relative;
	top: 10px;
	left: 0;
	float: left;
	margin: 0 5px;
}
.pic{
	margin-top: 8px;
}
.qq{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url("../images/login_sprite.png") no-repeat;
}
.wei{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url("../images/login_sprite.png") no-repeat -30px 0px;
}
.xin{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url("../images/login_sprite.png") no-repeat -60px 0px;
}
.zhi{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url("../images/login_sprite.png") no-repeat -90px 0px;
}
.hua{
	-webkit-transition: all .3s;
	transition: all .3s;
	background: url("../images/login_sprite.png") no-repeat -120px 0px;
}
.qq:hover,.wei:hover{
	opacity: 1;
}
.shao{
	width: 85px;
    height: 25px;
    position: absolute;
    right: 55px;
    bottom: 12px;
    z-index: 100;
    background: url("../images/login_sprite.png") no-repeat 0px -360px ;
}
.ban{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: url("../images/login_sprite.png") no-repeat 0px -400px ;
}
footer{
	height: 100px;
}
span{
	color: #ccc;
}
p{
	text-align: center;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}
.me{
	color: #464646;

	padding: 10px 20px;
	text-align: center;
}
