body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: '';
}

table {
	border-collapse: collapse;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
}

body,
html {
	width: 100%;
	height: 100%;
	line-height: 1.2;
	background: #297ed4;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}

input,
textarea,
select {
	font-size: 100%
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: inline-block;
}

a:hover {
	filter: brightness(1.1);
}

.hide {
	display: none !important;
}

.ti {
	text-indent: -999em;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.t {
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

.c:after {
	display: block;
	visibility: hidden;
	font-size: 0px;
	content: "";
	clear: both;
	height: 0;
}

.c {
	zoom: 1;
}

img {
	display: block;
	width: 100%;
}

.gray,
.gray:hover,
.got:hover,
.wwc:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.btns {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/btns.png) no-repeat;
	background-size: 15rem auto;
}

.title {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/title.png) no-repeat;
	background-size: 15rem auto;
}

.flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@font-face {
	font-family: 'zhdl';
	src: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/zhdl.ttf);
}

.mt10 {
	margin-top: .1rem !important;
}

.mt20 {
	margin-top: .2rem !important;
}

.mt30 {
	margin-top: .3rem !important;
}

.mt40 {
	margin-top: .4rem !important;
}

.mt50 {
	margin-top: .5rem !important;
}


/* mill-header

.mill-header {
	width: 100%;
	height: .5rem;
	background: #252628;
	position: relative;
	padding: 0 3.44rem 0 0;
	box-sizing: border-box;
	z-index: 5;
}

.mill-header .logo {
	position: absolute;
	top: .05rem;
	left: 50%;
	margin-left: -7.7rem;
	width: 1.56rem;
	height: .4rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/logo.png) no-repeat;
	background-size: 100% 100%;
}

.mill-header .user-list {
	float: right;
	font-size: .2rem;
	color: rgba(255, 255, 255, 0.7);
	height: .5rem;
	line-height: .5rem;
	vertical-align: middle;
	position: relative;
	padding-right: .2rem;
	color: #b9b7ba;
}

.mill-header .user-list a {
	color: #b9b7ba;
}

.mill-header .qrcode-list {
	width: 3rem;
	height: .5rem;
	position: absolute;
	right: .2rem;
}

.mill-header .qrcode-list::before {
	position: absolute;
	top: .15rem;
	left: -.2rem;
	content: '';
	width: 1px;
	height: .2rem;
	background: rgba(255, 255, 255, 0.2);
}

.mill-header .icon-weixin {
	width: .24rem;
	height: .2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon-weixin.png) no-repeat;
	background-size: 100% auto;
	margin-top: .15rem;
}

.mill-header .icon-weixin,
.mill-header .icon-weibo,
.mill-header .icon-bilibili {
	opacity: 0.85;
	cursor: pointer;
	margin: .15rem .1rem 0 .1rem;
	display: inline-block;
	float: left;
	position: relative;
}

.mill-header .hover-box {
	display: none;
	min-width: 2.6rem;
	height: 1.5rem;
	background: #ffffff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: .4rem;
	border-radius: .04rem;
	padding: .2rem 0;
	box-sizing: border-box;
	justify-content: space-around;
}

.mill-header .hover-box::before {
	content: '';
	width: 0;
	height: 0;
	border-left: .06rem solid transparent;
	border-right: .06rem solid transparent;
	border-bottom: .12rem solid #ffffff;
	position: absolute;
	top: -.1rem;
	left: 50%;
	margin-left: -.06rem;
}

.mill-header .icon-weixin:hover .hover-box {
	display: flex;
}

.mill-header .hover-box .img-item {
	position: relative;
}

.mill-header .hover-box .img-item:nth-last-child(1)::before {
	display: none;
}

.mill-header .hover-box img {
	width: .8rem;
	height: .8rem;
	display: block;
	margin: 0 .25rem;
}

.mill-header .hover-box .img-item .text {
	font-size: .12rem;
	color: #666;
	text-align: center;
	width: .8rem;
	display: block;
	margin: .05rem auto 0 auto;
	line-height: 1.3;
}

.mill-header .hover-box .img-item::before {
	content: '';
	width: 1px;
	height: .8rem;
	background: #e5e5e5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.mill-header .icon-weibo {
	width: .27rem;
	height: .22rem;
	margin-top: .14rem;
}

.mill-header .icon-weibo a {
	display: block;
	width: .27rem;
	height: .22rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon-weibo.png) no-repeat;
	background-size: 100% auto;
}

.mill-header .icon-bilibili {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon-bilibili.png) no-repeat;
	background-size: 100% auto;
}

.mill-header .icon-bilibili a {
	display: block;
	width: .45rem;
	height: .2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon-bilibili.png) no-repeat;
	background-size: 100% auto;
} */


/*wrapper*/

.wrapper {
	min-width: 15rem;
	margin: 0 auto;
}

.wrapper .mid {
	width: 14.6rem;
	margin: 0 auto;
	position: relative;
}

.wrapper .header {
	width: 100%;
	height: 10.8rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/head.jpg) center top/auto 100% no-repeat;
}

.wrapper .cont {
	width: 100%;
	position: relative;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/cont.jpg) center top no-repeat;
	background-size: 100% auto;
	padding-bottom: 2rem;
}


/*header*/

.logo-wegame {
	position: absolute;
	top: .56rem;
	left: -1.3rem;
	width: 1.65rem;
	height: .41rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/logo.png) no-repeat;
	background-size: 100% auto;
}

.logo-ssjj {
	position: absolute;
	top: .56rem;
	left: .6rem;
	width: 2.42rem;
	height: .42rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/logo2.png) no-repeat;
	background-size: 100% auto;
}

.time {
	position: absolute;
	top: 3.65rem;
	left: .4rem;
	width: 1.07rem;
	height: .79rem;
	line-height: 1.5;
	font-size: .16rem;
	color: #d6fbf6;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/time-bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-daoju {
	position: absolute;
	top: 6.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 15rem;
	height: 1.48rem;
	display: flex;
	justify-content: space-around;
}

.header-daoju li {
	width: 3.57rem;
	height: 1.48rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/daoju-bg.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.header-daoju li .djName {
	position: absolute;
	bottom: .2rem;
	left: 0;
	right: 0;
	font-size: .24rem;
	color: #091f5b;
	text-align: center;
	font-family: 'zhdl';
}

.btn-download {
	position: absolute;
	top: 8.58rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.74rem;
	height: .86rem;
	background-position: 0 0;
}

.btn-start {
	position: absolute;
	top: 8.58rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.74rem;
	height: .86rem;
	background-position: 0 -5rem;
}

.icon-down {
	position: absolute;
	top: 9.84rem;
	left: 50%;
	margin-left: -.7rem;
	width: 1.4rem;
	height: .36rem;
	background-position: -3rem 0;
	animation: bounce 1s ease-in-out infinite alternate;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-30%);
	}
}


/*cont*/

.tabdhboxnbox {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 14.60rem;
	height: .84rem;
	z-index: 9;
}

.tabdhboxnbox.on {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	height: 1.2rem;
}

.tabdhbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 14.60rem;
	background-color: rgba(16, 70, 132, 0.5);
}

.tabdhboxnbox.on .tabdhbox {
	margin: .18rem auto 0;
}

