* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size:62.5%
}

.section {
	width: 100%;
	height: 100%;
	/*border: 1px solid;*/
	background-image: url(../img/bg.jpg);
	background-size: 100% 100%;
}

.title_img {
	margin-left: 10%;
	margin-top: 25%;
	width: 80%;
}

.content_img {
	/*margin-left: 10%;*/
	position: relative;
	margin-top: 5%;
	width: 100%;
	height: 30%;
	background-image: url(../img/image_05.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.start_btn {
	margin-left: 10%;
	margin-top: 5%;
	width: 80%;
}

.food {
	position: absolute;
	width: 25%;
}

.food_left {
	left: 7%;
	top: 35%;
}

.food_content {
	left: 38%;
	top: 23%;
}

.food_right {
	right: 7%;
	top: 15%;
}

.none {
	display: none;
}


/*page2*/

#content1 {
	margin: 10% 0 0 10%;
	width: 80%;
	height: 70%;
	border: 1px solid;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .6);
}

.page2_title {
	width: 60%;
	margin-left: 20%;
	margin-top: 10%;
}

.people_count {
	margin-left: 10%;
	width: 80%;
	height: 10%;
	position: relative;
}

.count {
	display: inline-block;
	width: 20%;
	height: 100%;
	margin-right: 18%;
	background-color: #FCB711;
	text-align: center;
	position: absolute;
	left: 40%;
}

.count span {
	display: block;
	padding: 15px;
	font-size: 60px;
}

.reduce,
.add {
	width: 20%;
}

.reduce {
	margin-right: 55%;
}

.hr {
	margin: 10% 0 0 10%;
	width: 80%;
	background-color: #e8e8e8;
	color: #e8e8e8;
}

.hot_or_no {
	margin-left: 10%;
	width: 80%;
	height: 35%;
	position: relative;
}

.select_hot {
	width: 30%;
}

.down1 {
	position: absolute;
	left: 15%;
	bottom: 0;
}

.down2 {
	position: absolute;
	right: 15%;
	bottom: 0;
}

.top1 {
	position: absolute;
	left: 3%;
	top: 0;
}

.top2 {
	position: absolute;
	left: 36%;
	top: 0;
}

.top3 {
	position: absolute;
	left: 69%;
	top: 0;
}

.start_select_btn {
	margin-top: 10%;
	width: 80%;
	margin-left: 10%;
}


/*page3*/

#content3 {
	margin: 10% 0 0 10%;
	width: 80%;
	height: 60%;
	border: 1px solid;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .6);
}

.food_title {
	margin: 5% 0 0 30%;
	width: 40%;
}

.food_img {
	margin: 5% 0 10% 15%;
	width: 70%;
	height: 30%;
}

.shop_name {
	margin-top: 10px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shop_address {
	text-align: center;
	font-size: 2.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shop_price {
	margin-top: 5%;
	text-align: center;
	font-size: 2.25rem;
}

.again_btn {
	margin-top: 5%;
	margin-left: 10%;
	width: 80%;
	height: 8%;
	display: block;
}

.enter_btn {
	display: block;
	width: 80%;
	height: 8%;
	margin-top: 5%;
	margin-left: 10%;
}
