html,
body {
	font-size: 10px;
	padding: 0%;
	margin: 0%;
	width: 100%;
	background-image: url(../static/pcbj.png);
	background-position: 0% 0%;
	background-size: 100% 100%;
	min-height: 100vh;
	background-repeat: no-repeat;
}

#container {
	position: relative;
	min-height: 100vh;
	width: 100%;
}
.mt2{
	margin-top: 20px !important;
}

.centerBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width:1125px;
	min-height: 500px;
	/* border: 1px solid red; */
	transform: translate(-50%, -50%);
	display: flex;
}
.right .tovip{
	width: 100%;
	margin-top: -40px;
}
.itemBox{
	background-color: #353834;
	width: 84%;
	margin: 0 auto;
	height: 50px;
	border-radius: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.itemBox .itemImg{
	height: 50px;
}

.itemBox .text{
	color: #008751;
	font-size: 30px;
	vertical-align: 14px;
	margin-left: 1em;
}

.itemImgFont{
	vertical-align: 15px;
	margin-left: 20px;
	height: 20px;
}