.cont-wrap{
	width: 700px;
	margin: auto;
	padding:  100px 0;
	box-sizing: border-box;
}
.cont-wrap h1{
	margin: 0;
	padding-bottom: 100px;
}
.cont-wrap p{
	margin: 0;
	line-height: 36px;
	text-align: justify;
	padding-bottom: 36px;
}
.cont-wrap span{
	color: var(--color);
}
.cont-wrap i{
	color: #999;
}
.cont-wrap .el-icon-success{
	color: #67C23A;
}
.cont-wrap .el-icon-error{
	color: #F56C6C;
}
table{
	width: 100%;
	border: 0;
	font-size: 14px;
	margin-bottom: 36px;
	border-spacing: 0;
	border-left: 1px solid var(--bg);
	border-top: 1px solid var(--bg);
}
table th{
	text-align: left;
	border-right: 1px solid var(--bg);
	border-bottom:1px solid var(--bg);
	padding: 10px;
	font-weight: normal;
	color: #777;
}
table td{
	border-right: 1px solid var(--bg);
	border-bottom:1px solid var(--bg);
	padding: 10px;
}
table td:first-child{
	color: #222;
}
@media screen and (max-width: 640px) {
	.cont-wrap{
		width: 92%;
		margin: 0 4%;
		padding: 30px 0;
		font-size: 14px;
	}
	.copy{
		width: 90%;
		margin: auto;
		padding-bottom: 30px;
	}
	.cont-wrap p{
		line-height: 30px;
		padding-bottom: 30px;
	}
	.cont-wrap h1{
		font-size: 20px;
		padding-bottom: 30px;
	}
	h2{
		padding-top: 0px;
		font-size: 18px;
	}
	.next{
		padding-top: 20px;
		padding-bottom: 30px;
		margin-top: 0;
	}
	table{
		font-size: 12px;
	}
}