html {
	margin: 0 auto;
	background: #e3e3e3;
	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: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .2rem 0;
	top: 0;
	z-index: 99999;
}

.header .logo {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 1%;
}

.logo img {
	width: 30%;
	margin: 0;
}

/* 幻灯片相关 */
.swiper-container.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}

.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-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
 	transition: .3s; */
	-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%
}

.notice {
	position: relative;
	display: flex;
	align-items: center;
	font-size: .32rem;
	line-height: .66rem;
	color: #666666;
	background: #ffffff;
	height: .66rem;
	padding: 0 .3rem;
	border-bottom: solid 1px #ececec;
	border-top: solid 1px #ececec;
}

.notice .gg {
	width: 0.46rem;
	height: .46rem;
	margin-right: .2rem;	
}

.notice .gg img{
	width: 100%;
}

.marquee-wrap {
	width: 100%;
	/* 宽度 100% */
	overflow: hidden;
	/* 隐藏超出部分 */
	white-space: nowrap;
	/* 防止内容换行 */
	box-sizing: border-box;
	height: 100%;
}

.marquee-wrap p {
	display: inline-block;
	padding-left: 100%;
	/* 使内容从屏幕右侧开始 */
	animation: marquee-scroll 16s linear infinite;
	/* 使用动画滚动 */
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
		/* 从右侧开始 */
	}

	to {
		transform: translateX(-100%);
		/* 移动到左侧 */
	}
}

.part1 {
	width: 94%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0.2rem .3rem .5rem;
	background: #f0f0f0;
	border-radius: .3rem;
	position: relative;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.part_title {
	background: url(../img/title_bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: .42rem;
	line-height: .52rem;
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 700;
	padding: .22rem 0;
	margin: .3rem auto;
}

.part2 {
	width: 94%;
	box-sizing: border-box;
	height: auto;
	margin: 0 auto;
	padding: .2rem 0.3rem .4rem;
	background: #f0f0f0;
	border-radius: .3rem;
}

.part2 .links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem .28rem;
	padding: 0 auto;
}

.guide_video {
	width: 100%;
	box-sizing: border-box;
	padding: .4rem .3rem 0;
	background-color: #fff;
	margin: 0 auto;
	color: #19232c;
}

.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: bold;
	font-size: .46rem;
	color: #19232c;
	text-align: center;
	padding-bottom: .3rem;
}

.guide_video p {
	padding: .1rem 0;
	font-size: .36rem;
	line-height: .54rem;
	font-weight: 400;
	color: #666666;
}

.guide_video p span {
	color: #fe9900;
	font-weight: bold;
}


.tab_con h1 {
	text-align: center;
	font-size: .46rem;
	font-weight: bold;
	padding: .3rem;
}

.item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start}

.weblist {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    padding: 0 auto;
}

.weblist li {
	width: 100%;
	background-color: #fff;
	/* box-shadow: 0 0.05rem 0.16rem rgba(0, 0, 0, 0.12); */
	border-radius: .2rem;
	margin-bottom: .2rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: .15rem 0;
	align-items: center;
	box-sizing: border-box;
}

.weblist li img {
	width: 34%;
	border-radius: .32rem;
	display: block;
	margin: 0 .2rem 0 .2rem;
	border: solid 1px #e5e5e5;
}

.weblist .ranktitle {
	font-size: .5rem;
	font-weight: 700;
	display: flex;
	text-align: center;
	align-items: center;
	margin: 0;
	padding: 0 .3rem 0 .1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

.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;
	color: #444;
	font-weight: 600;
	margin: 0;
}

span.gamedetail {
	font-size: .34rem;
	color: #6c7381;
	margin: 0;
}

.weblist li p {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-content: flex-start;
	text-align: left;
	width: 60%;
	align-items: flex-start;

}

.weblist a.weblink {
	max-width: 66%;
	display: block;
	/* background-color: #fe9900; */
	/* padding: .06rem .18rem; */
	color: #666666;
	text-align: center;
	font-size: .28rem;
	margin: 0;
	font-weight: 600;
	white-space: nowrap;    
    overflow: hidden;   
    text-overflow: ellipsis; 
}
.weblist a.weblink2 {
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	
	align-items: center;

}

/* .weblist a.weblink:hover {
	background-color: #fe9900;
} */

.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: #333333;
	font-size: .5rem;
	text-align: center;
	font-weight: bold;
	padding: .3rem 0 0;
}

.service_part p {
	font-size: .34rem;
	color: #666666;
	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: #333333;
	font-size: .4rem;
	font-weight: bold;
}

.grid-item .dest {
	color: #666666;
	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-color: #f8f8f8;
	padding-top: .4rem;
}

.footer .p1 {
	color: #666666;
	width: 92%;
}

.footer .footer_img {
	width: 90%;
	margin: .4rem auto;
	text-align: center;

}

.footer .footer_img img {
	width: 100%;
}

.p1 p {
	text-align: justify;
}

.footer .p2 {
	height: 1.65rem;
	text-align: center;
	font-size: .3rem;
	color: #666666;
	border-top: solid 1px #dcdcdc;
	width: 92%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.footer p {
	font-size: .32rem;
	line-height: 1.5;
}

.footer a {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}

.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: .3rem;	
}


.info {
	margin-bottom: .3rem;
	padding-bottom: .3rem;
	width: 100%;
	border-radius: .3rem;
	background: #fff;
	box-shadow: 0 0.05rem 0.16rem rgba(0, 0, 0, 0.12);
}

.info img{
	border-radius:.3rem .3rem 0 0;

}

.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: .4rem;
	word-spacing: -0.02rem;
	font-weight: 600;	
	padding: .2rem .26rem 0;
	box-sizing: border-box;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
	align-items: left;
	position: relative;
	z-index: 99;
	color: #333333;
}

.info_detail {
	color: #19232c;
	font-size: .28rem;
	line-height: .4rem;
	border-radius: .1rem;
	padding: .2rem .3rem;
	box-sizing: border-box;
	background-color: #fff;
	text-align: justify;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.info_detail p {
	padding: .1rem 0;
	font-size: .34rem;
	line-height: .5rem;
	font-weight: 400;
	color: #666666;
}

.info_detail p span {
	color: #fe9900;
	font-weight: bold;
}

#view_details {
	position:relative;
	display: block;
	width: 2rem;
	height: .46rem !important;
	right: 50%;
	margin-right: -4.625rem;

}



.goTop {
	position: fixed;
	bottom: 3rem;
	right: .1rem;
	width: .8rem;
	height: .8rem;
	cursor: pointer;
	z-index: 999;
	
}

.goTop img {
	height: .8rem;
	width: .8rem;
}


@media screen and (min-width:751px) {

	body,
	html,
	.header,
	.main,
	.footer,
	.myModal,
	.mymodal-content {
		max-width: 576PX !important;
	}

	.weblist li img {
		width: 28%;
		display: block;
		margin: 0.1rem .3rem;
	}

}
