.isExpire {
	width: 100%;
	min-height: 100vh;
	background: url("http://www.jqzjop.com/wcrt_idx/error/error-wzs.jpg")
		no-repeat;
	background-size: 100% 100%;
}
*,
img,
p,
div {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
}

#header {
	width: 100%;
	text-align: center;
}

#footer {
	width: 100%;
	height: 30px;
	font-size: 12px;
	bottom: 0px;
	top: 20px;
	text-align: center;
	line-height: 35px;
}

#footer ul li {
	float: left;
}

#main {
	width: 100%;
}

.Title {
	height: 40px;
	line-height: 40px;
	width: calc(100% - 10px);
	text-align: left;
	font-size: 16px;
	background: #b3994e;
	padding-left: 10px;
	color: #fff;
}

.Title b {
	float: right;
	margin-right: 10px;
}

.desc {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 20px;
	text-align: left;
}

.productinfo {
	width: calc(80% - 20px);
	margin: 0px auto;
}

.productinfo ul li {
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding: 0px 20px;
	clear: both;
	float: none;
}

.productinfo ul li span {
	display: inline-block;
	float: left;
	line-height: 35px;
}

.productinfo ul li span:first-child {
	height: 30px;
	line-height: 35px;
	font-size: 12px;
}

.productinfo ul li span:last-child {
	text-align: right;
	float: right;
	width: calc(80% - 50px);
	line-height: 35px;
	font-size: 12px;
}

.btn {
	clear: both;
	text-align: center;
	margin-top: 20px;
}

.btn a {
	text-decoration: none;
	display: inline-block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #c3000e;
	background: #c3000e;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.IPList li {
	height: 35px;
	line-height: 35px;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.IPList li:first-child {
	border-bottom: 0px;
}

.IPList li span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	font-size: 14px;
}

.IPList li span:first-child {
	width: 40%;
}

.IPList li span:last-child {
	width: 60%;
}
#List {
	min-height: 120px;
	position: absolute;
	top: 180px;
	left: 10px;
	background: rgb(255, 255, 255);
	border-radius: 8px;
	box-shadow: rgb(136 136 136) 0px 4px 8px;
	width: calc(100% - 20px);
	margin: 0px auto;
	/* height: 390px; */
}