.tabdh {
	width: 2.92rem;
	height: .84rem;
	line-height: .84rem;
	font-size: .24rem;
	color: #e1fdff;
	text-align: center;
	position: relative;
	font-family: 'zhdl';
}

.tabdh:after {
	position: absolute;
	top: .32rem;
	right: 0;
	width: 1px;
	height: .22rem;
	content: "";
	background: #1894dd;
}

.tabdh.dhtab5:after {
	display: none;
}

.tabdh.on {
	color: #091f5b;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/tabdh-on.png) no-repeat;
	background-size: 100% auto;
}

.tabdh.on:after {
	display: none;
}

.tabbox .title {
	width: 15rem;
	height: 1.07rem;
	padding: .88rem 0 0 1.16rem;
	font-size: .16rem;
	color: #fff;
}

.tabbox .title span {
	color: #c6faff;
}

.t1par1 {
	padding-top: 2.06rem;
	margin: 0 auto;
	position: relative;
}

.t1par1:after {
	position: absolute;
	top: 2.15rem;
	right: .27rem;
	width: 7.2rem;
	height: 7.2rem;
	content: "";
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/rwImg1.png) no-repeat;
	background-size: 100% auto;
}

.t1par1 .sqdl-box {
	width: 5.61rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par1-bg1.png) no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: .8rem;
	margin-top: .5rem;
}

.t1par1 .sqdl-box .tips {
	font-size: .14rem;
	color: #fff;
	text-align: center;
}

.t1par1 .dj-list {
	width: 5rem;
	display: flex;
	justify-content: space-around;
	margin: .26rem auto 0;
}

.t1par1 .dj-list li {
	width: 1.4rem;
}

.t1par1 .dj-list .dj {
	width: 1.2rem;
	height: 1.2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.t1par1 .dj-list .djName {
	line-height: .38rem;
	font-size: .18rem;
	color: #fff;
	text-align: center;
}

.t1par1 .sqdl-box .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin: .32rem auto 0;
}

.tabbox .tabboxaa .btn-get.got {
	background-position: -7.5rem 0;
}

.t1par1 .logind-box {
	width: 14.64rem;
	height: 4.11rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par1-bg2.png) no-repeat;
	background-size: 100% auto;
	margin-top: .45rem;
	position: relative;
	z-index: 2;
}

.t1par1 .logind-box .logind-numb {
	height: .42rem;
	line-height: .42rem;
	font-size: .16rem;
	color: #28437c;
	text-align: right;
	padding-right: .5rem;
}

.t1par1 .logind-list {
	width: 13.8rem;
	margin: .1rem auto 0;
	display: flex;
	justify-content: space-around;
}

.t1par1 .logind-list li {
	width: 2.48rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg2.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.t1par1 .logind-list li i {
	position: absolute;
	top: -.01rem;
	right: -.22rem;
	width: .71rem;
	height: 1.52rem;
}

.t1par1 .logind-list li .label1 {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label1.png) no-repeat;
	background-size: 100% auto;
}

.t1par1 .logind-list li .label2 {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label2.png) no-repeat;
	background-size: 100% auto;
}

.t1par1 .logind-list .logind-tips {
	height: .3rem;
	line-height: .3rem;
	font-size: .2rem;
	color: #fefefe;
	text-align: center;
	font-family: 'zhdl';
}

.t1par1 .logind-list .djName {
	line-height: 1.5;
	font-size: .18rem;
	color: #28437c;
	text-align: center;
	margin-top: .1rem;
}

.t1par1 .logind-list .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -10rem 0;
	margin: .2rem auto 0;
}

.t1par1 .logind-list .btn-get.got {
	background-position: -6rem -2.5rem;
}

.t1par2 {
	margin: 1.16rem auto 0;
	position: relative;
}

.t1par2 .tit2 {
	background-position: 0 -1.5rem;
}

.t1par2 .sel-box {
	width: 14.6rem;
	height: 5.86rem;
	margin: .94rem auto 0;
}

.t1par2 .sel-list {
	width: 13.1rem;
	height: 5.86rem;
	margin: 0 auto;
	position: relative;
}

.t1par2 .sel-list li {
	position: absolute;
	bottom: 0;
	width: 4.03rem;
	height: 5rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg2.png) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	transition: height .5s ease-in-out, background .5s ease-in-out;
}

.t1par2 .sel-list li .label {
    position: absolute;
    top: .04rem;
    right: -.3rem;
    width: .74rem;
    height: 1.6rem;
    background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label4.png) no-repeat;
    background-size: 100% auto;
}

.t1par2 .sel-list li.arms1 {
	left: 50%;
	margin-left: -1.98rem;
	width: 3.95rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg1.png) no-repeat;
	background-size: 100% auto;
}

.t1par2 .sel-list li.arms2 {
	left: 0;
}

.t1par2 .sel-list li.arms3 {
	right: 0;
}

.t1par2 .sel-list li.active {
	height: 5.86rem;
}

.t1par2 .sel-list li.arms2.active,
.t1par2 .sel-list li.arms3.active {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg3.png) no-repeat;
	background-size: 100% auto;
}

.t1par2 .sel-list li.arms2.active.gray,
.t1par2 .sel-list li.arms3.active.gray {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg2.png) no-repeat;
	background-size: 100% auto;
}

.t1par2 .sel-list h3 {
	height: .6rem;
	margin: .4rem auto 0;
	padding: 0;
}

.t1par2 li.arms1 .sel-tit1 {
	width: 2.55rem;
	background-position: 0 -3rem;
}

.t1par2 li.arms2 .sel-tit2,
.t1par2 li.arms2.active.gray .sel-tit2 {
	width: 2.21rem;
	background-position: -3rem -3rem;
}

.t1par2 li.arms2.active .sel-tit2 {
	background-position: -6rem -3rem;
}

.t1par2 li.arms3 .sel-tit3,
.t1par2 li.arms3.active.gray .sel-tit3 {
	width: 2.23rem;
	background-position: -9rem -3rem;
}

.t1par2 li.arms3.active .sel-tit3 {
	background-position: -12rem -3rem;
}

.t1par2 li .arms-img {
	width: 3.9rem;
	height: 2.9rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.t1par2 li .ylq {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.85rem;
	height: 2.25rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/ylq.png) no-repeat;
	background-size: 100% auto;
	z-index: 1;
	display: none;
}

.t1par2 li.gray .ylq {
	display: block;
}

.t1par2 .sel-box .tier {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 14.6rem;
	height: 3.12rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg4.png) no-repeat;
	background-size: 100% auto;
	z-index: 2;
	pointer-events: none;
}

.t1par2 .get-box {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 5.65rem;
	height: 2rem;
	z-index: 3;
}

.t1par2 .get-box .win-numb {
	width: 5.65rem;
	height: .45rem;
	line-height: .4rem;
	font-size: .16rem;
	text-align: center;
	color: #fff;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-win-bg.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.t1par2 .get-box .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -12.5rem 0;
	margin: .2rem auto 0;
}

.t1par2 .get-box .arms-numb {
	font-size: .16rem;
	text-align: center;
	color: #fff;
	margin-top: .1rem;
}

.t1par3 {
	margin: 1.16rem auto 0;
	position: relative;
}

.t1par3 .tit3 {
	background-position: 0 -4rem;
}

