body {
	overflow-x: hidden;
	color: #666;
}

.container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.logo {
	height: 100px;
	/* background-color: #f5f5f5; */
	padding: 10px 20px;
}

.logo img {
	height: 100px;
	max-width: 100%;
	margin-top: 12px;
}

.login-content {
	padding: 0 20px 20px 20px;
	text-align: center;
	margin-top: 20px;
	border-right: 1px solid #ddd;
}

.login-content .line {
	height: 1px;
	background-color: #ddd;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.login-content .content .item {
	text-align: left;
	position: relative;
	margin: 5px 0 10px 0;
}

.login-content .content .item i {
	position: absolute;
	left: 9px;
	top: 9px;
	color: #999;
}

.login-content .content .item input {
	padding-left: 30px;
}

.login-content .title {
	padding: 20px;
	text-align: center;
}

.login-content .content .item .btn {
	width: 100%;
	background-color: #3366FF;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.search-content,
.search-content .table {
	margin-top: 20px;
}

.search-content .btn {
	/* background-color: #3366FF; */
}

.search-content .table th {
	/* background-color: #F5F5F5; */
}

.search-content .table tr.complete td {
	color: #008000;
}

.footer {
	/* background-color: #f5f5f5; */
	line-height: 50px;
	text-align: center;
	color: #999;
	margin-top: 20px;
}

.message-content {
	/* max-width: 800px; */
	margin: auto;
}

.message-content h2 {
	text-align: center;
	color: #008000;
	font-weight: 600;
	padding: 25px;
}

.message-content .item {
	margin-top: 10px;
	text-align: center;
}

.message-content .item .btn {
	background-color: #169BD5;
	font-size: 14px;
	padding: 5px 40px;
	border-color: #169bd5;
	letter-spacing: 2px;
	margin-top: 30px;
}

.message-content .left, .message-content .right {
	float: left;
	font-size: 18px;
	line-height: 30px;
}

.message-content .left {
	text-align: right;
	width: 45%;
	padding-right: 20px;
}

.message-content .right {
	width: 55%;
	padding-right: 20px;
	text-align: left;
}
.xslqcx-title{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

@media screen and (max-width:768px){
	.message-content h2{padding:70px 25px 25px; }
	.login-content{border-right:none; border-bottom:1px solid #ddd; }
}