﻿﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*dark : 浅色*/
@media (prefers-color-scheme: light) {
	html {
		--bg-color1: #e9eef9;
		--bg-color2: #e9eef9;
		--bg-color3: #fff;
		--bg-color4: #fff;
		--bg-color5: #E0E7F5;
		--bg-color6: #e8eefa;
		--bg-color7: #fff;
		--bg-color8: #C0F2DA;
		--bg-color9: #ffffff;
		--bg-color10: #f5f8ff;

		--text-color1: #FFFFFFCC;
		--text-color2: #849448;
		--text-color3: #000000B2;
		--text-color4: #333;
		--text-color5: #6C7892;
		--text-color6: #888888;
		--text-color7: #000000CC;
		--text-color8: #00000099;

		--text-color9: #333333;
		--text-color10: #000000E5;
		--text-color11: #00000066;
		--text-color12: #666;
		--text-color13: #666;
	}

}

/*dark : 深色*/
@media (prefers-color-scheme: dark) {
	html {
		--bg-color1: #202023;
		--bg-color2: #282f4a;
		--bg-color3: #171B2A;
		--bg-color4: #2e313c;
		--bg-color5: #464B5C;
		--bg-color6: #3a3e4a;
		--bg-color7: #2e313c;
		--bg-color8: #2E313C;
		--bg-color9: #2e313c;
		--bg-color10: #323644;

		--text-color: #FFFFFFCC;
		--text-color2: #CED8AB;
		--text-color3: #FFFFFFCC;
		--text-color4: #FFFFFF;
		--text-color5: #B8C3EE;
		--text-color6: #FFFFFF80;

		--text-color8: #FFFFFF99;

		--text-color9: #FFFFFFCC;
		--text-color10: #FFFFFFE5;
		--text-color11: #FFFFFF66;
		--text-color12: #FFFFFFB2;
		--text-color13: #FFFFFFCC;
	}
}

/* .dark-mode{
    --bg-color1:#202023;
    --bg-color2:#282f4a;
    --bg-color3:#171B2A;
    --bg-color4:#2e313c;
    --bg-color5:#464B5C;
    --bg-color6:#3a3e4a;
    --bg-color7:#2e313c;
    --bg-color8:#2E313C;
    --bg-color9:#2e313c;

    --text-color:#FFFFFFCC;
    --text-color2:#CED8AB;
    --text-color3:#FFFFFFCC;
    --text-color4:#FFFFFF;
    --text-color5:#B8C3EE;
    --text-color6:#FFFFFF80;

    --text-color8:#FFFFFF99;

    --text-color9:#FFFFFFCC;
    --text-color10:#FFFFFFE5;
    --text-color11:  #FFFFFF66;
    --text-color12: #FFFFFFB2;
} */
.my4 {
	margin-top: .08rem;
	margin-bottom: .08rem;
}

html {
	width: 100%;
}

body {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	color: var(--text-color);
	overflow-y: auto;
	font-family: -apple-system, BlinkMacSystemFont, Microsoft YaHei, Arial, sans-serif;
}

#app {
	font-size: .24rem;
	background-color: var(--bg-color1);
	position: relative;
	height: 100%;
	min-height: 100vh;
}

.my-sticky {
	position: sticky;
	top: 0;
	padding: 0 .16rem;
	background-color: var(--bg-color2);
	z-index: 999;
}

.marquee-wrap {
	padding: .08rem 0;
}

.marquee-box {
	display: flex;
	align-items: center;
	height: .72rem;
	padding: .1rem;
	background-color: var(--bg-color3);
	color: var(--text-color2);
	border-radius: .35rem
}

.marquee-box .container-main {
	flex: 1;
	margin: 0 .15rem;
	font-size: .2rem;
	overflow: hidden
}

.marquee-box p {
	display: inline-block;
	padding-left: 100%;
	white-space: nowrap;
	font-size: .28rem;
	animation: vMarquee 10s linear infinite
}


@keyframes vMarquee {
	0% {
		transform: translate3d(0, 0, 0)
	}

	100% {
		transform: translate3d(-100%, 0, 0)
	}
}