.t1par3 .daoju-list {
	width: 12.82rem;
	height: 2.81rem;
	margin: .98rem 0 0 1.78rem;
	display: flex;
	justify-content: space-between;
}

.t1par3 .daoju-list li {
	width: 2.13rem;
	height: 2.81rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par3-bg1.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.t1par3 .daoju-list li:nth-last-child(1) {
	width: 3.03rem;
	height: 3.31rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par3-bg2.png) no-repeat;
	background-size: 100% auto;
	margin-top: -.5rem;
}

.t1par3 .daoju-list .djName {
	line-height: .26rem;
	font-size: .16rem;
	color: #091f5b;
	text-align: center;
}

.t1par3 .daoju-list li:nth-last-child(1) .djName {
	line-height: .33rem;
}

.t1par3 .daoju-list .label {
	position: absolute;
	top: -.02rem;
	right: -.18rem;
	width: .46rem;
	height: 2.41rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label3.png) no-repeat;
	background-size: 100% auto;
}

.t1par3 .accrue_box {
	position: absolute;
	top: 4.14rem;
	left: 0;
	width: 100%;
}

.t1par3 .progress-top {
	position: absolute;
	top: 0;
}

.t1par3 .progress-top .progress-top-text {
	position: absolute;
	top: -.98rem;
	left: -.18rem;
	width: 1.99rem;
	height: .35rem;
	line-height: .3rem;
	font-size: .16rem;
	color: #091f5b;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par3-text-bg.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding-right: .2rem;
	box-sizing: border-box;
}

.t1par3 .progress-top .progress-top-icon {
	position: absolute;
	top: -.45rem;
	left: .15rem;
	width: 1rem;
	height: 1rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon.png) no-repeat;
	background-size: 100% auto;
	z-index: 2;
}

.progress_box {
	width: 12.7rem;
	height: .04rem;
	background: #123763;
	margin-left: .44rem;
	position: relative;
}

.progress_box .progress {
	position: absolute;
	top: 0;
	left: 0;
	height: .04rem;
	background: #c6fbff;
}

.t1par3 .accrue-list {
	position: absolute;
	top: -.12rem;
	left: 2.36rem;
	width: 11.32rem;
	display: flex;
	justify-content: space-between;
}

.t1par3 .accrue-list li {
	width: 1.08rem;
}

.t1par3 .accrue-list .icon {
	display: block;
	width: .26rem;
	height: .25rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.t1par3 .accrue-list li:nth-last-child(1) {
	margin-left: .45rem;
}

.t1par3 .accrue-list .accrue-numb {
	width: 100%;
	line-height: .2rem;
	font-size: .2rem;
	color: #fff;
	text-align: center;
	position: relative;
	margin-top: .12rem;
}

.t1par3 .accrue-list .accrue-numb:after,
.t1par3 .accrue-list .accrue-numb:before {
	position: absolute;
	top: 0;
	width: .15rem;
	height: .19rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon2.png) no-repeat;
	background-size: 100% auto;
	content: "";
}

.t1par3 .accrue-list .accrue-numb:before {
	left: 0;
}

.t1par3 .accrue-list .accrue-numb:after {
	right: 0;
}

.t1par3 .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -3rem -5rem;
	margin: .5rem 0 0 -.45rem;
}


/*tab2*/

.t2par1 {
	padding-top: 2.06rem;
	margin: 0 auto;
	position: relative;
}

.t2par1:before {
	position: absolute;
	top: 2.226rem;
	right: -.2rem;
	width: 8.16rem;
	height: 8.82rem;
	content: "";
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/rwImg2.png) no-repeat;
	background-size: 100% auto;
}

.t2par1 .t2tit1 {
	background-position: 0 -5.5rem;
}

.t2par1 .btn-invite {
	position: absolute;
	top: 6.36rem;
	right: 2.26rem;
	width: 2.74rem;
	height: .86rem;
	background-position: -6rem -1rem;
}

.t2par1 .task-box {
	width: 6.58rem;
	padding-top: .68rem;
	box-sizing: border-box;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par1-bg1.png) no-repeat;
	background-size: 100% auto;
	margin-top: .85rem;
}

.t2par1 .task-box .task-list {
	width: 5.18rem;
	margin: 0 auto;
}

.t2par1 .task-list li {
	width: 5.18rem;
	height: .79rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par1-bg2.png) no-repeat;
	background-size: 100% auto;
	margin-bottom: .2rem;
	position: relative;
	padding-top: .06rem;
	box-sizing: border-box;
}

.t2par1 .task-list .step {
	position: absolute;
	top: .06rem;
	right: .1rem;
	line-height: .7rem;
	font-size: .4rem;
	color: #7eaafd;
	font-family: 'zhdl';
}

.t2par1 .task-list p {
	line-height: 1.5;
	color: #fff;
	padding-left: .2rem;
}

.t2par1 .task-list .task-text1 {
	font-size: .18rem;
	font-family: 'zhdl';
	padding-top: .1rem;
	font-weight: 100;
	letter-spacing: .02rem;
}

.t2par1 .task-list .task-text2 {
	font-size: .16rem;
}

.t2par1 .task-list p b {
	color: #ffe69d;
}

.t2par1 .task-btn-box {
	width: 6.58rem;
	padding: 0 .1rem;
	margin-top: .7rem;
	display: flex;
	justify-content: space-between;
}

.t2par1 .task-btn-box .btn-le {
	width: 2.4rem;
	height: .34rem;
	display: flex;
	justify-content: space-between;
}

.t2par1 .task-btn-box .btn-le a {
	width: 1.1rem;
	height: .34rem;
}

.t2par1 .task-btn-box .btn-le .btn-rule {
	background-position: -3rem -1rem;
}

.t2par1 .task-btn-box .btn-le .btn-record {
	background-position: -4.5rem -1rem;
}

.t2par1 .task-btn-box .btn-seeRecord {
	height: .24rem;
	line-height: .24rem;
	font-size: .16rem;
	color: #ffe69d;
	border-bottom: 1px solid #ffe69d;
}

.t2par1 .packet-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: .48rem;
	text-align: center;
}

