* {
  margin: 0;
  padding: 0;
  user-select: none;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
body {
  background-color: #fbfaf5;
}
.header {
  height: 80px;
  background-color: #fff;
}
.header .logo-box {
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.header .logo-box img {
  width: auto;
  height: 50px;
}
.header .items-box {
  padding-left: 130px;
  display: flex;
  justify-content: flex-end;
}
.header .items-box .item {
  height: 80px;
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  position: relative;
}
.header .items-box .item:hover {
  background-color: #f5f5f5;
}
.header .items-box .item:hover .sub-box {
  height: auto;
  overflow: visible;
}
.header .items-box .item:hover a {
  color: #000;
  text-decoration: none;
}
.header .items-box .item:hover a > div {
  opacity: 0;
}
.header .items-box .item:hover a .mark-img {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.header .items-box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
.header .items-box .item a img {
  width: 18px;
  height: auto;
}
.header .items-box .item a > div {
  opacity: 1;
}
.header .items-box .item a .mark-img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.header .items-box .item .sub-box {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
  z-index: 1000;
  font-size: 14px;
}
.header .items-box .item .sub-box:hover {
  height: auto;
}
.header .items-box .item .sub-box > div:hover .t-level {
  height: auto;
  overflow: visible;
}
.header .items-box .item .sub-box a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
  z-index: 10;
}
.header .items-box .item .sub-box a:hover {
  color: #fff;
  background-color: #ba251e;
}
.header .items-box .item .sub-box .t-level {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10000;
  height: 0;
  overflow: hidden;
  transition: all 10s linear;
}
.header .items-box .item .sub-box .t-level a {
  width: 100%;
  height: 45px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  position: relative;
  transition: all 0s linear;
}
.header .items-box .item .sub-box .t-level a:hover {
  color: #fff;
  background-color: #ba251e;
}
.small-header {
  height: 80px;
  background-color: #fff;
}
.small-header .content-box {
  height: 80px;
}
.small-header .content-box .logo-box img {
  height: 40px;
  width: auto;
}
.small-header .content-box .openNav-box {
  cursor: pointer;
}
.small-header .content-box .openNav-box .line {
  transition: all 0.5s linear;
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
  margin-top: 8px;
}
.small-header .content-box .openNav-box .line:first-child {
  margin-top: 0;
}
.small-header .content-box .animate1 .second-line {
  transform: rotateY(360deg);
  opacity: 0;
}
.small-header .content-box .animate1 .first-line {
  transform-origin: center center;
  transform: translateY(12px) rotate(405deg);
}
.small-header .content-box .animate1 .third-line {
  transform-origin: center center;
  transform: translateY(-12px) rotate(-405deg);
}
.right-nav {
  overflow: auto;
  overflow-style: marquee-block;
  transition: all 0.5s linear;
  height: calc(100vh - 80px);
  position: fixed;
  right: -200px;
  top: 80px;
  z-index: 99999;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.6);
}
.right-nav::-webkit-scrollbar {
  width: 0;
}
.right-nav .nav-item {
  width: 100%;
  margin-bottom: 1px;
}
.right-nav .nav-item > a {
  width: 100%;
  height: 45px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.right-nav .nav-item .sub-nav {
  width: 100%;
  display: none;
}
.right-nav .nav-item .sub-nav a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.right-nav .nav-item .sub-nav a:last-child {
  border: none;
}
.right-nav .nav-item .sub-nav .st-level {
  display: none;
  width: 100%;
}
.right-nav .nav-item .sub-nav .st-level a {
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 45px;
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #fff;
}
.active {
  right: 0;
}
.banner-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.nav-box .nav-items > div a {
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  height: 40px;
  background-color: #fff;
  margin-top: 15px;
  margin-right: 12px;
}
.nav-box .nav-items .active a {
  background-color: #BA251E;
  color: #fff;
}
.page-txt-box {
  border-right: 1px dashed #DCDACF;
  border-left: 1px dashed #DCDACF;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.page-txt-box .img-box {
  text-align: center;
}
.page-txt-box .img-box img {
  width: 340px;
  height: auto;
}
.page-txt-box .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #010101;
  margin-top: 40px;
}
.page-txt-box .txt {
  font-size: 14px;
  color: #43413C;
  line-height: 30px;
  margin-top: 20px;
  padding: 0 20px;
}
.foot-sect {
  border-top: 10px solid #ba251e;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.foot-sect .txt-items .item {
  min-width: 150px;
}
.foot-sect .txt-items .item a {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #8B8B8B;
}
.foot-sect .txt-items .item .title {
  font-size: 18px;
  color: #565656;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.foot-sect .txt-items .item .title div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  position: relative;
}
.foot-sect .txt-items .item .title div::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #BF6B67;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.foot-sect .qr-box {
  text-align: center;
  font-size: 14px;
  color: #979797;
  margin-top: 20px;
}
.foot-sect .qr-box img {
  width: 140px;
  height: auto;
  margin-bottom: 15px;
}
.sm-copy-box {
  background-color: #dadada;
}
.sm-copy-box .copy-text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #979797;
}
.sm-copy-box .copy-text a {
  color: #979797;
}
.sm-copy-box .copy-text > div > div:first-child {
  margin-right: 20px;
}
.fix-box {
  position: fixed;
  z-index: 10000;
  right: 20px;
  top: 30vh;
}
.fix-box .item {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #EDEAE2;
  position: relative;
  cursor: pointer;
}
.fix-box .item > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix-box .item .hover {
  opacity: 0;
}
.fix-box .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.fix-box .item .code-box {
  position: absolute;
  right: calc(100% + 3px);
  top: 0;
  width: 0;
  transition: all 0.3s linear;
  overflow: hidden;
}
.fix-box .item:hover {
  background-color: #ba251e;
}
.fix-box .item:hover .hover {
  opacity: 1;
}
.fix-box .item:hover .tel-box {
  opacity: 1;
  visibility: visible;
  width: 200px;
}
.fix-box .item:hover .code-box {
  width: 140px;
  height: 140px;
}
.fix-box .item .tel-box {
  transition: all 0.3s linear;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: calc(100% + 3px);
  width: 0;
}
.fix-box .item .tel-box .top-box {
  white-space: nowrap;
  background-color: #ba251e;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #FFFFFF;
}
.fix-box .item .tel-box .top-box img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.fix-box .item .tel-box .num-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.fix-box .item:nth-child(4) {
  margin-top: 8px;
}
@keyframes wave {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.15);
  }
}
@media (min-width: 576px) {
  .small-header .content-box .logo-box img {
    height: 50px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .nav-box {
    background-color: #BA251E;
  }
  .nav-box .nav-items > div a {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    background-color: #ba251e;
    margin-top: 0;
    margin-right: 0;
  }
  .nav-box .nav-items .active a {
    background-color: #fff;
    color: #000;
  }
}
/*# sourceMappingURL=eat.css.map */