dd,
p,
li,
ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
	color: #fff;
}

.game-dom-tab {
	position: relative;
	width: 1.6rem;
	height: .36rem;
	background: rgba(241, 252, 255, 1);
	border: .01rem solid rgba(83, 191, 253, 1);
	box-shadow: 0 .02rem .05rem 0 rgba(83, 191, 253, 0.5);
	border-radius: .36rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: .34rem auto;
	overflow: hidden;
	align-items: center;
	-webkit-align-items: center;
	padding: 0;
	box-sizing: border-box;
}

.game-dom-tab>li {
	cursor: pointer;
	width: .79rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	color: rgba(83, 191, 253, 1);
	font-size: .17rem;
	height: .36rem;
	position: relative;
}

.game-dom-tab>li:last-of-type {
	border-radius: 0 .36rem .36rem 0;
}

.game-dom-tab>li:first-of-type {
	border-radius: .36rem 0 0 .36rem;
}

.game-dom-tab>li.active {
	background: #88e4e0;
	color: #FFFFFF;
}

.note-mask,
.jackpot-mask,
.rule-mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .68);
	bottom: 0;
	right: 0;
}

.act-note-box {
	width: 2.43rem;
	height: 3.48rem;
	background: #FFFFFF;
	border-radius: .06rem;
	position: absolute;
	top: .55rem;
	left: 50%;
	margin-left: -1.215rem;
	overflow: hidden;
}

