body {
	background: #59b5ff;
}

.app {
	box-sizing: border-box;
	padding-top: 34rem;
	padding-bottom: 2rem;
	background: url(../images/topBanner.png) no-repeat center top;
	background-size: 100%;
	overflow: hidden;
}

.huodongsm {
	width: 3.97rem;
	position: fixed;
	top: 17rem;
	right: 0;
	z-index: 3;
}

.huodongsm a {
	width: 3.97rem;
	height: 1.37rem;
	line-height: 1.37rem;
	text-align: center;
	display: block;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.68rem 0rem 0rem 0.68rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
}

/*每日抽福利*/
.main-box01 {
	width: 23rem;
	height: 35.33rem;
	background: url(../images/k-bg01.png) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
}

.box01-p1 {
	font-size: 0.93rem;
	font-weight: bold;
	color: #2D7AD7;
	line-height: 1.2rem;
	padding: 5rem 0 0 1rem;
}

.box01-p1 span {
	color: #FF2F22;
	font-weight: bold;
}

.box01-p2 {
	font-size: 0.8rem;
	color: #444444;
	line-height: 1.2rem;
	padding: 0 1rem;
}

/*获奖名单*/

#scrollNews {
	width: 17.3rem;
	height: 1.6rem;
	line-height: 1.6rem;
	background: #1860FF;
	border-radius: 1rem 1rem 0rem 0rem;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	margin: 1rem auto 0 auto;
}

#newsList li {
	font-size: 0.93rem;
	padding: 0.1rem 2rem;
	color: #FFFFFF;
}

#newsList li img {
	width: 1.3rem;
	height: 1.3rem;
	background: linear-gradient(0deg, #E10019 0%, #00601B 100%);
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 0.63rem;
}

/*抽奖*/
.banner {
	width: 20.9rem;
	height: 21.53rem;
	background: linear-gradient(0deg, #E2FFC7 0%, #C1FFF6 100%);
	box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.25);
	border-radius: 1rem;
	border: 3px solid #FFFFFF;
	margin: auto;
	position: relative;
}

.content {
	width: 20.9rem;
	height: 21.53rem;
	padding: 1rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.box {
	height: 5.93rem;
	width: 5.93rem;
	background: #fff;
	border-radius: 1.33rem;
	border: 0.2rem solid #70F1EE;
	box-sizing: border-box;
	text-align: center;
}

.box img {
	width: 3rem;
	margin-top: 0.6rem;
	display: inline-block;
}

.box p {
	font-weight: bold;
	font-size: 0.8rem;
	color: #000;
}

.box-on {
	background: #FFEA00;
	border-radius: 1.33rem;
	border: 0.2rem solid #FF7D25;
}

.btn {
	width: 5.93rem;
}

/*end 抽奖*/

/*周三囤币日*/
.main-box02 {
	width: 24.33rem;
	height: 24.6rem;
	background: url(../images/k-bg02.png) no-repeat center top;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
}

.tishi01 img {
	width: 5.9rem;
	position: absolute;
	top: 0.6rem;
	right: 1.5rem;
}

.tishi02 img {
	width: 6.77rem;
	position: absolute;
	top: 0.6rem;
	right: 1.3rem;
}

.box02-p1 {
	font-size: 0.8rem;
	color: #2D7AD7;
	line-height: 1.2rem;
	padding: 6rem 0 0 2rem;
}

.box02-p2 {
	font-size: 0.8rem;
	font-weight: bold;
	color: #2D7AD7;
	line-height: 1.2rem;
	padding: 0 2rem;
}

.box02-p2 span {
	color: #FF2F22;
	font-weight: bold;
	font-size: 1.2rem;
}

.num-dangwei {
	width: 21.23rem;
	margin: 0 auto;
}

.button-yy img {
	width: 16rem;
	height: 5.06rem;
	margin: 1rem auto;
}

.button-cy img {
	width: 14.91rem;
	height: 5.51rem;
	margin: 0.8rem auto;
}

/*夏日冲榜*/
.main-box03 {
	width: 23rem;
	background: url(../images/k-bg03.png) no-repeat center top;
	background-size: 100% auto;
	margin: 0 auto;
}

.p-text01 {
	padding: 5rem 1rem 1rem 1rem;
	font-size: 0.8rem;
	color: #444444;
	line-height: 1.2rem;
}

.date-box {
	width: 15.93rem;
	height: 2.67rem;
	line-height: 2.67rem;
	text-align: center;
	background: #66D224;
	border-radius: 1.33rem;
	margin: 2rem auto 0.5rem auto;
	font-size: 1.2rem;
	color: #FFFFFF;
}

/*排行榜*/
.collectWoolMain {
	width: 23rem;
	margin: 0.5rem auto;
	background: #fff;
	border-radius: 0 0 1rem 1rem;
	padding: 0 0 1rem 0;
}

.collectWoolBox {
	overflow: hidden;
}

.podiumBox {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../images/podium.png) no-repeat center top;
	background-size: 100% 100%;
	position: relative;
	overflow: visible;
	width: 21.27rem;
	height: 15.63rem;
	box-sizing: border-box;
}

