* {
  margin: 0;
  border: 0;
  padding: 0;

  --bc: #3e3a39;

  --van-toast-max-width: 30%;
  --van-toast-background: rgba(0, 0, 0, 0.5);

  --van-dialog-radius: 0;
}

.van-dialog {
  top: 5%;
  transform: none;
}

.van-dialog__content--isolated {
  min-height: 0;
  padding: 0.5rem 0 0;
}

.van-dialog__message {
  border-top: 0.02rem solid #eee;
  border-bottom: 0.02rem solid #eee;
  padding: 0.2rem 0.3rem;
}

.van-hairline--top:after {
  display: none;
}

.van-button__content {
  justify-content: flex-end;
}

.van-button__content .van-button__text {
  color: #333;
  font-size: 0.22rem;
  padding-right: 0.3rem;
}

.van-dialog__footer {
  justify-content: flex-end;
}

.van-dialog__confirm, .van-dialog__cancel {
  flex-grow: 0;
  width: 1.1rem;
  flex-basis: auto;
}

html, body {
  box-sizing: border-box;

  --van-picker-confirm-action-color: #6F2595;
  --van-checkbox-border-color: #515151;
  --van-toast-default-width: 3.5rem;
}

div, a {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 0.24rem;
  background-color: #eee;
}

a, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

img, input[type=checkbox], input[type=radio] {
  vertical-align: bottom;
}

input {
  border-radius: 0;
  background-color: transparent;
}

input:focus {
  outline: none;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.05em;
  font-size: 100%;;
  background-image: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
}

.img-bg {
  display: block;
  background-size: cover;
  background-position: center;
}

.vh {
  visibility: hidden;
}

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}

.two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hr {
  height: 0.02rem;
  background-color: #b5b5b5;
  margin: 0.2rem 0;
}

.placehoder {
  color: #888;
}

[v-cloak] {
  display: none;
}

/* ------------------------------ common start ------------------------------ */

.page {
  background-color: #f4f4f0;
  min-height: 100vh;
}

.nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4rem;
}

.nodata .icon {
  width: 1.3rem;
}

.nodata .text {
  margin-top: 0.3rem;
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  color: #888;
}

.overlay-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tabbar start */
.tabbar-new {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.35rem;
  background: white;
  display: flex;
  z-index: 10;
  padding-top: 1px;
  box-sizing: border-box;
}

.tabbar-new .tab-bar-border {
  background-color: #a6a6a6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}

.tabbar-new .tab-bar-item {
  flex: 1;
  text-align: center;
  display: flex;
  /*justify-content: center;*/
  padding-top: 0.2rem;
  align-items: center;
  flex-direction: column;
}

.tabbar-new .tab-bar-item.active {
  background: #99a39b;
}


.tabbar-new .tab-bar-item img {
  width: 0.61rem;
  height: 0.46rem;
}

.tabbar-new .tab-bar-item .text {
  font-size: 0.15rem;
  margin-top: 0.1rem;
  color: #636466;
}

.tabbar-new .tab-bar-item.active .text {
  color: #ded4b6;
}

.has-tab {
  padding-bottom: 1.35rem;
}
/* tabbar end */

/* ------------------------------ common end ------------------------------ */

/* start-con start */
.start-con {
  position: relative;
}

.start-con .bg {
  width: 100%;
}

.start-con .start-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.5rem;
  width: 3rem;
  height: 0.65rem;
  background-color: #50939b;
  color: #fff;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  letter-spacing: 0.02rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
/* start-con end */

/* lottery-con start */
.lottery-con {
  background: #f1c40c url('/ttakeaway/static/moss/parkviewgreen/v1/images/nine-bg-35b82e0a0773520a99c60df4680d06c7.jpg') no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}

.lottery-con .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: calc(50% - 2.36rem);
  left: 0;
  right: 0;
  margin: auto;
}

.lottery-con .level {
  font-size: 0.2rem;
  color: #7f0600;
  line-height: 0.27rem;
}

.lottery-con .sudoku {
  margin-top: 0.89rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lottery-con .sudoku .item {
  flex-grow: 1;
  width: 2.11rem;
  height: 2.11rem;
  background-size: cover;
  background-position: center;
  position: relative;
}

.lottery-con .sudoku .item + .item {
  margin-left: 0.36rem;
}

.lottery-con .sudoku .item.empty {
  background-image: url('/ttakeaway/static/moss/parkviewgreen/v1/images/block-empty-a7ebbc463c2a76e39695cd699fff4a7d.jpg');
}

.lottery-con .sudoku .item.up {
  background-image: url('/ttakeaway/static/moss/parkviewgreen/v1/images/block-up-245948085a8c73f90b864bb9b731d51a.jpg');
}

.lottery-con .sudoku .item.down {
  background-image: url('/ttakeaway/static/moss/parkviewgreen/v1/images/block-down-b851dbb6183b984943b15ccc821afdab.jpg');
}

.gift-box {
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.gift-box .img {
  width: 5.5rem;
}

.gift-box .title {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.26rem;
  color: #3b4771;
  white-space: pre-line;
  line-height: 1.4;
}

.gift-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}

.gift-box .btn-box .btn {
  background-color: #c6a006;
  color: #fff;
  width: 2.2rem;
  height: 0.6rem;
  border-radius: 0.1rem;
}

.gift-box .btn-box .btn + .btn {
  margin-left: 0.3rem;
}
/* lottery-con end */

/* lottery0327-con start */
.start-con.d0327 .start-btn {
  top: 15.9rem;
  bottom: auto;
}
/* lottery0327-con end */

/* exchange0327-con end */
.exchange0327-con .bg {
  width: 100%;
}

.exchange0327-con .integral {
  position: absolute;
  color: #fff;
  top: 3.85rem;
  left: 4.5rem;
  font-size: 0.35rem;
}

.exchange0327-con .coupon-list {
  position: absolute;
  width: 5rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 4.8rem;
}

.exchange0327-con .coupon {

}

.exchange0327-con .coupon + .coupon {
  margin-top: 0.4rem;
}

.exchange0327-con .coupon .cover {
  width: 100%;
  border-radius: 0.1rem;
}

.exchange0327-con .coupon .info {
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-top: 0.25rem;
  align-items: flex-start;
  font-size: 0.22rem;
}

.exchange0327-con .coupon .left {

}

.exchange0327-con .coupon .title {

}

.exchange0327-con .coupon .stock {
  margin-top: 0.17rem;
}

.exchange0327-con .coupon .btn {
  background-color: #50939a;
  padding: 0.08rem 0.2rem;
  border-radius: 0.05rem;
}
/* exchange0327-con start */

/* dh-home start */
.dh-con {
  --bs: 0 0 0.25rem 0 rgba(4, 0, 0, 0.24);
  --b2: 0.02rem solid #ddd;
}

.dhhome {
  padding-bottom: 0.5rem;
}

.dhhome .banner {
  width: 100%;
  height: 6.53rem;
}

.dhhome .black-block {
  width: 6.42rem;
  margin: 0.59rem auto 0;
}

.dhhome .black-block .item {
  position: relative;
}

.dhhome .black-block .item.gray::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}

.dhhome .black-block .item + .item {
  margin-top: 0.3rem;
}

.dhhome .black-block img {
  width: 100%;
  display: block;
}

.dhhome .oranline-btn {
  display: block;
  margin: 0 auto;
  width: 6.42rem;
  height: 0.86rem;
}

.dhhome .ob2 {
  margin-top: 0.28rem;
}
/* dh-home end */