﻿/*登录注册*/
.lr-mask input {
	outline: none;
	border: 1px solid #ababab;
	line-height: 35px;
	border-radius: 2px;
	font-size: 14px;
	text-indent: 6px;
	height: 35px;
}
.lr-mask input:focus{
	border: 1px solid #3091f2;
}
.lr-mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top:0%;
	left: 0%;
	z-index: 99999;
	display: none;
	color: #656565;
	font-weight: normal;
}
.lr-mask .lr {
	position: relative;
	top:50%;
	width: 840px;
	height: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -260px;
	background-color: #fff;
	overflow: hidden;
}
.getPicCode {
	cursor: pointer;
}
.getPicCode:hover span{
	text-decoration: underline;
}
.lr .lr-left {
	display: inline-block;
	width: 50%;
	height: 100%;
	vertical-align: top;
	background-color: #ecf1f0;
}
.lr .lr-right{
	display: inline-block;
	width: 300px;
	padding: 16px 60px;
	vertical-align: top;
}
.reg-wrap > div, .login-wrap > div {
	width: 200px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 2px;
	font-size: 18px;
	margin: 0 auto;
	font-weight: 600;
  cursor: pointer;
}
.to-reg{
	color: #eb1860;
	border: 1px solid #eb1860;
}
.to-login {
	color: #42bc6f;
	border: 1px solid #42bc6f;
}
.lr-left .login-wrap {
	display: none;
}
.lr .lr-left img{
	display: block;
	width: 290px;
	margin: 110px auto 55px;
}
.wx-login, .reg-info-wrap, .findBackPw{
	display: none;
}
/*登录*/
.login-info-wrap .long-input {
	width: 100%;
	line-height: 35px;
	height: 35px;
}
.short-input {
	width: 50%;
}
.login-title {
	color: #393939;
	font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}
.login-title span{
	font-weight: normal;
	font-size: 16px;
	margin-left: 5px;
}
.Rempw{
	color: #3091f2;
	margin-top: 15px;
}
.forgetPw{
	cursor: pointer;
	float: right;
	text-decoration: underline;
}
#remberPw{
	position: relative;
	width: 14px;
  height: 14px;
  margin-right: 5px;
}
#remberPw:before{
	content: '';
	background-color: #fff;
	width: 14px;
	height: 14px;
	display: block;
  border: 1px solid #ababab;
  border-radius: 3px;
}
#remberPw:checked:before {
  content: '\2713';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 14px;
  color: #fff;
  background: #3091f2;
  width: 14px;
  height: 14px;
  border: 1px solid #3091f2;
  text-indent: 2px;
}
.login-info-wrap input{
	margin-top: 20px;
}
input[type="checkbox"]{
	margin: 0;
}
.login-btn {
	margin-top: 20px;
	width: 100%;
	height:37px;
	background-color: #3091f2;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 16px;
	border-radius: 2px;
}
.login-btn:hover, .reg-btn:hover{
	background-color: #2384e4;
}
.reg-now{
	color: #3091f2;
	cursor: pointer;
}
.cross-Line {
	position: relative;
	display: inline-block;
	width: 84px;
	height: 0;
	top: -5px;
	border-top: 1px solid #c6c6c6;
}
.img-qq {
	margin-top: 15px;
	text-align: center;
}
.img-qq a {
	margin-right: 10px;
}
.img-qq img {
	width: 30px;
}
/*登录*/
/*注册*/
.reg-type {
	font-size: 24px;
	color: #393939;
	font-weight: 600;
}
.reg-type span {
	display: inline-block;
	padding: 4px 0;
	margin-right: 24px;
	line-height: 30px;
	cursor: pointer;
}
.reg-type .active{
	color: #3091f2;
	border-bottom: 2px solid #3091f2;
}
.code-img {
	display: block;
  margin: 60px auto 20px;
  border: 1px solid #ababab;
  width: 200px;
}
.perfit-info, .company-reg{
	display: none;
}
.reg-info-wrap .long-input {
	width: 265px;
	margin-top: 15px;
}
.reg-info-wrap .perfit-info .long-input {
	width: 298px;
	margin-top: 15px;
}
#reg-company-type {
	width: 267px;
	height: 35px;
	margin: 15px 0;
}
#province-select, #city-select, #area-select{
	width: 82px;
	margin-right: 10px;
	height: 35px
}
.reg-info-wrap .short-input {
	width: 114px;
}
.necessary {
	color: #f00;
	font-size: 26px;
  vertical-align: bottom;
  margin-left: 5px;
}
.reg-btn {
	cursor: pointer;
	width: 134px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
  background-color: #3091f2;
  color: #fff;
  margin-left: 16px;
  vertical-align: top;
  border-radius: 2px;
}
.getPhoneCode, .getPerfitCode {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 37px;
	width: 100px;
	margin-top: 15px;
	border-radius: 4px;
	background-color: #f0f3f4;
	color: #76838f;
	margin-left: 20px;
}
.getPhoneCode:hover, .getPerfitCode:hover{
	background-color: #d3dbde;
}
.getPhoneCode.waiting, .getPhoneCode.waiting:hover,
.getPerfitCode.waiting, .getPerfitCode.waiting:hover{
	background-color: #f0f3f4;
}
/*注册*/
/*密码找回*/
.title .findtype {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #393939;
}
.findBackPw .changetype{
	cursor: pointer;
	color: #3091f2;
	float: right;
  margin-top: 7px;
  text-decoration: underline;
  font-size: 16px;
}
.findBackPw .long-input {
	width: 298px;
	height: 35px;
	margin-top: 20px;
}
.findBackPw .short-input {
	width: 172px;
	height: 35px;
	margin-top: 20px;
	margin-right: 16px;
}
.findBackPw .getCode, .findBackPw .get-Phone-Code {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	line-height: 37px;
	width: 110px;
	margin-top: 20px;
	border-radius: 4px;
	background-color: #f0f3f4;
	color: #76838f;
}
.findBackPw .getCode:hover{
	background-color: #d3dbde;
}
.findBackPw .getCode.waiting, .findBackPw .getCode.waiting:hover {
	background-color: #f0f3f4;
}
/*密码找回*/
.show {
    display: block !important;
}