.dialog{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	display: none;
  overflow: auto;
}
.dialog * {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}
.dialog .masker{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.dialog[data-key="all_prize"] .masker {
  height: 17rem;
  overflow: auto;
}
.dialog .dialog_body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-52%);
}
.dialog[data-key="all_prize"] .dialog_body {
  top: 1rem;
  transform: translate(-50%,0);
}
.dialog .bg .arrow {
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../img/dialog/arrow_1.png);
}
.dialog .bg .arrow_1 {
  background-image: url(../img/dialog/arrow_1.png);
  left: 0.14rem;
  top: 0.14rem;
}
.dialog .bg .arrow_2 {
  background-image: url(../img/dialog/arrow_2.png);
  right: 0.14rem;
  top: 0.14rem;
}
.dialog .bg .arrow_3 {
  background-image: url(../img/dialog/arrow_3.png);
  left: 0.14rem;
  bottom: 0.14rem;
}
.dialog .bg .arrow_4 {
  background-image: url(../img/dialog/arrow_4.png);
  right: 0.14rem;
  bottom: 0.14rem;
}
.dialog .btn_close{
	position: absolute;
	margin-top: 0.19rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.8rem;
	height: 0.8rem;
	background: url(../img/dialog/btn_close.png) no-repeat;
	background-size: 100%;
}
.dialog[data-key="open_prize"] .btn_close, .dialog[data-key="show_prize"] .btn_close {
  display: none;
}

/**天梯登录**/
#_TTLogin{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
._TTLogin_toast{
  z-index: 100;
}

/**注销**/
.dialog_logout {
  width: 6.6rem;
	height: 4rem;
	background-image: url(../img/dialog/bg_common.png);
  overflow: hidden;
  border-radius: 0.4rem;
}
.dialog_logout .title p {
  font-size: 0.44rem;
  color: #506fc7;
  width: 5rem;
  display: block;
  margin: 1.16rem auto 0;
  text-align: center;
}
.dialog_logout .btns {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0;
}
.dialog_logout .btn_cancel {
  width: 2.6rem;
  height: 0.8rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  background-color: #506fc7;
  border-radius: 0.4rem;
  display: inline-block;
  margin: 0 0.15rem;
}
.dialog_logout .btn_sure {
  width: 2.6rem;
  height: 0.8rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  background-color: #ed3f39;
  border-radius: 0.4rem;
  display: inline-block;
  margin: 0 0.15rem;
}

/**奖励详情**/
.dialog_all_prize {
  width: 6.6rem;
	height: 14.8rem;
	background-color: #ebe8e8;
  border-radius: 0.3rem;
  overflow: hidden;
}
.dialog_all_prize .title {
  width: 3.78rem;
	height: 0.8rem;
	background-image: url(../img/dialog/prize_title.png);
  margin: 0.7rem auto 0;
}
.dialog_all_prize .tab {
  width: 6rem;
	height: 0.6rem;
  margin: 0.5rem auto 0.3rem;
  overflow: hidden;
}
.dialog_all_prize .tab .item {
  width: 50%;
	height: 100%;
  background-color: #bbe18f;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  float: left;
}
.dialog_all_prize .tab .item.active {
  background-color: #77ba2b;
}
.dialog_all_prize .content {
  width: 6rem;
  margin: 0 auto;
}
.dialog_all_prize .content .item {
  display: none;
}
.dialog_all_prize .content .item_ssr {
  width: 6rem;
	height: 11.3rem;
  background-image: url(../img/dialog/ssr.png?__rev=3576a61);
}
.dialog_all_prize .content .item_sr {
  width: 6rem;
	height: 8.4rem;
  background-image: url(../img/dialog/sr.png?__rev=3576a61);
}
.dialog_all_prize .content .item.active {
  display: block;
}

/**拆礼盒**/
.pop_open_prize {
  width: 6.8rem;
  height: 7.6rem;
  background-image: url(../img/dialog/bg_open_prize.png);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 3.8rem;
  transform: translate(-50%, 0);
}
.pop_open_prize .btn_open_prize {
  width: 3.52rem;
  height: 1.08rem;
  background-image: url(../img/dialog/btn_open_prize.png);
  margin: 6.2rem auto 0;
}

/**显示拆盒拿到的奖励**/
.pop_show_prize {
  width: 6.8rem;
	height: 7.8rem;
	background-image: url(../img/dialog/bg_prize.png);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 3.4rem;
  transform: translate(-50%, 0);
}
.pop_show_prize .title {
  text-align: center;
  margin-top: 0.6rem;
  font-size: 0.4rem;
}
.pop_show_prize .title p {
  font-size: 0.4rem;
  color: #5170c8;
}
.pop_show_prize .title p.prize {
  color: #dc5569;
}
.pop_show_prize .prize_image {
  width: 1.8rem;
  height: 2.6rem;
  margin: 0.4rem auto 0.3rem;
}
.pop_show_prize .prize_image img {
  width: 100%;
}
.pop_show_prize .btn_accept {
  width: 3.4rem;
	height: 1rem;
	background-image: url(../img/dialog/btn_accept.png);
  margin: 0 auto;
}
.pop_show_prize .info {
  font-size: 0.24rem;
  color: #506fc7;
  text-align: center;
  margin-top: 0.2rem;
}

/**邀请好友**/
.dialog_invite {
  width: 6.6rem;
	height: 4.6rem;
	background-image: url(../img/dialog/bg_common.png);
  overflow: hidden;
}
.dialog_invite .title {
  width: 6rem;
  display: block;
  margin: 0.65rem auto 0;
  text-align: center;
}
.dialog_invite .title p {
  font-size: 0.4rem;
  color: #506fc7;
}
.dialog_invite .input {
  width: 5.6rem;
  height: 0.9rem;
  background-color: #506fc7;
  font-size: 0.28rem;
  color: #fff;
  text-indent: 0.15rem;
  line-height: 0.9rem;
  display: block;
  margin: 0.3rem auto 0.2rem;
}
.dialog_invite .input::placeholder {
  color: #fff;
}
.dialog_invite .btn_copy {
  width: 3rem;
  height: 0.8rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
  background-color: #ed3f39;
  border-radius: 0.4rem;
  margin: 0.4rem auto 0;
}

/**视频**/
.dialog_video {
  width: 6.4rem;
  height: 4.6rem;
}
.dialog_video .video,
.dialog_video iframe {
  width: 6.4rem;
  height: 4.6rem;
  background: #000;
}