.t2par1 .packet-box .item {
	width: 6.84rem;
	height: 3.9rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par1-bg3.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.t2par1 .packet-box .label {
	position: absolute;
	top: 0;
	left: .3rem;
	width: .4rem;
	height: 1.33rem;
}

.t2par1 .packet-box .label1 {
	background-position: -12rem -1rem;
}

.t2par1 .packet-box .label2 {
	background-position: -13rem -1rem;
}

.t2par1 .packet-box .packet-text {
	height: 1.9rem;
	padding-top: .4rem;
	font-family: 'zhdl';
	background: -webkit-linear-gradient(top, #be4125, #fb411c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.t2par1 .packet-box .packet-text .p1 {
	line-height: .32rem;
	font-size: .24rem;
}

.t2par1 .packet-box .packet-text .p2 {
	line-height: 1.4;
	font-size: .72rem;
	margin-top: -.15rem;
}

.t2par1 .btn-rob,
.t2par1 .btn-extract {
	display: block;
	width: 1.06rem;
	height: 1.22rem;
	margin: 0 auto;
}

.t2par1 .btn-extract {
	background-position: -9rem -1rem;
}

.t2par1 .btn-rob {
	background-position: -10.5rem -1rem;
}

.t2par1 .packet-tips {
	line-height: 1.3;
	font-size: .3rem;
	font-family: 'zhdl';
	background: -webkit-linear-gradient(top, #ffe69d, #fffefb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.t2par1 .packet-numb {
	font-size: .16rem;
	color: #ffe69d;
}

.t2par2 {
	margin: .86rem auto 0;
	position: relative;
}

.t2par2 .t2tit2 {
	background-position: 0 -7rem;
	padding: 0;
}

.t2par2 .task1 {
	margin-top: .15rem;
}

.t2par2 .task .title {
	padding: 0;
}

.t2par2 .t2tit2-1 {
	width: 1.63rem;
	height: .38rem;
	background-position: 0 -8.5rem;
}

.t2par2 .t2tit2-2 {
	width: 1.63rem;
	height: .38rem;
	background-position: -5rem -8.5rem;
}

.t2par2 .t2tit2-3 {
	width: 2.47rem;
	height: .38rem;
	background-position: -10rem -8.5rem;
}

.task-tips {
	line-height: .34rem;
	font-size: .14rem;
	color: #fff;
}

.task .task-list {
	margin-top: .2rem;
	position: relative;
}

.task .task-list li {
	display: flex;
	justify-content: space-between;
	margin-bottom: .2rem;
	position: relative;
}

.task .task-list .task-text {
	width: 3rem;
	font-size: .18rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.task-list .icon {
	font-size: .14rem;
	margin-top: .05rem;
}

.task-list .icon i {
	display: inline-block;
	width: .32rem;
	height: .3rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon3.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: .05rem;
}

.task .task-list .dj-box {
	width: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.task .task-list .dj {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg3.png) no-repeat;
	background-size: 100% auto;
}

.task .task-list .djName {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
}

.task .task-list .btn-get {
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin-top: .58rem;
}

.task1 .task-list li {
	width: 6.92rem;
	height: 1.79rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par2-bg1.png) no-repeat;
	background-size: 100% auto;
	padding-right: .3rem;
}

.task1 .task-list .task-text .numb {
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translate(-50%, -50%);
	font-size: .14rem;
	color: #fff;
}

.task1 .task-list .last {
	position: absolute;
	top: 0;
	right: 0;
	width: 6.92rem;
	height: 3.78rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par2-bg2.png) no-repeat;
	background-size: 100% auto;
	padding-right: .3rem;
}

.task1 .last .task-ri {
	width: 3.6rem;
}

.task1 .last .box {
	height: 1.89rem;
	padding: .05rem 0;
	display: flex;
	justify-content: space-around;
}

.task2 {
	margin-top: .3rem;
}

.task2 .task-list li {
	width: 14.6rem;
	height: 1.79rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par2-bg3.png) no-repeat;
	background-size: 100% 100%;
	padding-right: .3rem;
}

.task2 .task-list .task-text {
	width: 7rem;
	line-height: 1.5;
	flex-direction: column;
	position: relative;
}

.task2 .task-list .task-text .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
}

.task2 .task-list .dj-box {
	margin-right: 2.8rem;
}

.task3 {
	margin-top: .3rem;
}

.task3 .task-list {
	display: flex;
	justify-content: space-between;
}

.task3 .task-list li {
	width: 3.2rem;
	height: 3.8rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par2-bg4.png) no-repeat;
	background-size: 100% auto;
	display: block;
}

.task3 .task-list .task-top {
	line-height: .32rem;
	padding-top: .24rem;
	font-size: .18rem;
	text-align: center;
	color: #fff;
}

.task3 .task-list .task-top:after,
.task3 .task-list .task-top:before {
	display: inline-block;
	width: .15rem;
	height: .19rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon2.png) no-repeat;
	background-size: 100% auto;
	content: "";
	vertical-align: top;
	margin: .07rem .1rem 0;
}

.task3 .task-list .icon {
	font-size: .14rem;
	text-align: center;
	margin: .05rem auto 0;
	color: #fff;
}

.task3 .task-list .dj-box {
	width: 100%;
	margin: .2rem auto 0;
}

.task3 .task-list .btn-get {
	display: block;
	margin: .3rem auto 0;
}

.t2par3 {
	margin: .86rem auto 0;
}

.t2par3 .t2tit3 {
	background-position: 0 -9rem;
}

.t2par3 .task-list {
	height: 4.98rem;
	position: relative;
	margin: .25rem auto 0;
	display: flex;
	justify-content: space-around;
}

.t2par3 .task-list:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 14.6rem;
	height: 3.12rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t1par2-bg4.png) no-repeat;
	background-size: 100% auto;
	z-index: 2;
	pointer-events: none;
	content: "";
}

.t2par3 .task-list li {
	width: 4.03rem;
	height: 4.98rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par3-bg1.png) no-repeat;
	background-size: 100% auto;
	text-align: center;
}

.t2par3 .task-list .top-step {
	padding-top: .13rem;
	line-height: .5rem;
	font-size: .4rem;
	color: #6b94ea;
	font-family: 'zhdl';
}

.t2par3 .task-list .top-text {
	line-height: .24rem;
	font-size: .2rem;
	color: #fff;
	font-family: 'zhdl';
}

.t2par3 .task-list .top-numb {
	line-height: .3rem;
	font-size: .14rem;
	color: #fff;
}

.t2par3 .task-list .top-numb .icon {
	display: inline-block;
	font-size: .14rem;
	text-align: center;
	margin: .05rem auto 0;
}

.t2par3 .task-list .djName {
	font-size: .16rem;
	color: #fff;
}

.t2par3 .task-list .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin: .2rem auto 0;
	z-index: 3;
	position: relative;
}

.t2par4 {
	margin: .62rem auto 0;
	position: relative;
}

.t2par4 .t2tit4 {
	height: 1.16rem;
	background-position: 0 -10.5rem;
}

.t2par4 .dj-list {
	width: 12rem;
	margin: .48rem auto 0;
	display: flex;
	justify-content: space-between;
}

.t2par4 .dj-list li {
	width: 3.43rem;
	height: 5.51rem;
	position: relative;
}

.t2par4 .dj-list li.l1 {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par4-img1.png) no-repeat;
	background-size: 100% auto;
}

.t2par4 .dj-list li.l2 {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par4-img2.png) no-repeat;
	background-size: 100% auto;
}

.t2par4 .dj-list li.l3 {
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t2par4-img3.png) no-repeat;
	background-size: 100% auto;
}

.t2par4 .dj-list .dj-top {
	line-height: .33rem;
	font-size: .18rem;
	color: #091f5b;
	text-align: center;
}

.t2par4 .date_box {
	position: absolute;
	top: 6.04rem;
	left: 50%;
	transform: translateX(-50%);
	width: 14.6rem;
	height: .04rem;
}

.t2par4 .date_box .progress_box {
	width: 14.6rem;
	margin: 0;
}

.t2par4 .date-list {
	position: absolute;
	top: -.44rem;
	left: 50%;
	margin-left: -6rem;
	width: 12rem;
	display: flex;
	justify-content: space-between;
}

.t2par4 .date-list li {
	width: 3.43rem;
}

.t2par4 .date-list .date-tips {
	width: 100%;
	line-height: .32rem;
	font-size: .16rem;
	color: #fff;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
}

