.wrap__bg {
  left: 0;
  top: 0;
  width: 100%;
  z-index: -999;
}
.mod_pic {
  display: block;
  width: 100%;
}

.now_buy_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  border-radius: 0.36rem;
  background-color: #ffeb17;
  color: #0d0c0e;
  font-size: 0.16rem;
  text-align: center;
}
.now_buy_btn.disabled {
  background-color: #ccc !important;
  color: #888 !important;
}

.jzt_dialog_photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.jsz_dialog_photo__mask {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.jzt_dialog_photo__close {
  position: absolute;
  left: 50%;
  bottom: 0.84rem;
  -webkit-transform: translateX(-50%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
}
.jzt_dialog_photo__close_txt {
  position: relative;
  display: block;
  width: 37px;
  height: 37px;
  margin: 5px;
  line-height: 999px;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 33px;
}
.jzt_dialog_photo__close_txt::after,
.jzt_dialog_photo__close_txt::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
}
.jzt_dialog_photo__close_txt::before {
  width: 1px;
  height: 19px;
  top: 9px;
  left: 18px;
}
.jzt_dialog_photo__close_txt::after {
  width: 19px;
  height: 1px;
  top: 18px;
  left: 9px;
}
.jzt_dialog_photo__cover {
  margin-top: -0.8rem;
}
.jzt_dialog_photo__pic {
  display: block;
  width: 100%;
}
.jsz_dialog_photo__prev,
.jsz_dialog_photo__next {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
  top: 50%;
  margin-top: -0.55rem;
}
.jsz_dialog_photo__prev {
  left: 0.1rem;
}
.jsz_dialog_photo__next {
  right: 0.1rem;
}
.jsz_dialog_photo__icon {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  fill: #fff;
}

/*颜色配置*/
.c_event_txt1 {
  color: #000;
}
.c_event_txt2 {
  color: #777;
}
.c_event_txt3 {
  color: #31c27c;
}
.c_event_txt4 {
  color: #fff;
}
.c_event_btn1 {
  background-color: #31c27c;
  color: #fff;
}
.c_event_btn2 {
  background-color: #eee;
  color: #777;
}
.c_event_bor1,
.c_event_bor1::after {
  border-color: #31c27c;
}
/*基本*/
.qui_dialog__event {
  margin: 0 0.3rem 0.06rem;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.16rem;
  color: #000;
}
.qui_dialog__event.center {
  text-align: center;
}
.qui_dialog__box {
  max-height: 61%;
}
.qui_dialog.event .qui_dialog__media {
  margin-bottom: -0.08rem;
}
.qui_dialog.noline .qui_dialog__box {
  border-top: 0 none;
}
/*活动规则*/
.rule .qui_dialog__bd {
  margin-bottom: 0.28rem;
}
.user_rule .qui_dialog__box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 0.48rem;
}
.user_rule .qui_dialog__bd {
  margin-bottom: 0.28rem;
}
.rule_main {
  word-break: break-all;
}
.rule_main p a {
  color: red;
  text-decoration: underline;
}
.rule_main a {
  color: red;
  text-decoration: underline;
}
.rule_dialog_btn {
  display: block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}
