.lazy-img[lazy='loading'] {
  min-height: 30px;
  height: 100%;
  /* box-shadow: inset 0 0 0px 5px rgb(255, 255, 255) !important; */
  background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%) !important;
  background-size: 400% 100% !important;
  animation: skeleton-loading 1.4s ease infinite;
}
.lazy-img[lazy='error'] {
  background-color: #f8f8f8;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
body {
  background-color: #f8f8f8;
}
.font-10 {
  font-size: 10px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.color-fff {
  color: #fff;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-main {
  color: #68b12c;
}
.contain-img, .cover-img {
  display: block;
  width: 100%;
  height: 100%;
}
.contain-img {
  object-fit: contain;
}
.cover-img {
  object-fit: cover;
}
.overflow-auto {
  overflow: auto;
}
.overflow-auto::-webkit-scrollbar {
  background: #f5f5f5;
  width: 8px;
  border-radius: 100px;
}
.overflow-auto::-webkit-scrollbar-track-piece{
  background: rgba(0,0,0,0);
  border-radius: 100px;
}
.overflow-auto::-webkit-scrollbar-button{
  display: block;
  height: 0px;
  background: rgba(0,0,0,0);
}
.overflow-auto::-webkit-scrollbar-track{
  background: rgba(0,0,0,0);
  border-radius: 100px;
}
.overflow-auto::-webkit-scrollbar-thumb{
  background-color:#c1c1c1;
  border-radius: 100px;
}
.margin-top {
  margin-top: 40px;
}
.meal-detail-container {
  padding-top: 40px;
}
.meal-detail-container * {
  box-sizing: border-box;
}
.mdc-header {
  position: relative;
  height: 485px;
  padding-left: 895px;
}
.mdch-swiper-min {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 175px;
}
.mdch-swiper-min .swiper-slide {
  height: 115px;
  padding: 8px;
  outline: #eee solid 1px;
  outline-offset: -1px;
  background-color: #fff;
  opacity: .6;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.mdch-swiper-min .contain-img {
  outline: #eee solid 1px;
  outline-offset: -1px;
}
.mdch-swiper-min .swiper-slide-thumb-active {
  opacity: 1;
}
.mdch-swiper-big {
  position: absolute;
  top: 0;
  left: 185px;
  bottom: 0;
  width: 700px;
  padding: 12px;
  outline: #eee solid 2px;
  outline-offset: -2px;
  background-color: #fff;
}
.mdch-swiper-big .cover-img{
  outline: #eee solid 2px;
  outline-offset: -2px;
}
.mdch-swiper-min,
.mdch-swiper-big {
  --swiper-preloader-color: #eee;/* 单独设置预加载圆圈的颜色 */
}
.mdch-info {
  height: 100%;
  padding: 20px;
  outline: #eee solid 2px;
  outline-offset: -2px;
  overflow: auto;
  background-color: #fff;
}
.mdch-info .margin-top {
  margin-top: 30px;
}
.mdch-info .text-padding {
  padding: 10px 0;
}
.mdch-info .vr-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  margin-right: 5px;
  line-height: 44px;
  text-align: center;
  background: url('../images/vr.png') center no-repeat;
  background-size: contain;
}
.mdch-info .vr-btn:hover {
  color: #fff;
}
.rich-text {
  line-height: 1.3;
}
.rich-text img {
  max-width: 100%;
  margin: auto;
}
.mdc-content {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.mdc-content-title {
  width: 195px;
  height: 45px;
  margin: 30px auto 25px;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  background-color: #68b12c;
  font-weight: bold;
}
.mdc-content-nav {
  text-align: center;
}
.mdc-content-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 1;
  border-left: 2px solid #eee;
}
.mdc-content-nav .nav-item:first-child {
  border-left: none;
}
.mdc-content-nav .nav-item a:hover {
  color: #68b12c;
}
.mdc-content .mdc-content-header {
  padding: 10px 0;
  border-bottom: 2px solid #d5d5d5;
}
.mdc-content .mdc-content-header .title-icon,
.mdc-content .mdc-content-header .title-text {
  display: inline-block;
  vertical-align: middle;
}
.mdc-content .mdc-content-header .title-icon {
  max-width: 50px;
  height: 32px;
  margin-right: 15px;
}
.mdc-content .hgd-floor-content .hfc-content {
  margin-top: 15px;
  outline: #eee solid 2px;
  outline-offset: -5px;
}
.mdc-content .hgd-floor-content .hfc-box  {
  height: auto;
}
.mdc-content .hfc-header {
  position: relative;
  padding: 0 10px;
  line-height: 38px;
  background-color: #eee;
}
.mdc-content .hfc-header .hfc-header-title {
  padding-right: 30px;
}
.mdc-content .hfc-header .hfc-checkbox {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../images/checkbox_icon.png') 0 0 no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.mdc-content .hfc-header .hfc-checkbox:checked {
  background-position: 0 -16px;
}
.mdc-content .hfc-text {
  padding: 10px;
}
.mdc-content .hfc-spec {
  height: 62px;
}
.mdc-content .hfc-footer {
  line-height: 30px;
}
.mdc-content .num-content {
  font-size: 0;
}
.mdc-content .num-btn,
.mdc-content .num-box {
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.mdc-content .num-btn {
  width: 24px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.mdc-content .num-box {
  min-width: 20px;
  padding: 0 10px;
  line-height: 26px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.mdc-content .num-btn:hover {
  background-color: #68b12c;
  border-color: #68b12c;
  color: #fff;
}
.mdc-total {
  position: relative;
  height: 60px;
}
.mdc-total-content,
.mdc-total-preview {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
  width: 1200px;
  margin: auto;
}
.mdc-total-content {
  bottom: 0;
  height: 60px;
  padding-right: 260px;
  line-height: 56px;
  text-align: center;
  background-color: #333;
}
.mdc-total-content .add-cart {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  background-color: #68b12c;
}
.mdc-total-content .hgd-left {
  width: 30%;
  height: 100%;
}
.mdc-total-content .hgd-right {
  width: 70%;
  height: 100%;
  padding-right: 100px;
}
.mdc-total .mdc-total-content.active {
  position: absolute;
}
.fengfu-content {
  max-height: 795px;
  overflow: hidden;
}
.fengfu-nav {
  width: 1000px;
  text-align: right;
  font-size: 16px;
  color: #999;
}
.fengfu-nav-item {
  position: relative;
  display: inline-block;
  margin: 2px 0 2px 15px;
  cursor: pointer;
}
.fengfu-nav-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: -9px;
  width: 2px;
  height: 100%;
  background-color: #999;
}
.fengfu-nav-item:first-child::after {
  display: none;
}
.fengfu-nav-item .fengfu-nav-link.active,
.fengfu-nav-item .fengfu-nav-link:hover {
  color: #68b12c;
}
.fengfu-mode-btn {
  display: block;
  width: 150px;
  line-height: 46px;
  margin: 20px auto 0;
	padding: 0 30px;
	border: 1px solid #332c28;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
	color: #342c28;
	-webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
	transition: border-color .3s ease-in-out, background-color .3s ease-in-out, color .3s ease-in-out;
}
.fengfu-mode-btn:hover {
  border-color: #68b12c;
	background-color: #68b12c;
	color: #fff;
}
/********************** 新增预览框 **********************/
.mdc-total-preview {
  bottom: 60px;
  height: 800px;
  pointer-events: none;
  overflow: hidden;
}
.mdc-total-preview--ab {
  position: absolute;
}
.mdc-total-preview-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 700px;
  padding: 10px 10px 1px;
  background-color: rgba(51, 51, 51, .8);
  transition: transform .3s ease-in-out;
  pointer-events: auto;
}
.mdc-total-preview-content--hide {
  transform: translateY(100%);
}
.mdc-total-preview-item {
  position: relative;
  float: left;
  width: 70px;
  height: 46px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.mdc-tpi-img {
  display: block;
  width: 100%;
  height: 100%;
}
.mdc-tpi-num {
  position: absolute;
  bottom: 4px;
  left: 4px;
  z-index: 20;
  min-width: 15px;
  line-height: 15px;
  padding: 0 4px;
  border-radius: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, .7);
}
.mdc-tpi-cancel {
  opacity: 0;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 20;
  width: 15px;
  height: 15px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, .7);
  cursor: pointer;
}
.mdc-total-preview-item:hover .mdc-tpi-cancel,
.mdc-tpi-cancel:hover {
  opacity: 1;
}
.mdc-tpi-cancel::after,
.mdc-tpi-cancel::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 60%;
  margin: auto;
  background-color: #fff;
}
.mdc-tpi-cancel::before {
  transform: rotate(45deg);
}
.mdc-tpi-cancel::after {
  transform: rotate(-45deg);
}
.mdc-total-preview-btn {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 20;
  width: 80px;
  height: 25px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: rgba(51, 51, 51, .8);
}
