.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
  width: 100%;
}

body {
  font-size: 14px;
  color: #333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.text-ellipsis-l2 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l3 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l4 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l5 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-ellipsis-l6 {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

li .pic {
  overflow: hidden;
}

li .pic img {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.more-btn {
  line-height: 1;
  border: 1px solid #e41c26;
  padding: 0.5em 2em;
  color: #e41c26;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-btn:hover {
  background-color: #e41c26;
  color: #fff;
}

header {
  width: 100%;
  z-index: 1000;
  position: relative;
}

header .header {
  width: 65.1vw;
  min-width: 888px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 43px;
  padding-bottom: 22px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

header .header .logo {
  position: absolute;
  left: -228px;
  top: 80px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}


header .header .hi {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: swing;
  animation-name: swing;
}

header .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .header ul li {
  position: relative;
  text-align: center;
}

header .header ul li>a {
  color: #333;
  font-size: 1.1vw;
  font-size: clamp(12px,1.1vw,20px);
  line-height: 67px;
  display: block;
  padding: 0 0.75em;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

header .header ul li .drop {
  top: 67px;
  left: 50%;
  display: none;
  min-width: 100%;
  position: absolute;
  border-radius: 10px;
  background-color: #fff34e;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .header ul li .drop a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 3;
  padding: 0 1em;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}

header .header ul li .drop a:last-child {
  border: none;
}

header .header ul li.active {
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 0 2px #802a1d;
  box-shadow: 2px 2px 0 2px #802a1d;
  background: #fff34e url(../images/food.png) no-repeat left bottom;
}

header .header ul li:nth-child(1)>a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

header .header ul li:nth-child(2)>a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

header .header ul li:nth-child(3)>a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

header .header ul li:nth-child(4)>a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

header .header ul li:nth-child(5)>a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

header .header ul li:nth-child(6)>a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

header .header ul li:nth-child(7)>a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

header .header .search {
  width: 22vw;
  margin-left: auto;
}

header .header .search .search-box {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: 3px solid #802a1d;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

header .header .search .search-box form {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

header .header .search .search-box form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 1em;
  font-size: 14px;
}

header .header .search .search-box form input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

header .header .search .search-box form input::-moz-placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

header .header .search .search-box form input:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

header .header .search .search-box form input::-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

header .header .search .search-box form input::placeholder {
  color: #a9a9a9;
  font-size: 14px;
}

header .header .search .search-box form button {
  width: 100px;
  height: 38px;
  border-radius: 19px;
  background-color: #fff34e;
  border: 3px solid #e3a145;
  padding: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

header .header .search .search-box form button .iconfont {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  color: #fff34e;
  font-size: 24px;
  background-color: #e3a145;
  margin-right: 7px;
}

header .header .search .keyword {
  color: #666666;
  font-size: 14px;
  line-height: 1;
  margin-top: 1em;
  padding-left: 30px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

header .header .bubbles {
  position: absolute;
  top: 0;
  right: -180px;
  width: 180px;
  height: 100%;
}

header .header .bubbles .bubble {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff34e;
  background-color: #ff8a00;
  -webkit-box-shadow: 0 11px 21px 0 #92d1ec;
  box-shadow: 0 11px 21px 0 #92d1ec;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

header .header .bubbles .bubble:nth-child(1) {
  width: 26px;
  height: 26px;
  bottom: 9px;
  left: 20px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

header .header .bubbles .bubble:nth-child(2) {
  width: 17px;
  height: 17px;
  bottom: 19px;
  left: 60px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

header .header .bubbles .bubble:nth-child(3) {
  width: 47px;
  height: 47px;
  bottom: 46px;
  right: 20px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.banner {
  width: 100%;
  height: 600px;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.banner .swiper-pagination-bullet-active {
  background: #e41c26;
}

.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

footer {
  padding: 50px 0;
  background-color: #e41c26;
}

footer .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .cont .info {
  margin-left: auto;
}

footer .cont .info p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: right;
}

footer .cont .info p a {
  color: #fff;
  margin-left: 7px;
}