/* 底部半屏浮层 */
.event_rule {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-size: 0.12rem;
  color: #6e65b0;
  background: rgba(0, 0, 0, 0.8);
}
.event_rule__box {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.16rem 0;
  background: #fffded;
  -webkit-transform: translateY(110%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.event_rule__bd {
  height: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.event_rule__para {
  margin: 0 0.16rem 0.05rem;
}
.event_rule__close {
  position: absolute;
  top: 0.07rem;
  right: 0.1rem;
  width: 0.41rem;
  height: 0.41rem;
}
.event_rule__close::before,
.event_rule__close::after {
  content: "";
  position: absolute;
  background: #6e65b0;
  -webkit-transform: rotate(45deg);
}
.event_rule__close::before {
  width: 1px;
  height: 0.29rem;
  top: 0.06rem;
  left: 0.2rem;
}
.event_rule__close::after {
  width: 0.29rem;
  height: 1px;
  top: 0.2rem;
  left: 0.06rem;
}
.event_rule__tit {
  margin: 0 0.14rem 0.04rem;
  font-size: 0.18rem;
  margin-bottom: 0.09rem;
}
.event_rule.up .event_rule__box {
  -webkit-transform: translateY(0);
}

.timeout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
}
.timeout_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.timeout_btn {
  width: 1.7rem;
  height: 0.36rem;
  position: absolute;
  top: 88vh;
  left: 50%;
  margin-left: -0.85rem;
  text-align: center;
  font-size: 0.15rem;
  line-height: 0.36rem;
  border-radius: 0.36rem;
}

/*倒计时和预约人数*/
.jzt_count_down {
  position: relative;
}
.jzt_count_down__inner {
  display: -webkit-box;
  -webkit-box-orient: horizontal /*vertical*/;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  padding: 0.05rem;
  font-size: 16px;
}
.jzt_count_down__time {
  display: block;
  padding: 0.03rem 6px;
  border-radius: 0.03rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 0.22rem;
}
.jzt_count_down__type {
  display: block;
  padding: 0 0.03rem;
}
.jzt_count_down .c_txt1 {
  color: #000;
}
/*文字默认色，可配置，默认黑色*/
.jzt_count_down .c_txt4 {
  color: #fff;
}
/*时间框内文字色，可配置，默认黑色*/
.jzt_count_down .c_bg1 {
  background-color: #333;
}
/*时间框背景颜色，可配置，默认透明*/

.mui_tab_wrap {
  position: relative;
  height: 0.42rem;
  margin-bottom: 0.1rem;
}
.mui_tab {
  position: relative;
  height: 0.42rem;
  overflow: hidden;
  box-shadow: 0 0.03rem 0.25rem rgba(0, 0, 0, 0.05);
}
.mui_tab__bd {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  height: 100%;
  font-size: 0;
}
.mui_tab__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mui_tab__item {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  width: 0;
  height: 100%;
}
.mui_tab__text {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  height: 100%;
  white-space: nowrap;
  font-size: 0.14rem;
}
.mui_tab__number {
  font-size: 0.14rem;
}
.mui_tab__line {
  display: none;
}
.mui_tab__text__line {
  position: absolute;
  width: 1px;
  height: 0.14rem;
  right: 0;
  top: 50%;
  margin-top: -0.07rem;
  transform: scaleX(0.5);
  opacity: 0.5;
}
.mui_tab__item:nth-last-of-type(1) .mui_tab__text__line {
  display: none;
}
/*选中态*/
.mui_tab__item.current .mui_tab__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.2rem;
  height: 0.03rem;
  border-radius: 0.03rem;
  background: currentColor;
  transform: translate3d(-50%, 0, 0);
}
/*居顶*/
.mui_tab.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
/*超过5个选项可滚动*/
.mui_tab.scroll .mui_tab__bd {
  display: block;
  margin-top: -0.08rem;
  padding: 0.08rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.mui_tab.scroll .mui_tab__item {
  vertical-align: middle;
  display: inline-block;
  -webkit-box-flex: 0;
  width: 18.2%;
}
/*字数不固定*/
.mui_tab.adaptive .mui_tab__item {
  min-width: 0;
  width: auto!important;
  padding: 0 0.16rem;
}

.L20WxFWthRKO01KAakE2Qg\=\= {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  color: inherit;
  padding: inherit;
  background-color: inherit;
  cursor: pointer;
}

.jzt__queryLottery__drawNormal-container .qui_dialog__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jzt__queryLottery__drawNormal-container .qui_dialog__img {
  width: 80%;
}

.dialog_cdkey,
.dialog_cdkey_tips {
  position: relative;
  margin: 0 30px 6px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
}
.dialog_cdkey {
  text-align: center;
  color: #000;
}
.dialog_cdkey_tips {
  margin-top: 12px;
  color: #777;
}
.dialog__btn_copy {
  position: absolute;
  bottom: -3px;
  right: 0;
  line-height: 30px;
  font-size: 16px;
  width: 77px;
  text-align: center;
}
.dialog_cdkey_tips .c_event_txt3 {
  color: #31c27c;
}
.dialog__btn_copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dialog__btn_copy::after {
    width: 200%;
    height: 200%;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
  }
}

.c_event_txt1 {
  color: #000;
}
.c_event_txt2 {
  color: #777;
}
.c_event_txt3 {
  color: #31c27c;
}
.c_event_txt4 {
  color: #fff;
}
.c_event_btn1 {
  background-color: #31c27c;
  color: #fff;
}
.c_event_btn2 {
  background-color: #eee;
  color: #777;
}
.c_event_bor1,
.c_event_bor1::after {
  border-color: #31c27c;
}
.qui_dialog__event {
  margin: 0 30px 6px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
  color: #000;
}
.qui_dialog__event.center {
  text-align: center;
}
.qui_dialog.event .qui_dialog__box {
  max-height: 61%;
}
@media (max-height: 550px) {
  .qui_dialog.event .qui_dialog__box {
    max-height: 78%;
    margin-top: -13%;
  }
  .qui_dialog.event .qui_dialog__close {
    bottom: -65px;
  }
}
.qui_dialog.event .qui_dialog__media {
  margin-bottom: -8px;
  padding-top: 48%;
}
.qui_dialog.event .qui_dialog__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.qui_dialog.noline .qui_dialog__box {
  border-top: 0 none;
}
.dialog__icon_login_qq,
.dialog__icon_login_weixin {
  display: block;
  margin: 0 4px;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  -webkit-border-radius: 99px;
  background-image: url(//y.gtimg.cn/mediastyle/mobile/project_v5/img/sprite_icon_login.png?max_age=2592000);
  background-size: 15px;
  background-repeat: no-repeat;
}
.dialog__icon_login_qq {
  background-position: 0 0;
}
.dialog__icon_login_weixin {
  background-position: 0 -15px;
}
.qui_dialog.event .qui_dialog__para:nth-child(-n+1) {
  margin-bottom: 0;
}
.dialog_cdkey,
.dialog_cdkey_tips {
  position: relative;
  margin: 0 30px 6px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
}
.dialog_cdkey {
  text-align: center;
  color: #000;
}
.dialog_cdkey_tips {
  margin-top: 12px;
  color: #777;
}
.dialog__btn_copy {
  position: absolute;
  bottom: -3px;
  right: 0;
  line-height: 30px;
  font-size: 16px;
  width: 77px;
  text-align: center;
}
.dialog__btn_copy::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 30px;
}
@media (max-width: 340px) {
  .dialog__btn_copy,
  .dialog_cdkey,
  .dialog_cdkey_tips {
    font-size: 14px;
  }
  .dialog__btn_copy {
    width: 60px;
    bottom: -5px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dialog__btn_copy::after {
    width: 200%;
    height: 200%;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
  }
}
.qui_dialog__para--sample {
  text-align: center;
  color: #777;
  font-size: 14px;
}
.qui_dialog__third_tit {
  margin: 6px 24px 0;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog_open__status {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: 0 28px;
  font-size: 16px;
  color: #000;
}
.dialog_open__status_name {
  display: block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dialog_open__status + .dialog_open__tit {
  margin-top: 9px;
  margin-bottom: 11px;
}
.dialog_open__tit {
  margin: 26px 28px 0;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.dialog_open_group {
  display: -webkit-box;
  margin: 0 28px;
}
.dialog_open_group__tit {
  width: 40px;
  font-size: 16px;
  color: #000;
  line-height: 1.9;
}
.dialog_open_group__cont {
  -webkit-box-flex: 1;
}
.dialog_open_list {
  font-size: 0;
  margin-right: -10px;
}
.dialog_open_list__item {
  position: relative;
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
}
.dialog_open_list__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  border-style: solid;
  border-color: currentColor;
  border-width: 1px;
  border-radius: 2px;
  opacity: 0.2;
}
.dialog_open_list__item.c_event_txt3::after {
  opacity: 1;
}
.dialog_open_list__link {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: currentColor;
  width: 100%;
}
.dialog_open_list__item.hot .dialog_open_list__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #ff4222 transparent transparent #ff4222;
  overflow: hidden;
  z-index: 2;
}
.dialog_open_list__item.hot .dialog_open_list__link::after {
  content: '荐';
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 9px;
  line-height: 11px;
  color: #fff;
  z-index: 2;
}
.dialog_open_tips {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}
.dialog_open_group--price {
  height: 34px;
  overflow: hidden;
}
.dialog_open_group--price .dialog_open_group__tit {
  line-height: 2.5;
}
.dialog_open_price {
  font-size: 24px;
}
.dialog_open_before {
  font-size: 14px;
  color: #777;
  margin-left: 8px;
}
.dialog_open__yb {
  display: -webkit-box;
  -webkit-box-align: center;
  padding-left: 28px;
  -webkit-box-flex: 1;
  color: #777;
  font-size: 12px;
  margin-bottom: 8px;
}
.dialog_open__yb em {
  color: #31c27c;
  font-style: normal;
}
.dialog_open__yb .icon_yb {
  display: block;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-image: url(//y.gtimg.cn/mediastyle/mobile/project_v5/img/buy_star/star_ic.png?max_age=2592000);
  background-size: 100%;
  background-repeat: no-repeat;
}
.dialog_open__discount {
  display: -webkit-box;
  -webkit-box-align: center;
  margin-right: 5px;
  font-size: 12px;
  color: #31c27c;
}
.dialog_open__discount_img {
  display: block;
  margin-right: 3px;
  height: 14px;
}
.dialog_open__price {
  display: block;
  margin-right: 5px;
  font-size: 14px;
  color: #000;
}
.dialog_open__price_old {
  display: block;
  font-size: 12px;
  color: #f5a623;
  text-decoration: line-through;
}
.dialog_over_tips {
  font-size: 14px;
  color: #777;
  text-align: center;
  margin: 8px 0 11px;
}
.dialog_over_link {
  position: relative;
  display: block;
  padding-top: 32.433%;
  overflow: hidden;
  margin: 0 28px 15px;
}
.dialog_over_link:last-child {
  margin-bottom: 10px;
}
.dialog_over_link__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rule .qui_dialog__bd {
  margin-bottom: 28px;
}
.user_rule .qui_dialog__box {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 48px;
  box-sizing: border-box;
}
.user_rule .qui_dialog__bd {
  margin-bottom: 28px;
}
.dialog_mine_list__item {
  position: relative;
  display: -webkit-box;
  color: #000;
  height: 64px;
  font-size: 13px;
  margin: 0 30px;
}
.dialog_mine_list__item:nth-child(n+2)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 1px solid #e5e5e5;
  border-radius: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .dialog_mine_list__item:nth-child(n+2)::after {
    width: 200%;
    height: 200%;
    -webkit-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
  }
}
.dialog_mine_list__name {
  -webkit-box-flex: 1;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-orient: vertical;
}
.dialog_mine_list__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.dialog_mine_list__numb {
  color: #777;
  word-break: break-all;
}
.dialog_mine_list__action {
  text-align: right;
  display: -webkit-box;
  -webkit-box-align: center;
}
.dialog_mine_list__link {
  padding: 10px 0;
}
.jzt__queryLottery-container .qui_dialog__media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jzt__queryLottery-container .qui_dialog__img {
  width: 80%;
}

