html {
	margin: 0 auto;
	background: #e1e4e9;
	font-size: 100PX;
}

* {
	max-width: 750px;
	margin: 0 auto;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	background: #fff;
	min-height: 100vh;
	margin: 0 auto;
}

img { width: 100%; }
.hidden { width: 0; }

.header {
	width: 100%;
	background: #000;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .2rem 0;
	border-bottom: solid 2px #009440;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header .logo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 .3rem;
}

.logo img {
	width: 6.4rem;
	height: auto;
	margin: 0;
}

.part1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .3rem .5rem;
	background-color: #fff;
	position: relative;
	z-index: 99;
}

.part_title {
	color: #000;
	font-size: .48rem;
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: .4rem 0;
}

.randompart {
	background-color: #00682c;
	padding: .4rem .3rem;
	display: flex;
	justify-content: space-between;
}

.rand1 {
	width: 100%;
	position: relative;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rand2 {
	width: 100%;
	position: relative;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.r_left, .r_right { margin: 0; }

.randompart span.randnum {
	color: #fee001;
	font-size: .48rem;
	font-weight: bold;
	margin: 0;
}

.randompart img {
	width: 18%;
	margin: 0;
	margin-right: .2rem;
}

.randompart span.rantitle {
	color: #c4ffd9;
	font-size: .36rem;
	margin: 0;
}

.randompart .r_right {
	display: flex;
	flex-direction: column;
}

/* 幻灯片相关 */
.swiper-container.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #03522c;
	padding-top: 1.1rem;
}

.swiper-container.banner .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container.banner .swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-container.banner .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container.banner .swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	bottom: 0.1rem;
	width: 100%
}

.tabmenu {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #f2f2f2;
}