.t2par4 .date-list .date-tips:after,
.t2par4 .date-list .date-tips:before {
	width: .15rem;
	height: .19rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon2.png) no-repeat;
	background-size: 100% auto;
	content: "";
	margin: .06rem .1rem 0;
}

.t2par4 .date-list .icon {
	display: block;
	width: .26rem;
	height: .25rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon1.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}

.t2par4 .date-list li:nth-last-child(1) .icon {
	margin-top: .32rem;
}

.t2par4 .date-list .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin: .1rem auto 0;
}

.t2par4 .date-list .btn-pact {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -10rem -4rem;
	margin: .1rem auto 0;
}

.t2par4 .date-list .btn-pact.ypact {
	background-position: -12.5rem -4rem;
}


/*tab3*/

.tab3 .tips-top {
	line-height: .32rem;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	padding-top: 1rem;
	font-family: 'zhdl';
}

.tab3 .tips-text,
.foot-tips {
	line-height: .16rem;
	font-size: .14rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
}

.tab3 .tips-text span {
	color: #bef2fb;
}

.t3par1 {
	margin-top: .35rem;
	position: relative;
}

.t3par1:before {
	position: absolute;
	top: .56rem;
	right: 4.14rem;
	width: 6.04rem;
	height: 7.24rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/rwImg3.png) no-repeat;
	background-size: 100% auto;
	content: "";
	z-index: 2;
	pointer-events: none;
}

.t3par1 .t3tit1 {
	background-position: 0 -12rem;
}

.t3par1 .gift-box {
	height: 5.68rem;
	position: relative;
	margin-top: .4rem;
}

.t3par1 .gift-box .gift-itme {
	width: 6.47rem;
	height: 3.88rem;
	position: absolute;
	padding-top: .3rem;
	box-sizing: border-box;
}

.t3par1 .gift-box .gift-itme.gift1 {
	top: 0;
	left: 0;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t3par1-bg1.png) no-repeat;
	background-size: 100% auto;
}

.t3par1 .gift-box .gift-itme.gift2 {
	bottom: 0;
	right: 0;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t3par1-bg2.png) no-repeat;
	background-size: 100% auto;
	z-index: 3;
}

.t3par1 .gift-box .gift-tit {
	line-height: .32rem;
	font-size: .24rem;
	color: #2f4998;
	text-align: center;
	font-family: 'zhdl';
}

.t3par1 .gift-box .tips {
	line-height: .22rem;
	font-size: .14rem;
	color: #2f4998;
	text-align: center;
}

.t3par1 .gift-box .dj-list {
	width: 5.2rem;
	margin: .06rem auto 0;
	display: flex;
	justify-content: space-between;
}

.t3par1 .gift-box li {
	width: 1.2rem;
	height: 1.6rem;
}

.t3par1 .gift-box .dj {
	width: 1.2rem;
	height: 1.2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg3.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.t3par1 .gift-box .dj .label {
	position: absolute;
	top: -.01rem;
	right: -.38rem;
	width: .74rem;
	height: 1.6rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label4.png) no-repeat;
	background-size: 100% auto;
}

.t3par1 .gift-box .djName {
	line-height: .2rem;
	font-size: .16rem;
	color: #28437c;
	text-align: center;
}

.t3par1 .gift-box .btn-get {
	display: block;
	width: 2.9rem;
	height: 1.02rem;
	background-position: 0 -2.5rem;
	margin: .44rem auto 0;
}

.t3par1 .gift-box .btn-get.got {
	background-position: -3rem -2.5rem;
}

.t3par1 .welfare-list {
	margin: .5rem auto 0;
}

.t3par1 .welfare-list li {
	width: 14.6rem;
	height: 1.79rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t3par1-bg3.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: .3rem;
	padding: 0 .4rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.t3par1 .welfare-list .welfare-top {
	width: 3.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.t3par1 .welfare-list .title {
	padding: 0;
}

.t3par1 .welfare-list .welfare-tit1 {
	width: 2.87rem;
	height: .38rem;
	background-position: 0 -13.5rem;
}

.t3par1 .welfare-list .welfare-tit2 {
	width: 3.28rem;
	height: .38rem;
	background-position: -5rem -13.5rem;
}

.welfare-list .welfare-top .tips {
	line-height: 2;
	font-size: .14rem;
	color: #fff;
	margin-left: -.08rem;
}

.welfare-list .welfare-text {
	width: 4rem;
	position: relative;
}

.welfare-list .welfare-text .text {
	font-size: .18rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.welfare-list .welfare-text b {
	color: #ffd556;
}

.welfare-list .welfare-text .numb {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: .14rem;
	color: #fff;
}

.welfare-list .dj-box {
	width: 2.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.welfare-list .dj-box .dj {
	width: 1.2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg3.png) no-repeat;
	background-size: 100% auto;
}

.welfare-list .dj-box .djName {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
}

.t3par1 .welfare-list .btn-get {
	width: 1.6rem;
	height: .5rem;
	background-position: -6rem -5rem;
}

.t3par1 .welfare-list .btn-get.got {
	background-position: -9rem -5rem;
}

.t3par2 {
	margin-top: .9rem;
	position: relative;
}

.t3par2 .t3tit2 {
	background-position: 0 -14rem;
}

.t3par2-task-list {
	margin: .36rem auto 0;
	display: flex;
	justify-content: space-between;
}

.t3par2-task-list li {
	width: 3.5rem;
	height: 7.95rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t3par2-bg1.png) no-repeat;
	background-size: 100% auto;
}

.t3par2-task-list li:nth-child(even) {
	margin-top: .8rem;
}

.t3par2-task-list li .task-text {
	height: .36rem;
	line-height: .36rem;
	margin-top: .26rem;
	font-size: .24rem;
	color: #28437d;
	position: relative;
	text-align: center;
	font-family: 'zhdl';
}

.t3par2-task-list li .task-text:after,
.t3par2-task-list li .task-text:before {
	display: inline-block;
	width: .14rem;
	height: .18rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon4.png) no-repeat;
	background-size: 100% auto;
	content: "";
	margin: 0 .1rem;
}

.t3par2-task-list li .task-numb {
	height: .24rem;
	line-height: .24rem;
	font-size: .14rem;
	color: #28437d;
	position: relative;
	text-align: center;
}

.t3par2-task-list li .dj-box {
	margin-top: .2rem;
}

.t3par2-task-list li .dj {
	width: 2.48rem;
	height: 1.83rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg4.png) no-repeat;
	background-size: 100% auto;
	position: relative;
	margin: 0 auto;
}

.t3par2-task-list li .dj img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.36rem;
	height: 1.36rem;
	transform: translate(-50%, -50%);
}

.t3par2-task-list li .djName {
	height: .36rem;
	line-height: .36rem;
	font-size: .16rem;
	text-align: center;
}

.t3par2 .t3par2-task-list .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -10rem 0;
	margin: .18rem auto .4rem;
}

.t3par2 .t3par2-task-list .btn-get.got {
	background-position: -6rem -2.5rem;
}

.t3par2-task-list2 {
	margin: .8rem auto 0;
	display: flex;
	justify-content: space-between;
}

.t3par2-task-list2 li {
	width: 6.92rem;
	height: 2.04rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t3par2-bg2.png) no-repeat;
	background-size: 100% auto;
	padding: 0 .4rem;
	display: flex;
	justify-content: space-between;
}

