.BottomContainer {
	position: relative;
	text-align: center;
	/*width: calc(100% - 20px);*/
	min-width: 1024px;
	/*background-color: rgb(63, 67, 66);*/
	font-size: 14px;
	/*height: 110px;*/
	height: 100px;
	background:rgba(247,249,252,1);
}

.BottomContentContainer {
	position: relative;
	padding-top: 10px;
}
.BottomContentContainer div{
	text-align: center;
}
.BottomContentContainer div:nth-child(1) span:last-child{
	margin-right: 5px;
}
.BottomContentContainer div:nth-child(2) {
	height:17px;
	font-size:12px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:17px;
	margin-top: 8px;
}
.BottomContentContainer div:nth-child(3){
	height:32px;
	background:rgba(229,233,239,1);
	line-height: 32px;
	margin-top: 8px;
}
.BottomContentContainer div:nth-child(3) span {
	width:444px;
	height:17px;
	font-size:12px;
	font-family:PingFang-SC-Regular;
	font-weight:normal;
	color:rgba(102,102,102,1);
	line-height:17px;
	margin-right: 5px;
}
.BottomContentContainer div:nth-child(2) span {
	height:17px;
	font-size:12px;
	font-family:PingFangSC-Regular;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:17px;
	margin-right: 5px;
}
.BottomContentContainer span {
	/*color: white;*/
	color:rgba(102,102,102,1);
	margin-left: 5px;
	margin-right: 5px;
}

.BottomContentContainer img {
	position: relative;
	top: 3px;
	width: 1px;
	height: 16px;
}

.BottomContentContainer div {
	position: relative;
	color: white;
	/*margin-top: 8px;*/
}

.useragreement{
	background: #fff;
}