.act-note-title {
	background-image: linear-gradient(-180deg, #FF3432 0%, #FF4934 100%);
	background-image: -webkit-linear-gradient(-90deg, #FF3432 0%, #FF4934 100%);
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	font-size: .16rem;
	color: #FFFFFF;
	letter-spacing: -0.06px;
}

.act-note-bottom {
	height: .3rem;
	line-height: .3rem;
	box-shadow: 0 -.01rem .04rem 0 rgba(0, 0, 0, 0.06);
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	right: 0;
	font-size: .1rem;
	color: #999999;
}

.act-note-num {
	font-size: .12rem;
	color: #FF3432;
	letter-spacing: -0.05px;
	line-height: .12rem;
}

.act-note-date {
	font-size: .12rem;
	color: #999999;
	letter-spacing: -0.05px;
	line-height: .12rem;
	width: .8rem;
	text-align: left;
}

.act-note-content {
	overflow: hidden;
	flex: 1;
	-webkit-flex: 1;
}

.act-note-content>span {
	font-size: .12rem;
	color: #333333;
	letter-spacing: -0.05px;
	line-height: .12rem;
	float: left;
	margin-right: .2rem;
	display: block;
	overflow: hidden;
	margin-bottom: .1rem;
}

.act-note-content>span:nth-of-type(2n) {
	margin-right: 0rem;
}

.act-note-box>ul {
	height: 2.63rem;
	overflow: auto;
	position: relative;
	text-align: left;
	padding: .12rem 0;
}

.act-note-box>ul>li {
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	padding: .03rem .12rem;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
}

.act-close {
	position: absolute;
	width: .36rem;
	height: .36rem;
	background: url(../images/activity/00/close.png) no-repeat;
	background-size: 100% auto;
	left: 50%;
	cursor: pointer;
	margin-left: -.18rem;
	top: 4.3rem;
}

.act-rule-table {
	width: 100%;
	text-align: center;
	font-size: .12rem;
	border: 1px solid #fc483a;
	border-collapse: separate;
	border-radius: .03rem;
	overflow: hidden;
}

.act-rule-table tr>td:nth-of-type(2) {
	border-right: 1px solid #fc483a;
}

.act-rule-table tr>td {
	border-bottom: 1px solid #fc483a;
}

.act-rule-table th {
	background: #fc483a;
	color: #FFFFFF;
	width: 25%;
	height: .2rem;
	line-height: .2rem;
	font-size: .12rem;
}

.act-rule-table td {
	height: .2rem;
	line-height: .2rem;
	font-size: .12rem;
}

.rule-mask ul li {
	font-size: .12rem;
	line-height: .16rem;
	color: #333333;
}

.act-jackpot-box {
	border-radius: .06rem;
	position: absolute;
	background: #FFFFFF;
	width: 3.55rem;
	height: 3.58rem;
	top: .55rem;
	left: 50%;
	margin-left: -1.775rem;
	overflow: hidden;
}

.act-jackpot-title {
	background-image: linear-gradient(-180deg, #FF3432 0%, #FF4934 100%);
	background-image: -webkit-linear-gradient(-90deg, #FF3432 0%, #FF4934 100%);
	height: .7rem;
	padding: .09rem;
}

.act-jackpot-title h4 {
	font-size: .2rem;
	line-height: .28rem;
	color: #FFFFFF;
	letter-spacing: -0.08px;
	text-align: center;
}

.act-jackpot-title p {
	line-height: .14rem;
	text-align: center;
	font-size: .12rem;
	color: #FFFFFF;
	letter-spacing: -0.06px;
}

.act-jackpot-list {
	height: 2.88rem;
	overflow-y: auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	padding: .1rem 0 .1rem .1rem;
}

.act-jackpot-list>li {
	margin-left: .1rem;
	text-align: center;
	margin-bottom: .1rem;
}

.act-jackpot-list>li:nth-of-type(1),
.act-jackpot-list>li:nth-of-type(2),
.act-jackpot-list>li:nth-of-type(3) {
	margin-left: .05rem;
}

.act-jackpot-list>li:nth-of-type(1) img,
.act-jackpot-list>li:nth-of-type(2) img,
.act-jackpot-list>li:nth-of-type(3) img {
	width: 1.05rem;
	height: 1.05rem;
}

.act-jackpot-list>li img {
	width: .7rem;
	height: .7rem;
}

.act-jackpot-list>li i {
	width: .1rem;
	height: .08rem;
	display: inline-block;
	background: url(../images/activity/00/m.png) no-repeat;
	background-size: 100% auto;
}

.act-jackpot-list>li p {
	font-size: .12rem;
	line-height: .14rem;
	color: #333333;
	letter-spacing: -0.05px;
	text-align: center;
	margin-top: .02rem;
}


/*******福袋*********/

.lucky-mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .68);
	bottom: 0;
	right: 0;
}

.act-lucky-box {
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 0;
	padding-top: .22rem;
}

.act-lucky-box>img.luck-bag {
	width: 3.42rem;
	height: 2.4rem;
	position: absolute;
	top: 1.45rem;
	left: 50%;
	margin-left: -1.6rem;
	animation: shake .7s -.2s;
	-webkit-animation: shake .7s -.2s;
}

.act-lucky-box>button {
	width: 1.44rem;
	height: .48rem;
	background: url(../images/activity/00/luckbtn.png) no-repeat;
	background-size: 100% auto;
	font-size: .2rem;
	font-weight: 400;
	color: rgba(254, 217, 219, 1);
	border: 0;
	cursor: pointer;
	line-height: 1;
	position: absolute;
	top: 4.3rem;
	left: 50%;
	margin-left: -.72rem;
}

.act-lucky-box>button:active {
	background-color: transparent;
}

.act-lucky-box>img.luck-gift {
	width: 1.5rem;
	height: 1.5rem;
	object-fit: cover;
	position: absolute;
	left: 50%;
	margin-left: -.75rem;
	top: .52rem;
	animation: fadeInUp .5s .3s backwards;
	-webkit-animation: fadeInUp .5s .3s backwards;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@-webkit-keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}


/*****奖品*****/

.act-gift-box {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .68);
	bottom: 0;
	right: 0;
}

.act-gift-nbox p {
	text-align: center;
	font-size: .12rem;
}

.act-gift-bag {
	width: 1.35rem;
	height: .36rem;
	line-height: 1;
	border: 1px solid #FFFFFF;
	border-radius: 1rem;
	background: transparent;
	font-size: .14rem;
	color: #FFFFFF;
	letter-spacing: 1.09px;
	left: 50%;
	margin-left: -.675rem;
	top: 4.65rem;
	position: absolute;
}

.act-gift-nbox>div>img {
	width: 100%;
	height: 100%;
	position: relative;
}

.act-gift-nbox1 {
	position: relative;
	top: 1.8rem;
	left: 50%;
	margin-left: -.925rem;
}

.act-gift-nbox>div {
	display: block;
	position: absolute;
	width: 1.85rem;
	height: 1.85rem;
}

.act-gift-nbox>div::before {
	content: '';
	width: 3.6rem;
	height: 3.6rem;
	display: block;
	position: absolute;
	margin-top: -1.8rem;
	top: 50%;
	left: 50%;
	margin-left: -1.8rem;
	background: url(../images/activity/00/xline.png) no-repeat;
	background-size: 100% auto;
	animation: zq 30s infinite;
	-webkit-animation: zq 30s infinite;
}

.act-gift-nbox2>div:first-of-type {
	width: 1.65rem;
	height: 1.65rem;
	top: .75rem;
	left: 50%;
	margin-left: -.825rem;
}

.act-gift-nbox2>div:last-of-type {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	left: 50%;
	margin-left: -.525rem;
}

.act-gift-nbox2>div:first-of-type::before {
	width: 2.2rem;
	height: 2.2rem;
	margin-top: -1.1rem;
	margin-left: -1.1rem;
}

.act-gift-nbox2>div:last-of-type::before {
	width: 1.6rem;
	height: 1.6rem;
	margin-top: -.8rem;
	margin-left: -.8rem;
}

.act-gift-num {
	font-size: .16rem;
	line-height: .16rem;
	text-align: center;
	font-weight: 600;
	position: absolute;
	left: 0;
	text-align: center;
	right: 0;
	bottom: -.2rem;
	color: #FFFFFF;
	letter-spacing: -0.06px;
}

.act-gift-nbox3>div:first-of-type,
.act-gift-nbox4>div:first-of-type {
	width: 1.65rem;
	height: 1.65rem;
	top: .75rem;
	left: 50%;
	margin-left: -.825rem;
}

.act-gift-nbox5>div:first-of-type {
	width: 1.65rem;
	height: 1.65rem;
	top: .75rem;
	left: 50%;
	left: .2rem;
}

.act-gift-nbox5>div:nth-of-type(2) {
	width: 1.65rem;
	height: 1.65rem;
	top: .75rem;
	right: .2rem;
}

.act-gift-nbox3>div:nth-of-type(2) {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	left: .65rem
}

.act-gift-nbox3>div:nth-of-type(3) {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	right: .65rem
}

.act-gift-nbox3>div:first-of-type::before,
.act-gift-nbox4>div:first-of-type::before,
.act-gift-nbox5>div:first-of-type::before,
.act-gift-nbox5>div:nth-of-type(2)::before {
	width: 2.2rem;
	height: 2.2rem;
	margin-top: -1.1rem;
	margin-left: -1.1rem;
}

.act-gift-nbox3>div:nth-of-type(2)::before,
.act-gift-nbox3>div:nth-of-type(3)::before,
.act-gift-nbox6>div::before {
	width: 1.6rem;
	height: 1.6rem;
	margin-top: -.8rem;
	margin-left: -.8rem;
}

.act-gift-nbox5>div:nth-of-type(3)::before,
.act-gift-nbox5>div:nth-of-type(4)::before,
.act-gift-nbox5>div:nth-of-type(5)::before,
.act-gift-nbox4>div:nth-of-type(2)::before,
.act-gift-nbox4>div:nth-of-type(3)::before,
.act-gift-nbox4>div:nth-of-type(4)::before {
	width: 1.6rem;
	height: 1.6rem;
	margin-top: -.8rem;
	margin-left: -.8rem;
}

.act-gift-nbox4>div:nth-of-type(2),
.act-gift-nbox5>div:nth-of-type(3),
.act-gift-nbox6>div:nth-of-type(4) {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	left: .15rem
}

.act-gift-nbox6>div {
	width: 1.05rem;
	height: 1.05rem;
}

.act-gift-nbox6>div:nth-of-type(1) {
	left: .15rem;
	top: 1.35rem;
}

.act-gift-nbox6>div:nth-of-type(2) {
	left: 50%;
	margin-left: -.525rem;
	top: 1.35rem;
}

.act-gift-nbox6>div:nth-of-type(3) {
	right: .15rem;
	top: 1.35rem;
}

.act-gift-nbox4>div:nth-of-type(3),
.act-gift-nbox5>div:nth-of-type(4),
.act-gift-nbox6>div:nth-of-type(5) {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	left: 50%;
	margin-left: -.525rem;
}

.act-gift-nbox4>div:nth-of-type(4),
.act-gift-nbox5>div:nth-of-type(5),
.act-gift-nbox6>div:nth-of-type(6) {
	width: 1.05rem;
	height: 1.05rem;
	top: 2.95rem;
	right: .15rem
}

.act-gift-nbox>div:nth-of-type(1) {
	animation: jackInTheBox 1s -.1s both;
	-webkit-animation: jackInTheBox 1s -.1s both;
}

.act-gift-nbox>div:nth-of-type(2) {
	animation: jackInTheBox 1s .3s both;
	-webkit-animation: jackInTheBox 1s .3s both;
}

.act-gift-nbox>div:nth-of-type(3) {
	animation: jackInTheBox 1s .7s both;
	-webkit-animation: jackInTheBox 1s .7s both;
}

.act-gift-nbox>div:nth-of-type(4) {
	animation: jackInTheBox 1s 1.1s both;
	-webkit-animation: jackInTheBox 1s 1.1s both;
}

.act-gift-nbox>div:nth-of-type(5) {
	animation: jackInTheBox 1s 1.5s both;
	-webkit-animation: jackInTheBox 1s 1.5s both;
}

.act-gift-nbox>div:nth-of-type(6) {
	animation: jackInTheBox 1s 1.5s both;
	-webkit-animation: jackInTheBox 1s 1.5s both;
}


/*@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}
	50% {
		transform: rotate(-10deg)
	}
	70% {
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		transform: scale(1)
	}
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1)
	}
}*/

.act-gift-box>p {
	font-size: .12rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
	top: 4.3rem;
	position: absolute;
	left: 0;
	width: 100%;
}

@-webkit-keyframes zq {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@keyframes zq {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}


/**********************/

.game-dom-btn {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	position: absolute;
	top: 4.8rem;
	width: 100%;
	padding: 0 .22rem;
	left: 0;
}

.game-dom-btn>li {
	width: 1.08rem;
	height: .55rem;
	background: url(../images/activity/00/btn3.png) no-repeat;
	background-size: 100% auto;
	cursor: pointer;
	text-align: center;
	padding-top: .09rem;
	font-size: .17rem;
}

.game-dom-btn>li p {
	font-size: .13rem;
	color: #FFFFFF;
	margin-bottom: .03rem;
	margin-top: 0;
	vertical-align: middle;
	line-height: .14rem;
}

.game-dom-btn>li p:first-of-type {
	font-size: .17rem;
}

i.icon-fish {
	width: .44rem;
	height: .17rem;
	vertical-align: middle;
	background: url(../images/activity/00/icon-fish.png) no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

.game-dom-btn>li i.icon-fish {
	margin-right: .05rem;
}


/***进度条****/

.luck-progress {
	width: 2.4rem;
	height: .45rem;
	background: rgba(245, 105, 94, .2);
	border-radius: .225rem;
	position: absolute;
	top: 4.05rem;
	left: 50%;
	margin-left: -1.2rem;
	box-sizing: border-box;
	padding: .18rem .13rem;
}

.luck-progress::after {
	content: '';
	background: url(../images/activity/00/icon-luck.png) no-repeat;
	background-size: 100% auto;
	width: .18rem;
	height: .18rem;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -.09rem;
	right: .13rem;
}

.luck-progress>p {
	width: 1.94rem;
	height: .1rem;
	border: .01rem solid rgba(235, 165, 96, 1);
	border-radius: .05rem;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
}

.luck-progress>p>span {
	font-size: .1rem;
	font-weight: 400;
	color: rgba(223, 35, 54, 1);
	line-height: .14rem;
	position: relative;
	z-index: 9;
}

.luck-progress>p>b {
	position: absolute;
	display: block;
	left: 0;
	width: 0%;
	top: 0;
	bottom: 0;
	background-color: #ff9e52;
	background-image: linear-gradient(90deg, #ff9e52 25%, #fdd47c 95%);
	background-blend-mode: normal, normal;
	border-radius: .03rem;
	transition: width .3s;
	-webkit-transition: width .3s;
	border-radius: .1rem;
}


/**追加手气榜**/

.act-hand-box {
	width: 3rem;
	margin-left: -1.5rem;
}

.act-note-content {
	margin-right: auto;
}

.act-note-nickname {
	width: .8rem;
	color: #333333;
	font-size: .12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: .12rem;
}

.act-note-box ul>li {
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: .08rem;
}

.act-note-content>span {
	margin-bottom: 0;
}

.hand-wrapper {
	height: 2.63rem;
	overflow: hidden;
	width: 100%;
}

.hand-wrapper>ul {
	position: relative;
	text-align: left;
	padding: .12rem 0;
}

.hand-wrapper>ul>li {
	display: flex;
	display: -webkit-flex;
	box-sizing: border-box;
	padding: .03rem .12rem;
	justify-content: flex-start;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-webkit-justify-content: flex-start;
}