.t3par2-task-list2 .dj-box {
	width: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.t3par2-task-list2 .dj {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 auto;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg3.png) no-repeat;
	background-size: 100% auto;
}

.t3par2-task-list2 .task-text {
	width: 2.5rem;
	line-height: 1.5;
	font-size: .18rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.t3par2-task-list2 .task-text .numb {
	font-size: .14rem;
}

.t3par2-task-list2 .djName {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
}

.t3par2 .t3par2-task-list2 .btn-get {
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin-top: .73rem;
}


/*tab4*/

.t4par1 {
	padding-top: 2.04rem;
	position: relative;
}

.t4par1 .t4tit1 {
	background-position: 0 -15.5rem;
}

.t4par1 .lottery-top-btn {
	position: absolute;
	top: 2.78rem;
	right: .6rem;
	width: 2.4rem;
	height: .34rem;
	display: flex;
	justify-content: space-between;
}

.t4par1 .lottery-top-btn a {
	width: 1.1rem;
	height: .34rem;
}

.t4par1 .lottery-top-btn .btn-rule {
	background-position: -3rem -1rem;
}

.t4par1 .lottery-top-btn .btn-record {
	background-position: -4.5rem -1rem;
}

.t4par1 .lottery {
	width: 13.4rem;
	height: 7.8rem;
	margin: .4rem auto 0;
	position: relative;
}

.t4par1 .lottery img {
	display: block;
	width: 100% auto;
}

.t4par1 .lottery-numb {
	position: absolute;
	top: 6.4rem;
	left: 0;
	width: 100%;
	height: .3rem;
	line-height: .3rem;
	font-size: .16rem;
	color: #ffe69d;
	text-align: center;
}

.t4par1 .lottery-numb i {
	display: inline-block;
	width: .32rem;
	height: .3rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon3.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
	margin: 0 .1rem;
}

.t4par1 .lottery .btn-lottery {
	position: absolute;
	top: 3.48rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.74rem;
	height: .86rem;
	background-position: -9rem -2.5rem;
}

.lotterycontent_container {
	z-index: 3;
}

.lotterycontent_hover,
.lotterycontent_start {
	background-size: 100% 100% !important;
}

.t4par1 .buy-box {
	width: 7rem;
	height: 1.24rem;
	margin: .4rem auto 0;
	display: flex;
	justify-content: space-between;
	padding: 0 .6rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par1-bg1.png) no-repeat;
	background-size: 100% auto;
}

.t4par1 .buy-box .buy-text {
	height: .74rem;
	line-height: .74rem;
	font-size: .18rem;
	color: #fff;
	margin-top: .25rem;
}

.t4par1 .buy-box .buy-text i {
	display: inline-block;
	width: .78rem;
	height: .74rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon5.png) no-repeat;
	background-size: 100% auto;
	vertical-align: top;
	margin-right: .2rem;
}

.t4par1 .buy-box .btn-buy {
	width: 1.98rem;
	height: .62rem;
	background-position: -12rem -2.5rem;
	margin-top: .31rem;
}

.t4par1 .buy-box .btn-buy.ybuy {
	background-position: 0 -4rem;
}

.t4par1 .lottery-gift-box {
	width: 14.6rem;
	height: 4.13rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par1-bg2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: .36rem;
	position: relative;
	z-index: 2;
}

.t4par1 .lottery-gift-box .lottery-gift-numb {
	height: .42rem;
	line-height: .42rem;
	font-size: .16rem;
	color: #28437c;
	text-align: right;
	padding-right: .5rem;
}

.t4par1 .lottery-list {
	width: 12.6rem;
	margin: .1rem auto 0;
	display: flex;
	justify-content: space-around;
}

.t4par1 .lottery-list li {
	width: 2.89rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg5.png) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.t4par1 .lottery-list .lottery-tips {
	height: .3rem;
	line-height: .3rem;
	font-size: .18rem;
	color: #fefefe;
	text-align: center;
	font-family: 'zhdl';
}

.t4par1 .lottery-list .djName {
	line-height: 1.5;
	font-size: .18rem;
	color: #28437c;
	text-align: center;
	margin-top: .1rem;
}

.t4par1 .lottery-list .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -10rem 0;
	margin: .2rem auto 0;
}

.t4par1 .lottery-list .btn-get.got {
	background-position: -6rem -2.5rem;
}

.t4par2 {
	margin-top: .6rem;
	position: relative;
}

.t4par2:before {
	position: absolute;
	top: .05rem;
	right: 2.44rem;
	width: 3.8rem;
	height: 9.29rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/rwImg4.png) no-repeat;
	background-size: 100% auto;
	content: "";
	z-index: 2;
	pointer-events: none;
}

.t4par2 .t4tit2 {
	background-position: 0 -17rem;
}

.t4par2-task-list {
	width: 9.02rem;
	height: 6.93rem;
	padding: .1rem .21rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par2-bg1.png) no-repeat;
	background-size: 100% auto;
	margin-top: .6rem;
}

.t4par2-task-list li {
	width: 100%;
	height: 1.68rem;
	border-bottom: .01rem solid #6180d4;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.t4par2-task-list li:nth-last-child(1) {
	border: none;
}

.t4par2-task-list li .task-top {
	position: absolute;
	top: .2rem;
	left: 0;
	font-size: .42rem;
	color: #657fd4;
	font-family: 'zhdl';
	opacity: .5;
}

.t4par2-task-list .task-text {
	width: 2.8rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.t4par2-task-list .task-text .text {
	font-size: .16rem;
	color: #fff;
	margin-left: .2rem;
}

.t4par2-task-list .task-text .text span {
	font-size: .2rem;
}

.t4par2-task-list .task-text .numb {
	font-size: .14rem;
	color: #9fafe4;
}

.t4par2-task-list .dj-box {
	width: 2.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.t4par2-task-list .dj-box .dj {
	width: 1.2rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg3.png) no-repeat;
	background-size: 100% auto;
}

.t4par2-task-list .dj-box .djName {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .05rem;
}

.t4par2 .t4par2-task-list .btn-get {
	width: 1.98rem;
	height: .62rem;
	background-position: -5rem 0;
	margin: .53rem .2rem 0 0;
}

.t4par2 .t4par2-task-list .btn-get.wwc {
	background-position: -3rem -4rem;
}

.t4par2 .tbhl-box {
	position: absolute;
	top: 3.22rem;
	right: 0;
	width: 3.18rem;
	height: 5.46rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par2-bg2.png) no-repeat;
	background-size: 100% auto;
	z-index: 3;
}

.tbhl-box .tbhl-top {
	padding-top: .46rem;
	line-height: .42rem;
	font-size: .3rem;
	color: #0b2260;
	text-align: center;
	font-family: 'zhdl';
}

.tbhl-box .tbhl-tips {
	line-height: .24rem;
	font-size: .18rem;
	color: #28437c;
	text-align: center;
}

.tbhl-box .tbhl-numb {
	line-height: .2rem;
	font-size: .14rem;
	color: #28437c;
	text-align: center;
}

.tbhl-box .daoju-box {
	width: 2.48rem;
	height: 2.07rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg2.png) no-repeat;
	background-size: 100% auto;
	margin: .28rem auto 0;
	position: relative;
}

