input, textarea, select, button {outline: none !important;border: 0; /* 方法1 */ -webkit-appearance: none !important;  /* 方法2 */}
a {text-decoration: none;}
* {font-family: "微软雅黑", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;margin: 0;padding: 0;}
body {margin: 0;background: #000;}
button {cursor: pointer;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"] {-moz-appearance: textfield;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {width: 10px;height: 10px;background-color: transparent;}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 10px;background-color: #F5F5F5;}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555;}
.clear {clear: both;font-size: 1px;line-height: 0;}
#menu {z-index: 999;position: fixed;top: 0;left: 0;background: rgba(68, 68, 68, 0.30);height: 80px;width: 100%;overflow-x: hidden;min-width: 850px;}
#menu .logo {cursor: pointer;position: absolute;height: 50px;left: 30%;top: 0;margin-left: -246px;}
#menu #m {background: rgba(0, 0, 0, 0.21);z-index: 999;position: fixed;height: 80px;width: 100%;min-width: 850px;}
#mon_menu {position: absolute;padding: 0;margin-left: -300px;left: 50%;top: 22px;list-style: none;font-family: 'book';}
#mon_menu li {letter-spacing: 1px;float: left;height: 25px;text-align: center;line-height: 30px;}
#mon_menu li:last-child {margin-right: 0;}
#mon_menu a {cursor: pointer;color: #FFFFFF;display: block;text-decoration: none;font-size: 14px;padding: 0px 20px;border-radius: 20px;border: 1px solid rgba(52, 46, 45, 0);}
#mon_menu a:hover {border: 1px solid #f03b3b;color: #f03b3b;}
#mon_menu a.active {border:1px solid #f03b3b;color: #f03b3b;}
#nav {position: fixed;z-index: 998;right: 70px;margin-top: -65px;top: 50%;}
#nav ul li {
  cursor: pointer;
  display: block;
  background: #e5e5e5;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 6px 0 6px 0;
}

#nav ul .black.active {
  background: #444444;
}

#nav ul .black:hover {
  background: #444444;
}

#nav ul .yellow.active {
  background: #f03b3b;
}

#nav ul .yellow:hover {
  background: #f03b3b;
}

.pages {
  position: relative;
  top: 0;
  /*height: 800px;*/
  height: 100vh;
  min-width: 850px;
  min-height: 600px;
  overflow: hidden;
}

