﻿.banner {
  margin-top: 60px;
  height: 200px;
  width: 100%;
}

img {
  border-radius: 4px;
}

.deal {
  margin: 10px;
  height: 250px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.deal-background {
  height: 100%;
  width: 100%;
  background-image: url("https://d2vwsr3mua7yp8.cloudfront.net/4b43ba76-38d6-460f-85ee-caf1b7c75c28.jpg");
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.deal-content {
  background-image: url("https://d2vwsr3mua7yp8.cloudfront.net/4b43ba76-38d6-460f-85ee-caf1b7c75c28.jpg");
  width: 375px;
  height: 200px;
  position: absolute;
  left: 25%;
  top: -5px;
  border: 5px solid white;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.deal-details {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: white;
}

.deal-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  line-height: 1;
}

.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4c4c4c;
  box-sizing: border-box;
  background-color: #fff;
}

.menu-category {
  border: 1px lightgray solid;
  min-width: 150px;
  max-width: 150px;
  padding: 5px;
  transition: 0.3s;
  display: block;
  background-color: transparent;
  text-align: left;
}

.menu-category:hover {
  background-color: lightgray;
  cursor: pointer;
}

.menu-category.selected {
  background-color: lightgray;
}

.menu-section {
  /* max-width: 800px; */
  height: 100%;
  flex-grow: 1;
  margin: auto;
  padding: 20px 0;
}

.menu-section-header {
  position: relative;
  line-height: 1;
  padding: 1.2em 0.8em;
  border-bottom: 2px solid rgba(204, 204, 204);
  cursor: pointer;
}

.menu-section-img>img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.menu-section-img {
  margin: 10px;
  display: grid;
  grid-column: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.menu-section-content-header {
  width: 100%;
  color: #4c4c4c;
  text-align: left;
  padding: 0.4em 0;
  clear: both;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
}

.menu-section-content-content {
  width: 100%;
  color: #4c4c4c;
  font-size: 14px;
  text-align: left;
}

/* .menu-section-items {
	display: grid;
	grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
	grid-column-gap: 2.0%;
	height: 100%;
	padding: 0 10px;
} */

.menu-section-items {
  display: grid;
  grid-template-columns: 31.9% 31.9% 31.9%;
  grid-column-gap: 2%;
  height: 100%;
  padding: 0 10px;
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .menu-section-items {
    display: grid;
    grid-template-columns: 31.9% 31.9% 31.9%;
    grid-column-gap: 2%;
    height: 100%;
    padding: 0 10px;
    padding-top: 10px;
  }

  .menu-section-img {
    margin: 10px;
    display: grid;
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

/* .menu-item:nth-child(2){
	border-top: 1px solid lightgray;
} */

.plus {
  float: right;
}

.menu-item {
  border-bottom: 1px solid #d3d3d382;
  display: flex;
  padding: 20px;
  transition: 0.3s;
  line-height: 1.3;
  position: relative;
  min-height: 50px;
}

.menu-item-plus {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.menu-item-plus i {
  font-size: smaller;
  position: relative;
  top: -2px;
  color: #0000007d;
}

.menu-item:hover {
  cursor: pointer;
  background-color: lightgray;
}

.menu-item-img {
  padding-right: 10px;
}

.menu-item-img>img {
  width: 80px;
  height: 64px;
}

.menu-item-name {
  padding-bottom: 5px;
  padding-right: 10px;
  color: #4c4c4c;
  font-weight: 700;
  font-size: 14px;
}

.menu-item-price {
  font-weight: 600;
}

.menu-item-oriprice {
  text-decoration: line-through;
  font-size: smaller;
  margin-top: 2px;
}

.menu-item-discountprice {
  font-weight: 700;
  color: red;
  font-size: 15px;
}

.menu-section-content-sign {
  display: block;
  border: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #999;
}

.menu-item-info {
  flex-grow: 1;
}

.menu-item-desc {
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  color: #4c4c4c;
  padding-right: 10px;
  padding-left: 5px;
}

.menu-picture {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.menu-picture img {
  width: 100%;
  height: auto;
}

#select {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.8);
  /* Black w/ opacity */
  overflow-x: hidden;

  /* display: flex; */
  justify-content: center;
  align-items: center;
}

#select-details {
  position: absolute;
  background-color: #f7f7f7;
  min-width: 251px;
  max-width: 451px;
  bottom: auto;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  border: 1px solid #ccc;
  transition: opacity 0.4s ease-out;
  z-index: 1001;
  margin: auto;
  left: 0;
  right: 0;
}

.select-footer-shadow {
  position: absolute;
  top: -3px;
  height: 3px;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.55) 400%);
}

#select-head {
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content: space-between;
  margin: 0px 15px;
}

.select-close-phone svg{
  width: 2em;
  height: 2em;
}
.select-close-phone {
  margin: 0;
  width: max-content;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 5px;
  right: 5%;
}

.select-close-pc svg{
  width: 35px;
  height: 35px;
  color: #000000;
}

#select-header {
  margin: 10px auto;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #4c4c4c;
}

#select-desc {
  color: #666;
  font-size: 14px;
  margin: 5px auto;
  padding: 0px 15px;
}

.select-choose {
  padding: 0px 15px;
}