.tbhl-box .daoju-box .label {
	position: absolute;
	top: -.01rem;
	right: -.2rem;
	width: .74rem;
	height: 1.78rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/label6.png) no-repeat;
	background-size: 100% auto;
}

.tbhl-box .daoju-box .daoju-top {
	height: .3rem;
	line-height: .3rem;
	font-size: .2rem;
	color: #fefefe;
	text-align: center;
	font-family: 'zhdl';
}

.tbhl-box .djName {
	line-height: .3rem;
	font-size: .18rem;
	color: #28437c;
	text-align: center;
	margin-top: .1rem;
}

.t4par2 .tbhl-box .btn-get {
	display: block;
	width: 1.98rem;
	height: .62rem;
	background-position: -10rem 0;
	margin: .24rem auto 0;
}

.t4par2 .tbhl-box .btn-get.got {
	background-position: -6rem -2.5rem;
}

.t4par3 {
	margin-top: 1.2rem;
	position: relative;
}

.t4par3 .t4tit3 {
	background-position: 0 -18.5rem;
}

.t4par3 .t4par3-top {
	margin-top: .33rem;
	height: .36rem;
	display: flex;
	justify-content: space-between;
	padding: 0 .2rem;
	position: relative;
	z-index: 4;
}

.t4par3 .t4par3-top p {
	line-height: .36rem;
	font-size: .16rem;
	color: #ffe69d;
}

.t4par3 .t4par3-top .btn-refresh {
	position: absolute;
	top: .4rem;
	left: .2rem;
	width: 1.1rem;
	height: .34rem;
	background-position: -12rem -5rem;
}

.t4par3 .t4par3-btn {
	position: absolute;
	top: 1.76rem;
	right: .2rem;
	width: 2.6rem;
	height: .34rem;
	display: flex;
	justify-content: space-between;
	z-index: 5;
}

.t4par3 .t4par3-btn a {
	width: 1.1rem;
	height: .34rem;
}

.t4par3 .t4par3-btn .btn-address {
	width: 1.3rem;
	background-position: -3rem -1.5rem;
}

.t4par3 .t4par3-btn .btn-rule {
	background-position: -3rem -1rem;
}

.t4par3 .ranking-box {
	height: 6.48rem;
	margin: .05rem auto 0;
	position: relative;
}

.t4par3 .ranking-box .tier {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 14.6rem;
	height: 3.12rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par3-bg3.png) no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}

.t4par3 .ranking-list {
	width: 13.84rem;
	height: 6.48rem;
	margin: .05rem auto 0;
	position: relative;
	z-index: 3;
}

.t4par3 .ranking-list li {
	position: absolute;
	bottom: 0;
	width: 4.2rem;
	height: 5.88rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par3-bg2.png) no-repeat;
	background-size: 100% auto;
}

.t4par3 .ranking-list li.l1 {
	left: 50%;
	transform: translateX(-50%);
	height: 6.48rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par3-bg1.png) no-repeat;
	background-size: 100% auto;
}

.t4par3 .ranking-list li.l2 {
	left: 0;
}

.t4par3 .ranking-list li.l3 {
	right: 0;
}

.t4par3 .ranking-list .spet {
	position: absolute;
	top: .15rem;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	font-size: .4rem;
	color: #fff;
	font-family: 'zhdl';
	opacity: .2;
}

.t4par3 .ranking-list .ranking-top {
	line-height: .36rem;
	font-size: .24rem;
	color: #fff;
	font-family: 'zhdl';
	text-align: center;
	padding-top: .58rem;
}

.t4par3 .ranking-list .ranking-top:after,
.t4par3 .ranking-list .ranking-top:before {
	display: inline-block;
	width: .14rem;
	height: .18rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon2.png) no-repeat;
	background-size: 100% auto;
	content: "";
	margin: 0 .1rem;
	position: relative;
	top: .03rem;
}

.t4par3 .ranking-list .icon {
	width: 1.3rem;
	height: 1.44rem;
	padding: .07rem 0;
	margin: .05rem auto 0;
	position: relative;
	overflow: hidden;
}

.t4par3 .ranking-list .icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.3rem;
	height: 1.44rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon-bg.png) no-repeat;
	background-size: 100% auto;
	content: "";
}

.t4par3 .ranking-list .icon img {
	display: block;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
}

.t4par3 .ranking-list .iconName {
	font-size: .16rem;
	color: #fff;
	line-height: .2rem;
	text-align: center;
}

.t4par3 .ranking-list .daoju-box {
	width: 2.48rem;
	height: 2.07rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg2.png) no-repeat;
	background-size: 100% auto;
	margin: .2rem auto 0;
}

.t4par3 .ranking-list .daoju-top {
	height: .3rem;
	line-height: .3rem;
	font-size: .2rem;
	color: #fefefe;
	text-align: center;
	font-family: 'zhdl';
}

.t4par3 .ranking-list .djName {
	line-height: 1.2;
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .1rem;
}

.foot-ranking {
	margin-top: 1.14rem;
	position: relative;
}

.foot-ranking:after {
	position: absolute;
	top: -.78rem;
	right: -2.3rem;
	width: 6.52rem;
	height: 8.25rem;
	content: "";
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/rwImg5.png) no-repeat;
	background-size: 100% auto;
}

.foot-ranking .ranking-scroll {
	width: 11.4rem;
	height: 5.53rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/t4par3-bg4.png) no-repeat;
	background-size: 100% auto;
	padding-top: .01rem;
}

.foot-ranking .ranking-scroll .top {
	width: 11rem;
	height: .68rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: .01rem solid #5774d2;
}

.foot-ranking .top p {
	width: 33.33%;
	height: .68rem;
	line-height: .68rem;
	font-size: .18rem;
	color: #fff;
	text-align: center;
	position: relative;
}

.foot-ranking .top p:after,
.foot-ranking .top p:before {
	display: inline-block;
	width: .14rem;
	height: .18rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon2.png) no-repeat;
	background-size: 100% auto;
	content: "";
	position: relative;
	top: .02rem;
	margin: 0 .1rem;
}

.foot-ranking .ranking-scroll-list {
	width: 11.1rem;
	height: 4.76rem;
	margin-left: .2rem;
	overflow: auto;
	overflow-x: hidden;
}

.foot-ranking .ranking-scroll-list::-webkit-scrollbar {
	display: none;
	scrollbar-width: none;
	scrollbar-color: transparent transparent;
}

.foot-ranking .ranking-scroll-list li {
	width: 11rem;
	height: .68rem;
	display: flex;
	justify-content: space-between;
	border-bottom: .01rem solid #5774d2;
}

.foot-ranking .ranking-scroll-list li:nth-last-child(1) {
	border: none;
}

.foot-ranking .ranking-scroll-list p {
	width: 33.33%;
	height: .68rem;
	line-height: .68rem;
	font-size: .18rem;
	color: #fff;
	text-align: center;
}

.foot-ranking .zxk-box {
	position: absolute;
	bottom: .2rem;
	right: 0;
	width: 2.48rem;
	height: 2.07rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/dj-bg2.png) no-repeat;
	background-size: 100% auto;
	z-index: 5;
	cursor: pointer;
}

.foot-ranking .zxk-box .text {
	height: .3rem;
	line-height: .3rem;
	font-size: .18rem;
	color: #fefefe;
	text-align: center;
}


