@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 20px !important;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
img {
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 12px/1.5 '苹方-简 常规体', 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
  color: #555;
  background-color: #F7F7F7;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

strong {
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #969696;
  font-family: '苹方-简 常规体', 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: '苹方-简 常规体', 'Microsoft YaHei';
}

img {
  border: none;
}

input {
  font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.w50 {
  width: 50%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w33 {
  width: 33.333333%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.db {
  display: block !important;
}

.dn {
  display: none;
}


.vip-ul-wrapper {
  width: 100%;
  overflow-x: auto;
}

.vip-ul {
  /* width: 100%; */
  /* overflow-x: scroll; */
  display: flex;
  flex-wrap: nowrap;
}

.vip-ul-wrapper::-webkit-scrollbar {
  height: 0;
}

.vip-li {
  position: relative;
  width: 5.1rem;
  height: 7.11rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.4rem;
  padding: 0.95rem 0 0;
  text-align: center;
  margin: 0.5rem 0 0.5rem 0.5rem;
  border: 0.05rem solid #E5E5E5;
  flex-shrink: 0;
}

.vip-ul li.active {
  position: relative;
  border: 0.05rem solid #1678ff;
}

.vip-li:first-of-type {
  margin-left: 0;
}

.vip-li p {
  text-align: center;
}

.recommend {
  position: absolute;
  left: -0.1rem;
  top: -0.45rem;
  height: 0.9rem;
  width: 1.65rem;
}

.vip-p1 {
  color: #333333;
  font-size: 0.83rem;
  font-weight: 400;
  font-weight: bold;
}

.vip-p2 {
  color: #1678ff;
  font-size: 0.7rem;
}

.vip-p3 {
  font-size: 0.6rem;
  font-weight: 400;
  color: #888888;
  line-height: 0.85rem;
}

.underline {
  text-decoration: line-through;
}

.validity-day {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0.85rem;
  background-color: #E1EEFF;
  color: #1678FF;
  text-align: center;
  padding: 0.1rem;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.56rem;
  font-weight: 400;
}

.vip-ul li.active>.validity-day {
  background-color: #1678FF;
  color: #ffffff;
}

.vip-p4 {
  display: inline-block;
  font-size: 0.56rem;
  line-height: 0.9rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0.1rem 0.56rem;
  background-color: #FF410F;
  border-radius: 0.45rem;
  margin-top: 0.2rem;
}

.vip-select {
  position: absolute;
  right: -1px;
  bottom: -0.5px;
  width: 22px;
  height: 21px;
  visibility: hidden;
}

.vip-select-show {
  visibility: visible;
}

.vip-p2>span {
  font-size: 1.44rem;
  line-height: 2rem;
}

.set-meal {
  margin-top: 0.4rem;
  padding: 0.8rem 0.7rem;
  background-color: #ffffff;
}

.pay-method-li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
}

.pay-method-li-l {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.83rem;
  font-weight: 400;
}

.pay-method-img {
  width: 1.22rem;
  height: 1.22rem;
  margin-right: 0.44rem;
  vertical-align: middle;
}

.pay-uncheck-img {
  width: 1rem;
  height: 1rem;
}

.pay-checkd-img {
  width: 1rem;
  height: 1rem;
}

.pay-method-input {
  display: none;
}

.pay-hidden {
  display: none;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}

.fixed-bottom-pay {
  margin: 0.28rem 0.7rem 1.17rem;
  background-color: #1678FF;
  padding: 0.3rem;
  border-radius: 1.1rem;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 400;
  text-align: center;
  border: none;
  outline: none;
  width: calc(100% - 1.4rem);
  z-index: 99;
  text-align: center;
}

.pay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 0.7rem;
  background-color: #1678FF;
  padding: 0.3rem;
  border-radius: 1.1rem;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 400;
  text-align: center;
  border: none;
  outline: none;
  width: calc(100% - 1.4rem);
  z-index: 99;
  text-align: center;
}

.pay-immediate {
  font-size: 0.78rem;
  font-weight: bold;
}

.bottom {
  margin-bottom: 4rem;
}

.pay-immediate-input {
  border: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  display: inline-block;
  width: 30px;
  background-color: #1678FF;
  color: #ffffff;
  font-size: 0.85rem;
  outline: none;
  text-align: right;
}

/* -----------------------------------------------登录---------------------------------------------- */

.item-box {
  margin-top: 2.78rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.56rem;
  border-bottom: 0.06rem solid #E5E5E5;
}

.item-img {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}

.item-input {
  flex: 1;
  outline: none;
  border: none;
  font-size: 0.78rem;
  width: 100%;
}

.get-code,
.get-code-time {
  color: #4375FC;
  font-size: 0.67rem;
  font-weight: 400;
}

.get-code-time {
  display: none;
}

/* -----------------------------------------------登录---------------------------------------------- */

/* -----------------------------------------------留言---------------------------------------------- */
.leave-message-ul {
  padding: 0.33rem 0.78rem 3rem;
  background-color: #ffffff;
}

.leave-message-ul li {
  margin-top: 0.56rem;
}

.leave-message-li-p1 {
  text-align: right;
  font-size: 0.67rem;
}

.leave-message-li-d1 {
  margin-top: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.leave-img {
  width: 1.78rem;
  height: 1.78rem;
}

.message-cont {
  background: url("../../images/bubble.png") center no-repeat;
  background-size: cover;
  font-size: 0.78rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.11rem;
  margin-right: 0.33rem;
  border-radius: 1rem;
  padding: 0.33rem 0.94rem 0.33rem 0.56rem;
}

/* -----------------------------------------------购买及赠送须知---------------------------------------------- */
.instructions-ul {
  color: #B2B2B2;
  font-size: 0.75rem;
}

.instructions-ul li {
  line-height: 1.2rem;
}

.process {
  position: relative;
  display: flex;
  padding: 0 0.63rem;
  justify-content: space-between;
  align-items: center;
}

.process-line {
  position: absolute;
  left: 1.83rem;
  right: 1.63rem;
  top: 2.3rem;
  height: 0.06rem;
  background: #EEEEEE;
}

.process-item {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-item-d1 {
  width: 1.13rem;
  height: 1.13rem;
  background: #EEEEEE;
  line-height: 1.13rem;
  color: #888888;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-top: 1.8rem;
}

.process-item-d2 {
  font-size: 0.63rem;
}

/* -----------------------------------------------购买及赠送须知---------------------------------------------- */

/* -----------------------------------------------提示弹窗----------------------------------------------- */
.dialog {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.dialog_content {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translateY(-50%);
  border-radius: 0.56rem;
  background-color: #ffffff;
}

.d_title {
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
  margin-top: 0.78rem;
}

.d_cont {
  font-size: 0.87rem;
  text-align: center;
  padding: 1.33rem 0;
  border-bottom: 0.03rem solid #F1F3F4;
}

.d_submit {
  color: #1678FF;
  text-align: center;
  margin: 0.6rem 0;
  font-size: 0.83rem;
  font-weight: bold;
}

.d_cancel_confirm {
  display: flex;
}

.d_cancel,
.d_confirm {
  flex: 1;
  text-align: center;
  padding: 0.61rem;
  font-size: 0.83rem;
  font-weight: 400;
  color: #888888;
  line-height: 1.17rem;
}

.d_confirm {
  font-weight: bold;
  color: #1678FF;
  border-left: 1px solid #F1F3F4;
}

/* -----------------------------------------------提示弹窗----------------------------------------------- */


.dialog_tooltip {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 0.6rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
}


/* 打开浏览器指引开始 */
.downloadStyle {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.shadow_wrapper {
  display: flex;
  justify-content: flex-end;
  /* align-items: flex-end; */
  color: #FFFFFF;
  font-size: 15px;
  padding-right: 20px;
  padding-top: 20px;
}

.shadow_t {
  padding-top: 20px;
}

.shadow_img {
  width: 40px;
  height: 32px;
  margin-left: 6px;
}

/* 打开浏览器指引结束 */