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%;
}

.header {
	width: 100%;
	background: #000000;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .1rem 0;
	border-bottom: solid 2px #ffffff;
	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: 4.4rem;
	height: auto;
	margin: 0;
}

.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #03522c;
	padding-top: 1.1rem;
}

.banner img {
	display: block;
	width: 100%;
}

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

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

.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: #27bd00;
}

.weblist li:nth-child(3) span.ranktitle {
	color: #0097ff;
}

.weblist .gametitle {
	font-size: .46rem;
	line-height: .54rem;
	color: #333;
	font-weight: 600;
	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 .44rem .14rem;
	color: #fff;
	text-align: center;
	font-size: .44rem;
	margin: 0;
	margin-left: .2rem;
}

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

.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;
}

.grid-item:nth-child(2n) {
	border-right: 0 none;
}

.grid-item: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;
}

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

.info_title {
	width: 100%;
	font-size: .325rem;
	word-spacing: -0.02rem;
	font-weight: 400;
	border-radius: .1rem;
	padding: .26rem .7rem .26rem .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;
	z-index: 99;
	cursor: pointer;
}

.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;
	background: url(../images/icon_arrowdown.png) no-repeat center / contain;
}

.info_title.active .view_details {
	background-image: url(../images/icon_arrowup.png);
}

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

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

.kf {
	display: block;
	position: fixed;
	bottom: 0.4rem;
	right: 50%;
	margin-right: -5rem;
	width: 1.8rem;
	height: auto;
	z-index: 999;
}

.kf img {
	width: 100%;
}

.bottom_nav {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 750px;
	background: #e8e8e8;
	border-radius: .28rem .28rem 0 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	z-index: 999;
	box-sizing: border-box;
	padding: .2rem 0 .2rem;
}

.bottom_nav_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	flex: 1;
	gap: .06rem;
}

.bottom_nav_item img {
	width: .72rem;
	height: .72rem;
	border-radius: .16rem;
	display: block;
	object-fit: cover;
}

.bottom_nav_item span {
	font-size: .3rem;
	color: #333;
	line-height: 1.2;
	font-weight: 600;
}

.footer {
	padding-bottom: 1.8rem;
}

@media screen and (min-width:751px) {

	body,
	html,
	.header,
	.main,
	.footer,
	.bottom_nav {
		max-width: 576PX !important;
	}

	.kf {
		bottom: 0.3rem;
		right: 50%;
		margin-right: -5.3rem;
	}
}
