
body {
	margin-bottom: 100px;
}

.search-box {
	position: relative;
	margin: 0 auto;
	margin-top: 16px;
	width: 343px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #FFA800;
	overflow: hidden;
}

.search-input {
	float: left;
	width: 291px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 32px;
	border: 0;
	outline: none;
}

.search-icon-box {
	position: absolute;
	right: 0px;
	width: 32px;
	height: 32px;
	background: #FFA800;
}

.search-icon {
	margin: 6px;
	width: 20px;
	height: 20px;
}

.moudle-title {
	margin-top: 16px;
	margin-left: 16px;

	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
}

.new-game-box {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 343px;
	height: 225px;
}

.new-game-img {
	width: 343px;
	height: 225px;
	border-radius: 12px;
}

.new-game-mess-box {
	position: absolute;
	bottom: 0px;

	width: 343px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 12px 12px;
}

.new-game-icon {
	float: left;
	margin-left: 30px;
	margin-top: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.new-game-info-box {
	float: left;
}

.new-game-title {
	margin-top: 5px;
	margin-left: 10px;
	width: 150px;
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 17px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.new-game-desc {
	margin-top: 2px;
	margin-left: 10px;
	width: 240px;
	height: 11px;
	font-size: 8px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 11px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.new-game-list-icon {
	float: left;
	margin-top: 16px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	border-radius: 12px;
}

.best-game-list-box {
	width: 359px;
  	overflow-x: scroll;
  	overflow-y: hidden;
  	white-space: nowrap;
	margin-left: 6px;
}

.best-game-box {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 140px;
	margin-left: 10px;
	margin-top: 16px;
}

.best-game-icon {
	width: 100px;
	height: 140px;
	border-radius: 12px;
}

.best-game-title-bg {
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 12px 12px;
}

.best-game-title {
	margin-left: 10px;
	text-align: center;
	width: 84px;
	height: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.topic-game-box {
	position: relative;
	width: 166px;
	height: 108px;
	margin-left: 11px;
	margin-top: 10px;
	float: left;
}

.topic-game-icon {
	width: 166px;
	height: 108px;
	border-radius: 12px;
}

.topic-game-title-bg {
	position: absolute;
	bottom: 0;
	width: 166px;
	height: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 0px 0px 12px 12px;
}

.topic-game-title {
	margin: 0 auto;
	text-align: center;
	width: 91px;
	height: 20px;
	font-size: 8px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.hot-game-list-box {
	margin-top:6px;
	margin-left: 5px; 
	width: 369px;
}

.hot-game-box {
	float: left;
	width: 107px;
	margin-top: 10px;
	margin-left: 11px;
}

.hot-game-icon {
	width: 107px;
	height: 70px;
	border-radius: 12px;
	display: block;
}

.hot-game-title {
	margin-left: 8px;
	margin-top: 6px;
	text-align: center;
	width: 91px;
	height: 11px;
	font-size: 8px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 11px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}

.contact-title {
	margin-top: 16px;
	margin-left: 16px;
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
}

.social-icon {
	float: left;
	margin-left: 101px;
	margin-top: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	
}