

.all_dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  /* z-index: 1; */
  background: #333;
}.dialog_cover{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7)
}.dialog{
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  animation: keyframes-empty 1s infinite;
}.dialog_body>.close{
  position: absolute;
  margin-left: -0.2rem;
  top: 0;
  right: -0.8rem;
  width: 0.5rem;
  height: 0.4rem;
  background-image: url(../img/dialog/close_normal.png);
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}.dialog_body>.close:hover{
  background-image: url(../img/dialog/close_hover.png);
}.dialog_body{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.2rem;
  margin-top: -3rem;
  display: block;
  height: auto;
  padding: 0.24rem 0.24rem 0.36rem 0.24rem;
  width: 6.4rem;
  min-height: 2.5rem;
  color: #333;
  background-image: url(../img/dialog/dialog-bg.jpg);
  background-size: 5.2rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  border: 0.04rem solid#aea88a;
  z-index: 1000;
  transform-origin: top center;
  /* animation: keyframes-empty 1s infinite; */
}.dialog.small .dialog_body{
  width: 5rem;
  margin-left: -2.5rem;
}.dialog .title{
  height: 0.5rem;
  margin-bottom: 0.2rem;
  text-align: center;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
}.dialog .title h2{
  display: inline-block;
  font-size: 0.32rem;
  font-weight: bold;
}.dialog .title_bg{
  display: inline-block;
  width: 1.2rem;
  height: 0.3rem;
  background-image: url(../img/dialog/title_bg.png);
  background-size: 3.45rem;
  background-position-y: -0.05rem;
}.dialog .title_bg.bgr{
  background-position-x: -2.4rem;
}.dialog .inner p{
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #333;
}.dialog .dialog_btn{
  width: 2.24rem;
  height: 0.70rem;
  line-height: 0.70rem;
  padding: 0 0.12rem;
  font-size: 0.28rem;
  color: #d65508;
  font-weight: 700;
  background-image: url(../img/dialog/dialog_btn.png);  
  background-size: 100% 100%;
}.dialog .dialog_btn.small{
  width: 1.44rem;
  height: 0.50rem;
  line-height: 0.50rem;
  font-size: 0.20rem;
  background-image: url(../img/dialog/dialog_btn_small.png);  
  background-size: 100% 100%;
}.action_link{
  color: #e0822a;
  text-decoration: underline;
  cursor: pointer;
}.action_link2{
  color: #663300;
  text-decoration: underline;
  cursor: pointer;
}


/* 任务弹窗 */
.mission_count {
  position: absolute;
  right: -1.5rem;
  bottom: -0.1rem;
}.mission_count .bubble {
  margin-left: -0.2rem;
  margin-bottom: -0.4rem;
  width: 1.76rem;
  height: 1.08rem;
  background: url(../img/dialog/bubble.png) no-repeat;
  background-size: 100%;
}.mission_count .bubble p{
  padding: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
}.mission_count .role {
  width: 1.85rem;
  height: 2.81rem;
  background: url(../img/dialog/role.png) no-repeat;
  background-size: 100%;
}

.dialog_mission_finish .mission_count{
  right: -1.8rem;
  bottom: -0.4rem;
}

.dialog_ticket .mission_count{
  right: -1.8rem;
  bottom: -0.4rem;
}

/* 彩票弹窗 */
.dialog_ticket .ticket{
  position: relative;
  width: 2rem;
  height: 2rem;
}
.dialog_ticket .inner>.inb{
  vertical-align: top;
}.dialog_ticket .nums{
  top: 0.81rem;
  width: 100%;
  text-align: center;
}.dialog_ticket .num{
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0rem;
  background: none;
  border-radius: 50%;
}.dialog_ticket .num.active{
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.32rem;
  background-color: #e0822a;
}.dialog_ticket .ticket_desc.active_text{
  margin-bottom: 0.2rem;
  font-size: 0.24rem;
  color: #d65508;
}.dialog_ticket .mission_count .bubble p{
  padding: 0.15rem 0rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
}.dialog_ticket .mission_count .bubble .show_rule{
  display: inline-block;
  padding: 0.05rem 0.1rem;
  background: #f8d958;
  color: #f60;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: bold;
  cursor: pointer;
}