.tabmenu li {
	width: 100%;
	padding: .22rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tabmenu li img {
	height: .68rem;
	width: auto;
}

.tabmenu li p {
	font-size: .46rem;
	color: #999;
	text-align: center;
	font-weight: bold;
}

.tabmenu li.current p { color: #666; }

.tip_container {
	width: 100%;
	box-sizing: border-box;
	padding: .5rem .2rem .5rem;
	background-color: #f0f3f7;
	margin: 0 auto;
	color: #333;
}

.tip_container h1 {
	text-align: center;
	font-size: .46rem;
	font-weight: bold;
	padding: 0 1.24rem .3rem;
}

.tip_box {
	padding: .4rem .32rem;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	border-radius: .2rem;
	position: relative;
	margin-bottom: .2rem;
}

.tip_box .tiplogo {
	font-size: .5rem;
	width: 1rem;
	height: 1rem;
	background: url(../img/ribbon.png) no-repeat top center;
	background-size: contain;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -.07rem;
}

.tip_box h1 { font-size: .38rem; font-weight: bold; }

.tip_box p {
	color: #666;
	font-size: .34rem;
	text-align: justify;
	line-height: .54rem;
}

.guide_video {
	width: 100%;
	box-sizing: border-box;
	padding: .5rem .3rem 0;
	background-color: #00682c;
	margin: 0 auto;
	color: #333;
}

.guide_video .video_box { width: 100%; }

.video_box iframe {
	width: 100%;
	padding-bottom: .6rem;
	padding-top: .4rem;
	min-height: 4rem;
}

.guide_video h1 {
	font-weight: 500;
	font-size: .46rem;
	color: #FFF;
	text-align: center;
	padding-bottom: .3rem;
}

.guide_video p {
	padding: .1rem 0;
	font-size: .34rem;
	line-height: .54rem;
	font-weight: 400;
	color: #87d1a2;
}

.guide_video p span { color: #fff; }

.tab_con {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .3rem .3rem;
	background-color: #f7f7f7;
	margin: 0 auto;
	color: #333;
}

.tab_con h1 {
	text-align: center;
	font-size: .46rem;
	font-weight: 500;
	padding: .4rem .3rem .3rem;
}

.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.weblist {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.weblist li {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: .2rem 0 0.2rem;
	align-items: center;
	border-bottom: #eeeeee 1px solid;
}

.weblist a.alink{
	width: 16%;
	display: flex;
	margin-right: .2rem;
}

.weblist li img {
	width: 100%;
	border-radius: .2rem;
	display: block;
}

.weblist .ranktitle {
	font-size: .4rem;
	font-weight: 600;
	display: block;
	margin: 0;
	padding: 0 .3rem 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	height: 100%!important;
	top: 0;
}

.weblist li:nth-child(1) span.ranktitle { color: #ff280b; }
.weblist li:nth-child(2) span.ranktitle { color: #22a300; }
.weblist li:nth-child(3) span.ranktitle { color: #0097ff; }

.weblist .gametitle {
	font-size: .46rem;
	line-height: .54rem;
	color: #333;
	font-weight: 600;
	margin: 0;
}

span.gamedetail {
	font-size: .34rem;
	line-height: .41rem;
	color: #666;
	margin: 0;
}

.weblist li p {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: flex-start;
	text-align: left;
	width: 60%;
}

.weblist a.weblink {
	display: block;
	border-radius: .5rem;
	background-color: #44be4c;
	padding: .03rem .22rem .14rem;
	color: #fff;
	text-align: center;
	font-size: .44rem;
	margin: 0;
	margin-left: .2rem;
}

.weblist a.weblink:hover { background-color: #45bb4d; }

.item-icon img { width: 100%; border-radius: .2rem; }

.menulist { list-style: none; }

.menulist li img {
	width: 100%;
	border-radius: .2rem;
	position: relative;
}

.menulist p {
	text-align: center;
	color: #fff;
	font-size: .3rem;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 0 0 .2rem .2rem;
	line-height: .6rem;
	height: .68rem;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.menulist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.menulist li {
	margin-right: .2rem;
	width: calc((100% - .2rem) / 2);
	margin-bottom: .2rem;
	position: relative;
}

.menulist li a {
	display: flex;
	flex-direction: column;
}

.menulist li:nth-child(2n) { margin-right: 0; }

.menulist:after { content: ""; flex: auto; }

.jogo .menulist span {
	width: 60%;
	display: none;
	color: #000;
	background-color: rgba(45, 227, 112, 0.9);
	opacity: .9;
	height: .6rem;
	border-radius: .3rem;
	text-align: center;
	line-height: .54rem;
	position: absolute;
	top: 40%;
	left: 20%;
	font-size: .34rem;
}

.jogo .menulist li:hover span { display: block; }
.jogo { justify-content: space-between }

.service_part { width: 100%; }

.service_part h1 {
	color: #333;
	font-size: .5rem;
	text-align: center;
	font-weight: bold;
	padding: .5rem 0 0;
}

.service_part p {
	font-size: .34rem;
	color: #666;
	width: 92%;
	text-align: justify;
	margin: .3rem auto;
}

.grid-container {
	display: grid;
	width: 90%;
	margin: 0 auto;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	&:nth-child(2n) { border-right: 0 none; }
	&:nth-child(-n + 2) { border-top: 0 none; }
}

.grid-item img {
	width: .51rem;
	height: auto;
	padding-top: .2rem;
}

.grid-item .digt {
	color: #666;
	font-size: .4rem;
	font-weight: bold;
}

.grid-item .dest {
	color: #666;
	font-size: .32rem;
	padding-bottom: .6rem;
}

.footer {
	text-align: center;
	overflow: hidden;
	z-index: 199;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	max-width: 750px;
	background: #000;
	padding-top: .6rem;
}

.footer p {
	font-size: .32rem;
	line-height: 1.5;
	color: #e9eef2;
}

.footer a {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}

.footer .p1 span { color: #ffcc00; }
.footer .p1 { color: #ffcc00; width: 92%; }

.p1 p { text-align: justify; color: #e9eef2; }

.footer .footer_img {
	width: 90%;
	margin: .4rem auto;
	text-align: center;
}

.footer .footer_img img { width: 100%; }

.footer .p2 {
	height: 1.2rem;
	text-align: center;
	font-size: .32rem;
	color: #999999;
	border-top: solid 1px #666666;
	width: 92%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.investment {
	margin: 0 auto;
	width: 100%;
	font-size: .34rem;
	line-height: .5rem;
	color: #999;
	font-weight: 500;
	padding: .2rem .2rem .4rem;
	border-bottom: solid 1px #ccc;
}

.investment p a {
	color: #fff;
	text-decoration: none;
	background: #23b0f9;
	border-radius: .08rem;
	padding: 0 .16rem;
}

.investment p a:hover { color: #ff0; }

.investment p.instt {
	font-size: .36rem;
	font-weight: 700;
	color: #f00;
}

.bottom {
	padding: .45rem 0 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.bottom img { width: 92%; }

p.ft {
	text-align: center;
	font-size: 0.26rem;
	color: #999;
	height: 1rem;
	line-height: 1rem;
}

.info_content {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
}

.info_list h1 {
	width: 100%;
	height: 1rem;
	text-align: center;
	margin: 0 auto;
	background-color: #404040;
	color: #a4a4a4;
	font-size: .46rem;
	line-height: 1rem;
	border-radius: 10px 10px 0px 0px;
}

.info_title {
	width: 100%;
	font-size: .325rem;
	word-spacing: -0.02rem;
	font-weight: 400;
	border-radius: .1rem;
	padding: .26rem;
	box-sizing: border-box;
	background-color: #fff;
	color: #333;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	align-items: center;
	position: relative;
	border: solid 1px #c6c9cc;
	border-radius: .1rem;
	z-index: 99;
}

.info_detail {
	font-size: .28rem;
	line-height: .4rem;
	border: solid 1px #c6c9cc;
	border-radius: .1rem;
	padding: .45rem .3rem .3rem;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: -.15rem;
}

.info_detail p {
	padding: .1rem 0;
	font-size: .34rem;
	line-height: .5rem;
	font-weight: 400;
	color: #666;
}

.info_detail p span { color: #44be4c; }

#view_details {
	position: absolute;
	display: block;
	width: .32rem;
	height: .3rem !important;
	right: .4rem;
}

.info {
	margin-bottom: .2rem;
	width: 100%;
}

.info_list {
	margin: 0 auto;
	width: 100%;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.goTop {
	position: fixed;
	bottom: 1.2rem;
	right: 50%;
	margin-right: -5rem;
	width: .8rem;
	height: .8rem;
	cursor: pointer;
	z-index: 999;
}

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

/* ===================================================== */
/* ✅ 飞机图标（kf）位置：手机正常，PC 不进轮播区       */
/* ===================================================== */
.kf {
	display: block;
	position: fixed;

	/* ===== 手机端位置（<=750px）===== */
	/* 在标题右侧附近 */
	top: 6.0rem;          /* 手机如需微调：5.6 ~ 6.6 */
	bottom: auto;

	/* 对齐 750px 内容区右边缘 */
	right: 50%;
	margin-right: -4.7rem; /* 贴右边框内侧 */

	width: 1.2rem;
	height: auto;
	z-index: 2000;
}

.kf img { width: 100%; height: auto; }


/* ================= PC 端单独调整 ================= */
@media screen and (min-width:751px) {

	/* 页面主体宽度限制 */
	body,
	html,
	.header,
	.main,
	.footer,
	.myModal,
	.mymodal-content {
		max-width: 576PX !important;
	}

	/* PC 下轮播更高，所以 top 必须更大 */
	.kf {
		top: 6.4rem;            /* ✅ 关键：防止进入轮播区 */
		right: 50%;
		margin-right: -4.7rem; /* 贴 576px 内容区右边 */
		bottom: auto;
		width: 1.2rem;
		z-index: 2000;
	}
}

/* 统计栏整体样式 */
.stats-bar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #f5f8fa;
	padding: 8px 16px;
	border-radius: 8px;
	margin: 8px 0;
}

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

.stat-icon {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.stat-text {
	display: flex;
	flex-direction: column;
}

.stat-value {
	font-size: 18px;
	font-weight: bold;
	color: #44be4c;
	line-height: 1;
}

.stat-label {
	font-size: 12px;
	color: #6b7a86;
	line-height: 1;
}

.part1 .part_title { margin-bottom: 0px; }

.stats-bar {
	margin: 8px 0;
	padding: 6px 12px;
}