.select-choose-head {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 600;
  margin: 7px 0;
}

.select-choose-head span {
  padding: 0px 15px;
}

#special-name span {
  font-size: 12px;
  color: #999;
}

#select-choose-remark {
  width: 100%;
  display: block;
  padding: 7px;
  border: 1px solid #efe8b5;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: #fbfbfb;
  color: #666;
  font-size: 13px;
  margin-bottom: 25px;
}

.textarea_count {
  position: relative;
  display: inline-block;
  top: -47px;
  width: 98%;
  text-align: right;
  color: #9f9f9f;
  font-size: small;
}

#select-button {
  border: 0;
  width: 100% !important;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#select-button:hover {
  cursor: pointer;
}

#select-special {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  align-items: center;
  padding: 10px;
}

.select-fooster-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #fff;
  height: 60px;
}

.select-fooster {
  display: flex;
  font-weight: 700;
  background-color: #e99836;
  border: none;
  color: #fff;
  padding: 0.8rem;
  width: 100% !important;
  align-items: center !important;
  height: 100%;
}

.select-line {
  width: 1px;
  margin: 0 1rem;
  align-self: stretch !important;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, transparent),
      color-stop(49.76%, rgba(0, 0, 0, 0.15)),
      color-stop(50.24%, rgba(0, 0, 0, 0.15)),
      to(transparent));
  background: linear-gradient(to bottom,
      transparent 0,
      rgba(0, 0, 0, 0.15) 49.76%,
      rgba(0, 0, 0, 0.15) 50.24%,
      transparent 100%);
}

#select-price {
  text-align: left;
  line-height: 15px;
  font-weight: 700;
}

.select-wrap {
  position: static;
  overflow: hidden;
  padding: 3px 12px 75px 12px;
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.input-number {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 80%;
}

.input-number-decrease {
  display: block;
  height: 40px;
  width: 40px;
  padding: 8px 13px;
  border: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #3c77a9;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease-out;
}

.input-number-increase {
  display: block;
  height: 40px;
  width: 40px;
  padding: 8px 13px;
  border: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3c77a9;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease-out;
}

.select-quantity-number {
  position: relative;
  font-size: 14px;
}

#select-quantity {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #cacaca;
  -webkit-text-fill-color: #606266;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100px;
  -webkit-appearance: none;
  text-align: center;
  -webkit-opacity: 1;
  opacity: 1;
  border-radius: 0;
}

.option-wrap {
  border: 1px solid #dad9d9;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  border-bottom: none;
}

.option-lable {
  width: 100%;
  margin: 0;
  padding: 7px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #c8b5b5;
}

.options-label-row {
  display: flex;
  align-items: center;
}

.options-label-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.options-label-checkbox {
  margin-right: 10px;
}

.options-label-price {
  font-size: 14px;
  font-weight: 600;
}

.item_price {
  margin-left: 3px;
}

.select-fooster-contair {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1054;
  background-color: #fff;
}

.menu-section-content-sign {
  display: none;
}

.fd-left {
  right: -9px;
  position: absolute;
}

.fd-right {
  left: -9px;
  position: absolute;
}

.center {
  padding-bottom: 6vw;
}

.fd-right::before {
  border-right: 10px solid #ccc;
  border-left: none;
  left: -1px;
}

.fd-right::after {
  border-right: 10px solid #f7f7f7;
  border-left: none;
  left: 0;
}

.fd-left::before {
  border-left: 10px solid #ccc;
  border-right: none;
  right: -1px;
}

.fd-left::after {
  border-left: 10px solid #f7f7f7;
  border-right: none;
  right: 0;
}

/* .fd-left::before,
.fd-right::before {
	z-index: 1051;
	content: ".";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	color: transparent;
	position: absolute;
} */

/* .fd-left::after,
.fd-right::after {
	z-index: 1053;
	content: ".";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	color: transparent;
	position: absolute;
} */

.select-number {
  display: flex;
  margin: 0 15px;
}

.select-tip {
  border: 3px solid #fb4e44;
  color: #fb4e44;
  padding: 10px;
  text-align: center;
  display: none;
}

/* 开关菜单按钮 */

._1fGahbG7CthfWY0308Ew9O1 {
  z-index: 0;
  position: absolute;
  bottom: 110px;
  margin: auto;
  opacity: 0.7;
  right: 2.6%;
}