.dialog_ticket .prizes{
  padding-top: 0.2rem;
}.dialog_ticket p.prize_desc{
  line-height: 0.3rem;
}.dialog_ticket .prize_desc.orange{
  color: #d65508;
}.dialog_ticket .prize_code{
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  user-select: text;
}


/* 填写号码 */
.dialog_number .set_number{
  padding: 0.2rem 0;
}.dialog_number .lucky_num{
  display: inline-block;
  margin: 0 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  background: #e4e3e2;
  border: 0.02rem solid #aea88a;
}

/* 填写号码 */
.dialog_rule .inner p {
  font-size: 0.18rem;
  line-height: 0.32rem;
}

/* 预约弹窗 */
.dialog_yuyue .input {
  margin: 0px auto 0.15rem auto;
}.dialog_yuyue .radio {
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}.dialog_yuyue .sysBox {
  text-align: center;
}.dialog_yuyue .sysBox * {
  font-size: 0.18rem;
  vertical-align: middle;
}.dialog_yuyue .ios {
  width: 1.5rem;
  height: 0.58rem;
  background: url(../img/dialog/ios_n.png) no-repeat 0 0;
  background-size: 100%;
}.dialog_yuyue .ios:hover, .dialog_yuyue .ios.active {
  background-image: url(../img/dialog/ios_h.png);
}.dialog_yuyue .android {
  width: 1.5rem;
  height: 0.58rem;
  background: url(../img/dialog/android_n.png) no-repeat 0 0;
  background-size: 100%;
}.dialog_yuyue .android:hover, .dialog_yuyue .android.active {
  background-image: url(../img/dialog/android_h.png);
}.dialog_yuyue .android {
  margin-left: 0.4rem;
}.dialog .border input {
  padding: 0 0.1rem;
  width: 4.4rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: url('../img/dialog/input_bg.png') no-repeat 0 0;
  background-size: 100%;
}.dialog .codeBox input {
  width: 2.8rem;
  background-image: url('../img/dialog/input_bg_small.png');
}.dialog_yuyue .img_code {
  width: 1.5rem;
  height: 0.5rem;
  vertical-align: middle;
  margin-left: 0.1rem;
  cursor: pointer;
}.dialog_yuyue .getcode {
  margin-left: 0.1rem;
  width: 1.5rem;
  height: 0.5rem;
  color: #aea88a;
  background-image: url('../img/dialog/dialog_btn_black.png');
  background-size: 100%;
}.dialog_yuyue .input .border {
  display: inline-block;
  position: relative;
  vertical-align: top;
  max-height: 0.7rem;
}.dialog_yuyue .getcode.active {
  background: #f6d150 !important;
  color: #905f0a;
  border-radius: 0.12rem;
  vertical-align: middle;
}.dialog_yuyue .inviteBox .autoSel {
  position: absolute;
  font-family: 'MicrosoftYaHei';
  top: 0.16rem;
  right: 0.9rem;
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.2rem;
  letter-spacing: 0.02rem;
  color: #a39f7b;
}.color-err {
  color: #ff3030;
}.err-tips {
  display: block;
  padding-left: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  z-index: 300;
  text-align: left;
}.dialog_yuyue .error {
  background-image: url(http://www.100bt.com/tianti/gwTemplate/pc/res/img/e_tip.png);
}

.dialog_invite p{
  color: #333;
  text-align: center;
  margin-bottom: 0.1rem;
}.dialog_invite .orange{
  padding: 0 0.03rem;
}.dialog_invite .copy-btn{
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.16rem;
  background: #f8d958;
  vertical-align: middle;
  margin-left: 0.1rem;
}.dialog_invite .share-wpr{
  margin:  0.2rem 0 0.1rem;
  padding: 0.2rem;
  background: #efefef url(../img/person.png) no-repeat 99% 90%;
}.dialog_invite .share-wpr p{
  text-align: left;
}.dialog_invite .copy-input{
  display: inline-block;
  width: 4rem;
  height: 0.5rem;
  background: #ccc;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-indent: 0.05rem;  
  vertical-align: middle;
}.dialog_invite .copy-btn{
  height: 0.5rem;
  line-height: 0.5rem;
  margin-left: 0.1rem;
}.dialog_invite .invite-btn{
  display: block;
  width: 2.24rem;
  height: 0.7rem;
  background: url(../images/invite_btn.png) no-repeat 0 0;
  background-size: 100% auto;
  margin: 0.3rem auto 0;
}.dialog_invite .share-items{
  display: inline-block;
  width:  0.5rem;
  height: 0.5rem;
  margin-bottom: 10px;
  background: url(../img/share_icon.png) no-repeat;
  background-size: 1.88rem 0.48rem;
}.dialog_invite .share-items.share_qzone{
  background-position: -0.7rem 0;
}.dialog_invite .share-items.share_qq{
  background-position: -1.4rem 0;
}.inwap .qrcode, .inwap .btn_type_share{
  /* display: none !important; */
  /* overflow: hidden; */
}.dialog_invite .showQr{
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.16rem;
  background: #f8d958;
  vertical-align: middle;
  margin-left: 0.1rem;
}


.dialog_body.qrcode{
  margin-left: -2.05rem;
  width: 4.1rem;
  height: 4.56rem;
  border: none;
}

.dialog_one_precent .dialog_body.qrcode{
  background: url(../img/dialog/one_precent.png) no-repeat center;
  background-size: 100% 100%;
}

.dialog_duxin .dialog_body.qrcode{
  background: url(../img/dialog/duxinshu.png) no-repeat center;
  background-size: 100% 100%;
}

.dialog_ruxue .dialog_body.qrcode{
  background: url(../img/dialog/ruxue_2.png) no-repeat center;
  background-size: 100% 100%;
}

.dialog_summer .dialog_body.qrcode{
  background: url(../img/dialog/summer_2.png) no-repeat center;
  background-size: 100% 100%;
}
.dialog_summer .btn{
  margin-top: 3.3rem;
}
.dialog_summer .btn a{
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
}

.dialog_map .dialog_body{
  margin-left: -6.2rem;
  width: 12rem;
  height: 6.2rem;
  border: none;
  background: url(../img/dialog/map.png) no-repeat center;
  background-size: 100% 100%;
}.dialog_map .close{
  right: -0.3rem;
}.dialog_map .city_dot{
  position: absolute;
  width: 1rem;
  height: 1rem;
  /* background: rgba(0, 0, 0, 0.3); */
  cursor: pointer;
}.city_dot.zhandouzhe{
  top: 0.6rem;
  left: 2.4rem;
}.city_dot.dongku{
  top: 1.8rem;
  left: 3.2rem;
}.city_dot.gangtie{
  top: 0.8rem;
  left: 5rem;
}.city_dot.majike{
  top: 2.2rem;
  left: 5.3rem;
}.city_dot.pingyuan{
  top: 3.5rem;
  left: 4rem;
}.city_dot.kelanduoer{
  top: 4rem;
  left: 5.8rem;
}.city_dot.bianjing{
  top: 2.4rem;
  left: 8.1rem;
}.dialog_map .keyword{
  top: 4.4rem;
  left: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: rotate(-40deg);
}


.dialog_body.scroll_paper{
  margin-left: -4.1rem;
  width: 8.4rem;
  height: 5.43rem;
  border: none;
  background: url(../img/dialog/map_detail/map_detail.png) no-repeat center;
  background-size: 100% 100%;
}.dialog_body.scroll_paper h3{
  margin-top: 0.2rem;
  padding-top: 0.04rem;
  width: 100%;
  height: 0.6rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #663300;
  background: url(../img/dialog/title_bg3.png) center no-repeat;
  background-size: 3.9rem;
}.dialog_body.scroll_paper p{
  padding: 0.1rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #663300;
  text-align: left;
  text-indent: 0.5rem;
}

.dialog_map_detail .swiper-container{
  width: 6rem;
  height: 4.8rem;
}.dialog_map_detail .swiper-slide{
  width: 100%;
  height: 100%;
}.dialog_map_detail .swiper-slide img{
  width: 4rem;
}.dialog .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/dialog/btn_left.png) center no-repeat;
  background-size: 0.6rem;
  animation: keyframes-empty 1s infinite;
}.dialog .swiper-button-next {
  background: url(../img/dialog/btn_right.png) center no-repeat;
  background-size: 0.6rem;
}.dialog_map_detail .swiper-button-next.swiper-button {
  right: 0;
}.dialog_map_detail .swiper-button-prev.swiper-button {
  left: 0;
}.dialog_map_detail .swiper-button {
  top: 40%;
}

