html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	font-size: 50px;
}

img {
	max-width: 100%;
	margin: auto;
	display: block;
}

a {
	text-decoration: none;
}

a:active {
	color: blue;
	/* 保持颜色不变 */
	outline: none;
	/* 去除点击时的虚线框 */
	text-decoration: none;
	/* 移除下划线 */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.frame {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: auto;
	background-image: url(../images/bg_pc1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	background-color: #04191a;
}

.frame::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

.mb {
	display: none;
}

.pc {
	display: block;
}

.content {
	max-width: 1269px;
	margin: auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0.24rem;
}

.flex1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.fl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fr {
	display: flex;
	justify-content: center;
	align-items: center;
}

.al_cen {
	text-align: center;
}

.logo {
	background-color: #155155;
	height: 1rem;
}

.logo img {
	height: 1rem;
	width: auto;
	padding: 0.11rem 0;
}

.banner {
	padding-top: 0.5rem;
}

.lineFrame {
	padding: 0.05rem 0;
}

.lines {
	width: 100%;
	padding: .1rem 0;
	background-image: linear-gradient(0deg,
			#003e3e 0%,
			#07645e 100%),
		linear-gradient(#003e3e,
			#003e3e);
	background-blend-mode: normal,
		normal;
	box-shadow: inset 0px 4px 2px 0px #03e2a4;
	border-radius: 20px;
	border: solid 1px #13c595;
}

.lines .conts {
	width: 100%;
	padding: .23rem .32rem 0.2rem .32rem;
}

.lines .conts .item {
	width: calc(50% - 0.12rem);
	height: .68rem;
	background-image: linear-gradient(90deg,
			#0b9872 0%,
			#0aaa7e 50%,
			#08bb8a 100%),
		linear-gradient(#b11430,
			#b11430);
	background-blend-mode: normal,
		normal;
	border-radius: 34px;
}

.lines .conts .item .btns {
	height: 100%;
	padding-right: 0.04rem;
}

.lines .conts .item .btns .lineHref {
	width: 1.36rem;
	height: .56rem;
	background: url(../images/GO.png) center no-repeat;
	background-size: 1.36rem .56rem;
	display: inline-block
}

.lines .conts .item .ms {
	flex: 1;
	height: 100%;
	font-size: .24rem;
	color: #05ff1e;
}

.lines .conts .item .nation {
	flex: 1;
	height: 100%;
	padding-left: .5rem;
	position: relative;
}

.lines .conts .item .nation span {
	font-size: .24rem;
	color: #ffffff;
}

.butFrame {
	padding: 0.25rem 0;
}

.buts .item {
	width: calc(25% - 0.18rem);
}

.guajian {
	position: fixed;
	bottom: 0;
}

.guajian1 {
	left: 0;
}

.guajian2 {
	right: 0;
}

@media (max-width:1540px) {
	.content {
		max-width: 1024px;
	}
}

@media (max-width:1024px) {
	.guajian {
		display: none;
	}
}


@media (max-width:880px) {
	.lines .conts .item .nation {
		padding-left: .05rem;
	}
}

@media (max-width:750px) {
	.frame {
		background-image: url(../images/bg_mb.jpg);
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.mb {
		display: block;
	}

	.pc {
		display: none;
	}

	.lineFrame {
		padding: 0.05rem 0.43rem;
	}

	.lines .conts {
		padding: .46rem .32rem 0.4rem .32rem;
	}

	.lines .conts .item {
		width: 100%;
	}

	.butFrame {
		padding: 0.5rem 0.43rem;
	}

	.buts .item {
		width: calc(50% - 0.12rem);
		line-height: 0;
	}

}

@media (max-width:440px) {
	html {
		font-size: 57.3333px !important;
	}
}

@media (max-width:414px) {
	html {
		font-size: 55.2px !important;
	}
}

@media (max-width:390px) {
	html {
		font-size: 52px !important;
	}
}

@media (max-width:390px) {
	html {
		font-size: 50px !important;

	}
}