/*头部*/
.w_1000{
	    width: 1000px;
    margin: 0 auto;
	
}
.loinTop{ margin:15px auto;}
.loinTop .w_1000{display: flex;justify-content: center;}
.leftLine{ border-left: 1px solid #1e1b18; height: 80px; margin-left: 50px; margin-right: 50px;}
.loginWriting{ font-size: 34px; font-weight: bold; color: #787878; line-height: 80px;}
.loginWriting1{ line-height: 80px;}
.loginWriting1 span{margin-left: 200px;}
.loinTop div  h1 img{display:block;}

 .logo-center ul li {float: left; margin-left: 20px; line-height: 80px;}
.logo-center ul li img {position: relative; top: 5px;}
 .logo-center ul li span {font-size: 13px;}
 .logo-center ul{overflow: hidden;}
 .login_bg{
 	text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    background-image: url(../../images/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px -14px;
    background-size: 100% 90%;
        border-top: 1px solid #1e1b18;
 }
 .login_box{
 	width:800px;
 	height:500px;
 	border:1px solid #e5e5e5;
 	margin: 100px auto;
 	box-shadow: 7px 7px 28px 0px #ccc;
 	 border-radius: 10px;
 }
.login_box h1{
    font-size: 28px;
   color: #0ba2e6;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.first{
	position: relative;
}
.wechat{
	position: absolute;
    top: 25px;
    right: 78px;
    text-decoration: underline;
    font-size:18px;
    color:#0ba2e6;
     letter-spacing: 1px;
}
.img_chat{
	position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.form .text{
	width: 460px;
	margin:40px auto 0px;
	padding-left: 12px;
	border-radius: 10px;
}
/*修改input*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #919696; 
	font-size:18px;
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
	color: #919696; 
	font-size:18px;
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
	color: #919696; 
	font-size:18px;
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color: #919696; 
	font-size:18px;
}
.form_pr{
	  position: relative;
}
.password{
	width:480px;
	margin: 0 auto;
	height: 45px;
    line-height: 45px;
}
.loginBtn {
    width: 475px;
    height: 40px;
    background: #0ba2e6;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
      letter-spacing: 10px;
}
.straightway{
	margin-top:20px;
	color:#0ba2e6;
	font-size: 16px;
}
.promptLogin{
	color:#e4393c;
	letter-spacing: 2px;
}
.impowerBox .status p{
	color:red;
}
  .SignFlow-smsInputButton {position: absolute;top: 47px;right: 170px;}
.Button {display: inline-block;    border: 0;padding: 0 10px;font-size: 14px;line-height: 32px;color: #8590a6;text-align: center;cursor: pointer;background: none;border-radius: 3px;}