.podiumBox .gold {
	order: 1;
}

.podiumBox .silver {
	order: 0;
}

.podiumBox .copper {
	order: 2;
}

.podiumBox li {
	position: relative;
	text-align: center;
}

.podiumBox li img {
	display: inline-block;
}

.podiumBox li h3 {
	color: #000;
	text-align: center;
	margin-top: 1rem;
}

.podiumBox li h3 span {
	font-size: 1rem;
}

.podiumBox li p {
	color: #FF5000;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
}
.podiumBox li p span{
	color: #FF5000;
	font-size: 0.8rem;
	font-weight: normal; display:block; margin-bottom: 0.1rem;
}


.podiumBox li:first-child {
	width: 39%;
	padding: 2.1rem 0 0 0;
}
.podiumBox li:first-child  h3{
	margin-top: 2rem;
}

.podiumBox li:first-child .headPortraitImg {
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	width: 3.22rem;
	height: 3.22rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	border: 1px solid #C6FA4E;
}

.podiumBox li:nth-child(2) {
	width: 33%;
	padding: 4.7rem 0 0 0.5rem;
	box-sizing: border-box;
}

.podiumBox li:nth-child(2) .headPortraitImg {
	width: 2.8rem;
	height: 2.8rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.11);
	border: 1px solid #C6FA4E;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}


.podiumBox li:nth-child(3) {
	width: 28%;
	padding: 5.73rem 0.5rem 0 0;
	box-sizing: border-box;
}

.podiumBox li:nth-child(3) .headPortraitImg {
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	width: 2.8rem;
	height: 2.8rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.11);
	border-radius: 50%;
	border: 1px solid #88FDC4;
}


.collectWoolBoxTwo {
	width: 100%;
	overflow: hidden;
	margin-top: -2rem;
}

.collectWoolBoxTwo li {
	height: 4.67rem;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
}

.collectWoolBoxTwo li div {
	width: 2.67rem;
	height: 2.67rem;
	flex: 0;
	margin-right: 1.7rem;
}

.collectWoolBoxTwo li div img {
	width: 2.67rem;
	height: 2.67rem;
	border-radius: 50%;
	border: 1px solid #dedede;
}

.collectWoolBoxTwo li h3 {
	font-size: 0.93rem;
	font-size: 0.93rem;
	font-weight: bold;
	color: #000000;
	flex: 1;
}

.collectWoolBoxTwo li p.num01 {
	font-size: 1rem;
	color: #000000;
	padding: 0 1.7rem;
	flex: 0;

}

.collectWoolBoxTwo li p.num {
	color: #FF5000;
	flex:none;
	font-size: 0.8rem;
	font-weight: bold;
	margin-right: 2rem;
	width:20%; text-align: center; display: block;
}

.text-container {
	overflow: hidden;
	white-space: nowrap;
	margin-left: 0.6rem;
	margin-right: 0.6rem;
	/* 让容器宽度适应内容（如果内容不超出） */
}

.scrollable-text {
	display: inline-block;
	transition: transform 0.3s ease;
}

/* 滚动动画 - 动态计算结束位置 */
@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(var(--scroll-end));
		/* 使用CSS变量动态设置结束位置 */
	}
}

/* 应用动画的类 */
.scroll-active {
	animation: scrollLeft var(--scroll-duration, 10s) linear infinite;
}

/* 悬停暂停效果 */
.text-container:hover .scroll-active {
	animation-play-state: paused;
}