._2WRIUNlA9HCy6xuNHMY0jt1.lG263uShLTHln51JT0seT1 {
  position: relative;
  bottom: 0;
  width: 60px;
  height: 60px;
  top: auto;
  background: url(../images/openmenu.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  flex-shrink: 0;

}

/* 购物车 */
._1fGahbG7CthfWY0308Ew9O {
  z-index: 66;
  position: absolute;
  bottom: 1.2vw;
  background: #222426;
  border-radius: 6.66666667vw;
  display: flex;
  align-items: center;
  color: #858687;
  height: 70px;
  right: 0;
  margin: auto;
  opacity: 0.9;
  right: 2.5%;
}

._1BqMvPOSNri3CDrtToCXQI {
  position: absolute;
  bottom: 1.2vw;
  background: #fff;
  left: 0;
  right: 0;
  color: #333;
  z-index: 65;
  border-radius: 15px 15px 35px 35px;
  width: 95%;
  margin: auto;
  max-height: 70%;
}

._2aG4hNip3ItyrGdEsOGQyC {
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}

._2aG4hNip3ItyrGdEsOGQyC .CjWR7iabMtNNscLDx6Pnf {
  font-size: 18px;
  font-weight: 600;
  color: #33312e;
  display: flex;
  align-items: center;
  height: 100%;
}

._2aG4hNip3ItyrGdEsOGQyC ._3VzdO4SKmRnji16F0XxJTI {
  font-size: 18px;
  color: #666666;
  display: flex;
  align-items: center;
  height: 100%;
}

._2SamJjMIeCYBfr36jri6rb {
  max-height: 475px;
  overflow: scroll;
  border-top: 1px solid rgba(216, 216, 216, 0.3);
  min-height: 90px;
}

._1fGahbG7CthfWY0308Ew9O ._3nv3FQoHU3Ezf-aw27WNxI {
  font-weight: 600;
  font-size: 24px;
  color: #222426;
  height: 100%;
  line-height: 355%;
  background: #a1c761;
  /* background-image: linear-gradient(135deg, #e0efca 0%, #a1c761 100%); */
  border-radius: 0 6vw 6vw 0;
  width: 30%;
  position: absolute;
  right: 0;
  display: none;
  justify-content: center;
  align-items: center;
}

._3GnodlXmwvwpZMfX_CoizV {
  position: relative;
  display: flex;
  padding: 5px 0;
  margin: 10px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
}

._2WRIUNlA9HCy6xuNHMY0jt.lG263uShLTHln51JT0seT {
  position: relative;
  bottom: 0;
  width: 70px;
  height: 70px;
  top: auto;
  background: url(../images/cart3.gif);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: -15px;
  flex-shrink: 0;
}

._1fGahbG7CthfWY0308Ew9O ._20nhPE9ZfBurF2mTMBponn {
  position: relative;
  top: 10px;
  left: 38px;
  color: #fff;
  background-color: #fb4e44;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  -webkit-transform: scale(0.5) translate(50%, -50%);
  transform: scale(0.5) translate(50%, -50%);
  border-radius: 50%;
  text-align: center;
}

._1lw41ZaRrhT7x6oIm82cuB {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.nothing {
  font-size: 20px;
  color: red;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
}

.price {
  padding-left: 20px;
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  font-size: 3rem;
  line-height: 70px;
}

._1fGahbG7CthfWY0308Ew9O ._1Yt78T-DwSBDSlxUPpbBwJ {
  position: relative;
  bottom: 0;
  height: 90%;
  display: inline-block;
  color: #fff;
  margin-right: 0;
}

._1Yt78T-DwSBDSlxUPpbBwJ,
._1pfapvCFSKN0avG456Qs-o {
  font-size: 25px;
}

._2h1DAeTcEV_TqEmHUCRhLl {
  margin-left: 10px;
}

.total {
  display: inline-block;
  margin-left: 5px;
}

._1fGahbG7CthfWY0308Ew9O .BFzIOkqXLdd8-q0rWGHPR {
  font-size: 20px;
  display: inline-block;
  position: relative;
  bottom: 0;
  color: #fff;
}

._3GnodlXmwvwpZMfX_CoizV .M0tDlAqFuG1brD8of_c7Z {
  height: 88px;
  width: 110px;
  border-radius: 10%;
  margin-top: 6px;
}

._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 {
  position: relative;
  height: 100%;
  width: 58%;
  margin: 0 30px;
}

._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 ._2_QJe_H2KSBdeO_Plmp4S8 {
  flex: 1 1 auto;
  min-width: 0;
  max-height: 20vh;
  width: 100%;
}

._3GnodlXmwvwpZMfX_CoizV ._2rbK2jftrLn-DywKfRzsi3 {
  font-weight: 600;
  font-size: 20px;
  color: #33312e;
}

._3GnodlXmwvwpZMfX_CoizV ._2cMK_aXbsb2fxmCw5oDM44,
._3GnodlXmwvwpZMfX_CoizV .cp6r2QDRxxGcXKL01G2E7 {
  max-width: 51.46666667vw;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}

._3GnodlXmwvwpZMfX_CoizV ._3KjfPI1-WwhSIbZkdT1JW9 {
  font-weight: 600;
  color: #fb4e44;
}

._3GnodlXmwvwpZMfX_CoizV ._3yZyzdjVjhPu3GL0eevU4E {
  font-size: 19px;
  margin-top: 20px;
  line-height: 35px;
}

._3GnodlXmwvwpZMfX_CoizV ._1jqSv9xsZvV2WEizC_Rxd7 {
  font-size: 20px;
  margin-top: 12px;
  line-height: 50px;
}

._3GnodlXmwvwpZMfX_CoizV ._32JiTZsY9z7BrsWZ-ZvH_ {
  text-decoration: line-through;
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 22.5px;
  color: #a9a9a9;
  letter-spacing: 0.04133333vw;
  line-height: 30px;
}

._1F7WjmCHd_muNIcfH4Ywq4 {
  position: absolute;
  display: flex;
  margin: 0;
  width: 110px;
  right: 0;
}

._2_x6Sh5ZeBT3KduELmESpP {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
}

._1b-YjnkXgcLgwY3dORvzsn {
  background-image: url(../images/jian.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

._1b-YjnkXgcLgwY3dORvzsn,
._1ROxMiilmHzLRcuDAzG3yR {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  position: relative;
}

.stGT8CbpyTtLsKFc8xV0I {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

._2ZxY0P3QpU6JeEIYGIF9XO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #222426;
  letter-spacing: 0;
  width: 40px;
}

._1ROxMiilmHzLRcuDAzG3yR {
  background-image: url(../images/jia.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM {
  display: flex;
  position: relative;
  height: 70px;
  width: auto;
  margin: 0 15px;
  align-items: flex-start;
}

._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._2h1DAeTcEV_TqEmHUCRhLl {
  font-weight: 600;
  font-size: 20px;
  margin-top: 35px;
  color: #33312e;
  line-height: 35px;
}

._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._9KlLaVDj_mcAPn6fBDSUp {
  font-weight: 600;
  font-size: 25px;
  width: 25px;
  color: #fb4e44;
  line-height: 10px;
}

._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._1pfapvCFSKN0avG456Qs-o {
  font-weight: 600;
  font-size: 27px;
  margin-top: 25px;
  color: #fb4e44;
  line-height: 50px;
}

._1UMEhBZI9uRxyB_or8JrM5 {
  position: absolute;
  left: 3.2vw;
  right: 3.2vw;
  bottom: 9.2vw;
  height: 14.4vw;
}

@keyframes shake {
  0% {
    margin: 10px 0;
  }

  40% {
    margin-left: 100px;
  }

  60% {
    margin-right: 100px;
  }

  100% {
    margin: 10px 0;
  }
}

@keyframes ball {
  0% {
    top: -10px;
  }

  100% {
    top: 10%;
  }
}

.menu-section-content-sign {
  display: block;
  position: absolute;
  right: 1em;
  top: 1.8em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid rgb(153, 153, 153);
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-image: initial;
}

@media screen and (max-width: 1024px) {
  ._2WRIUNlA9HCy6xuNHMY0jt1.lG263uShLTHln51JT0seT1 {
    position: relative;
    bottom: 0;
    width: 60px;
    height: 60px;
    top: auto;
    background: url(../images/openmenu.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

  ._1fGahbG7CthfWY0308Ew9O1 {
    z-index: 0;
    position: absolute;
    bottom: 120px;
    margin: auto;
    opacity: 0.7;
    right: 2%;
  }

  ._1fGahbG7CthfWY0308Ew9O {
    z-index: 3;
    position: absolute;
    bottom: 20px;
    background: #222426;
    border-radius: 6.66666667vw;
    display: flex;
    align-items: center;
    color: #858687;
    height: 70px;
    right: 1.5%;
    margin-right: 0;
    opacity: 0.9;
    max-width: 800px;
    width: 70px;
  }

  ._1BqMvPOSNri3CDrtToCXQI {
    position: absolute;
    bottom: 20px;
    background: #fff;
    left: 0;
    right: 0;
    color: #333;
    z-index: 3;
    border-radius: 15px 15px 35px 35px;
    width: 800px;
    margin: auto;
    max-height: 84vh;
  }

  ._1fGahbG7CthfWY0308Ew9O ._2WRIUNlA9HCy6xuNHMY0jt {
    width: 14vw;
    height: 100%;
    position: relative;
    background: url(../images/cart3.gif) -2.8vw -2.8vw / 140% 140% no-repeat;
    flex-shrink: 0;
  }

  ._2WRIUNlA9HCy6xuNHMY0jt.lG263uShLTHln51JT0seT {
    position: relative;
    bottom: 0;
    width: 70px;
    height: 70px;
    top: auto;
    background: url(../images/cart3.gif);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: -15px;
    flex-shrink: 0;
  }

  ._1fGahbG7CthfWY0308Ew9O ._20nhPE9ZfBurF2mTMBponn {
    position: relative;
    top: 10px;
    left: 38px;
    color: #fff;
    background-color: #fb4e44;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    -webkit-transform: scale(0.5) translate(50%, -50%);
    transform: scale(0.5) translate(50%, -50%);
    border-radius: 50%;
    text-align: center;
  }

  .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  ._3GnodlXmwvwpZMfX_CoizV {
    position: relative;
    display: flex;
    padding: 5px 0;
    margin: 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
  }

  ._1lw41ZaRrhT7x6oIm82cuB {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
  }

  .nothing {
    font-size: 20px;
    color: red;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
  }

  .price {
    padding-left: 20px;
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    font-size: 3rem;
    line-height: 70px;
  }

  ._1fGahbG7CthfWY0308Ew9O ._1Yt78T-DwSBDSlxUPpbBwJ {
    position: relative;
    bottom: 0;
    height: 90%;
    font-size: 25px;
    display: inline-block;
    color: #fff;
    margin-right: 0;
  }

  ._2h1DAeTcEV_TqEmHUCRhLl {
    margin-left: 5px;
  }

  .total {
    display: inline-block;
    margin-left: 5px;
  }

  ._1fGahbG7CthfWY0308Ew9O .BFzIOkqXLdd8-q0rWGHPR {
    font-size: 20px;
    display: inline-block;
    position: relative;
    bottom: 0;
    color: #fff;
  }

  ._3GnodlXmwvwpZMfX_CoizV .M0tDlAqFuG1brD8of_c7Z {
    height: 88px;
    width: 110px;
    border-radius: 10%;
    margin-top: 6px;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 {
    position: relative;
    height: 100%;
    width: 58%;
    margin: 0 30px;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 ._2_QJe_H2KSBdeO_Plmp4S8 {
    flex: 1 1 auto;
    min-width: 0;
    max-height: 20vh;
    width: 100%;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2rbK2jftrLn-DywKfRzsi3 {
    font-weight: 600;
    font-size: 20px;
    color: #33312e;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2cMK_aXbsb2fxmCw5oDM44,
  ._3GnodlXmwvwpZMfX_CoizV .cp6r2QDRxxGcXKL01G2E7 {
    max-width: 51.46666667vw;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    margin-top: 3px;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._3KjfPI1-WwhSIbZkdT1JW9 {
    font-weight: 600;
    color: #fb4e44;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._3yZyzdjVjhPu3GL0eevU4E {
    font-size: 19px;
    margin-top: 20px;
    line-height: 35px;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._1jqSv9xsZvV2WEizC_Rxd7 {
    font-size: 20px;
    margin-top: 12px;
    line-height: 50px;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._32JiTZsY9z7BrsWZ-ZvH_ {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 20px;
    margin-left: 20px;
    margin-top: 22.5px;
    color: #a9a9a9;
    letter-spacing: 0.04133333vw;
    line-height: 30px;
  }

  ._1F7WjmCHd_muNIcfH4Ywq4 {
    position: absolute;
    display: flex;
    margin: 0;
    width: 110px;
    right: 0;
  }

  ._2_x6Sh5ZeBT3KduELmESpP {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
  }

  ._1b-YjnkXgcLgwY3dORvzsn {
    background-image: url(../images/jian.gif);
    background-repeat: no-repeat;
    background-position: center center;
  }

  ._1b-YjnkXgcLgwY3dORvzsn,
  ._1ROxMiilmHzLRcuDAzG3yR {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    position: relative;
  }

  .stGT8CbpyTtLsKFc8xV0I {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }

  ._2ZxY0P3QpU6JeEIYGIF9XO {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #222426;
    letter-spacing: 0;
    width: 40px;
  }

  ._1ROxMiilmHzLRcuDAzG3yR {
    background-image: url(../images/jia.gif);
    background-repeat: no-repeat;
    background-position: center center;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM {
    display: flex;
    position: relative;
    height: 70px;
    width: auto;
    margin: 0 15px;
    align-items: flex-start;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._2h1DAeTcEV_TqEmHUCRhLl {
    font-weight: 600;
    font-size: 20px;
    margin-top: 35px;
    color: #33312e;
    line-height: 35px;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._9KlLaVDj_mcAPn6fBDSUp {
    font-weight: 600;
    font-size: 25px;
    width: 25px;
    color: #fb4e44;
    line-height: 10px;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._1pfapvCFSKN0avG456Qs-o {
    font-weight: 600;
    font-size: 27px;
    margin-top: 25px;
    color: #fb4e44;
    line-height: 50px;
  }

  ._1UMEhBZI9uRxyB_or8JrM5 {
    position: absolute;
    left: 3.2vw;
    right: 3.2vw;
    bottom: 9.2vw;
    height: 14.4vw;
  }

  #cart_list {
    margin-bottom: 25px;
  }

  @keyframes shake {
    0% {
      margin: 10px 0;
    }

    40% {
      margin-left: 100px;
    }

    60% {
      margin-right: 100px;
    }

    100% {
      margin: 10px 0;
    }
  }

  @keyframes ball {
    0% {
      top: -10px;
    }

    100% {
      top: 10%;
    }
  }
}

.menu-section-container {
  display: block;
}

@media screen and (max-width: 800px) {
  ._2WRIUNlA9HCy6xuNHMY0jt1.lG263uShLTHln51JT0seT1 {
    position: relative;
    bottom: 0;
    width: 50px;
    height: 50px;
    top: auto;
    background: url(../images/openmenu.png);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    flex-shrink: 0;
  }

  ._1fGahbG7CthfWY0308Ew9O1 {
    z-index: 0;
    position: absolute;
    bottom: 20vw;
    margin: auto;
    opacity: 0.7;
    right: 2.2%;
  }

  .menu-section-container {
    display: none;
  }

  /* 美团模拟分割线 */

  .meituan div,
  span,
  a,
  img,
  p,
  input,
  select,
  textarea,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  .meituan p,
  div,
  ul,
  ol,
  li,
  i {
    margin: 0;
    padding: 0;
  }

  .price {
    display: flex;
    font-size: 4.5vw;
    color: #fff;
    padding-left: 5px;
    align-items: center;
  }

  .price>div {
    height: 100%;
    display: inline-table;
  }

  .meituan {
    touch-action: pan-y;
  }

  .meituan {
    margin: 0;
    padding: 0;
    outline: none;
    position: fixed;
    left: 0;
    right: 0;
  }

  ._3OBSYMCA1n020Wzn3k4h6W {
    position: absolute;
    z-index: 1;
  }

  ._1lw41ZaRrhT7x6oIm82cuB {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100%;
  }

  ._1BqMvPOSNri3CDrtToCXQI {
    position: absolute;
    bottom: 3.5vw;
    background: #fff;
    color: #333;
    z-index: 1;
    border-radius: 25px 25px 35px 35px;
    width: 95%;
  }

  ._2aG4hNip3ItyrGdEsOGQyC ._3VzdO4SKmRnji16F0XxJTI {
    font-size: 2.6vw;
    line-height: 4.4vw;
    height: 4.4vw;
    color: #666666;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  ._2SamJjMIeCYBfr36jri6rb {
    max-height: 500px;
    overflow: scroll;
    border-top: 1px solid rgba(216, 216, 216, 0.3);
  }

  .nothing {
    color: red;
    text-align: center;
    margin: 10px 0;
    font-size: 2.8vw;
    font-weight: 600;
  }

  @keyframes shake {
    0% {
      margin: 10px 0;
    }

    40% {
      margin-left: 80px;
    }

    60% {
      margin-right: 60px;
    }

    100% {
      margin: 10px 0;
    }
  }

  ._3GnodlXmwvwpZMfX_CoizV {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 2vw 0;
    margin: 0 15px;
    box-sizing: border-box;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
  }

  ._3GnodlXmwvwpZMfX_CoizV .M0tDlAqFuG1brD8of_c7Z {
    width: 20vw;
    height: 16vw;
    border-radius: 1.6vw;
    margin-top: 4px;
  }

  #cart_list {
    margin-bottom: 10vw;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 {
    margin-left: 2.66666667vw;
    padding-right: 2.66666667vw;
    -webkit-flex: auto;
    flex: auto;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2g1xK-KdETLo6NjgK3VI-9 ._2_QJe_H2KSBdeO_Plmp4S8 {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-height: max-content;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2rbK2jftrLn-DywKfRzsi3 {
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 5.33333333vw;
    color: #33312e;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._2cMK_aXbsb2fxmCw5oDM44,
  ._3GnodlXmwvwpZMfX_CoizV .cp6r2QDRxxGcXKL01G2E7 {
    max-width: 51.46666667vw;
    font-weight: 500;
    font-size: 2vw;
    color: #666666;
    margin-top: 0.3vw;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._3KjfPI1-WwhSIbZkdT1JW9 {
    height: 7.73333333vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    font-weight: 600;
    color: #fb4e44;
    width: 100%;
    align-items: center;
  }

  ._2g1xK-KdETLo6NjgK3VI-9 {
    width: 40vw;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._3yZyzdjVjhPu3GL0eevU4E {
    font-size: 3vw;
    margin-top: inherit;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._1jqSv9xsZvV2WEizC_Rxd7 {
    font-size: 4vw;
    margin-top: inherit;
  }

  ._3GnodlXmwvwpZMfX_CoizV ._32JiTZsY9z7BrsWZ-ZvH_ {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 2.93333333vw;
    line-height: 3.6vw;
    margin-left: 1.33333333vw;
    margin-top: 3.2vw;
    color: #a9a9a9;
    letter-spacing: 0.04133333vw;
  }

  ._1F7WjmCHd_muNIcfH4Ywq4 {
    width: 18.66666667vw;
  }

  ._2JfPFAUeWWxTQ-vt0lTPkP {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: -20px;
    float: right;
  }

  ._2_x6Sh5ZeBT3KduELmESpP {
    font-size: 16px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background-color: #ffffff;
    margin-left: auto;
  }

  ._1b-YjnkXgcLgwY3dORvzsn {
    background-image: url(../images/jian.gif);
    background-repeat: no-repeat;
    background-position: center center;
  }

  ._1b-YjnkXgcLgwY3dORvzsn,
  ._1ROxMiilmHzLRcuDAzG3yR {
    width: 5.33333333vw;
    height: 5.33333333vw;
    background-size: 5.33333333vw 5.33333333vw;
    position: relative;
  }

  .stGT8CbpyTtLsKFc8xV0I {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }

  ._2ZxY0P3QpU6JeEIYGIF9XO {
    width: 8vw;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 3.73333333vw;
    color: #222426;
    letter-spacing: 0.05333333vw;
  }

  ._1ROxMiilmHzLRcuDAzG3yR {
    background-image: url(../images/jia.gif);
    background-repeat: no-repeat;
    background-position: center center;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM {
    height: 10vw;
    margin: 0 4.26666667vw;
    margin-bottom: 8vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._2h1DAeTcEV_TqEmHUCRhLl {
    font-weight: 600;
    font-size: 4.73333333vw;
    line-height: 5.33333333vw;
    margin-top: 4.26666667vw;
    color: #33312e;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._9KlLaVDj_mcAPn6fBDSUp {
    font-weight: 600;
    font-size: 4.2vw;
    line-height: 3.9vw;
    width: 5.06666667vw;
    color: #fb4e44;
  }

  ._1BqMvPOSNri3CDrtToCXQI ._1j_kmBI5JvmG6plBWRi0dM ._1pfapvCFSKN0avG456Qs-o {
    font-weight: 600;
    font-size: 4.8vw;
    line-height: 6.66666667vw;
    margin-top: 3.33333333vw;
    color: #fb4e44;
  }

  .nonespace {
    position: relative;
    width: 100%;
    height: 100px;
    bottom: 0;
  }

  ._1UMEhBZI9uRxyB_or8JrM5 {
    position: absolute;
    left: 3.2vw;
    right: 3.2vw;
    bottom: 9.2vw;
    height: 14.4vw;
  }

  ._1fGahbG7CthfWY0308Ew9O ._2WRIUNlA9HCy6xuNHMY0jt .lG263uShLTHln51JT0seT {
    background: url(../images/meituan3.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  ._1fGahbG7CthfWY0308Ew9O ._20nhPE9ZfBurF2mTMBponn {
    position: absolute;
    top: auto;
    left: 45%;
    color: #fff;
    background-color: #fb4e44;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 200%;
    -webkit-transform: scale(0.5) translate(50%, -50%);
    transform: scale(0.5) translate(50%, -50%);
    border-radius: 50%;
    text-align: center;
  }

  .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @keyframes ball {
    0% {
      top: -10px;
    }

    100% {
      top: auto;
    }
  }

  ._3vb1K-GEd4t5VABBx929RT {
    position: absolute;
    top: 1px;
    right: 0px;
    color: #fff;
    background-color: #fb4e44;
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-transform: scale(0.5) translate(50%, -50%);
    transform: scale(0.5) translate(50%, -50%);
    border-radius: 50%;
    text-align: center;
  }

  ._1fGahbG7CthfWY0308Ew9O ._3RxksDNHSpqR8um1MdCI7t {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    margin-left: 11.5vw;
    height: 100%;
  }

  ._1fGahbG7CthfWY0308Ew9O ._1Yt78T-DwSBDSlxUPpbBwJ {
    color: #fff;
    font-size: 4vw;
    display: inline-block;
  }

  ._1Yt78T-DwSBDSlxUPpbBwJ,
  ._1pfapvCFSKN0avG456Qs-o {
    font-size: 4vw;
  }

  .total {
    display: inline-block;
  }

  ._1fGahbG7CthfWY0308Ew9O .BFzIOkqXLdd8-q0rWGHPR {
    font-size: 3.73333333vw;
    color: #fff;
    display: inline-block;
  }

  .menu-section-items {
    display: block;
  }

  ._2WRIUNlA9HCy6xuNHMY0jt.lG263uShLTHln51JT0seT {
    position: relative;
    bottom: 0;
    width: 70px;
    height: 70px;
    top: auto;
    background: url(../images/cart3.gif);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: -15px;
    flex-shrink: 0;
  }

  ._1fGahbG7CthfWY0308Ew9O {
    z-index: 2;
    position: absolute;
    right: 2.5%;
    bottom: 3.46666667vw;
    background: #222426;
    border-radius: 9vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #858687;
    height: 14vw;
    max-height: 70px;
    opacity: 0.9;
    width: 14vw;
    max-width: 70px;
  }

  ._2WRIUNlA9HCy6xuNHMY0jt.lG263uShLTHln51JT0seT {
    position: fixed;
    width: 14vw;
    height: 14vw;
    max-width: 70px;
    max-height: 70px;
    background: url(../images/cart3.gif) no-repeat;
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    bottom: auto;
  }

  ._2aG4hNip3ItyrGdEsOGQyC {
    height: 6vw;
    max-height: 50px;
    min-height: 35px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
  }

  ._1fGahbG7CthfWY0308Ew9O ._3nv3FQoHU3Ezf-aw27WNxI {
    color: #333;
    font-weight: 600;
    font-size: 3.5vw;
    color: #222426;
    height: 14vw;
    max-height: 70px;
    line-height: 14vw;
    background: #a1c761;
    /* background-image: linear-gradient(135deg, #e0efca 0%, #a1c761 100%); */
    border-radius: 0 15vw 15vw 0;
    width: 22.4vw;
    position: relative;
    display: -webkit-flex;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }

  ._2aG4hNip3ItyrGdEsOGQyC .CjWR7iabMtNNscLDx6Pnf {
    font-size: 2.4vw;
    font-weight: 600;
    color: #33312e;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu-section-content-sign {
    display: block;
    position: absolute;
    right: 1em;
    top: 1.8em;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #999;
  }
}

/* 美团手机端模拟分割线 */
@media screen and (max-width: 900px) {
  .deal-content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  #select-details {
    position: static;
    width: 100%;
    margin: 0;
  }

  .select-wrap {
    position: absolute;
    max-height: 100vh;
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0px 15px;
    margin: 0 0 80px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .select-close-phone {
    display: block;
    position: absolute;
    top: 8%;
    left: 3%;
    z-index: 10;
  }

  .select-close-pc {
    display: none;
  }

  .menu-section-container {
    display: block;
  }

  #select {
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    background-color: #fffff0;
  }

  .select-fooster-contair {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .select-footer-shadow {
    top: -4px;
    height: 4px;
  }

  .select-fooster-box {
    padding: 0;
    border: none;
  }

  .select-fooster {
    border-radius: 0;
  }


  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* 美团PC端模拟分割线 */
@media screen and (min-width: 900px) {
  .select-close-phone {
    display: none;
  }

  .select-close-pc {
      position: absolute;
      top: 3%;
      left: 105%;
  }

  .meituan div,
  span,
  a,
  img,
  p,
  input,
  select,
  textarea,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  .meituan p,
  div,
  ul,
  ol,
  li,
  i {
    margin: 0;
    padding: 0;
  }

  .meituan {
    touch-action: pan-y;
    width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
  }

  ._3OBSYMCA1n020Wzn3k4h6W {
    position: absolute;
    z-index: 1;
  }

  .nonespace {
    position: relative;
    bottom: 0;
    height: 150px;
    width: 100%;
  }

  .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  ._3RxksDNHSpqR8um1MdCI7t {
    position: relative;
    height: 100%;
    width: 54.3%;
    display: none;
  }

  .price>div {
    /* position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%); */
  }

  .checkout {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* 弹窗 */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.15);
}

/* 弹窗内容 */

.modal-content {
  position: absolute;
  background-image: radial-gradient(at 80% 20%,rgb(253, 254, 245) 40%,rgb(241, 243, 228) 85%, #eaf696 100%);
  margin: 0 auto;
  padding: 20px 15px;
  border: 1px solid #888;
  border-radius: 20px;
  width: 330px;
  /* height: 400px; */
  height: max-content;
  top: 20%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.5);
  animation: animatetop 0.5s;
}

/* 添加动画 */

@keyframes animatetop {
  from {
    top: -30%;
    opacity: 0;
  }

  to {
    top: 20%;
    opacity: 1;
  }
}

#showConfirmBtn {
  font-size: 25px;
}

#showConfirmBtn:hover,

#showConcelmBtn:hover {

  color: #8dc232;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  padding: 10px 0px 0px;
}

.modal-header {
  color: #747474;
  font-size: 17px;
  padding: 0px 0px 10px;
}

.modal-body {
  font-size: 17px;
}

.modal-footer {
  text-align: right;
  color:#fbc848;
  right: 5%;
  padding: 10px;
}

.couTime {
  color: #fbc848;
  font-family: "Times New Roman";
  font-weight: bolder;
  font-size: 19px;
}
.checkout{
  cursor: pointer;
}

.swiper-wrapper {
  display: flex;
  width: 100%;
}

.swiper-slide img{
  width: 100%;
}

.detail-img {
  width:100%;
  z-index: 0;
}

.select-extra {
  padding: 0px 15px !important;
}

.swiper-pagination-fraction {
  background-color: rgba(214,214,214,.6);
  width: 12% !important;
  margin: 0px 0px 0px 80%;
  color: #000000 !important;
  border-radius: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after{
  color: #000000;
}

/* 弹窗 */
.coupopup {
  display: none;
  position: fixed;
  z-index: 66;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.15);
}

/* 弹窗内容 */

.coupopup-content {
  position: absolute;
  background-image: radial-gradient(at 80% 20%, rgb(253, 254, 245) 40%, rgb(241, 243, 228) 85%, #eaf696 100%);
  margin: 0 auto;
  padding: 21px;
  border: 1px solid #888;
  border-radius: 20px;
  width: 330px;
  /* height: 400px; */
  height: max-content;
  /* top: 20%; */
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, 0.5);
  animation: animatetop 0.5s;
}

/* 添加动画 */

@keyframes animatetop {
  from {
    top: -30%;
    opacity: 0;
  }

  to {
    top: 20%;
    opacity: 1;
  }
}

#showConfirmBtn {
  font-size: 25px;
}

#showConfirmBtn:hover,

#showConcelmBtn:hover {

  color: #8dc232;
  text-decoration: none;
  cursor: pointer;
}

h2 {
  padding: 10px 0px 0px;
}

.coupopup-header {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}

.coupopup-footer {
  text-align: right;
  /* color: #fbc848; */
  color:#3d5f28;
  right: 5%;
  padding: 10px;
}

#addCouponBtn{
  font-family: "Lora", Georgia, serif;
  padding: 0.5rem;
  margin: 0 0 10px 25px;
  border-radius: 5px;
  border: 1px solid #8c8c8c;
  box-shadow: 0em 0.3em 0.2em 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}

#addCouponBtn:hover,
#addCouponBtn:active,
#addCouponBtn:focus {
  background-color: #c2c0c0;
  box-shadow: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.couponhtml {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #bfbdbd;
  border-radius: 10px;
  padding: 10px;
  background-color: rgba(255,245,194,.4);
}

.addcoubtn{
  width: 20%;
    min-width: 20%;
    margin-left: 0.5rem;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #8c8c8c;
    box-shadow: 0em 0.3em 0.2em 0px rgba(0, 0, 0, 0.4);
    color: white;
    background-color: #3d5f28;
  }
  
  .addcoubtn:hover,
  .addcoubtn:active,
  .addcoubtn:focus {
    background-color: #28510f;
    box-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

.coudesc{
  font-size: 16px;
  font-weight: 600;
}
  
  .notmeet {
    background-color: #fed7d7;
    border-radius: 5px;
    padding: 1rem;
  }
  
  .notmeet img {
    width: 2rem;
  }