/**
* 登录css
* 2017.09 
* ding.xun
*/

body, html{
	position:relative;
	width:100%;
	height: 100%;
	background-color: #fff;
}

.logon_title{
	min-width: 1280px;	
	height: 96px;
	background-color: #24a5d3;
}

.backgroundimg{
	height: 80%;
    width: 100%;
    background: url(../images/login/loginBack.jpg) center 80px no-repeat;
    min-width: 1260px;
    padding-top: 80px;
    min-height: 630px;
}

/* 登录页面 login page */
.main-login{
	padding:0;
	width:1260px;
	margin:0 auto;
	height:100%;
	/* position: relative;*/
 }

.logo-con, .footer, .login-con{
	width:100%;
}

.view_div {
	display:none ;
  	width:100%;
  	min-height: 630px;
  	min-width: 1000px;
  	zoom: 1;
  	background-color: #fff;
  	background-repeat: no-repeat;
  	background-size: cover;
  	-webkit-background-size: cover;
  	-o-background-size: cover;
  	background-position: center 0;
}


.bg-img {
  width:100%;
  padding-top: 96px;
  min-height: 630px;
  min-width: 1000px;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.bg-img img{
	width:100%;
}


.banner_logo,.banner_titleName,.banner_search{
	width: 33.3%;
	float: left;
	height: 100%;
}
.banner_logo > img{
	margin-left: 30px;
	margin-top: 15px;
}
.banner_titleName > h3{
	font-size:28px;
	line-height:96px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 3px;	
}



.side-img{
	width:682px;
	height:410px;
	background-image: url('../images/login/loginPic.png');
	position: absolute;
    top: 20%;
    z-index: 1;
}

.login-box{
	width:380px;
	/* height:456px; */
/* 	padding: 80px 40px; */
    position: absolute;
    right: 180px;
    top: 144px;
    z-index: 2;
    background: #fff;
}

.login-box .login_header{
	width:100%;
	height:50px;
	line-height:50px;
}

.login_title{
	margin-left:146px;;
	font-size: 18px;
    font-weight: bold;
    color:#fff;
}

#fm1{
   	padding: 0px 40px;
   	padding-top: 18px;
}

.login-box .inputList{
	position: relative;
}

.login-box .form-group {
    margin-bottom: 28px;
}

.login-box .form-group {
	
}

.footer{
	color:#333333;
}



.nav_menu {
	float:right;
	margin-right: 30px;
	margin-top: 20px;
	position: relative;
	color: white;
}
.nav_menu ul > li{
	float: left;
	margin-left: 25px;
}
.nav_menu ul > li:hover{
	color: red;
	cursor: pointer;
}


.nav_menu ul > li > img {
	padding:0px;
	margin:0px;
	width: 26px;
	height: 26px;
}

/* 表单样式 */
.input-group-con{
	position:relative;
	display: table;
    border-collapse: separate;
}

.input-addon-ico{
	display: table-cell;
    width: 1%;
    padding: 0 12px;
    vertical-align: middle;
    text-align: center;
    z-index: 999;
    position: relative;
    height: 43px;
    color:#a8a8a8;
}

.input-group-con input{
	display: table-cell;
    position: absolute;
    left: 0;
    text-indent: 2em;
    height: 43px;
    line-height: 30px;
}

input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 100px white inset !important; 
　　 box-shadow: 0 0 0px 100px white inset !important;
	 color:#24a5d3 !important;
	 
} 

.focus-input .input-addon-ico, 
.focus-input.input-group-con input.form-control, 
.input-group-con:hover span.input-addon-ico, 
.focus-input.input-group-con{
	color:#24a5d3 !important;
}

