@charset "utf-8";
/* CSS Document */

.login-box {
	width: 387px;
	height: 491px;
	padding: 0 30px;
	margin: 0 auto;
}
.boxShadow{
	box-shadow: 0px 0px 20px 0px #DBDBDB;border-radius: 10px;
}
.login-box .box-label {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
}
.login-box .box-label ul li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-right: 38px;
	font-size: 18px;
}
.login-box .box-label ul li:hover{
	cursor: pointer;
}
.login-box .box-label .active{
	background: url(../images/em-score.png) no-repeat center bottom;
	font-weight: bold;
	color: #f44336;
}
.login-box input[type=text],input[type=password]{
	height: 45px;
	background-color: #f6f6f6;
	border-width: 0px;
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #C8C8C8;
}
input:-moz-placeholder,textarea:-moz-placeholder{
	color: #C8C8C8;
}
input::-moz-placeholder,textarea::-moz-placeholder{
	color: #C8C8C8;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{
	color: #C8C8C8;
}
.login-box input[type=text]:focus,input[type=password]:focus {
	border-color:#66afe9;outline:0;
	/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);*/
	/*box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)*/
}
/*.form-control:focus{
	border-color:#66afe9;outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}*/
.login-box .button {
	background-color: #ff3333; /* fc2529 */
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
}
#box_mobile .input-group {
}
#box_mobile .input-group span {
}
.login-box .tips-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.login-box .forget-password-line {
	display: block;
	margin-bottom: 15px;
	color: #737373;
}
.grey_link a:link{color:#666; text-decoration: none;}
.grey_link a:visited{color:#666; text-decoration: none;}
.grey_link a:hover{color:#ff6600; text-decoration: none;}
.grey_link a:active{color:#ff6600; text-decoration: none;}

.login-box .other-login-line {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #737373;
	text-align: center;
	background-image: url(../images/bg_line.png), url(../images/bg_line.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
}
.login-box .login-third-line {
	width: 100%;
	height: 60px;
	position: relative;
	padding-left: 82px;
	margin-top: 0px;
	color: #666;
	font-size: 16px;
}
.login-box .login-third-line a {
	width: 97px;
	height: 58px;
	display: block;
	float: left;
	margin-right: 18px;
}
.login-box .login-third-line .wechat-login-btn-02 {
	background: url(../images/login_wechat_btn_02.png) no-repeat ;
}
.login-box .login-third-line .alipay-login-btn-02 {
	background: url(../images/login_alipay_btn_02.png) no-repeat;
}
.login-box .privacy  {
	width: 100%;
	display: block;
	color: #737373;
	margin-top: 15px;
	text-align: center;
}
.login-box .privacy span {
	color: #428bca;
}
.login-box .privacy a {
	text-decoration: none;
}
.login-box .clearBoth  {
	clear: both;
}
.login-box .bind-yes{
	height: 85px;
	line-height: 85px;
	background-image: url('../images/email_yes.png');
	background-repeat:no-repeat;
	background-position:50% 4px;
	padding-top: 45px;
}
/*--------- 取回密码页面样式 -------------*/

.pw-block {
	width: 388px;
	margin: 0 auto;
}
.blank30{height:30px; line-height:30px; clear:both; visibility:hidden;}
.blank35{height:35px; line-height:35px; clear:both; visibility:hidden;}
.blank40{height:40px; line-height:40px; clear:both; visibility:hidden;}
.blank60{height:60px; line-height:60px; clear:both; visibility:hidden;}
.blank70{height:70px; line-height:70px; clear:both; visibility:hidden;}
.blank80{height:80px; line-height:80px; clear:both; visibility:hidden;}
.blank135{height:135px; line-height:135px; clear:both; visibility:hidden;}

.pw-block .pw-box {
	width: 386px;
	height: 328px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #DBDBDB ;
	border-radius: 10px;
	padding: 0 30px;
	margin-top: 58px;
}
.pw-block .logo {
	display: block;
	margin-top: 41px;
	margin-bottom: 5px;
	height: 76px;/*114px*/
	background-image: url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:50%;
}
.pw-block .pw-box .header {
	height: 96px;
}
.pw-block .pw-box .title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.pw-block .pw-box .line-height-95{
	height: 95px;
	line-height: 95px;
}
.pw-block .pw-box .line-height-80{
	height: 80px;
	line-height: 80px;
}
.login-box .symbol-yes{
	height: 130px;
	line-height: 130px;
	background-image: url('../images/email_yes.png');
	background-repeat:no-repeat;
	background-position:50% 45px;
	padding-top: 45px;
}
.pw-block .pw-box .symbol-yes{
	height: 130px;
	line-height: 130px;
	background-image: url('../images/email_yes.png');
	background-repeat:no-repeat;
	background-position:50% 45px;
	padding-top: 45px;
}
.pw-block .pw-box .symbol-no{
	height: 130px;
	line-height: 130px;
	background-image: url('../images/email_no.png');
	background-repeat:no-repeat;
	background-position:50% 45px;
	padding-top: 45px;
}
.pw-block .pw-box input[type=text],input[type=password]{
	height: 45px;
	background-color: #f6f6f6;
	border-width: 0px;
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #666;
}
.pw-block .pw-box input[type=text]:focus {
	/*outline: 1px solid #ccc;*/
	border-color:#66afe9;outline:0;
	/*-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)*/
}
.pw-box .button {
	background-color: #ff3333; /* fc2529 */
	width: 100%;
	height: 45px;
	line-height: 45px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
}
.pw-box .captcha {
	position: relative;top:-52px;left:265px;color: #ff6666;cursor: pointer;
	background-color: #ffffcc;padding: 2px 5px;letter-spacing:2px
}
.sms_div{
	position:relative;
	height: 68px;
}
.sms_div .catchSms{
	position: relative;top:-52px;left:245px;color: #5092cf;cursor: pointer;
}
.sms_div .sms_right{
	position: absolute;top:12px;left:245px;color: #5092cf;cursor: pointer;
}
.sms_div .left-time{
	position: absolute;top:12px;left:240px;color: #666;cursor: pointer;
}
.pw-block .rtn-mobile  {
	width: 100%;
	display: block;
	color: #666;
	margin-top: 15px;
	text-align: center;
}
.pw-block .copyright {
	width: 100%;
	height: 60px;
	position: relative;
	padding-left: 5px;
	margin-top: 20px;
	color: #999;
	font-size: 12px;
}