/*float*/

.float {
	position: fixed;
	top: 50%;
	right: .1rem;
	transform: translateY(-50%);
	width: 2.52rem;
	height: 5.82rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/float-bg.png) no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding-top: 2.06rem;
	z-index: 9;
}

.float.on {
	height: 2.51rem;
	padding-top: 1.8rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/float-bg2.png) no-repeat;
	background-size: 100% auto;
}

.float .retract {
	display: block;
	height: .32rem;
	line-height: .32rem;
	font-size: .24rem;
	color: #0c2361;
	font-family: 'zhdl';
	text-align: center;
	margin-top: .26rem;
}

.float.on .expand {
	display: block;
	height: .62rem;
	line-height: .62rem;
	font-size: .24rem;
	color: #0c2361;
	font-family: 'zhdl';
	text-align: center;
}

.float .my-numb {
	height: .38rem;
	line-height: .38rem;
	font-size: .24rem;
	color: #091f5b;
	text-align: center;
}

.float .my-numb i {
	display: inline-block;
	width: .39rem;
	height: .38rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/icon3.png) no-repeat;
	background-size: 100% auto;
	vertical-align: top;
	margin: 0 .05rem;
}

.float .my-numb span {
	color: #3f5fd5;
}

.float .qrcode-box {
	width: 1.84rem;
	height: 1.84rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/qrcode-bg.png) no-repeat;
	background-size: 100% auto;
	box-sizing: border-box;
	padding: .13rem;
	margin: .14rem auto 0;
}

.float .qrcode-box img {
	border-radius: .2rem;
}

.float p {
	font-size: .24rem;
	color: #091f5b;
	text-align: center;
}

.float .float-p1 {
	margin-top: .2rem;
}

.float .float-p2 {
	color: #0a3eb2;
}


/*pop*/

.pop {
	display: none;
	padding-top: .03rem;
	box-sizing: border-box;
	position: relative;
}

.close {
	width: .58rem;
	height: .55rem;
	background-position: -14rem -1rem;
	position: absolute;
	right: -.66rem;
	top: -.2rem;
}

.pop01 {
	width: 9.94rem;
	height: 7.78rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/popBg1.png) no-repeat;
	background-size: 100% auto;
}

.pop02 {
	width: 9.94rem;
	height: 4rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/popBg2.png) no-repeat;
	background-size: 100% auto;
}

.pop03 {
	width: 9.94rem;
	height: 5.95rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/popBg3.png) no-repeat;
	background-size: 100% auto;
}

.pop04 {
	width: 9.94rem;
	height: 4rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/popBg4.png) no-repeat;
	background-size: 100% auto;
}

.pop .popTit {
	width: 3.24rem;
	line-height: .5rem;
	font-size: .3rem;
	color: #0b215e;
	text-align: center;
	margin-left: .12rem;
	font-family: 'zhdl';
}

.pop .popCont {
	width: 8.8rem;
	height: 6.4rem;
	margin: .36rem auto 0;
	overflow: auto;
}

.pop02 .popCont {
	height: 2.6rem;
	margin-top: .4rem;
}

.pop .popCont::-webkit-scrollbar {
	width: .05rem;
	background-color: #fff;
}

.pop .popCont::-webkit-scrollbar-thumb {
	background-color: #ddd4f5;
}

.pop .popCont p {
	line-height: 1.5;
	font-size: .16rem;
	color: #fff;
}

.pop .popCont table {
	width: 8.28rem;
	margin: .1rem auto;
	border: 1px solid #fff;
}

.pop .popCont table tr {
	border-bottom: 1px solid #fff;
}

.pop .popCont table th {
	font-size: .16rem;
	line-height: .4rem;
	color: #fff;
	text-align: center;
}

.pop .popCont table th,
.pop .popCont table td {
	width: 50%;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.pop .popCont table td {
	line-height: .3rem;
	font-size: .14rem;
}

.pop .popCont table tr:nth-last-child(1),
.pop .popCont table th:nth-last-child(1),
.pop .popCont table td:nth-last-child(1) {
	border: none;
}

.probability {
	width: 8.3rem;
	margin: .2rem auto 0;
}

.probability table {
	width: 8.3rem;
	text-align: center;
	border: .01rem solid #fff;
	background: rgba(35,80,209,.5);
}

.probability tr {
	border-bottom: .01rem solid #fff;
}

.probability th {
	line-height: .4rem;
	font-size: .16rem;
	color: #fff;
}

.probability tr td {
	line-height: .4rem;
	font-size: .14rem;
	color: #fff;
}

.probability tr th,
.probability tr td {
	width: 33.33%;
	border-right: .01rem solid #fff;
}

.probability tr th:last-child,
.probability tr td:last-child {
	border: none;
}

.record-btn {
	display: flex;
	justify-content: center;
	font-size: .2rem;
	color: #fff;
	margin-top: .1rem;
}

.record-btn a {
	color: #fff;
	margin: 0 .1rem;
}


.milo-form-row {
	width: 8.4rem;
	line-height: .42rem;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 auto .1rem;
    display: flex;
    justify-content: space-between;
}

.milo-form-row:nth-last-child(3) {
	height: .82rem;
}

.milo-form-row .milo-form-label {
	display: flex;
	align-items: center;
}

.milo-form-row .milo-form-contariner {
	width: 7.5rem;
}

.milo-form-row .milo-form-contariner .milo-form-item {
	width: 7.48rem;
	height: .4rem;
	line-height: .4rem;
	border: .01rem solid #fff;
	outline: none;
	padding: 0 .1rem;
	color: #0b215e;
}

.milo-form-row .milo-form-contariner select {
	margin-bottom: 0.1rem;
}

.milo-form-row .milo-form-contariner select:nth-last-child(1) {
	margin: 0;
}

.milo-form-row .milo-form-contariner textarea.milo-form-item {
	height: .82rem;
	line-height: 1.5;
}

.milo-form-row .submit-text {
	width: 100%;
	text-align: center;
	line-height: .3rem;
}

.milo-form-row .btn-submit {
	display: block;
	width: 2.9rem;
	height: 1.02rem;
	background-position: -6rem -4rem;
	margin: 0 auto;
}

.milo-form-row:nth-last-child(1) {
	margin: 0 auto;
}

.milo-form-row:nth-child(3) {
	margin-top: .3rem;
}

#popReward .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 4.4rem;
	height: 2.97rem;
	background: url(//wegame.gtimg.com/tgp_act/release/online/ssjjzhl20250827/images/emblem.png) no-repeat;
	background-size: 100% auto;
}

#popReward .box img {
	display: block;
	width: 2.84rem;
	margin: .6rem auto 0;
	position: relative;
	z-index: 2;
}

#popReward .box .name {
	font-size: .16rem;
	color: #fff;
	text-align: center;
	margin-top: .2rem;
	position: relative;
	z-index: 2;
}

#popTips .text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	font-size: .2rem;
	color: #fff;
	transform: translate(-50%,-50%);
	text-align: center;
}


/*afooter*/

#afooter {
	background: #000;
	color: #ccc;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
}

#afooter a {
	color: #ccc;
}body {
  padding-top: 50px !important;
}

.header-daoju *,
.float * {
  line-height: initial;
}

.gray,
.got {
  pointer-events: none;
}
