html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
}
a{text-decoration: none;}
p,a,i{font-weight: normal;text-shadow:none;}
h3 {font-weight: normal;}
li{list-style: none;}
.container{
	width:750px;
	height: 455px;
	background: #f2f2f2;
	margin: 42px auto 50px auto;
}
.container .Lefbox{
	float: left;
    width: 235px;
    padding: 33px 40px 37px 40px;
    background: #e9e9e9;
}
.container .Lefboximg{
	width: 100%;
	display: block;
	height: auto;
	margin-bottom: 20px;
}
.container .Lefbox li{
	height: 35px;
	border-bottom: 1px solid #d9d9d9;
	font-size:14px;
	line-height: 35px;
	color: #666;
}
.container .Lefbox .leflitel{
	padding-left: 23px;
	background: url(../img/tel.png) 0 center no-repeat;
}
.container .Lefbox .lefliurl{
	padding-left: 23px;
	background: url(../img/url.png) 0 center no-repeat;
}
.container .Lefbox li a{
	height: 35px;
	font-size:14px;
	line-height: 35px;
	color: #666;
	display: block;
}
.Rigbox{
	width: 385px;
	float: left;
	margin: 46px 0 26px 50px;
}
.Rigbox h3{
	font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 24px;
}
.Rigbox .rigSign{
	width: 100%;
	height: auto;
}
.rigSign li{
	width: 334px;
	height: 45px;
    border: 1px solid #cecece;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 12px;
}
.rigSign li input{
	width: 250px;
	height: 44px;
    line-height: 44px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    background: none;
    margin-bottom: 15px;
    padding-left: 20px;
}
.titer{
	color: #e71c4a;
	height: 14px;
    margin:10px auto 29px auto;
    font-size: 14px;
}
.titerror,.titempt{
	display: none;
	color: #e71c4a;
    font-size: 14px;
}
.rigSign li #userSign{
	height: 46px;
    width: 334px;
    line-height: 46px;
    background: #31a0ff;
    border: 0;
    color: #fff;
    margin-bottom: none;
    font-size: 18px;
    border-radius: 5px;
}
.tip .frend{
	font-size: 14px;
    color: #565656;
    font-weight: 700;
    margin-bottom: 10px;
}
.titfont p{
	color: #666;
    font-size: 14px;
    line-height: 20px;
}
