body {
	max-width: 800px;
	margin: auto;
	font-size: 18px;
	font-family:"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei";
}

#container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#top-banner-container {
	width: 100%;
}

#top-banner {
	width: 100%;
}

#headline {
	margin: 20px;
	text-align: center;
	font-weight: bold;
}

#enjoy-image-container {
	margin-top: 8px;
	width: 70%;
}

#enjoy-image {
	width: 100%;
}

#title {
	text-align: center;
	margin-top: 32px;
	color: #B00931;
	font-weight: bold;
}
#divider {
	margin-top: 8px;
	width: 90%;
	height: 2px;
	background-color: #B00931;
}

#merchant-container {
	margin: 0 20px;
}

.logo_group_m {
	margin: 0;
	text-align: center;
	margin-top: 20px;
}

.logo_group_m img {
	display: inline-block;
	width: 22%;
	max-width: 250px;
	margin: 0 1% 10px;
}

.logo_wrapper {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin: 5px 1% 10px;
}

.logo_wrapper img {
	width: 80%;
	margin: 0;
}

#openrice-remark {
	font-size: 14px;
	margin: 20px;
}

#more-merchant {
	display: flex;
	width: 40%;
	height: 40px;
	background-color: #B00931;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
	cursor: pointer;
}

#more-merchant a {
	text-decoration: none;
	color: white;
}

#page-remarks {
	margin: 20px;
	font-size: 12px;
}

#page-remarks ul {
	padding-left: 12px;
}