.notif {
	margin-left: .28rem;
}

.hidden {
	display: none;
}


.ml12 {
	margin-left: .24rem;
}

.flex {
	display: flex;
}

.flex-middle {
	align-items: center
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-1 {
	flex: 1;
}


a:hover,
a:focus,
a:active {
	text-decoration: none
}

a {
	text-decoration: none;
	color: var(--text-color4);
}


.cover {
	overflow: hidden
}



.mb-4 {
	margin-bottom: .08rem;
}

.pb0 {
	padding-bottom: 0 !important;
}


img {
	object-fit: cover;
}

.mb8 {
	margin-bottom: 8px;
}



.nav-c {
	display: flex;
	justify-content: space-between;
	height: .88rem;
	align-items: center;
	z-index: 100;
}

.nav-c .item {
	font-size: .28rem;
	color: var(--text-color3);
	font-weight: 600;
	height: .56rem;
	line-height: .56rem;
	padding: 0 .2rem;
	border-radius: .68rem;
}

.nav-c .item.active {
	font-weight: 700;
	background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
	color: #16291A;
	text-align: center;
	width: 100%;
}

.swiper-c,
.swiper-container,
.zp-swper {
	overflow: hidden;
}

.body-container {
	padding: 8px;
}

.ad-item-wrap {
	border-radius: 10px;
	overflow: hidden;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 10px;
}

.ad-item-conter {
	margin-top: 10px;
	border-radius: 10px;
	padding: 16px 8px;
	background-color: var(--bg-color4);
}

.grid-cols-5 {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	row-gap: 0.24rem;
	column-gap: 0.1rem;
}

.grid-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.grid-item img {
	width: 1.28rem;
	min-height: 1.28rem;
	max-height: 1.28rem;
	border-radius: .2rem;
}

.grid-item .text {
	text-align: center;
	font-size: .24rem;
}

.text {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.jgg-load {
	width: 1.08rem;
	height: .48rem;
	line-height: .48rem;
	background-color: var(--bg-color5);
	text-align: center;
	font-size: .28rem;
	border-radius: .24rem;
	color: var(--text-color5);
}


.lf-g-load {
	color: var(--text-color6);
}






.ad-text-wrap {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-text-icon {
	margin-right: .05rem;
}

.ad-text-item {
	background-color: var(--bg-color8);
	color: var(--text-color9);
	height: .64rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	border-radius: 5px;
}

.ad-text-item.h {
	color: #FF4366;
}

.grid-cols-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 18px;
	column-gap: 16px;
}

.ad2-item {
	display: flex;
	align-items: center;
}

.ad2-item-img {
	width: .88rem;
	height: .88rem;
	margin-right: .16rem;
	border-radius: 5px;
}

.ad2-item-info {
	flex: 1;
	max-width: 2.18rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.ad2-name {
	color: var(--text-color4);
	font-weight: 700;
	font-size: .28rem;

}

.ad2-sub-text {
	color: var(--text-color6);
}


.s-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .2rem;
	padding-top: .24rem;
	padding-bottom: .2rem;
}

.s-wrap .lf-g {
	border-radius: .2rem;
	background-color: var(--bg-color4);
	display: flex;
	align-items: center;
	position: relative;
}

.lf-g .lf-g-img {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .2rem;
	margin-right: 0.16rem;
}

.s-wrap .ad-name {
	font-weight: 700;
	font-size: .28rem;
	color: var(--text-color4);
}

.go-icon {
	position: absolute;
	top: .24rem;
	right: 0;
}

.ad3-item {
	width: 3.04rem;
	margin-right: 4px;
	background-color: var(--bg-color6);
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 8px;
	display: block;
	position: relative;
}

.ad3-item-img {
	width: 3.04rem;
	height: 3.04rem;
}

.ad3-item-a {
	position: absolute;
	top: 2.86rem;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding: 0 2px;
	width: 100%;
}

.like-wrap,
.add-wrap {
	width: 50%;
	height: .36rem;
	font-size: .2rem;
	padding: 0 .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	flex: 1;
}

.like-wrap {
	background: url(../image/g-left.svg) center / 100% 100% no-repeat;
}

.add-wrap {
	background: url(../image/g-right.svg) center/100% 100% no-repeat;
}


.zone-text-wrap {
	padding: .06rem .22rem .14rem .22rem;
}

.zone-item .zone-text-wrap p {
	font-size: .2rem;
}


.zone-text-wrap .zone1-item-name-wrap span {
	font-size: .28rem;
	text-align: left;
}

.zone1-item-name {
	font-weight: 700;
}

.zone1-item-color1 {
	color: #8996C7;
}

.zone1-item-color2 {
	color: var(--text-color8);
}

.zone-item-btn-wrap {
	padding: 0 8px;
}

.zone-item-btn {
	width: 100%;
	border-radius: .06rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	background: linear-gradient(270deg, #DFB454 0%, #FC8D0A 100%);
	font-size: .26rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-s4 {
	padding: .22rem;
	margin-bottom: .2rem;
	background: var(--bg-color9);
	border-radius: .2rem
}

.item-s4 .header {
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-s4 .header .cover {
	width: 1.34rem;
	height: 1.34rem;
	border-radius: 50%
}

.cover img {
	width: 100%;
	height: 100%;
}

.item-s4 .header .name {
	font-size: .4rem;
	font-weight: 600;
}

.item-s4 .header .btn-detail {
	width: 2rem;
	height: .68rem;
	line-height: .68rem;
	text-align: center;
	font-size: .28rem;
	color: #16291A;
	font-weight: 700;
	border-radius: .33rem;
	background: linear-gradient(90deg, #F1FF2F 0%, #24DD6E 100%);
}

.item-s4 .text {
	margin-top: .35rem;
	align-items: flex-start
}

.item-s4 .more-preview {
	display: grid;
	gap: .2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: .28rem
}

.item-s4 .more-preview img {
	width: 2rem;
	height: 2.68rem;
	border-radius: .13rem
}

.address {
	border: 1px solid #39B09933;
	height: .44rem;
	border-radius: .14rem;
	padding: 0 10px;
	margin-top: 8px;
	white-space: nowrap;
	display: inline-flex;
}

.live-wrap .live-item {
	width: 3.48rem;
}

.live-item {
	display: block;
	width: 3.04rem;
	position: relative;
}

.hot-icon {
	position: absolute;
	top: 0;
	left: 0;
}

.live-wrap .live-item-img {
	width: 3.48rem;
	height: 5.2rem;
}

.live-item-img {
	width: 3.04rem;
	height: 4.54rem;
	min-height: 4.54rem;
	border-radius: 10px;
}

.center-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	background: linear-gradient(270deg, rgba(45, 122, 255, .7) 0%, rgba(147, 45, 255, .7) 100%);
	border-radius: .62rem;
	height: .72rem;
	line-height: .72rem;
	color: #fff;
	padding: 0 .24rem;
	white-space: nowrap;
}

.bt-info {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	bottom: 0;
	height: .8rem;
	padding: 0 4px;
	overflow: hidden;
	color: #fff;
	font-size: .24rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.bt-info img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.08rem;
}

.bt-info-left {
	color: #fff;
	display: flex;
	align-items: center;
}

.bt-info-left .dian {
	width: .08rem;
	height: .08rem;
	border-radius: 50%;
	background-color: #48FF54;
	margin-right: .04rem;
}

.bt-info-left .online-num {
	color: #48FF54;
}

.bt-t {
	display: flex;
	align-items: center;
}


.qq-item {
	display: block;
	width: 3.04rem;
	border-radius: 10px;
	padding: 6px;
	background-color: var(--bg-color6);
}

.qq-img {
	border-radius: 10px;
	width: 2.8rem;
	height: 2.8rem;
}

.qq-wrap .qq-item {
	background-color: var(--bg-color7);
	width: 100%;
}

.qq-wrap .qq-img {
	width: 3.24rem;
	height: 3.24rem;
}

.qq-title {
	margin: 8px 0;
	font-size: .36rem;
	font-weight: 700;
	color: var(--text-color8);
}

.light-mode .qq-title {
	color: var(--text-color7);
}

.qq-info {
	display: flex;
	justify-content: space-between;
	font-size: .24rem;
}

.qq-pic {
	font-size: .28rem;
	color: #FF2F00;
}


.qq-wrap,
.live-wrap,
.zp-s-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .22rem;
}

.qq-wrap .qq-item {
	background-color: var(--bg-color7);
}


.zp-menu-wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
}

.zp-menu-item {
	flex: 1;
	margin-right: 5px;
	height: 1.46rem;
}

.zp-menu-item:last-child {
	margin-right: 0;
}

.zp-menu-item img {
	width: 100%;
}

.zp-s-wrap .zone-item {
	width: 100%;
}

.zp-s-wrap .ad3-item-img {
	width: 3.48rem;
	height: 3.48rem;
}

.zp-s-wrap .ad3-item-a {
	top: 3.3rem;
}

.zp-s-wrap .zone-item-btn {
	background: linear-gradient(270deg, #2D7AFF 0%, #932DFF 100%);
}

.waterfall-flow {
	columns: 2;
	column-gap: 5px;
	column-gap: 5px;
}

.flow-item {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	border-radius: 10px;
	background-color: var(--bg-color7);
	break-inside: avoid;
}

.flow-text-wrap {
	padding: 8px;
}

.flow-img-wrap {
	position: relative;
}

.flow-ab {
	position: absolute;
	width: 100%;
	padding: 0 8px;
	bottom: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFFCC;
}

.sound {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: .82rem;
	height: .4rem;
	display: flex;
	align-items: center;
	padding: 0 3px;
}

.praise {
	border-radius: .82rem;
	height: .4rem;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 0 3px;
}

.sound img,
.praise img {
	margin-right: 3px;
}

.flow-img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	min-height: 3.26rem;
}

.flow-text1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flow-name {
	flex: 0 0 auto;
	width: 1.92rem;
	font-size: .28rem;
	font-weight: 700;
	color: var(--text-color10);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.flow-add {
	font-size: .2rem;
	color: var(--text-color11);

}

.flow-tips {
	width: 100%;
	display: flex;
}

.flow-tips div {
	background-color: #00FF001A;
	color: #428942;
	border-radius: 30px;
	height: 16px;
	padding: 0 4px;
	margin: 6px 4px 6px 0;
}

.flow-tips div:last-child {
	margin-right: 0;
}

.flow-text2 {
	color: var(--text-color12);
	line-height: 16px;
}

.live-tab {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .14rem;
	margin-bottom: 8px;
}

.live-tab-item {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	padding: .12rem;
	color: #FFFFFFCC;
	font-size: .2rem;
}

.live-tab-title {
	font-size: .24rem;
	font-weight: 700;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
}

.live-tab-title span {
	max-width: .96rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	flex: 0 0 auto;
}

.avatar1 {
	width: 1.22rem;
	height: .28rem;
}

.live-count {
	color: #2AFF00;
}

.fc-text {
	margin-bottom: 8px;
}

.fc-item {
	background-color: var(--bg-color10);
	color: var(--text-color13);
	padding: 8px;
	margin-bottom: 4px;
	border-radius: 4px;

}

.fc-title {
	color: #7E86A4;
	margin-right: 4px;
}

.fc-flex {
	display: flex;
	margin-bottom: 8px;
}

.fc-flex:last-child {
	margin-bottom: 0;
}

.fc-flex div {
	flex: 1;
	width: 100%;
	margin-right: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fc-flex div:last-child {
	margin-right: 0;
}

.no-wrap {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}




.banner-container {
	position: relative;
	width: 95%;
	max-width: 1200px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}

.banner-slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.banner-slide {
	min-width: 100%;
	height: 100%;
	position: relative;
}

.banner-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 20px;
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out;
}

.banner-slide:hover .slide-content {
	transform: translateY(0);
}

.slide-content h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

.slide-content p {
	font-size: 16px;
	line-height: 1.5;
}

.banner-controls {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	z-index: 10;
}

.control-btn {
	background: rgba(255, 255, 255, 0.5);
	color: #333;
	border: none;
	width: 30px;
	height: 40px;
	font-size: 24px;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-btn:hover {
	background: rgba(255, 255, 255, 0.8);
}

.banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.indicator {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.3s;
}

.indicator.active {
	background: white;
	transform: scale(1.2);
}


/* 0512 */
.biaoti {
  display: flex;
  flex-wrap: wrap;
  margin: 5px;
}

.biaoti a {
  padding:8px;
  margin: 5px;
  flex: 1 1 calc(35% - 40px);
  min-width: calc(25% - 40px);
  box-sizing: border-box;
  text-align: center;
  color: white; /* 文字颜色 */
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px; /* 圆角 */
  position: relative;
  overflow: hidden; /* 隐藏超出部分 */
  z-index: 1;
}

/* 渐变背景 + 闪耀动画 */
.biaoti a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    #2c78ce,
    #24DD6E,
    #34821c

  );
  background-size: 400% 400%;
  animation: gradientShine 3s ease infinite;
  z-index: -1;
  opacity: 0.8;
}

/* 鼠标悬停时更亮 */
.biaoti a:hover::before {
  opacity: 1;
}

/* 闪耀动画 */
@keyframes gradientShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.biaotiimg{
	overflow: hidden;
}
.biaotiimg img{
	width: 100%;
}



.module {
            
            margin: 10px;
      
            border-radius: 10px;
            overflow: hidden;
            
        }
        
         .module-title {
            
          position: relative;
            
            text-align: center;
            
        }
        .module-title img{
			width: 100%;
		}
        .toggle-btn {
			position: absolute;
            display: block;
            width: 100px;
            padding: 5px 10px;
            margin: 8px 0;
            background: #;
            border: 1px solid #000;
            border-radius: 20px;
            color: #000;
            font-size: 16px;
            cursor: pointer;
            text-align: center;
			right: 5px;
			bottom: 5px;
        }
        
        .content {
         
        }
        
        /* 5列展示样式 */
        .grid-5 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 8px;
        }
        
        /* 2列展示样式 */
        .grid-2 {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 5px;
            padding: 0px;
        }
        
        /* 5列模式下的项目样式 */
        .grid-5 .item {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 10px;
        }
        
        /* 2列模式下的项目样式 */
        .grid-2 .item {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 10px;
            padding-bottom: 10px;
           
        }
        
        /* 5列模式下的图片样式 */
        .grid-5 .image-box {
            width: 80px;
            height: 80px;
            aspect-ratio: 1/1;
            background-color: #3478F6;
            border-radius: 8px;
            margin-bottom: 6px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }
        
        /* 2列模式下的图片样式 */
        .grid-2 .image-box {
            width: 70px;
            height: 70px;
            flex-shrink: 0;
            background-color: #3478F6;
            border-radius: 8px;
            margin-bottom: 0;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        /* 5列模式下的标题样式 */
        .grid-5 .item-title {
            font-size: 14px;
            margin-bottom: 6px;
			
            text-align: center;
            width: 80px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        /* 2列模式下的标题样式 */
        .grid-2 .item-title {
            font-size: 16px;
            margin-bottom: 10px;
            text-align: left;
             white-space: nowrap;      /* 禁止换行 */
  overflow: hidden;         /* 隐藏溢出内容 */
  text-overflow: ellipsis;  /* 超出部分显示省略号 */
  overflow: hidden;
  width: 80px;
           
        }
        
        /* 2列模式下的内容容器 */
        .grid-2 .item-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
        
        .enter-btn {
            background-color: #89a9e2;
            color: #333;
            border: none;
            border-radius: 20px;
            padding: 6px 15px;
            cursor: pointer;
            font-size: 14px;
        }
        
        /* 2列模式下的按钮样式 */
        .grid-2 .enter-btn {
            align-self: flex-start;
        }