﻿@charset "utf-8";
html,body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "microsoft yahei","微软雅黑";
	font-size: 14px;
}
p,img{
	margin: 0px;
	padding: 0px;
	border: none;
}
.loginbg{
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	position: absolute;
}
.layui-form-select .layui-input{
	border-radius: 5px;
	padding-left: 35px;
}
.loginbg img{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.layui-form-select dl dd.layui-this{
	background: #1b9ae9;
}
.login-uesr{
	width: 755px;
	height: 425px;
	top: 50%;
	left: 50%;
	margin-left: -377px;
	margin-top: -212px;
	position: absolute;
}
.login-logo{
	width: 425px;
	height: 425px;
	float: left;
	position: relative;
	text-align: center;
	background: url(../../../resource/img/bf.png) no-repeat left center;
	box-shadow: 0 4px 10px rgba(44, 79, 127, .6);
	background: rgba(0, 19, 59, 0.6);
}
.logo-img{
	margin-top: 125px;
}
.qr-img{
	margin-top: 30px;
}
.user-div{
	width: 330px;
	margin: 0 auto;
	height: 425px;
	float: left;
	/*padding: 40px 40px 80px 40px;*/
	background: #FFFFFF;
	box-shadow: 0 0 50px rgba(71, 115, 184, 1);
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.account-div{
	width: 100%;
	height: 60px;
	font-weight: 600;
	margin-bottom: 20px;
	/*border-bottom: 2px solid #d2d2d2;*/
}
.account{
	height: 60px;
	float: left;
	width: 100%;
	text-align: center;
    line-height: 60px;
    font-size: 18px;
    /*color: #0f67ad;
	border-bottom: 2px solid #7db1db;*/
}
.input-div{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	text-indent: 1.8em;
	border: 1px solid #e2e2e2;
}
.icon-user{
	background: url(../../../resource/img/icon.png) no-repeat;
	background-position: -454px -10px;
}
.icon-pwd{
	background: url(../../../resource/img/icon.png) no-repeat left center;
	background-position: -454px -46px;
}
.icon-select{
	width: 17px;
	height: 14px;
	top: 13px;
	left: 13px;
	z-index: 999;
	position: absolute;
	vertical-align: middle;
	display: inline-block;
	background: url(../../../resource/img/icon.png) no-repeat left center;
	background-position: -465px -113px;
}
.remember-div{
	width: 100%;
	height: 20px;
	float: left;
	color: #8c8c8c;
	margin: 7px 0 15px 0;
}
.remember-left{
	float: left;
}
.remember-right{
	float: right;
}
.icon-remember{
	width: 22px;
	height: 22px;
	margin-right: 6px;
	vertical-align: middle;
	display: inline-block;
	background: url(../../../resource/img/icon.png) no-repeat;
	background-position: -16px -85px;
}
.login-btn{
	width: 100%;
	border: none;
	height: 38px;
	color: #ffffff;
	line-height: 38px;
	border-radius: 5px;
	/*background: #ff9800;*/
	margin: 0 0 15px;
	cursor: pointer;
	letter-spacing: 10px;
	background-image: url("../../../resource/img/login-btn.png");
}
.login-plugin-download{
	width: 100%;
	height: 38px;
	font-size: 14px;
	color: #333;
    font-family: "microsoft yahei", "微软雅黑";
}
.login-plugin-download li{
	cursor: pointer;
}
.login-plugin-download li a{
     font-family: "microsoft yahei", "微软雅黑";
 }
.login-plugin-download li a:hover{
    color: #1C9AE9;
}
.login-plugin-download li.plugin-az{
	float: left;
}
.login-plugin-download li.user-sc{
	float: right;
}

.login-contact{
	text-align: left;
	position: absolute;
	bottom: 30px;
	color: #ffffff;
	left: 58px;
	right: 0px;
}
.login-contact p{
	line-height: 32px;
}
.loginbg i{
	width: 100%;
	height: 100%;
}
.login-bg{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	background: url("../../../resource/img/body-bg-shanghai.png") no-repeat;
	background-size: 100% 100%;
}

#forget_box {
	width: 580px;
	height: 300px;
	margin: 0 auto;
	display: none;
}

.forget_box-title{
	height: 97px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1b1f23;
	font-size: 18px;
	border-bottom: 1px solid #F5F6F7;
}

.forget_box-content {
	box-sizing: border-box;
	padding: 0px 70px;
	padding-top: 20px;
}

.forget_box-item {
	box-sizing: border-box;
	height: 71px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: 1px solid #F5F6F7;
	padding-bottom: 5px;
}

.forget_box-item.cen {
	align-items: center;
	padding-top: 10px;
}

.forget_box-item.rg {
	display: flex;
	justify-content: space-between;
}

.forget_box-item.last {
	align-items: center;
	border: none;
}

.forget_box-item.suc {
	height: 120px;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	border: none;
}

.forget_box-item.suc img{
	height: 32px;
	width: 32px;
}

.forget_box-item span {
	display: inline-block;
	padding: 0px 10px;
	font-size: 16px;
}

.forget_box-item i {
	font-style: normal;
	color: #808080;
	margin-right: 4px;
}

.forget_box-item input {
	border: none;
	outline: none;
	width: 100%;
	padding-left: 5px;
	height: 40px;
	font-size: 16px;
}

.forget_box-item img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.forget_fetccode {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	height: 53px;
	width: 140px;
	border: 1px solid #d0cccc;
	background-color: #f5f2f2;
	color: #808080;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}

.forget_next-btn {
	border-radius: 3px;
	height: 53px;
	width: 100%;
	border: 1px solid #1A95E2;
	background-color: #1A95E2;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.forget_next-btn:hover{
	color: #ffffff;
}

.qhzh-right-bottom
{
	width: 100%;
}

.qhzh-right-bottom img {
	position: absolute;
	right: 0px;
	cursor: pointer;
	bottom: 0px;
}

.login1-con{
	padding: 40px 40px 80px 40px;
}

.login2-con-padd {
	width: 308px;
	margin: 0 auto;
	margin-top: 5px;
}
.login2-con-padd h3 {
	text-align: center;
	padding: 15px 0;
	border-bottom: 3px solid #c30f0f;
	width: 120px;
	margin: 0 auto;
	color: #2D2D2D;
	font-size: 18px;
}

/*安全问题*/
.forget_box-item.alignCenter{
	align-items: center;
}
.forget_box-item.alignCenter .layui-btn{
	background: #1A95E2;
	height: 40px;
	line-height: 40px;
}
.input-div{
	display: flex;
}
.input-div img{
	margin-left: auto;
}