.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;
}

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

.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);
  }
}

.comment-wrap {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.bg_img_box {
  width: 100%;
  height: 100%;
  z-index: 999;
}
.bg_img_box > img {
  width: 100%;
  height: auto;
}
.rotateImages {
  animation-name: myRotate;
  -webkit-animation-name: myRotate;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.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%;
}

