[v-cloak] {
	display: none;
}

html,
body {
	min-width: 1080px;
	overflow-x: hidden;
}

.color-white {
	color: #fff;
}

.color-main {
	color: #e7d692;
}

.container {
	width: 1070px;
	margin: auto;
}

.header {
	height: 128px;
	background-color: rgb(25, 25, 25);
}

.header-col {
	float: left;
}

.header-col.nav {
	float: right;
}

.nav p {
	color: #e7d692;
}

.dailiweb {
	width: 250px;
	height: 35px;
	background-color: rgb(17, 17, 17);
	padding: 5px 10px;
	box-shadow: 0 1px 1px rgba(231, 214, 146, 0.2);
	border-radius: 18px;
	margin-top: 15px;
	float: right;
}

.logo img {
	margin-top: 22px;
}

.slogin img {
	margin-top: 26px;
	margin-left: 90px;
}

.nav-item {
	float: left;
	padding: 0 10px;
}

.nav-item p {
	text-align: center;
}

.nav-title {
	font-size: 16px;
	margin: 0;
}

.nav-title-en {
	font-size: 10px;
	margin: 0;
	height: 10px;
	line-height: 10px;
}

.banner {
	position: relative;
}

.banner {
	position: relative;
}

.banner-img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.becomedaili {
	position: absolute;
	width: 100%;
	top: 300px;
	left: 140px;
}

.centet-box {
	padding: 10px 0 10px;
	background-color: rgb(26, 26, 26);
}

.centet-item {
	padding: 40px 0;
	background: url(../img/centerbox-top-left.png) no-repeat left top, url(../img/centerbox-top-right.png) no-repeat right top, url(../img/centerbox-bottom-left.png) no-repeat left bottom, url(../img/centerbox-bottom-right.png) no-repeat right bottom, url(../img/centerbox-bg.jpg) repeat;
	margin-top: 50px;
}

.title-img {
	display: block;
	margin: auto;
}

.table {
	background-color: rgb(252, 254, 221);
	margin: 40px;
}

.table-header {
	background-color: rgb(225, 211, 129);
}

.table-header .table-col {
	height: 70px;
	line-height: 25px;
	padding: 10px;
	color: #b42d32;
	font-size: 18px;
}

.table-row {
	display: flex;
}

.table-col {
	float: left;
	flex: 1;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.table-row .table-col:last-child {
	border-right: none;
}

.addwx {
	display: block;
	margin: auto;
}