body, html {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

/*
.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 {
	/*
	width: 1260px;
	position: relative;
	*/
	padding: 0;
	margin: 0 auto;
	height: 100%;
 }

.logo-con, .footer, .login-con {
	width: 100%;
}

.logo-con {
    width: 1280px;
    margin: 0 auto;
}

.login-con {
	height: 100%;
	padding-top: 60px;
}

#btnPhone:hover {
    color: #fff;
    background-color: rgb(255, 176, 8);
    border-color: rgb(255, 176, 8);
}

.bg-img {
    /*
    background: url('../images/login/bg_img.png');
    height: 565px;
    width:100%;
    background-repeat: no-repeat;
    */
    background: url('../images/login/bg_img.jpg');
    width:100%;
    height:565px;
    /*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%;
}

.logo-con>.loginlogo {
	width:210px;
	height:73px;
	background-image: url('../images/login/loginLogo.png');
	display: block;
}

.login-box {
	/*
	width: 380px;
	height:456px;
    padding: 80px 40px;
    position: absolute;
    right: 180px;
    right: 10%;
    top: 144px;
    z-index: 2;
    */
    width: 350px;
    background: #fff;
    margin: auto;
    display: grid;
}

.login-box .login_header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #ffb008;
}

.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 {
	width: 1260px;
    margin: 0 auto;
    color: #333;
}

/* 琛ㄥ崟鏍峰紡 */
.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: 0;
    position: absolute;
    top: 190px;
}

.login-btn {
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 40px;
	border-color: rgb(255, 176, 8);
	background-color: rgb(255, 176, 8);
	/*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;
}