body,html{
	width: 100%;
	height: 100%;
	background: url(../img/loginbackgroundimg.png) no-repeat;
	background-size:100% 100% ;
	overflow-y: auto;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'MicrosoftYaHei';
}
a{
	text-decoration: none!important;
}
.loginCss{
	width: 100%;
	height: 100%;
	position: relative;
}
.loginCenter{
	/* width: 1170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%); */
	width: 1170px;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	
}
.loginCenterImg{
	width: 860px;
	height: 480px;
	float: left;
	background: url(../img/t.png) no-repeat;
	background-size: cover;
}
.loginCssTop{
	padding-top: 80px;
	/* padding-bottom: 110px; */
	width:100%;
	height:40px;
	font-size:36px;
	text-align: center;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:40px;
	text-shadow:0px 7px 4px rgba(6,57,83,1);
}
.loginCenter .baomingLogin{
	display: none;
	padding-top: 38px;
	padding-bottom: 20px;
	width:307px;
	margin-top: 130px;
	/* height:332px; */
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.loginCenter .baomingLogin .srk{
	width: 260px;
	height: 34px;
	background:rgba(243,243,243,1);
	border:1px solid rgba(18,110,173,1);
	border-radius:10px;
	overflow: hidden;
	margin: 0 auto 18px;
	position: relative;
}
.loginCenter .baomingLogin .code{
	/* width:87px; */
	height:23px;
	padding: 0 10px;
	line-height:23px;
	background:rgba(255,72,77,1);
	border-radius:10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
}
.loginCenter .code1{
	background: #b1b0b0!important;
}
.loginCenter .baomingLogin .srk .icon{
	width:54px;
	height:34px;
	background-color:rgba(18,110,173,1);
	background-image: url(../img/sfz.png);
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: 24px;
	/* border-radius:8px 0px 0px 8px; */
}
.loginCenter .baomingLogin .srk .icon_cell{
	background-image: url(../img/cell.png);
}
.loginCenter .baomingLogin .srk .icon_yzm{
	background-image: url(../img/yzm.png);
}
.loginCenter .baomingLogin .srk .sr{
	width: 100%;
	height: 100%;
}
.loginCenter .baomingLogin .srk .sr input{
	padding: 0 16px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background:#F3F3F3;  
	outline:none;  
	border:none;
	line-height: 1;
	font-size:12px;
	color: #333;
}
.loginCenter .loginAn{
	margin: 12px auto 10px;
	width:260px;
	height:34px;
	line-height: 34px;
	font-size: 15px;
	text-align: center;
	background:rgba(243,243,243,1);
	border:1px solid rgba(18,110,173,1);
	border-radius:10px;
	color: #126EAD;
	cursor: pointer;
}
.loginCenter .baomingLogin .srk .sr input::-webkit-input-placeholder {
	color: #808080;
}
.loginCenter .baomingLogin .gozc{
	line-height: 30px;
	font-size: 15px;
	color: #126EAD;
	text-align: right;
	padding-right: 55px;
	cursor: pointer;
}
.layui-layer-tips .layui-layer-TipsG{
	dispaly:none!important;
	border-right-color: transparent!important;
}