.input-group-con:hover input.form-control{
	/* border-color: #66afe9; */
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.login-box .form-group.last-input-text{
	margin-bottom: 45px;
}

.marked{
	margin-top: -10px;
    margin-bottom: 5px;
    color: #f00;
    font-size: 12px;
}

.login-btn{
	text-align: center;
	width: 100%;
	background-color: #24a5d3;
	line-height: 40px;
	padding:0;
	border-color: #24a5d3;
	min-width:300px;
}

.verification-code{
	height:43px;
	width: 120px;
	line-height: 43px;
}
.form-group-text {
	margin-top:-20px;
	margin-bottom:10px !important;
}
.form-group-text a {
	text-decoration:none;
	color: #24a5d3;
	font-size: 12px;
	cursor: pointer;
}
.form-group-text a.fl {
	float:left;
}
.form-group-text a.fr {
	float:right;
}
.other-login {
	margin-top:-5px;
}
.other-login .title {
	text-align:center;
	margin-top:-10px;
	margin-bottom:5px;
}
.other-login .ul {
	padding: 0px;
	text-align: center;
}
.other-login .ul li {
	list-style-type:none;
	display: inline-block;
	margin:0px 15px;
}
.other-login .ul li img {
	width: 90%;
}
.phone_scanning {
	position: absolute;
    right: 5px;
    z-index: 2;
    margin-top: -50px;
    cursor: pointer;
}
.phone_scanning img {
    height: 50px;
    margin-top: -4px;
    position: relative;
    left: 83px;
}
.form-verifyCode {
	display: none;
}
.form-verifyCode-con {
	position: relative;
}
.form-verifyCode-con .span {
	position: absolute;
	left: 10px;
    top: 12px;
    color: #ccc;
}
.form-verifyCode-con .input-phone {
    height: 43px;
    line-height: 30px;
    padding-left: 100px;
}
.form-verifyCode-con .input-verify-code {
	height: 43px;
    line-height: 30px;
    padding-left: 12px;
    padding-right: 140px;
}
.form-verifyCode-con .getVeriry-btn {
	position: absolute;
    right: 4px;
    top: 5px;
    width: 120px;
    color: #24a5d3;
    border:1px solid #24a5d3;
}

.byPhone_card_span {
	display: table-cell;
    width: 1%;
    padding: 0 12px;
    vertical-align: middle;
    text-align: center;
    z-index: 999;
    position: relative;
    height: 43px;
    color: #a8a8a8;
}
.login-error {
	margin-top: -10px;
    margin-bottom: 5px;
    color: #f00;
    font-size: 12px;
 }
 .account_login_img {
 	display: none;
 }
 .qrCode-mk {
 	display: none;
 }
.qrCode-mk .tx {
 	text-align: center;
}
.qrCode-mk .title {
	font-size: 16px;
    font-weight: bold;
}
.qrCode-mk .div-code {
	margin:10px 0px;
}
.qrCode-mk .qr-code-img {
	height: 180px;
	width: 180px;
}

.foot_show{
	width: 1100px;
	height:209px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #dedede solid;
    padding-bottom: 30px;
    border-bottom:1px solid #ccc;
}

.dl_left{
	width: 33%;
	float:left;
}

.qrCode-mk .tx .a {
	color:#2ca7e0;
	font-weight:bold;
	margin:0px 4px;
}

.one{
border-top: 20px solid transparent;
border-left: 30px solid transparent ;
border-right: 40px solid #E6E6E6;
border-bottom: 20px solid transparent;
z-index: 3;
left: 10px;
}
.two{
width:140px;
height:40px;
background-color:#E6E6E6;
border-radius:8px;	
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
position: absolute;
left: 97px;
top:1px;
z-index: -2;
}

.dl_title{
	font-size: 24px;
    font-weight: bold;
    color: #0d7d7f;
}
@-webkit-keyframes bounce-down {
 25% {-webkit-transform: translateY(-5px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(10px);}
 }
 
 @keyframes bounce-down {
  25% {transform: translateY(-5px);}
  50%, 100% {transform: translateY(0);}
 75% {transform: translateY(5px);}
 }
 
 @-webkit-keyframes bounce-up {
  25% {-webkit-transform: translateY(5px);}
  50%, 100% {-webkit-transform: translateY(0);}
  75% {-webkit-transform: translateY(-5px);}
 }
 
 @keyframes bounce-up {
  25% {transform: translateY(5px);}
  50%, 100% {transform: translateY(0);}
  75% {transform: translateY(-5px);}
 }
 
 #dhk{-webkit-animation: bounce-up 2.4s linear infinite;animation: bounce-up 2.4s linear infinite;}

:-ms-input-placeholder{vertical-align: middle;}
:-webkit-input-placeholder{vertical-align: middle;}
:-ms-input-placeholder.form-control{ line-height: 30px;}
:-webkit-input-placeholder.form-control{ line-height: 30px;}