/*新版CRM登录样式*/
body{margin:0px;padding: 0px;background: #f1f4f7;font-family:'Microsoft YaHei';font-size: 14px;}
ul,p{margin: 0px;padding: 0px;}
div,p,input,li{font-family:'Microsoft YaHei';}
.headerdiv{
	height: 65px;
	line-height: 65px;
	
}
.login_container{
	width:900px;
	margin:0 auto;
}
.login_container .head_img{
    margin-top: 10px;
    float: left;
    max-height: 44px;
    max-width: 150px;
}
.login_container .qcodetxt{
	  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}
.main_pic .mainPic{
	width:450px;
}
.containner .login_container{
	padding-top: 7%;
}
.containner .login_container .main_pic{
	width:450px;
	float:left;
}
.login-form{
  	z-index: 4;
    width: 346px;
    background: #fff;
    overflow: visible;
    float: right;
    top: 40px;
    border-radius: 5px;
    margin-top: -40px;
}
.login-form .login-line{
	height:10px;
	background: #1d2939;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.login-form .title{
	height:50px;
	line-height: 50px;
	padding: 0px 30px;
}
.login-form .login-div{
	padding:15px 30px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background: #fcfcfc;
	padding-top:0px;
}
.login-div .inp{
	border: 1px solid rgb(216, 216, 216);
	height: 40px;
	margin-bottom: 15px;
	border-radius: 5px;	
}
 .login-div .inp label span{
	  height: 32px;
	  width: 40px;
	  display: inline-block;
	  float: left;
	  font-size: 22px;
	  text-align: center;
	  padding-top: 8px;
	  color: #bdbdbd;
 }
/* .login-div .inp label .lab1{color: #7cc623;}
 .login-div .inp label .lab2{color: #bdbdbd;}*/
 .login-div .inp .inp_input{
 	width: 232px;
  height: 38px;
  border: none;
  background: #fff;
  outline: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 2px 1px 0 10px;
 }
 .sumbtn{
  	padding: 20px 0px;
 }
 .sumbtn .resetBtn{
	background: none;
	 border: none;
	 padding: 0px;
	 margin-top: -5px;
	 border-radius: 0;
 }
 .sumbtn .login-btn{
 	background: #7cc623;
 	height:35px;
 	line-height: 35px;
 	color: #fff;
 	display: block;
 	width:80%;
 	margin:0 auto;
 	text-align: center;
 	border:none;
 	border-radius: 5px;
 	font-size: 14px;
 	cursor: pointer;
 	padding: 0px;
 }
 .sumbtn .cts{
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  color: rgb(124, 198, 35);
 }
 .login-form .sumbtn  label{
 	display: block;
  float: right;
  margin-right: 30px;
  padding: 10px 0;
  cursor: pointer;
 }
 #errMsg{
 	color: rgb(247, 72, 21);
  min-height: 20px;
  text-align: center;
  padding: 6px 0;
 }
 .jshtml5{
 	  position: absolute;
  top: 30%;
  width: 350px;
  height: 160px;
  border: 1px solid rgb(124, 198, 35);
  background: rgb(220, 239, 198);
  border-radius: 5px;
  padding: 20px;
  left: 50%;
  margin-left: -175px;
  z-index: 99;
 }
 .jshtml5 .title{
 	font-size: 18px;
    padding: 10px 0;
 }
 .errorDix{
  position: absolute;
  z-index: 999;
  width: 325px;
  background: #fff;
  overflow: visible;
  border-radius: 5px;
  left: 50%;
  margin-left: -162.5px;
  top: 50%;
  margin-top: -105px;
 }
 .explore_div{
 	width: 520px;
 	margin-left:-260px;
 }
 .errorDix .login-line{
  height: 10px;
  background: #1d2939;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
 }
.errorDix .title{
    color: #e10000;
    padding: 25px 0;
  text-align: center;
  font-size: 14px;
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
}
.errorDix .errortxt{
  text-align: center;
    height: 130px;
}
.errorDix .errortxt .downdts{
	  display: block;
  color: rgb(124, 198, 35);
}
.errorDix .errortxt p{
  padding: 10px 0;
}
.errorDix .errortxt .tdEnter{
  background: rgb(124, 198, 35);
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  color: #fff;
  margin: 0 10px;
  margin-top: 20px;
  cursor: pointer;
}
.downexplorebtn{
	margin-top:20px;
	clear:both;
}
.error_icon{
	  font-size: 25px;
  float: left;
  margin-left: 20px;
  margin-right: -15px;
  margin-top: -2px;
  color: #e10000;
}
.explore_icon{
	margin: 0px;
  margin-bottom: 5px;
  margin-top: -2px;
}
.title .pxtl{
	width:174px;
	margin:0 auto;
}
.title .pxtt{
	clear:both;
}
.login_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	background:rgba(50,61,76,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E5506176,endcolorstr=#E5506176);
	top: 0;
	left: 0;
}

.footer{
	position: fixed;
  bottom: 0px;
  width: 100%;
  background: #1d2939;
  height: 50px;
  text-align:center;
}
.foot_img{
    width: 115px;
    margin: 0 auto;
    margin-top: 12px;
}
input[type=text]:focus{
	box-shadow:none;
	
}
.loginSet .loginSet_lab2{
	float:right;
}
.loginSet input{
	float:left;
	margin-right:5px;
}


.login-btn:hover{background:#7cc623!important;opacity:0.9;}