.collectWoolBoxThree{
	width: 21.27rem;
	height: 1.73rem;
	background: #F6F6F6;
	border-radius: 0.33rem; margin: -1rem auto 2rem auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center; font-size: 0.8rem;
}
.collectWoolBoxThree li:first-child{ width: 10%; flex: none; margin-left: 0.4rem;  color: #929292;}
.collectWoolBoxThree li:nth-child(2){ flex:auto; text-align: left; margin-left: 1.5rem;  color: #929292;}
.collectWoolBoxThree li:nth-child(3){ width: 20%; flex: none; margin-right: 1rem;  color: #929292;}
/*end 排行榜*/
/*我的排行*/
.my-paihang {
	width: 21.73rem;
	height: 3.17rem;
	background: linear-gradient(90deg, #EFEFEF 0%, #FFFFFF 48%, #FFFFFF 100%);
	border-radius: 0.67rem;
	border: 1px solid #EFEFEF;
	margin: 0 auto;
	padding: 0 1.27rem;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}

.my-paihang>div {
	font-size: 0.93rem;
	font-weight: bold;
}

.collectWoolBox.lastWeek {
	transform: scale(0.9);
}

.my-shangbang {
	height: 5.3rem;
	background: linear-gradient(90deg, #ECFFCD 0%, #FFFFFF 48%, #FFFFFF 100%);
	border-radius: 0.67rem;
	border: 1px solid #D2F398;
	display: block;
	margin-top: -2.5rem;
	padding: 0.63rem 1.27rem 0 1.27rem;
}

.my-shangbang .get-reward {
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.my-shangbang .get-reward .button-lq img {
	width: 4.7rem;
}

.my-shangbang .reward-itps {
	width: 19.67rem;
	height: 1.27rem;
	line-height: 1.27rem;
	text-align: center;
	background: #FFF3E6;
	border-radius: 0.62rem;
	font-size: 0.8rem;
	font-weight: normal;
	color: #FF6300;
	line-height: 1.2rem;
	margin: 0.8rem auto 0 auto;
}

._more-link{ color: #FF2F22; font-size: 0.8rem;}
/*弹框*/
.tankuang01 {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1003;
	-webkit-transform: translate(-50%, -55%);
	transform: translate(-50%, -55%);
	width: 23.53rem;
	height: 25.9rem;
	padding: 7rem 0 0 3.5rem;
	box-sizing: border-box;
	background: url(../images/tk.png) no-repeat top center;
	background-size: 100% auto;
	margin: 0 auto;
}

.tk-jp {
	width: 8.37rem;
	height: 2.53rem;
	line-height: 2.53rem;
	text-align: center;
	background: linear-gradient(-90deg, #ECFFA5 0%, #FCFEED 99%);
	border-radius: 1.27rem;
	font-size: 1rem;
	font-weight: bold;
	color: #000000;
}

._close-button {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3rem;
}

._close-button a {
	width: 14.43rem;
	height: 4rem;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}
	/*tankuang03 活动说明*/
.tankuang03{
 position: fixed;
 top: 50%;
 left: 50%;
 z-index: 1003;
 -webkit-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%); 
 width:20rem;  box-sizing: border-box;
 background: url(../images/tk-general.png)  no-repeat top center #fff;
 	background-size: 100% auto;  margin:0 auto;
	border-radius: 2rem;  padding-bottom:7rem; box-sizing: border-box;
 } 
.tankuang h3{
	font-weight: bold;
	font-size: 1.2rem;
	color: #18161E;
	line-height: 0.65rem; padding: 2rem 0 1.6rem 0; text-align: center;
}
 
.tankuang .tk-center{ max-height:calc(100vh - 26rem); overflow-y:auto; }
.tankuang .tk-center p{
	 padding: 0 1.5rem;
	 font-size: 0.93rem;
	 color: #666666;
	 line-height: 1.2rem; position: relative; margin-bottom: 0.4rem;
 }
 ._more-box a{ color: #FF2F22; padding: 0 1.5rem; text-decoration: underline;}
._close-button{ height: 6rem; overflow: hidden; position: absolute; left: 0; right: 0; bottom: -0.5rem;} 
._close-button a{ width: 18.07rem; height: 7rem; display: block; margin: 0 auto; text-indent: -9999px;}
/*公用*/
.coverBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background: rgba(35, 35, 35, 0.95);
	display: none;
}

.tankuang01,.tankuang03{
	display: none;
}

.open {
	display: block;
}

/*end 弹框*/