/*閫氶敓鏂ゆ嫹閿熸枻鎷峰紡*/
*{
	 font-family: "Microsoft YaHei" !important;
}
    html,body{
        width:100%;
        height:100%;
        margin:0;
    }
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
a{
	text-decoration:none;
}
h1{
	font-weight:bold;
	text-shadow:1px 1px 1px #333;
}
.login{
	background: url(../images/bg.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
.loginCenter{
	width: 810px;
	height: 560px;
	text-align: center;
	margin: -310px 0 0 -405px;
	box-sizing: border-box;
	color: #666;
	position: absolute;
	left: 50%;
	top: 50%;

}
.loginCenter .bg{
	width:368px;
	height:430px;
	float: left;
	background:url(../images/bgleft.png) no-repeat center;
	margin-left: 37px;
}
.loginCenter .bg_fail{
	width:368px;
	height:430px;
	float: left;
	background:url(../images/loginFailBg.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 37px;
}
.loginCenter .model{
	position:relative;
	width:392px;
	height:430px;
	float: left;
	background: #fff;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.login div.bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.yhdl{
	height: 115px;
	background: url(../images/yhdl.png) no-repeat center;
}
.error_image{
	width: 100%;
	height: 100%;
	background:url(../images/error_image.png) no-repeat center;
	background-size: 100% 100%;
}
.bc_image{
	width:100%;
	height:100%;
	overflow:hidden;
}
.bc_image>img{
	position: fixed;
	top:0;left:0px;
	z-index: -1;
	width:100%;
	height:100%;
}
.mo_text{
	width:810px;
	height:77px;
	background: url(../images/mo_text.png) no-repeat center;
	margin-bottom: 52px;
	margin-left:10px;
}
.mo_login{
	width: 356px;
    height:  360px;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.6);
	border:1px solid transparent;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari 閿熸枻鎷�Chrome */
	border-radius:4px;
	margin:0 auto;
}
.mo_img{
	margin-top:15px;
}
.mo_form{
	line-height: 15px;
}
.user_name,.user_pwd{
	width:230px;
	/*box-sizing: border-box;
	border:none;
	border-bottom:1px solid #988;
	padding-left:40px;
	margin-bottom: 20px;*/
	    font-size: 16px;
	border:none;
	min-height:40px;
/* 	line-height:40px; */
	background-color: #fff!important;
}
.user_name:focus,.user_pwd:focus,.user_sub:focus{
	outline:none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	background-color: rgb(0, 0, 0) !important;
	background-image: none !important;
	color: rgb(0, 0, 0) !important;
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}
/*.user_name{
	background:url("login_03.png") no-repeat 4px center;
}
.user_pwd{
	background:url("login_04.png") no-repeat 4px center;
}*/
.usernamediv{
	width:270px;
	margin: auto;
	box-sizing: border-box;
	border-bottom:1px solid #E6E6E6;
	padding-left:40px;
	margin-bottom: 25px;
	background:url("../images/login_03.png") no-repeat 4px center;

}
.passworddiv{
	width:270px;
	margin: auto;
	margin-bottom: 25px;
	box-sizing: border-box;
	border-bottom:1px solid #E6E6E6;
	padding-left:40px;
	background:url("../images/login_04.png") no-repeat 4px center;
	position: relative;
	left:3px;
}
h2{
	color: #333;
}
.remember{
	margin-left:-40px;
	color: #fff;
	cursor:pointer;
}
.forget{
	float:right;
	margin-right:58px;
	position:relative;
	cursor:pointer;
	color: #B8B8B8;
}
.forget b{
	width:200px;
	padding:12px 0px;
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,.5);
	zoom: 1;  /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
	position:absolute;
	left:82px;
	bottom:-13px;
	color:#fff;
	display:none;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari 閿熸枻鎷�Chrome */
	border-radius:4px;
}
.forget i{
	width:0px;
	height:0px;
	border:10px solid transparent;
	border-right-color:rgb(0,0,0);
	border-right-color:rgba(0,0,0,.5);
	position:absolute;
	top:0;
	left:62px;
	zoom: 1;  /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
	display:none;
}
.user_sub{
	width:270px;
	min-height:40px;
	color:#fff;
	background-color:#3585e0;
	-moz-border-radius:4px; /* Firefox */
	-webkit-border-radius:4px; /* Safari 閿熸枻鎷�Chrome */
	border-radius:4px;
	border:none;
	font-weight:bold;
	font-size:17px;
	cursor:pointer;
	margin-left: 10px;
}

.resetPassword{
	text-align:left;
	font-size:12px;
	position:absolute;
	bottom:2px;
	right: 56px;
	margin:0;
}
.resetPassword>a{
	color:#3585e0;
	cursor:pointer;
	text-decoration: underline;
}

.footer {
    position:absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:40px;
    line-height:40px;
    color: #fff;
    opacity: 0.9;
    font-size:18px;
    text-align: center;
	zoom: 1;  /* needed in IE up to version 7, or set width or height to trigger "hasLayout" */
    /*background-color: rgba(42, 85, 104, 0.4);*/
    z-index:1000;
}
.footer a {
    color: #cddde5;
}
.footer span{
	font-size: 18px;
	position: relative;
	top:2px;
}
#remember{
	display: none;
}
form>i{
	position: relative;
	left:-15px;
	top:-2px;
	font-style: normal;
	cursor: pointer;
}
#checked{
	display:inline-block;
	border-radius: 4px;
	width:16px;height:16px;
	border:1px solid #cccccc;
	background: #fff;
	position: relative;
	left: -120px;
	cursor: pointer;
	box-sizing: border-box;
	top: 1px;
}
.rememberspan{
	position: absolute;
	left: 89px;
	color: #B8B8B8;
}
form>span,form>i{
	font-size:14px;
}
#checked.active{
	background: url("../images/organi2_a.png") no-repeat center;
	border:none;
}
.box_name{
	position:relative;
}
.xiala{
	width:30px;
	height:42px;
	position:absolute;
	left:268px;
	top:1px;
	z-index:20;
	text-align:center;
	padding:0;
	cursor:pointer;
	display:inline-block;
	background:none;
	border:none;
	transition:all .15s;
}
.xiala:hover{
	background:#eee;
}
.xiala>i{
	border:8px solid transparent;
	border-top:8px solid #999;
	margin-top:15px;
	display:inline-block;
}
.xiala_content{
	position:absolute;
	border:1px solid #988;
	background:#fff;
	top:41px;
	left:51px;
	z-index:50;
	width:247px;
	cursor:pointer;
	display:none;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius:5px;
}
.xiala_content>li{
	height:40px;
	width:100%;
	padding:5px 0;
	transition:all .15s;
}
.xiala_content>li>img{
	height:40px;width:40px;
	float:left;
	transition:all .15s;
}
.xiala_content>li>p{
	float:left;
	margin:8px 0 0 10px;
	transition:margin .15s;
}
.xiala_content>li:hover{
	background-color:#3585e0;
	height:60px;
}
.xiala_content>li:hover>img{
	height:60px;width:60px;
}
.xiala_content>li:hover>p{
	margin:17px 0 0 0;
	color:#fff;
}
#yanzheng{
	border:1px solid #FFB4A8;
	padding:5px 15px 5px 25px;
	color:#6C6C6C;
	font-size:12px;
	width:208px;
	margin-bottom:10px;
	display:inline-block;
	text-align:left;
	background:url("../images/jinshi.png") no-repeat 5px center;
	background-color:#FEF2F2;
}
#yanzheng.none{
	display:none;
}
.register{
	text-align: left;
    padding-left: 70px;
    color: #B8B8B8;
}
.register>span{
  color:#5A88F8;
      cursor: pointer;
}
::-webkit-input-placeholder { /* WebKit browsers */  
    color: #B8B8B8;
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color: #B8B8B8;
   opacity:  1;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
  color: #B8B8B8;
   opacity:  1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
  color: #B8B8B8;
}  


