@charset "utf-8";
/* CSS Document */
/*重置样式*/
body,h1,p,dl,dd{margin: 0}
h1,h2,h3,h4,h5{margin:0;font-size:16px;font-weight:normal;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;outline:none;}
input{margin:0;padding:0;border:none;background-color:transparent;outline:none;}
img{border:none;}

/*通用*/
.clearfix{clear: both;}
*{font-family: "微软雅黑",arial;box-sizing: border-box}

.container {
	width: 100%;
	height: 100%;
	background: #1a3349;
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.container .col {
	display: flex;
	display: -webkit-flex;
}
.col-left {
	width: 32%;
	background: url(images/login/login-bg.jpg) no-repeat center center;
	background-size: cover;
}
.col-right {
	width: 68%;
}
.col-left artical {
	height: 248px;
	width: 330px;
	margin: auto;
}
.col-left artical h1 {
	margin: 30px 0;
	line-height: 32px;
	font-size: 22px;
	color: #fff;
}
.col-left artical p {
	line-height: 20px;
	font-size: 12px;
	color: #b2b9c0;
}
.login-box {
	height: 620px;
	width: 468px;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
	border-radius: 16px;
	color: #1a3349;
}
.login-box .logo {
	margin-top: 10px;
	margin-bottom: 46px;
}
.login-box .t1 {
	font-size: 34px;
	text-align: center;
	margin-top: 60px;
	line-height: 42px;
}
.login-box .t2 {
	text-align: center;
	font-size: 16px;
	margin-top: 18px;
	line-height: 30px;
	margin-bottom: 36px;
}
.input-box {
	width: 390px;
	position: relative;
	margin: 0 auto 16px;
	z-index: 1;
	background-color: #e8f0fe;
	border: 1px solid #cbffe4;
	border-radius: 24px;
	padding: 13px 60px;
}
.input-box input {
	font-size: 14px;
	border: 0;
	color: #333;
	line-height: 20px;
	height: 20px;
	width: 100%;
	display: block;
	text-align: center;
	background-color: transparent !important;
}
.input-box .login-ico {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.Login {
	width: 390px;
	line-height: 48px;
	background: #21d196;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 24px;
	margin: auto;
	display: block;
}

.Login:hover {
	opacity: 0.9;
}

.forget {
	font-size: 12px;
	margin-left: 40px;
	color: #999;
}

.loadingBox{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	background:#fff \9;
	z-index: 99;
}

.mini-mask-loading{
	color: #666;
	background:url(../scripts/mini/miniui/themes/default/images/grid/loading1.svg) no-repeat center center;
	z-index: 3;
	width: 360px;
	height:200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -180px;
	border-radius: 12px;
}

.mini-mask-loading span{
	font-size: 16px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
	line-height: 20px;
	white-space:nowrap;
	text-align: center;
}

.mini-logo {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 100px;
	height: 40px;
	background: url('./images/login/mini-logo2.png') no-repeat 0 0;
	background-size: auto 100%;
	z-index: 5;
}


@media screen and (max-width: 1070px) {
	.content_bg{
		width: 100%;
	}

	.content_l{
		/*      display: none; */
	}
	.content_l span{
		width:100%;
		margin:auto;
	}
	.content_l span img{
		margin:auto;
	}
	.content_l span p{
		display:none;
	}
	.content_r{
		float: none;
		margin: 0 auto;
		position: relative;
		z-index: 98;
	}
}

