@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	font-size: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	height: 100%;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

* {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	width: 100%;
}

html,
body {
	min-height: 100%;
	position: relative;
	font-size: 0.2rem;
	background: #fff;
	box-sizing: border-box;
}

input,
textarea {
	-webkit-appearance: none;
}


/**
 * border1px手机端解决方法
 */

.wrapper {
	width: 7.5rem;
	height: 47.04rem;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	background: url(../img/bg.jpg) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section {
	width: 100%;
	transition: all 0.3s ease;
}

.home {
	height: 6.8rem;
}

.home .nav {
	width: 4.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 0.2rem;
	margin-left: 3.2rem;
}

.nav .item {
	width: 1.32rem;
	height: 0.54rem;

}
.nav .item a {
	display: block;
	width: 1.32rem;
	height: 0.54rem;
}
.nav .item .load{
	background: url(../img/nav1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.nav .item .loadout {
	background: url(../img/nav1_logout.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.nav .item:nth-child(2) {
	background: url(../img/nav2.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.nav .item:nth-child(3) {
	background: url(../img/nav3.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.account{
	background: url(../img/account.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.98rem;
	height: 0.57rem;
	line-height: 0.57rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 0.17rem;
	color: #ffc1ca;
	margin: 5.5rem auto 0;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.account div{
	width: 23%;
	height: 0.2rem;
	border-right: 0.01rem solid #a27beb;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.account div:first-child{
	width: 23%;
}
.account div:nth-child(2){
	width: 27%;
}
.account div:nth-child(3){
	width: 23%;
}
.account div:nth-child(4) {
	width: 27%;
	border-right: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.1rem;
}

.account div:nth-child(4) span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.account div span{
	color: #fff;
}
.battle {
	height: 11.76rem;
	display: flex;
	justify-content: space-between;
}

.battle .camp {
	width: 50%;
	height: 2.45rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	margin-top: 2.48rem;
}

.battle .camp p {
	color: #fff;
	font-size: 0.26rem;
	font-weight: bold;
	width: 1.96rem;
}

.battle .camp p span {
	color: #fdff04;
	font-size: 0.32rem;
}

.camp .btn-cola {
	width: 2.56rem;
	height: 0.86rem;
	background: url(../img/btn-cola.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.camp .btn-sprite {
	width: 2.56rem;
	height: 0.86rem;
	background: url(../img/btn-sprite.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.camp .btn-colaed {
	width: 2.56rem;
	height: 0.86rem;
	background: url(../img/btn-colaed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.camp .btn-sprited {
	width: 2.56rem;
	height: 0.86rem;
	background: url(../img/btn-sprited.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.gather {
	height: 7.98rem;
	box-sizing: border-box;
	padding-top: 2.66rem;
}
.gather .progress{
	width: 6.48rem;
	height: 0.22rem;
	background: #8777ab;
	box-sizing: border-box;
	border: 0.01rem solid #fff;
	margin: 0 auto;
}
.progress-con{
	width: 6.07rem;
	height: 1.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.progress-con .progress-con-block{
	width: 1.58rem;
	height: 1.56rem;
	margin-top: -1.3rem;
}
.progress-con .progress-con-block img{
	width: 1.58rem;
	height: 1.56rem;
}
.gather .progress .progress-line{
	background: #ffc31c;
	width: 100%;
	height: 0.2rem;
	margin-top: -1.56rem;
}
.gather .gather-main {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 0.58rem;
}

.gather .gather-block {
	width: 1.87rem;
	height: 0.51rem;
	display: flex;
	justify-content: center;
	margin-top: 3.6rem;
}

.gather .btn-gather {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.gather .btn-gathered {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling_ed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.gather .btn-ungather {
	display: block;
	width: 1.53rem;
	height: 0.51rem;
	background: url(../img/ling_un.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.gather .gather-btn {
	width: 2.56rem;
	height: 0.86rem;
	margin: 0.3rem auto 0;
}

.sign {
	height: 9.88rem;
	box-sizing: border-box;
	padding-top: 2.3rem;
}

.sign .sign_bg {
	width: 7.15rem;
	height: 7.25rem;
	margin: 0 auto 0;
	background: url(../img/qian_bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 0.4rem;
}

.sign .sign_bg .qian_block {
	width: 6.6rem;
	height: 5.3rem;
	margin: 0rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.qian_block .qian_item {
	width: 1.27rem;
	height: 1.59rem;
	position: relative;
}
.qian_item .qian_day{
	/*color: #ffc120;*/
	color: #FFFFFF;
	text-shadow:
			-1px -1px 0 #ffc120,
			1px -1px 0 #ffc120,
			-1px  1px 0 #ffc120,
			1px  1px 0 #ffc120;
	position: absolute;
	top: 0.18rem;
	left: 0.27rem;
	font-size: 0.18rem;
	font-weight: bold;

}
.qian_block .qian_item .qian_itemed {
	width: 1.27rem;
	height: 1.59rem;
	background: url(../img/signed.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.btn-qian {
	display: block;
	width: 2.56rem;
	height: 0.86rem;
	margin: 0.2rem auto 0;
}

.btn-qianed {
	display: block;
	width: 2.58rem;
	height: 0.90rem;
	margin: 0.2rem auto 0;
}

.lottery {
	height: 11.12rem;
	padding-top: 1.3rem;
	box-sizing: border-box;
}

.lottery .lottery-tip {
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 4.77rem;
	margin-bottom: 0.4rem;
}

.lottery .lottery-tip a {
	display: block;
	width: 0.32rem;
	height: 0.32rem;
}
/* 抽奖容器 */
#lotterycon {
	width: 7.14rem;
	height: 7.25rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 2.1rem);
	grid-template-rows: repeat(3, 2.1rem);
	grid-gap: 0.1rem;
	justify-content: center;
	align-content: center;
	position: relative;
	background: url(../img/chou_bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/* 抽奖格子 */
.lottery-item {
	position: relative;
	width: 1.95rem;
	height: 1.95rem;
	cursor: pointer;
	transition: all 0.15s;
	overflow: visible;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: transparent;
	box-sizing: border-box;
}

/* 激活状态 */
.lottery-item.active {
	position: relative;
	z-index: 10;
}

/* 激活状态的背景效果 - 确保完整显示 */
.lottery-item.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.13rem;
	height: 2.13rem;
	/* 先用一个明显的颜色测试 */
	background: url(../img/chou_active.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 10;
	animation: pulse 1s infinite alternate;
}

/* 背景闪烁动画 */
@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

/* 奖品图片 - 保持1.95*1.95大小 */
.lottery-item img {
	width: 1.95rem !important;
	height: 1.95rem !important;
	display: block;
	object-fit: contain;
	z-index: 2; /* 在背景上方 */
	position: relative;
}

/* 激活状态的奖品图片 - 保持原大小 */
.lottery-item.active img {
	width: 1.95rem !important;
	height: 1.95rem !important;
	transform: none;
	z-index: 2;
}

/* 奖品名称 */
.lottery-item .prize-name {
	display: block;
	margin-top: 0.06rem;
	font-size: 0.14rem;
	z-index: 2;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

/* 中心按钮样式 */
.start {
	background: url(../img/btn_chou.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	user-select: none;
	cursor: pointer;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 1;
	width: 1.96rem;
	height: 1.95rem;
}

.start.disabled {
	background: #ccc;
	color: #666;
	cursor: not-allowed;
	transform: none;
}

/* 弹窗样式 */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}
.modal-content {
	width: 6.95rem;
	height: 4.51rem;
	background: url(../img/winpop-normal.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-top: 1.3rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	position: absolute;
}
.modal p {
	font-size: 0.28rem;
	color: #e90101;
	font-weight: bold;
	/*margin: 0.1rem 0;*/
	text-align: center;
}
.modal button {
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/btn_know.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border: none;
	cursor: pointer;
	margin-top: 1rem;
	transition: all 0.3s;
}
/* 确保激活状态的背景能够显示 */
#lotterycon {
	overflow: visible;
}

.lottery-item {
	overflow: visible;
}
/* 统计信息 */

.stats {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0.1rem;
	padding: 0.15rem;
	margin-top: 0.2rem;
	font-size: 0.14rem;
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
}

.stats p {
	margin: 0.05rem 0;
}

.bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 7.5rem;
	margin: 0 auto;
	height: 0.84rem;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.nav-item {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: 1;
	text-align: center;
	width: 1.5rem;
	height: 0.76rem;
	background: url(../img/menu.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.nav-item.active {
	background: url(../img/menu_active.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.nav-item.active span {
	color: #0b0000;
}

.nav-item span {
	font-size: 0.25rem;
	color: #5a4383;
}

.floating-btn {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.74rem;
	height: 3.68rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	z-index: 99;
	transition: all 0.3s ease;
}

.floating-btn .floting-main,
.floating-btn .floting-main img {
	width: 0.74rem;
	height: 3.17rem;
}

.floating-btn .floting-icon,
.floating-btn .floting-icon img {
	width: 0.52rem;
	height: 0.37rem;
	margin-left: 0.04rem;
}
.winpop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 101;
	justify-content: center;
	align-items: center;
}

.winpop .winpop_block.winpop-ewm-content {
	background: url(../img/winpop-sidebar.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.41rem;
	height: 9.04rem;
	position: relative;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}
.winpop .winpop_block.winpop-gailv-content{
	background: url(../img/winpop-gailv.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.41rem;
	height: 9.04rem;
	position: relative;
}
.winpop-ewm-content .ewm-gzh{
	width: 2.8rem;
	height: 3.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.ewm-gzh img:first-child{
	width: 1.89rem;
	height: 0.75rem;
}
.ewm-gzh img:last-child{
	width: 2.8rem;
	height: 2.81rem;
}
.winpop-ewm-content .ewm-wx{
	width: 2.8rem;
	height: 3.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}
.ewm-wx img:first-child{
	width: 2.28rem;
	height: 0.76rem;
}
.ewm-wx img:last-child{
	width: 2.8rem;
	height: 2.81rem;
}
.closeBtn{
	width: 0.83rem;
	height: 0.83rem;
	background: url(../img/btn_close.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;

}
.winpop-faction-content,.winpop-reward-content,.winpop-gather-content{
	width: 6.95rem;
	height: 4.51rem;
	background: url(../img/winpop-normal.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}
.faction-con{
	text-align: center;
	margin-top: 1rem;
}
.winpop-faction-content p{
	color: #3d3d3e;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.3rem;
}
.winpop-faction-content p span{
	color: #ed0000;
}
.winpo-faction-btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 4.8rem;
	height: 0.86rem;
	margin: 0.9rem auto 0;
}
.winpo-faction-btn .faction-btn-confirm{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/faction_confirm.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.winpo-faction-btn .faction-btn-cancel{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/faction_canael.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.reward-con{
	font-size: 0.28rem;
	color: #e90101;
	font-weight: bold;
	/* margin: 0.1rem 0; */
	text-align: center;
	margin: 1.3rem auto 0;
}
.reward-btn{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/btn_know.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border: none;
	cursor: pointer;
	margin: 1rem auto 0;
	transition: all 0.3s;
}
.gather-con{
	color: #3d3d3e;
	font-weight: bold;
	font-size: 0.28rem;
	width: 5rem;
	margin: 0 auto;
}
.gather-con p{
	text-align: center;
	margin: 0.84rem auto 0.43rem;
}
.gather-detail{
	width: 5.04rem;
	height: 0.72rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../img/gather-detail.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 0 0.16rem;
	margin: 0 auto;
}
.gather-detail .gather-addr{
	width: 4.7rem;
	height: 0.72rem;
	line-height: 0.72rem;
	overflow: hidden;
	white-space: nowrap; /* 防止文本换行 */
	text-overflow: ellipsis; /* 显示省略号 */
}
.gather-detail .gather-detail-copy{
	width: 0.34rem;
	height: 0.42rem;
	background: url(../img/copy.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.gather-copy{
	width: 2.18rem;
	height: 0.86rem;
	background: url(../img/btn_copy.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin: 0.44rem auto 0;
}

.winpop .winpop-wrap {
	padding: 0rem 0 0 0;
	overflow: hidden;
	width: 6.92rem;
	height: 5.94rem;
	background: url(../img/winpop-loadbg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}

.code_form {
	padding: 1.38rem 0.69rem 0 1.33rem;
}
.code_form_a{
}
.code_form li {
	margin-bottom: 0.27rem;
	position: relative;
}
.code_form li input {
	width: 100%;
	height: 0.67rem;
	line-height: 0.67rem;
	padding: 0;
	outline: none;
	border: none;
	color: #a1a1a1;
	font-size: 0.28rem;
	background: transparent;
}
.code_form li .code {
	width: 2.12rem;
	height: 0.67rem;
	position: absolute;
	right: 0;
	top: 0;
}
.code_form li .code{
	color: #6255d6;
	font-size: 0.28rem;
	width: 1.6rem;
	height: 0.56rem;
	text-align: center;
	line-height: 0.56rem;
	margin-top: 0.09rem;
	border: 0.01rem solid #6255d6;
}
.winpop-btn{
	width: 2.8rem;
	height: 0.88rem;
	margin: 0.4rem auto 0;
}
.winpop-btn a.btn {
	width: 2.8rem;
	height: 0.88rem;
	display: block;
}
.download{
	width: 5.6rem;
	height: 0.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.24rem auto 0;
}
.download p{
	color: #1f1f1f;
	font-size: 0.22rem;
}
.download .download-android{
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/android.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.download .download-ios{
	width: 1.73rem;
	height: 0.53rem;
	background: url(../img/ios.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpSmall {
	animation-name: fadeInUpSmall;
	animation-duration: 0.3s;
	-webkit-animation-name: fadeInUpSmall;
	-webkit-animation-duration: 0.3s;
}
.winpop .winpop-wrap .winpop-close {
	height: 0.43rem;
	width: 0.43rem;
	background: url(../img/close.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: absolute;
	right: 0.23rem;
	top: 0.23rem;
	cursor: pointer;
}
.winpop-own,.winpop-other,.winpop-yqm{
	background: #FFFFFF;
	border-radius: 0.3rem;
}
.winpop .winpop_close{
	width: 0.45rem;
	height: 0.45rem;
	position: absolute;
	right: 0.33rem;
	top: 0.4rem;
	background: url("../img/close.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.winpop-load-block{
	width: 6.92rem;
	height: 7.45rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;

	position: relative;
	box-sizing: border-box;
}
.load-tip{
	width: 5.61rem;
	height: 1.57rem;
	background: url("../img/load-tip.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.winpop_block.winpop-person-content, .winpop_block.winpop-rule-content{
	background: url(../img/winpop-chou.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 6.41rem;
	height: 9.04rem;
	position: relative;
}
.person-con{
	text-align: center;
}
.person-con .person-title{
	width: 4.88rem;
	height: 0.89rem;
	margin: 0.5rem auto 0rem;
}
.person-con .rule-title{
	width: 4.66rem;
	height: 0.47rem;
	margin: 0.7rem auto 0.26rem;
}
.person-bg{
	background: url(../img/rule-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 5.79rem;
	height: 7.12rem;
	margin: 0 auto;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0.5rem 0.36rem;
}
.rule-bg{
	background: url(../img/rule-bg.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 5.79rem;
	height: 7.12rem;
	margin: 0 auto;
	/*overflow-y: auto;*/
	box-sizing: border-box;
	padding: 0.5rem 0.36rem;
}
.person-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	color: #a27beb;
	font-size: 0.22rem;
	font-weight: bold;
	height: 0.6rem;
}
.person-top div:last-child{
	text-align: right;
}
.person-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	color: #ffeeb2;
	font-size: 0.22rem;
	font-weight: bold;
	height: 0.6rem;
	box-sizing: border-box;
	border-top: 0.01rem solid #ffeeb2;
}
.person-list .person-le{
	width: 50%;
}
.person-list .person-ri{
	width: 50%;
	text-align: right;
	overflow: hidden;
	white-space: nowrap; /* 防止文本换行 */
	text-overflow: ellipsis; /* 显示省略号 */
}
.rule-bg .rule-con{
	font-size: 0.2rem;
	font-weight: bold;
}
.rule-bg .rule-con:last-child{
	margin-top: 0.2rem;
}
.rule-bg .rule-con:last-child p:last-child{
	height: 5rem;
	overflow-y: auto;
	box-sizing: border-box;
	text-align: justify;
	padding-right: 0.16rem;
}
.rule-con p{
	color: #ffffff;
	text-align: justify;
	line-height: 0.36rem;
}
.rule-con p:first-child{
	color: #ffab43;
	text-align: left;
}
.progress{
	width: 100%;

}



#luck .active{
	background-image: url(../img/chou_active.png);
}
.shanDeng table{
	margin: 0 auto;
}