/* swiper 设置 */
.dialog .inner {
  position: relative;
}.dialog .swiper-pagination-bullets {
  position: absolute;
  bottom: 0.1rem; 
  height: 0.2rem;
  right: 0;
  width: 100%;
}.dialog .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 0.04rem;
  width: 0.15rem;
  height: 0.15rem;
}.dialog .swiper-container-vertical> .swiper-pagination-bullets {
  position: absolute;
  bottom: 0.1rem; 
  height: 0.2rem;
  right: 0;
  width: 100%;
}.dialog  .swiper-container-vertical .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 0.04rem;
}.swiper-pagination-bullet-active {
  opacity: 0.9;
  background: #fff;
} 
.swiper-button-next.swiper-button{
  right: -1rem;
}.swiper-button-prev.swiper-button{
  left: -1rem;
}
.inwap .swiper-button-next.swiper-button{
  right: 0.2rem;
}.inwap .swiper-button-prev.swiper-button{
  left: 0.2rem;
}




.dialog_zhaoxin .action_link2{
  right: 1.6rem;
  line-height: 0.8rem;
  font-size: 0.20rem;
}


.dialog_history.small .dialog_body {
  padding: 0;
  margin-left: -7rem;
  width: 14rem;
  height: 4.4rem;
  margin-top: -2.2rem;
  transform: scale(1) translateY(0px);
  transition: all 0.5s ease 0s;
  opacity: 1;
  border: none;
  background: none;
}.inwap .dialog_history .dialog_body {
  padding: 0;
  margin-left: -7rem;
  width: 14rem;
  height: 6rem;
  margin-top: -3.0rem;
  transform: scale(1) translateY(0px);
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.dialog_login .dialog_body{
  width: 5.5rem; 
  margin-left: -2.75rem;  
  margin-top: -3rem;
}.inwap .dialog_login .dialog_body{
  width: 5.5rem; 
  margin-left: -2.75rem;  
  margin-top: -1.5rem;
}

.dialog_history .inner{
  height: 100%;
}
.dialog_history .swiper-container{
  height: 100%;
  overflow: hidden;
}

.dialog_history .swiper-slide{
  width: 100%;
  height: 100%;
  overflow: hidden;
}.inwap .dialog_history .swiper-slide{
  width: 100%;
  height: 6rem;
  overflow: hidden;
}

.dialog_history .swiper-slide img{    
  width: 100%;
  height: 100%;
}.inwap .dialog_history .swiper-slide img{
  width: 18rem;
  height: 6rem;
  margin-left: -2rem;
  overflow: hidden;
}



.dialog_history .swiper-button {
  top: 50%;
}.inwap .dialog_history .swiper-button {
  top: 3rem;
}


.dialog_shizi .dialog_body {
  border: none;
  background: none;
}

.dialog_shizi .swiper-slide img{
  width: 12rem;
  height: 4.4rem;
}

.dialog_addr.small .dialog_body{
  width: 6rem;
  margin-left: -3rem;
}.dialog_addr p.color_red{
  font-size: 0.2rem;
  color: #d65508;
  line-height: 1;
}.dialog_addr .border{
  margin: 0.2rem;
}


.dialog_huoban .dialog_body {
  border: none;
  background: none;
}

.dialog_huoban .swiper-slide img{
  width: 12rem;
  height: 4.4rem;
}

.dialog_monster .dialog_body {
  border: none;
  background: none;
}

.dialog_monster .swiper-slide img{
  width: 12rem;
  height: 4.4rem;
}


.dialog_xiaoge .dialog_body.qrcode{    
  background: url(../img/dialog/xiaoge.png) no-repeat center;
  padding: 0;
  background-size: 4.10rem 4.85rem;
  width: 4.1rem;
  height: 4.85rem;
}