/*==================================================ȫ��==========================================================================*/
@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
	outline: none;
	font-family: "microsoft yahei";
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*ʼ���� Firefox ��ʾ������*/
* {
	word-wrap: break-word;
}

/*����ǿ�ƻ���word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}

/*ϸ�߱��*/
fieldset,
img {
	border: 0px;
}

/*������,����ʾ*/
ul,
li {
	list-style-type: none;
}

/*���б���Ŀ���*/
a {
	text-decoration: none;
}

/* �������»���,��Ϊunderline;����ȥ�� */
a:link {
	color: #666666;
}

/* δ���ʵ����� */
a:visited {
	color: #666666;
}

/* �ѷ��ʵ����� */
a:hover {
	color: #00569c;
}

/* ����������� */
a:active {
	color: #666666;
	blr: expression(this.onFocus=this.blur());
}

/* ����������� */
html {
	overflow: hidden;
}

input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aab2bd;
	/* placeholder��ɫ  */
	font-size: 0.65rem;
	/* placeholder�����С  */
	text-align: left;
	/* placeholderλ��  */
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

/* ���ñ��ʽ��ֱ���� */
.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* ���ñ��ʽ��ֱ���� */
body {
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #666;
	background:#fff;
	overflow: hidden;
}

.loginBg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: #fff;
	background-size: cover;
	z-index: 1;
}

.loginBg1 {
	background: url(images/loginBg_1.jpg) center center no-repeat;
	background-size: cover;
}

.loginBg2 {
	background: url(images/loginBg_2.jpg) center center no-repeat;
	background-size: cover;
}

.loginBg3 {
	background: url(images/loginBg_3.jpg) center center no-repeat;
	background-size: cover;
}

.loginBg4 {
	background: url(images/loginBg_4.jpg) center center no-repeat;
	background-size: cover;
}

/* .loginBox{
	width:400px;
	height:440px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-260px 0 0 0;
	z-index:10;
	} */
.loginLogo {
	clear: both;
	text-align: center;
}

.loginLogo img {
	height: 60px;
}

.loginCon {
	position:relative;
}

.loginTitle {
	width: 100%;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
	color: #333;
	font-weight: normal;
	/* background: #0371d1; */
	border-radius: 6px 6px 0 0;
	position: relative;
	font-weight: bold;
}

.loginTitle .bg1 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff;
	opacity: .1;
	border-radius: 0 74px 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none\0;
}

.loginTitle .bg2 {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #fff;
	opacity: .1;
	border-radius: 50%;
	position: absolute;
	right: -30px;
	top: -30px;
	display: none\0;
}

/*���ie8/ie9/ie10 ��hackʱԭ��ʽʹ��\0��ʶ����ie8��hack��Ȼ������IE8��ʶ���ѡ��������hackie9/ie10*/
:root .loginTitle .bg1,
:root .loginTitle .bg2 {
	display: inline-block;
}

.loginDl {
	width: 350px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.loginDl dd {
	position: relative;
	z-index: 2;
	overflow: hidden;
	clear: both;
	padding: 8px 0;
}

.loginInput {
	height: 42px;
	position: relative;
	background: #fff;
	border: 1px solid #e7ecf0;
	border-radius: 5px;
	overflow: hidden;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.loginInput.focus {
	border-color: rgba(47, 130, 255, 0.5);
}

.loginInput:hover {
	border-color: rgba(47, 130, 255, 0.5);
}

.loginInput.error {
	border: 1px solid #ff0000 !important;
}

.loginInput i {
	display: block;
	background: url(images/icon-login.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 10px;
	width: 22px;
	height: 22px;
	z-index: 9;
}

.loginInput.name i {
	background-position: -54px 0px;
}

.loginInput.name.focus i {
	background-position: -54px 0px;
}

.loginInput.password i {
	background-position: -106px 0px;
}

.loginInput.password.focus i {
	background-position: -106px 0px;
}

.loginInput.code i {
	background-position: -107px -120px;
}

.loginInput.code.focus i {
	background-position: -107px -120px;
}

.loginInput.tel i {
	background: url(images/loginTel.png) no-repeat !important;
}

.loginCodeBtn a {}

.passEye2 {
	top: 0;
	right: 0;
	display: block;
	width: 33px;
	height: 22px;
	background: url(images/icon-login.png) no-repeat 0 -43px;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
}

.passEye2.open {
	background: url(images/icon-login.png) no-repeat -55px -43px;
}


.loginInput input {
	color: #707070;
	border: 0;
	height: 42px;
	padding: 0px 28px 0px 40px;
	width: 100%;
	background: none;
	font-size: 14px;
	box-sizing: border-box;
}

.codeImg {
	/* top: 3px;
	right: 5px;
	position: absolute;
	cursor: pointer;
	padding: 0 0 0 18px;
	overflow: hidden; */
	float: right;
	display: inline;
	padding-left: 10px;
	width: 100px;
}

.codeImg img {
	display: block;
	/* width: 100px; */
	height: 42px;
	border: 1px solid #eaebee;
	border-radius: 3px;
}

.loginDl dt {
	/* overflow: hidden; */
	clear: both;
	height:50px;
	padding: 8px 0;
	margin:20px 0 0 0;
}

.loginDl dt a {
    width: 100%;
    height:50px;
	background-image: linear-gradient( to right, #0569dd, #0a92f1, #23a2fb, #0569dd);
	box-shadow: 0px 3px 10px rgb(54, 133, 242, 0.5);
	border-radius: 31px;
	font-size: 17px;
	color:#fff;
	display: flex;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 300% 100%;
}

.loginDl dt a:hover {
	 background-position: 100% 0;
	 -moz-transition: all .4s ease-in-out;
	 -o-transition: all .4s ease-in-out;
	 -webkit-transition: all .4s ease-in-out;
	 transition: all .4s ease-in-out;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.loginDl dt input.reset {
	margin: 0 0 0 25px;
	background: #5a7485;
}

.loginDl dt input.reset:hover {
	background: #065385;
}

.loginCodeBtn {
	text-align: center;
	background: #e3efff;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	color: #2f82ff;
	cursor: pointer;
	font-size: 13px;
}

.loginCodeBtn.disabled {
	opacity: .8;
}

#error {
	width:100%;
	line-height:20px;
	height:20px;
	text-align: left;
	color: #ff0000;
	bottom:65px;
	position:absolute;
	text-align:center;
	left:0;
}

.footer {
	width: 100%;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #5f7094;
	z-index: 10;
}

/* login ���޸� 2021/12/29 wgh */
.loginOuter {
	position: absolute;
	width: 980px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin: -260px 0 0 -490px;
	background: #FFFFFF;
	box-shadow: 5px 5px 30px rgb(0, 0, 0, 0.1);
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
}

.logOuterL {
	overflow: hidden;
	float: left;
	display: inline;
	width: 380px;
}

.logOuterLPic {
	position: relative;
	height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.logOuterTitle{
	width:100%;
	clear:both;
	text-align:center;
	color:#fff;
	font-size:24px;
	position:absolute;
	top:80px;
	}
.logOuterCon{
	width:370px;
	height:170px;
	position:absolute;
	bottom:20px;
	left:15px;
	clear:both;
	color:#fff;
	line-height:32px;
	font-size:14px;
	}
.logOuterCon B{ font-size:16px;padding:0 0 10px 0; display:block;}

/* .logOuterLPic img {
	display: block;
	width: 100%;
	height: 520px;
} */

.logOuterR {
	overflow: hidden;
	position: relative;
	height: 550px;
}

/* login ���޸� 2021/12/29 end */