.lyan {
	display: inline-block;
	position: relative;
	left: 50px;
}

.liuy-box {
	width: 720px;
	height: 150px;
	margin: 0 auto;
	background-color: #f7f7f7;
}

.liu-zx {
	font-size: 12px;
	font-weight: bold;
	color: #313230;
	line-height: 24px;
}

.liu-zx span {
	font-size: 12px;
	font-weight: normal;
}

.liu-zx span:nth-child(2) {
	float: right;
}

.liu-cont {
	font-size: 12px;
	font-weight: bold;
	color: #313230;
	line-height: 24px;
}

.liu-cont span {
	font-size: 12px;
	font-weight: normal;
	color: #206cb7;
}

.liu-hf {
	width: 100%;
	margin: 0 auto;
	/* border: 1px solid #f1f1f1; */
	background: #f9f9f9;
}

.liu-hf p,.liu-hf p span {
	font-size: 12px;
	line-height: 24px;
}
.liu-hf p span:nth-child(2){
	font-size: 12px;
	font-weight: normal;
	color: #206cb7;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 999;
}

.messageTable {
	width: 671px;
	height: 382px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #FFFFFF;
	display: none;
	z-index: 999;
}

.messageTable table {
	margin: 37px auto;
}

.messageTable td {
	font-size: 12px;
}

.closeTable {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 20px;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
