@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.left, .right {
  position: fixed;
  z-index: 0;
  width: 25vw;
  height: 25vw;
}

.left {
  top: 20%;
  left: -10%;
}

.right {
  bottom: 5%;
  right: -10%;
}

main {
  padding-top: 56px;
  position: relative;
  z-index: 2;
}

nav {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 2;
}

nav .navbar {
  height: 100%;
}

nav .navbar ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav .navbar ul li, nav .navbar ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #9D9D9D;
  text-decoration: none;
}

nav .navbar ul li i, nav .navbar ul a i {
  font-size: 1.5rem;
  padding-bottom: 2px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 999;
  background-color: #F9781A;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#topbar .logo_area {
  display: flex;
}

#topbar .logo_area .back {
  margin-right: 10px;
  color: #fff;
}

#topbar .logo_area .logo {
  color: #fff;
  display: flex;
  align-items: center;
}

#topbar .refresh {
  cursor: pointer;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  -webkit-outline: 0;
}

html {
  background-image: none !important;
  font-size: 62.5%;
}

body {
  background-image: none !important;
  -webkit-text-size-adjust: none;
  font-family: "Helvetica Neue", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", "sans-serif", "Varela Round", "sans-serif" !important;
  min-width: 320px;
  margin: 0 auto;
  background: white;
  color: #303030;
  user-select: none;
}

main {
  padding-bottom: 56px;
  height: 100vh;
}

.div_form {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #f9f9f9;
}

.div_form .div-pay {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.div_form .div-pay .div-pay-body .pay-body-title {
  font-size: 16px;
  padding: 0px 0px 0.5rem 0px;
  color: #242930;
}

.div_form .div-pay .div-pay-body .pay-body-money {
  font-size: 4rem;
  font-weight: 600;
  padding: 2px 0px 2px 0px;
  color: #f9781a;
}

.div_form .div-pay .div-pay-body .pay-body-tip {
  font-size: 14px;
  padding: 0.5rem 0px 0px 0px;
  color: #999999;
}

.div_form .form_btn {
  position: absolute;
  bottom: 56px;
  width: 100%;
  max-width: 640px;
  height: 60px;
}

.div_form .form_btn button {
  width: 100%;
  background: #f9781a;
  border: none;
  font-size: 20px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.is_click_style {
  opacity: 0.6;
}

.div-store {
  font-size: 20px;
  padding: 5% 0;
  font-weight: 500;
}

.div-store .store-mer {
  font-size: 16px;
}

.channel-body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.channel-list {
  position: absolute;
  width: 100%;
  bottom: 56px;
  z-index: 6;
  max-width: 640px;
}

.channel-list .channel-title-tip {
  text-align: center;
  /* padding-left: 35%; */
  color: #242930;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
}

.div-channel {
  height: 60px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #242930;
  border-bottom: 1px solid #dddddd;
}

.div-channel img {
  vertical-align: middle;
  padding-right: 5px;
  width: auto;
  height: 32px;
  max-width: 100%;
  max-height: 100%;
}

.div-channel span {
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.show-none {
  display: none;
}

.show-block {
  display: flex;
}

#formBody {
  height: 100%;
}

/* 键盘 */
.form_edit {
  width: 100%;
  background: #d1d4dd;
  position: absolute;
  bottom: 116px;
  max-width: 640px;
}

.form_edit > div {
  margin-bottom: 1px;
  margin-right: 0.5%;
  float: left;
  width: 33%;
  height: 50px;
  text-align: center;
  color: #242930;
  line-height: 50px;
  font-size: 22px;
  font-weight: 600;
  background-color: #fafafa;
}

.form_edit > div:nth-child(3n) {
  margin-right: 0;
}

.form_edit > div:last-child {
  background-color: #dee1e9;
  font-size: 2rem;
}

#ApplePayChannel {
  /*display: none;*/
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
    -webkit-appearance: -apple-pay-button;
  }
}

@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button {
    display: inline-block;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
}

@media screen and (max-width: 320px) {
  .div-store {
    padding: 8% 0 1.5rem 0;
  }
  .form_edit {
    bottom: 106px !important;
  }
  .form_edit > div,
  .div_form .form_btn button {
    height: 50px !important;
    line-height: 50px !important;
  }
  .div_form .form_btn {
    height: 50px !important;
  }
}

.process {
  height: 60px;
  width: 100%;
  background-color: #b4b4b4;
  display: flex;
  justify-content: space-around;
  position: fixed;
}

.process .process-text {
  width: 33.3%;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}

.process .process-input {
  background-color: #f89142;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #374761;
  text-decoration: none;
}

.div_container {
  max-width: 640px;
  padding: 40px 34.5px 70px;
  margin: 0 auto;
  text-align: center;
}

.serach-container {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serach-container .serach-text {
  font-size: 20px;
  width: calc(100% - 90px);
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  line-height: 32px;
}

.serach-container .serach-button {
  font-size: 18px;
}

.button-container .click-btn {
  cursor: pointer;
  width: 62px;
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  border-radius: 3px;
  font-size: 18px;
  background-color: #f9781a;
  color: white;
}

.list-container {
  width: 100%;
}

.list-container .card {
  display: flex;
  flex-direction: column;
  background-color: #e6e6e6;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
}

.list-container .card .img-area {
  width: 100%;
  min-height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-container .card .img-area .card-img {
  width: 100%;
  max-width: 340px;
}

.list-container .card .text {
  padding: 15px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
}

.list-container .card .text span:nth-child(1) {
  margin-bottom: 5px;
}

.more {
  font-size: 14px;
  color: #cecece;
}

.card-content {
  border: 1px solid #efefef;
  border-radius: 3px;
  font-size: 18px;
  overflow: hidden;
  text-align: left;
}

.card-content .card-title {
  padding: 5px 10px;
  background-color: #F9781A;
  color: white;
}

.card-content .card-area {
  color: black;
}

.card-content .card-area > div:nth-child(2n+1) {
  background-color: white;
}

.card-content .card-area > div:nth-child(2n) {
  background-color: #F1F1F1;
}

.card-content .card-area .card-domestic {
  padding: 10px;
}

.card-content .card-area .card-foreign {
  padding: 10px;
}

.font-20 {
  font-size: 20px;
}
/*# sourceMappingURL=Jimmy_best_deal.css.map */