﻿/*登录注册*/
.lr-mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top:0%;
	left: 0%;
	z-index: 99999;
	display: none;
	color: #656565;
}
.lr-mask input {
	width: 200px;
	height: 25px;
	border-radius: 3px;
	font-size: 16px;
	border: 1px solid #f0f0f0;
	text-indent: 6px;
}
.lr-mask #reg-company-type {
	width: 200px;
	margin-left: 230px;
	margin-top: 15px;
	font-size: 24px;
}
.lr-mask button {
	width: 90px;
	line-height: 35px;
	background-color: #09a3e9;
	outline: none;
	border: none;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.tab-wrap {
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 20px;
	padding-top: 6px;
	line-height: 50px;
	text-align: center;
	color: #c0c0c0;
	font-size: 18px;
	cursor: pointer;
	overflow: hidden;
}
.tab-wrap .tab {
	position: relative;
	float: left;
	width: 50%;
	border-bottom: 4px solid #e6e6e6;
}
.tab-wrap .active {
	color: #09a3e9;
	border-bottom-color: #09a3e9;
}
.tab-wrap .tab .triangle-up {
	position: absolute;
	left: 50%;
	bottom: -4px;
	display: none;
	width: 0;
  height: 0;
  margin-left: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #09a3e9;
}
.lr-reg .reg-div {
	display: none;
	font-size: 12px;
}
.lr .active,
.tab-wrap .active .triangle-up {
	display: block;
}
.lr-mask .lr {
	display: none;
	position: relative;
	top:50%;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -180px;
	padding-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
}
.login-code-wrap {
	display: inline-block;
	width: 180px;
	margin-left: 70px;
	margin-top: 20px;
	text-align: center;
}
.login-code-wrap img{
	width: 100%;
}
.login-code-wrap span{
	line-height: 40px;
	font-size: 16px;
}
.login-info-wrap {
	position: relative;
	display: inline-block;
	width: 280px;
	margin-left: 70px;
	margin-top: 30px;
	vertical-align: top;
}
.login-info-wrap input{
	margin-top: 30px;
}
.login-info-wrap button{
	margin-top: 40px;
	margin-bottom: 20px;
}
.login-info-wrap .forget-psw {
	line-height: 30px;
	margin-left: 140px;
	color: #c9c9c9;
}
.login-info-wrap #login-error {
	position: absolute;
	left: 0;
	bottom: 70px;
	color: red;
}
.company-login .login-info-wrap {
	margin-left: 220px;
}
.company-login .login-code-wrap {
	display: none;
}
.lr-switch {
	line-height: 35px;
	cursor: pointer;
}
.lr-reg .reg-div .reg-code-tip {
	font-size: 16px;
	margin-top: 20px;
	letter-spacing: 3px;
	text-align: center;
}
.lr-reg .reg-div .reg-inputs {
	text-align: left;
}
.lr-reg .reg-div .code-img {
	width: 250px;
	height: 250px;
	margin-left: 195px;
}
.lr-reg input {
	margin-top: 15px;
	margin-left: 230px;
}
.lr-reg button {
	margin: 20px 12px 0px 230px;
}
.lr-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background-image: url(../../common/images/close.png);
	background-size: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#qq-login-btn {
	display: block;
	width: 50px;
	margin-top: 10px;
}
/*登录注册 end*/

.forget-div {
	display: none;
	width: 350px;
	margin-left: 240px;
}
.forget-div input {
	margin-bottom: 15px;
	margin-top: 15px;
}
.forget-div .forget-tip {
	display: none;
	font-size: 12px;
	margin-left: 12px;
}
#get-code-btn {
	font-size: 14px;
	line-height: 25px;
	background-color: #f50;
}
#forget-next-btn {
	display: block;
	margin-left: 60px;
}
#get-code-btn.invalid-btn {
	background-color: #666;
}