/*新版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{
    position: relative;
	width:100%;
}
.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: 100%;
}

.containner .login_container .main_pic{
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    min-width: 1200px;
}
.login-form{
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
  	z-index: 4;
    width: 346px;
    background: #fff;
    overflow: visible;
    border-radius: 10px;
}
.login_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
    height: 400px;
}
.title_img {
    width: 800px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 28px;
    font-weight: 500;
    font-size: 28px;
    letter-spacing:2px;
    color: #fff;
}
.title_img img {
    position: relative;
    left: 0px;
    top: 6px;
    margin-right: 10px;
}
.copyright {
    text-align: center;
    width: 140px;
    color: #fff !important;
    position: absolute;
    top: 415px;
    left: 0;
    right: 0;
    margin: auto;
}
/*.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{
    position: relative;
	padding:0px 30px;
    border-radius: 10px;
	/*border-top:1px solid #eee;*/
	/*border-bottom:1px solid #eee;*/
	background: #fcfcfc;
}
.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: 40px;
     border: none;
     outline: none;
     padding: 2px 1px 0 10px;
 }
.login-div .inp #captcha {
    padding: 2px 1px 0 50px;
}
 .sumbtn{
  	padding: 20px 0px;
 }
 .sumbtn .resetBtn{
	background: none;
	 border: none;
	 padding: 0px;
	 margin-top: -5px;
	 border-radius: 0;
 }
 .sumbtn .login-btn{
 	background: #3795DE;
 	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;
 }
 .Zh_En {
     position: absolute;
     top: 6px;
     left: 0;
 }
 #errMsg{
     color: rgb(247, 72, 21);
      min-height: 20px;
      text-align: center;
      padding: 15px 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: 10%;
    color: #fff;
    text-align:center;
}
.footer .footer_info {
    display: inline-block;
    width: 200px;
    height: 40px;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer .footer_info .foot_img{
    width: 14px;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
/*.foot_img{*/
/*    margin: 0 auto;*/
/*    margin-top: 12px;*/
/*}*/
input[type=text]:focus{
	box-shadow:none;
}
.loginSet {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;

}
.loginSet .loginSet_lab2{
    margin-right: 20px;
}
.loginSet .loginSet_lab1{
    flex-grow:1;
}
.loginSet_lab2, .loginSet_lab1 {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    white-space:nowrap;
}
.one_sle {
    cursor: pointer;
}
.one_sle[type=checkbox]{
    width: 16px;
    height: 16px;
    margin-top: 2px;
    position: relative;
}
.one_sle[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px;
}
.one_sle[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    background-color: #3795DE;
}
.loginSet .one_sle{
    position: absolute;
    top: 1px;
    left: 0px;
}
.forgetPass {
    color: #3795DE;
    cursor: pointer;
    white-space:nowrap;
    text-align: left;
    margin-left: 4px;
}
.forgetPass:hover{color:#3795DE;opacity:0.9;}
.change_one_icon {
    position: relative;
    width: 40px;
    height: 40px;
}
.change_one_icon img {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login-btn:hover{background:#3795DE!important;opacity:0.9;}
