﻿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: #08005b;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .16rem 0;
	border-bottom: solid 5px #ffffff;
}

.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: 6rem;
	height: auto;
	margin: 0;
}

.kf {
	width: .58rem;
	height: .6rem;
	background: url(../image/kefu.png) no-repeat top center;
	background-size: 100% auto;
	z-index: 999;
	margin: 0;
}


.part1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 .3rem;
	background-color: #fff;
	position: relative;
	z-index: 99;
}

.part_title {
	color: #202d38;
	font-size: .45rem;
	width: 100%;
	text-align: center;
	font-weight: 700;
	padding: .45rem 0;
	animation: jump 1s infinite ease-in-out;
}

.part_title1 {
	color: #202d38;
	font-size: .5rem;
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin-top: -0.51rem;
	padding: .35rem 0;
}


/* 幻灯片相关 */
.swiper-container.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #000;
}

.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
}

.tip_container {
	width: 100%;
	box-sizing: border-box;
	padding: .1rem .3rem .5rem;
	background-color: #fff;
	margin: 0 auto;
	color: #000;
}


.tip_box {
	padding: .3rem;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 .15rem 0 #d6d9e7;
	border-radius: .2rem;
	position: relative;
	margin-bottom: .2rem;
}

.tip_box .tiplogo {
	font-size: .5rem;
	width: .65rem;
	height: .65rem;
	border-radius: .1rem;
	background: #fff;
	text-align: center;
	color: #4a5b68;
	font-weight: bold;
	position: absolute;
	top: .5rem;
	left: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.tip_box .logoimg {
	width: 100%;
	padding: 0 0;
	background-color: #1c1c1c;
	border-radius: .2rem;
	display: flex;
	flex-direction: column;
}

.logoimg.zz {
	background-color: #0c5e2b;
}

.logoimg.bet {
	background-color: #1c1c1c;
}

.logoimg img.lm {
	width: 100%;
	border-radius: .2rem;
}

.logoimg span {
	background-color: #fff6e7;
	padding: .1rem .4rem;
	border-radius: .5rem;
	width: 3.3rem;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-top: .3rem;
}

.logoimg span img {
	width: .35rem;
}

.tip_box h1 {
	font-size: .34rem;
	font-weight: bold;
	color: #333333;
	margin: .45rem 0 .25rem;
}

.tip_box p {
	color: #7f7f8b;
	font-size: .3rem;
	text-align: justify;
	line-height: .45rem;
	display: flex;
	align-items: center;
	margin: 0;
}

.tip_box p span {
	color: #44be4c;
	margin: 0;
}

.tip_box p img.timeicon {
	width: .3rem;
	height: .3rem;
	margin: 0;
	margin-right: .12rem;
	margin-top: .04rem;
}

.tip_box h2 {
	color: #333333;
	font-size: .42rem;
	font-weight: bold;
	width: 94%;
	text-align: center;
	margin: .4rem auto;
}

.tip_box a {
	background-color: #44be4c;
	width: 100%;
	padding: .2rem 0;
	border-radius: .2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: .4rem;
	font-weight: bold;
	margin: 0;
}

.tip_box h3 {
	color: #000000;
	font-size: .32rem;
	width: 94%;
	text-align: left;
	font-weight: bold;
	margin: .3rem 0 .2rem;
}

.tip_box li {
	list-style: none;
	width: 94%;
	margin: 0;
}

.tip_box li {
	color: #000;
	font-size: .34rem;
	list-style-position: outside;
}

.tip_box li span {
	color: #44be4c
}

.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.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: #1a1a1d;
	/* padding-top: .6rem; */
	padding: 0.1rem 0 0;
	margin-top: -0.4rem;
}

.footer .p1 {
	color: #979ba8;
	width: 92%;
}

.footer .footer_img {
	width: 92%;
	margin: .4rem auto;
	text-align: center;

}

.footer .footer_img img {
	width: 100%;
}

.p1 p {
	text-align: justify;
}

.footer .p2 {
	height: 1.1rem;
	text-align: center;
	font-size: .32rem;
	color: #979ba8;
	border-top: solid 1px #39393e;
	width: 94%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.footer p {
	font-size: .34rem;
	line-height: .56rem;
}

.footer a {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}

@keyframes jump {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes shake {
	0% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-2px) rotate(-3deg);
	}
	50% {
		transform: translateX(2px) rotate(3deg);
	}
	75% {
		transform: translateX(-2px) rotate(-3deg);
	}
	100% {
		transform: translateX(0);
	}
}

@media screen and (min-width:751px) {

	body,
	html,
	.main,
	.footer,
	.myModal,
	.mymodal-content {
		max-width: 576PX !important;
	}

	.weblist li img {
		width: 18%;
		border-radius: .2rem;
		display: block;
		margin: 0 .2rem;
	}
}