#one {
  background: url(img/home.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#two {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#three {
  background: url(img/three_bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#four {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#four_02 {
  background:url(img/three_bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
top: 0;
height: 100vh;
min-width: 850px;
min-height: 600px;
overflow: hidden;
}
#four_03 {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
top: 0;
/* height: 800px; */
height: 100vh;
min-width: 850px;
min-height: 600px;
overflow: hidden;
}

#five {
  background:url(img/three_bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#six {
  background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#seven{
  background: url(img/three_bg.jpg) 50% 0 no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#eight{height: 205px;position:relative;min-height: 205px;}
.center {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.middle {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.div_one {
  width:938px;
  height:231px;
  text-align: center;
}

.div_one h1 {
  font-size: 56px;
  font-weight: 500;
  color: #FFDA35;
  height: 74px;
  line-height: 74px;
  white-space: nowrap;
}

.div_one h1 span:nth-of-type(1) {
  font-weight: 100;
}

.div_one p {
  font-size:14px;
  color: #FFFFFF;
  font-weight: 100;
  margin-top:10px;
}

.div_one p:nth-of-type(1) {
  margin-top:10px;
}
.div_one .code_img{margin:70px auto 0;}
.div_one button {
  width: 175px;
  height: 50px;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  padding-left: 30px;
}

.lookfor {
  border: 1px solid #6e6b6b;
  background: transparent url(img/snacks.png) 40px center / 19px auto no-repeat;
  color: #FFDA35;
  left: 52px;
}

.rightnow {
  background: #FFDA35 url(img/apply.png) 40px center / 18px auto no-repeat;
  color: #444444;
  right: 52px;
}

.btns:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.div_two {
  margin:10vh -420px 0;
  min-width: 973px;
  width: 55.625%;
  position: relative;
  left: 50%;
}
.div_two img{width: 100%;}
#two .iphone{width: 623px;margin:5vh auto;padding-left: 15vw;}

.div_two p {
  width: 520px;
  text-align: justify;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  letter-spacing: 0.5px;
  text-align: right;
}
.div_two .about_title{font-size: 30px;margin-bottom:10px;}
.div_two .about_Text{font-size: 24px;margin-bottom: 5vh;}

.div_three {
  position: relative;
  left:0;
  float: left;
  top:0;
}
.three_div{position: relative;top:10vh;max-width: 1015px;margin: auto;}

.div_four {
  position: relative;
  top:10vh;
  width:1032px;
  margin: auto;
}

.div_five {
  position: relative;
  top: 10vh;
  width: 1032px;margin:auto;
}

.div_six {}

.div_six .footer {
  width: 46.875vw;
  min-width: 600px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  top:26vh;
  overflow: hidden;
  white-space: nowrap;
}


.footer>div {
  float: left;
  font-size: 14px;
  color: #FFFFFF;
}

.footer>div>div {
  margin-top: 15px;
  letter-spacing: 0.5px;
  padding-left: 40px;
  height: 20px;
}

.food_bottom p{font-size: 14px;color: #fff;text-align: left;}
.food_bottom{background:url(img/footer_bottom.jpg) 50% 0 no-repeat;position: absolute;bottom: 0;height:205px;width: 100%;}
.food_bottom .bottom_con {font-size: 14px;color: #FFFFFF;width:1200px;margin: auto;}
.food_bottom .bottom_con div{width: 50%;float: left;padding-top: 80px;}
.food_bottom .bottom_con div:first-child p{padding-left: 199px;}
.food_bottom .bottom_con div p{padding-bottom:20px;}
.footer>div>div:nth-of-type(1) {
  background: url(img/phone.png) 0% center / 20px no-repeat;
}

.footer>div>div:nth-of-type(2) {
  background: url(img/mail.png) 0% center / 20px 16px no-repeat;
}

.footer>div>div:nth-of-type(3) {
  background: url(img/marker.png) 2px center / 14px 20px no-repeat;
}

/*查看零食*/

.food {
  width: 800px;
  top: 180px;
  /*bottom: 80px;*/
  overflow: auto;
  background: white;
  border-radius: 0 0 6px 6px;
}

.foodBg .tt {
  font-size: 30px;
  color: #444444;
  text-align: left;
  padding: 20px 0 30px 68px;
  position: absolute;
  width: 800px;
  margin: auto;
  box-sizing: border-box;
  top: 80px;
  height: 100px;
  left: 0;
  right: 0;
  background: white;
  border-radius: 6px 6px 0 0;
}

.foodBg .close {
  top: 10px;
  right: 10px;
}

.food_div {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #FFFFFF;
  float: left;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
}

.food_div:nth-child(3n) {
  margin-right: 68px;
}

.food_div:nth-child(3n-2) {
  margin-left: 68px;
}

.food_img {
  width: 140px;
  height: 140px;
  background: #FAFAFA;
  margin: 30px;
  vertical-align: middle;
}

.food_name, .food_price {
  text-align: center;
  font-size: 14px;
  color: #444444;
}

.food_name {
  /*font-weight: 100;*/
  margin-bottom: 30px;
}

.food_price {
  font-weight: 600;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.food_txt {
  width: 100%;
  height: 30px;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-bottom: 20px;
}

#gif {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
}

#gif img {
  width: 220px;
}

#seven .allicon{width: 1100px;margin: auto;position: absolute;top: 57vh;left: 0;right: 0;}
#seven .allicon li{list-style-type:none;text-align: center;width: 155px;float: left;cursor: pointer;}
#seven .allicon li p{padding-top: 30px;font-size: 24px;}
.detail_page{position: fixed;top:0;left: 0;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.8);z-index: 999;display: none;}
.page_img{overflow-y: scroll;text-align: center;height:80%;position: absolute;top: 0;left: 0;right: 0;width: 100%;bottom: 0;margin: auto;}
.page_img img{width:990px;}
.closebtn{width:50px;position: absolute;top:5%;left: 50%;z-index: 9;margin-left: 510px;cursor: pointer;}