/**********重置密码**********/
.restBox{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#fff;
	padding:35px 55px ;
	z-index:100;
	box-sizing:border-box;
}

.rest_typeBox{
	width:100%;
	height:40px;
}
.rest_typeBox>span{
	width:50%;
	height:40px;
	line-height:40px;
	color:#999;
	display:block;
	float:right;
	background:url(../images/rest_type.png) no-repeat right center;
}
.rest_typeBox>.active{
	color:#4285f4;
	background:url(../images/rest_typed.png) no-repeat right center;
}
.restIptBox{
	margin-top:20px;
	height:41px;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
	width:100%;
	padding-left:43px;
}
.restIptBox>input{
	width:100%;
	height:100%;
	border:none;
	outline:none;
}
.restIptName{
	background:url(../images/rest_name.png) no-repeat left center;
}
.restIptPhone{
	background:url(../images/rest_phone.png) no-repeat left center;
}
.restFirstType>span{
	display:block;
	width:100%;
	line-height:80px;
	text-align:left;
	color:#333;
}
.restFirstType>button{
	width:100%;
	display:block;
	line-height:40px;
	font-size:18px;
	color:#fff;
	background:#3d8df0;
	border:none;
	outline:none;
	border-radius:4px;
	cursor: pointer;
}
.go2Login{
	float:right;
	color:#3d8df0;
	cursor: pointer;
	font-size:14px;
	margin-top: 10px;
}
.none{
	display:none;
}

.restSecondType>p{
	width:250px;
	margin:25px 0;
	margin-left:15px;
	line-height:40px;
	font-size:14px;
	background:#f7f7f7;
	color:#777;
}
.restSecondType>p>span{
	color:#333;
}
.getCodeBox{
	width:250px;
	margin-left:15px;
	height:41px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.getCodeBox>input{
	width:125px;
	height:40px;
	border:none;
	outline:none;
	float:left;
}
.getCodeBox>button{
	width:125px;
	height:40px;
	font-size:14px;
	color:#fff;
	background:#3d8df0;
	border:none;
	outline:none;
	cursor: pointer;
}
.restSecondType>span{
	font-size:12px;
	width:100%;
	margin:40px 0;
	display:block;
}

.restSecondType>button{
	width:250px;
	margin-left:15px;
	display:block;
	line-height:40px;
	font-size:18px;
	color:#949494;
	background:#f7f7f7;
	border:none;
	outline:none;
	border-radius:4px;
	cursor: pointer;
}
.restSecondType>button.allow{
	background:#3d8df0;
	color:#fff;
}






