    html {
		overflow: auto;
		scrollbar-width: 0; /* Firefox */
		scrollbar-height: 0; /* Firefox */
		scrollbar-color: transparent transparent; /* Firefox */
	}
	html::after {
		content: none !important;
	}
	::-webkit-scrollbar {
		width: 0;
	}
	::-webkit-scrollbar-thumb {
		background-color: transparent;
	}
	::-webkit-scrollbar-track {
		background-color: transparent;
	}

	body {
		padding: 0;
		margin: 0;
		color: white;
		font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
		background: radial-gradient(circle at center, #223251, #081327);
	}
	a {
		text-decoration: none;
	}
	ul li {
		list-style: none;
	}
	p {
		margin: 0;
		padding: 0;
	}
	img {
		vertical-align: middle;
	}

	.website_body_main {
		max-width: 1200px;
		margin: 0 auto;
		padding: 10px;
	}
	.main_top {
		display: flex;
		justify-content: space-between;
		margin: 40px 0 20px 0;
	}
	.main_left {
		width: 70%;
		height: auto;
		margin: 0 15px 0 0;
	}
	.main_right {
		width: 30%;
		height: auto;
	}

	.main_left_gg {
		border-radius: 15px;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		line-height: 0;
	}
	.main_left_gg_img {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 15px;
	}
	.main_left_gg::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg:hover::after {
		width: 900px;
		height: 900px;
		visibility: visible;
	}
	
	.main_left_gg_bj {
		height: 232px;
		width: 100%;
		background-image: url('../image/tmbj.png');
		background-size: auto;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		
	}
	.main_left_gg_wa {
		height: auto;
		position: absolute;
		left: 0;
		z-index: 1;
		margin: 20px 0 0 10px;
	}
	.main_left_gg_wa .brand {
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
	}
	.main_left_gg_wa .slogan {
		font-size: 14px;
		line-height: 20px;
	}
	.main_left_gg_wa .ydwa {
		font-size: 26px;
		font-weight: bold;
		margin-top: 22px;
	}
	.main_left_gg_wa .yxlx {
		font-size: 14px;
		color: #FDCA41;
		line-height: 1;
		margin-top: 10px;
	}
	.main_left_gg_wa .yxlx span {
		font-weight: bold;
		margin: 0 10px;
	}
	.main_left_gg_wa .yxlx .fstyd {
		margin: 0 5px 0 0;
	}
	@keyframes blink {
		0%, 100% { transform: scale(1);}
		50% { transform: scale(0.9);}
	}
	.main_left_gg_wa .ydan {
		font-size: 16px;
		color: black;
		display: block;
		height: 50px;
		text-align: center;
		background: #ffffff;
		line-height: 50px;
		margin-top: 40px;
		border-radius: 5px;
		max-width: 170px;
		overflow: hidden;
		position: relative;
		text-shadow: none;
		box-shadow: 0 0 30px rgba(255, 255, 255, 0.7);
		animation: blink 1.5s infinite;
	}
	.main_left_gg_wa .ydan::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(233, 33, 91, 0.1);
		transition: width 0.6s, height 0.6s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.main_left_gg_wa .ydan:hover::after {
		width: 200px;
		height: 200px;
		visibility: visible;
	}
	.icon{
		width:25px ;
		margin-right: 5px;
	}
	.main_left_gg_wa .ydan img {
		margin: 0 0 0 10px;
	}
	.main_left_gg_mn {
		width: 50%;
		height: 100%;
		background-image: url('../image/dbjmn.png');
		background-size: auto;
		background-position: left;
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
	}
	.main_left_zx {
		display: flex;
		align-items: center;
		gap: 14px;
		margin-top: 15px;
		padding: 12px 16px;
		min-height: 88px;
		border-radius: 12px;
		background: linear-gradient(90deg, #1a3a6e 0%, #243d6b 55%, #2d5085 100%);
		cursor: pointer;
		position: relative;
		overflow: hidden;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	}
	.main_left_zx_icon {
		flex-shrink: 0;
		width: 80px;
		height: 80px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.1);
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.main_left_zx_icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.main_left_zx_text {
		flex: 1;
		min-width: 0;
	}
	.main_left_zx_text .zx-line1 {
		font-size: 14px;
		line-height: 1.55;
		color: #fff;
	}
	.main_left_zx_text .zx-line2 {
		font-size: 13px;
		line-height: 1.5;
		margin-top: 6px;
		color: rgba(255, 255, 255, 0.88);
	}
	.main_left_zx_arrow {
		flex-shrink: 0;
		font-size: 26px;
		font-weight: 300;
		line-height: 1;
		color: rgba(255, 255, 255, 0.45);
	}

	.main_right_1,
	.main_right_2,
	.main_right_3 {
		height: 116px;
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		cursor: pointer;
		position: relative;
		overflow: hidden;
	}
	.main_right_tp,
	.main_right_wz {
		height: 100px;
		margin: auto;
	}
	.main_right_tp {
		width: 100px;
		margin-left: 10px;
		border-radius: 10px;
	}
	.main_right_tp img {
		width: 100px;
		border-radius: 10px;
	}
	.main_right_wz {
		flex: 1;
		margin-left: 20px;
		margin-right: 10px;
	}
	.main_right_1 {
		background: linear-gradient(to right, #b8607a, #a31013);
	}
	.main_right_tp_1 {
		background: #471314;
	}
	.main_right_tp_2 {
		background: #471314;
	}
	.main_right_2 {
		background: linear-gradient(to right, #f4c33a, #f97902);
	}
	.main_right_3 {
		background: linear-gradient(to right, #56019f, #5b2579);
	}
	.main_right_wz .cp_title {
		font-size: 20px;
		font-weight: bold;
	}
	.main_right_wz .cp_desc {
		font-size: 14px;
		margin: 10px 0;
	}
	.main_right_wz .cp_desc i {
		margin: 0 5px;
		font-style: normal;
		font-size: 14px;
	}

	.main_right_2 {
		margin: 15px 0;
	}

	/* 分类区：一排三个，共两排（左文右图） */
	.category-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
		margin-top: 15px;
	}
	.category-card {
		display: flex;
		align-items: stretch;
		min-height: 150px;
		border-radius: 12px;
		cursor: pointer;
		overflow: hidden;
		transition: transform 0.2s ease;
	}
	.category-card:hover {
		transform: translateY(-2px);
	}
	.category-card-body {
		flex: 1;
		min-width: 0;
		padding: 16px 10px 14px 14px;
		z-index: 1;
	}
	.category-card-body h3 {
		font-size: 22px;
		font-weight: 800;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.category-card-body p {
		font-size: 12px;
		line-height: 1.65;
		color: rgba(255, 255, 255, 0.92);
	}
	.category-card-deco {
		flex-shrink: 0;
		width: 42%;
		min-width: 90px;
		max-width: 130px;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain;
		pointer-events: none;
	}
	.deco-1 {
		background-image: url('../image/caiqiu_1.png');
	}
	.deco-2 {
		background-image: url('../image/caiqiu_2.png');
	}
	.deco-3 {
		background-image: url('../image/caiqiu_3.png');
	}
	.deco-4 {
		background-image: url('../image/caiqiu_4.png');
	}
	.deco-5 {
		background-image: url('../image/caiqiu_5.png');
	}
	.deco-6 {
		background-image: url('../image/caiqiu_6.png');
	}
	.cat-sports {
		background: linear-gradient(145deg, #00bcd4, #00838f);
	}
	.cat-live {
		background: linear-gradient(145deg, #ec407a, #c2185b);
	}
	.cat-cards {
		background: linear-gradient(145deg, #3949ab, #283593);
	}
	.cat-esports {
		background: linear-gradient(145deg, #ffb300, #f57c00);
	}
	.cat-lottery {
		background: linear-gradient(145deg, #e040fb, #8e24aa);
	}
	.cat-slots {
		background: linear-gradient(145deg, #7b1fa2, #4a148c);
	}

	.main_wz {
		max-width: 1200px;
		margin: 20px 0 0 0;
		border-radius: 10px;
		background: radial-gradient(circle at center, #070f20, #485060);
	}
	.main_wz_tip {
		padding: 10px;
		font-size: 14px;
	}
	.main_wz_wz {
		display: flex;
		justify-content: space-between;
	}
	.main_wz_wz_btn {
		flex: 1;
		height: 50px;
		margin: 10px 10px 10px 0;
		text-align: center;
		line-height: 50px;
	}
	.main_wz_wz_btn a {
		display: block;
		width: 80%;
		height: 100%;
		color: #ffffff;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 10px;
		background: radial-gradient(circle at center, #070f20, #485060);
		box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2);
		position: relative;
		overflow: hidden;
	}
	.main_wz_wz_3 {
		margin-right: 0;
	}
	.main_footer {
		margin: 20px 0;
		text-align: center;
		font-size: 14px;
	}

	.css_dtxg::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: rgba(255, 255, 255, 0.2);
		transition: width 1s, height 1s;
		pointer-events: none;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
	}
	.css_dtxg:hover::after {
		width: 800px;
		height: 800px;
		visibility: visible;
	}


	/* Mobil */
	@media (max-width: 767px) {
		.main_top {
			margin-top: 10px;
			flex-direction: column;
		}
		.main_left {
			width: auto;
			margin: 0;
		}
		.main_right {
			width: auto;
			margin: 15px 0 0 0;
		}
		
		.category-grid {
			grid-template-columns: repeat(2, 1fr);
		}
		.category-card-deco {
			width: 38%;
			min-width: 72px;
		}
		
		.main_wz_wz {
			flex-direction: column;
		}
		.main_wz_wz_btn {
			flex: none;
			width: auto;
			margin: 10px 0;
		}
		.main_footer {
			margin: 20px 0 10px 0;
		}
		.main_left_zx {
			padding: 10px 12px;
			gap: 10px;
		}
		.main_left_zx_icon {
			width: 56px;
			height: 56px;
		}
		.main_left_zx_text .zx-line1 {
			font-size: 12px;
		}
		.main_left_zx_text .zx-line2 {
			font-size: 11px;
		}
	}

	/* other */
	@media (min-width: 980px) and (max-width: 989px) {
		.main_right_wz .cp_desc {
			font-size: 12px;
		}
	}
	@media (min-width: 780px) and (max-width: 979px) {
		.main_right_wz .cp_descs {
			display: none;
		}
	}
	@media (min-width: 768px) and (max-width: 779px) {
		.main_right_wz .cp_desc {
			display: none;
		}
	}
	@media (max-width: 479px) {
		.category-grid {
			grid-template-columns: 1fr;
		}
		.main_left_gg_wa .slogan {
			font-size: 12px;
		}
		.main_left_gg_wa .ydwa {
			font-size: 20px;
		}
		.main_left_gg_wa .yxlx {
			font-size: 12px;
		}
		.main_left_gg_mn {
			width: 60%;
		}
		.main_left_gg_wa .ydan {
			margin-top: 60px;
		}
	}
	@media (max-width: 409px) {
		.main_left_gg_mn {
			width: 65%;
		}
	}
	@media (max-width: 359px) {
		.main_left_gg_wa .slogan {
			font-size: 10px;
		}
		.main_left_gg_wa .yxlx {
			font-size: 10px;
		}
		.main_left_gg_mn {
			width: 70%;
		}
		.main_left_gg_wa .ydan {
			margin-top: 60px;
		}
		.main_right_wz .cp_descs {
			font-size: 12px;
		}
	}
	@media (max-width: 319px) {
		.main_left_gg_wa .ydwa {
			font-size: 18px;
		}
		.main_right_wz .cp_descs {
			display: none;
		}
	}
	@media (max-width: 289px) {
		.main_left_gg_mn {
			width: 75%;
		}
		.main_left_gg_wa .ydan {
			margin-top: 40px;
		}
	}
	@media (max-width: 259px) {
		.main_right_wz .cp_desc {
			display: none;
		}
	}