@charset "utf-8";
/*
time: 2016.1017;
author: sy;
describe：login,register layout；
*/

input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

.logoArea{
	margin: 26px 0px;
}
.logoArea a{

	width: 170px;
}
.wrapperNav{
	height: 38px;
	background: #262b2e;
}
.wrapperNav .nav{
	margin: 0px auto;
	overflow: hidden;
	width: 1000px;
}
.wrapperNav .nav ul{
	float: right;
}
.wrapperNav .nav li{
	float: left;
	margin-right: 15px;
}
.wrapperNav .nav li a{
	height: 38px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

#bottom{
	width:1002px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}
#bottom .bt_left{
	width:1002px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
#bottom .bt_left .gywm{
	width:1002px;
	height:30px;
	line-height:30px;
	margin-top:20px;
	font-size:14px;
	color:#666;
	text-align:center;
}
#bottom .bt_left .xkz{
	width:1002px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#666;
	text-align:center;
}
#bottom .bt_right{
	width:1002px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#bottom .bt_right .wlxkz{
	width:1002px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#666;
	text-align:center;
}
#bottom a:link,#bottom a:visited{
	color:#666;
	text-decoration:none;
}
#bottom a:hover{
	color:#666;
	text-decoration:underline;
}
	
#bottom .copyRight{
    width:1002px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #666;
}




.wrapperTxt{
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.wrapperTxt .formLabel{
	width: 90px;
	height: 38px;
	line-height: 38px;
	line-height: 38px\9; 
   *line-height: 38px; 
    _line-height: 38px;
    _padding: 10px 0px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 19px;
	color: #585858;
	vertical-align: middle;
}
.wrapperTxt .formTxt{
	height: 38px;
	line-height: 38px;
	line-height: 38px\9; 
   *line-height: 38px; 
    _line-height: 38px;
	width: 283px;
	border: none;
	outline: none;
	border: 1px solid #d2d2d2;
}
.wrapperTxt .formTxt.errTxtTip{
	border: 1px solid red;
}
.wrapperTxt .formTxt.code{
	width: 142px;
}
.wrapperTxt .tip{
	position: absolute;
    top: 50px;
    left: 96px;
    z-index: 1;
    font-size: 12px;
}
.wrapperTxt .link{
	height: 30px;
	color: #3d839c;
    text-decoration: underline;
    cursor: pointer;
    float: right;
}
.btn{
	outline: none;
	border: none;
	cursor: pointer;
}

.loginPage{

	width: 772px;
    margin: 0 auto;
}
.loginPage .loginArea{
	width: 240px;
	height: 272px;
	margin: 0px auto;
	padding: 15px 60px;
	border:  1px solid #d2d2d2;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 100px;
	margin-bottom: 100px;
}
.loginPage .linkReg{
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #777777;
	overflow: hidden;
}
.loginPage .linkReg .loginTtile{
	float: right
}
.loginPage .linkReg .loginTtile a{
	color: #3d839c;
	text-decoration: underline;
	cursor: pointer;
}
.loginPage .wrapperTxt{
	margin-bottom: 20px;
}
.loginPage .wrapperTxt .formTxt{
	width: 200px;
	padding-left: 40px;
}
.loginPage .wrapperRem{
	color: #777;
}
.loginPage .wrapperRem a{
	color: #777;
}
.loginPage .btnLogin{
	width: 240px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 20px;
	background-color:  #3d839c;
}
.loginPage .btnRemember{
	vertical-align: middle;
}
.loginPage .remLogin{
	float: right;
}
.loginPage .txtIcon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
}
.loginPage .phoneIcon{
	/*background: url("https://www.xntv.tv/userinfo/assets/phoneIcon.png") no-repeat center center;*/
}

.loginPage .passwordIcon{
	/*background: url("https://www.xntv.tv/userinfo/assets/passwordIcon.png") no-repeat center center;*/
}


.regiterSite{
	background-color: #e5f7ff;
	width: 772px;
	margin: 0 auto;
}
.regiterSite .formTitle{
	width: 158px;
	height: 39px;
	/*background: url("http://www.xntv.tv/userinfo/assets/registerBg.png") no-repeat center center;*/
	margin-bottom: 40px;
}
/*找回密码*/
.regiterSite .formTitle1{
	width: 158px;
	height: 39px;
	background: url("../images/register_phoneIcon.png") no-repeat 2px center;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 400;
	line-height: 39px;
	color: #ebddd8;
	padding-left: 44px;
}


.regiterSite .formArea{
	padding: 40px 60px;
	background-color: #fff;
	border-radius: 20px;
}

.regiterSite .formArea .btnRegiter{
	width: 224px;
	height: 47px;
	font-size: 26px;
	font-weight: bold;
	background-color: #3d839c;
	color: #fff;
	border-radius: 5px;
}
.regiterSite .formArea .btnCode{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 94px;
	height: 32px;
	line-height: 29px;
	margin: 0px 24px;
	color: #fff;
	border: 1px solid #d2d2d2;
	background-color: #2f93b7;
	text-align: center;
	font-size: 17px;
	border-radius: 15px;
	vertical-align: middle;
}
.formArea .btnCode.disabled{
	color: #bbb;
    background-color: #eee;
    border: 1px solid #cdcdcd;
	cursor: default;
}
.formArea .formErrTip,.wrapperCode{
	margin-bottom: 30px;
	overflow: hidden;
}
.formArea .formErrTip {
	height: 30px;
}
.formArea .error{
	font-size: 12px;
	color: #e33232;
}

.tipArea {
	margin: 100px 0px;
}
.tipArea .tipFrom{
	width: 368px;
	height: 210px;
	    margin: 0 auto;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 10px;
}
.tipFrom .tipShow{
	margin-top: 22px;
	padding: 15px 0px;
	text-align: center;
	background-color: #3c839d;
	color: #010101;
	font-size: 16px;

}
.tipFrom .tipInfo{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #727274;
}
.tipFrom .tipLink a{
	text-align: center;
	display: block;
	font-size: 14px;
	color: #3c839d;
}
