html,
body,
section,
div,
p,
img,
h1,
h2,
h3,
h4,
h4,
h5,
ul,
ol,
li,
button {
	font-weight: 400;
	margin: 0;
	padding: 0;
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: HYQiHei-GZS, Helvetica, Arial, sans-serif
}

img {
	vertical-align: top;
}

button {
  font-size: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: 0;
}

ol,
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  overflow: hidden;
  _zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.ellipsis{
  width: 100%;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.clearfix {
  *+height: 1%;
}
body {
  max-width: 760px;
  height: auto;
  margin: 0 auto;
}
.banner-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top:0;
  left: 0;
}
.main-container {
  width: 100%;
  height: auto;
  background: #26bbf9 url(../images/bg.jpg) no-repeat top left;
  background-size: cover;
  padding-bottom: 1.4rem;
  padding-top: 94%;
}
.meal {
  display: block;
  padding-right: .9rem;
  margin-bottom: 1.3rem;
}
.asia {
  padding-left: 3%;
}
.meal img {
  width: 100%;
  height: auto;
}
.slogon {
  display: block;
  width: 90%;
  height: auto;
  margin: 3rem auto;
}
.logo {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
}