.contentInner .loginWin {
	box-shadow: none;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin-left: 750px;
	margin-top: 120px;
	width: 400px;
}

.loginBg {
	display: block;
	width: 700px;
	height: 100%;
	float: left;
	background: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.checkSystem {
	padding-top: 27px;
}

.checkSystem .layui-center {
	text-align: center;
}

.checkSystem .write {
	width: 500px;
	height: 40px;
	margin: 20px auto;
	border-radius: 7px;
	border: 1px solid #DEDEDE;
}

.checkSystem button {
	margin: 0 auto;
}

.checkSystem .show {
	//border: 1px solid #DEDEDE;
	width: 700px;
	//padding: 20px;
	margin: 0 auto;
	//margin-top: 10px;
}

.input-block {
	width: 700px;
	border: 0px solid #DEDEDE;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
}

.input-block input {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 550px;
	padding: 0 20px;
	background: #ccc;
}

.input-block button {
	border-radius: 0;
	height: 40px;
}
.contentInner .loginWin .btn input{
	background-color: #45a2ff!important;
}
.show{
	line-height:30px;
	height:350px;
}
.show span{
	font-size: 20px;
	font-weight: bold;
	color: red;
}
.show .span1{
	font-size: 20px;
	font-weight: bold;
	color: darkgrey;
}
.oh{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 7.8rem;
}
