a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400;
}

table {
	border-spacing: 0;
}

body { 
	font-size: 0.26rem;
	line-height: 1;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

em,
i,
var {
	font-style: normal;
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none;
	border: none;
	background: 0 0;
}

.ico {
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.hide {
	display: none !important;
}

body,
html {
	width: 100%;
	height: 100%;
}

@-webkit-keyframes shake {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(0deg);
	}
}

@keyframes zoom80 {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale3d(.8, .8, .8);
	}
}

@keyframes zoom95 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes floating {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-30px);
	}

	40% {
		transform: translateX(15px);
	}

	60% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}


.zoom80 {
	-webkit-animation: zoom80 1.5s linear infinite;
	animation: zoom80 1.5s linear infinite;
}

.zoom95 {
	-webkit-animation: zoom95 1s linear infinite;
	animation: zoom95 1s linear infinite;
}

.shake {
	display: inline-block;
	animation: shake 1s 0.15s linear infinite;
	-moz-animation: shake 1s 0.15s linear infinite;
	-webkit-animation: shake 1s 0.15s linear infinite;
	-o-animation: shake 1s 0.15s linear infinite;
}

.floating {
	animation: floating 1.5s ease-in-out infinite;
	-moz-animation: floating 1.5s ease-in-out infinite;
	-webkit-animation: floating 1.5s ease-in-out infinite;
	-o-animation: floating 1.5s ease-in-out infinite;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	padding-bottom: 0.45rem;
	background-color: #a61204;
	background-image: url(../image/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


.tops {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.2rem 0 0.2rem 0;
	background-image: url(../image/topbg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
}

.tops img {
	height: 0.8rem;
}


.banner {
	margin-top: -1.2rem;
}

.main {
	margin: -0.9rem 0.2rem auto 0.2rem;
	text-align: center;
}

.out {
	margin-top: 0.2rem;
	text-align: center;
}

.down1 {
	display: flex;
	background-image: url(../image/sjw2_ekwq.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position-x: center;
	height: 1.9rem;
	padding: 0.2rem;
}

.down1 img {
	width: 1.35rem;
	max-width: unset;
}

.down1 div:nth-child(2) {
	display: flex;
	flex-direction: column;
	margin-left: 0.2rem;
	align-items: flex-start;
}

.down1 div:nth-child(2) span:nth-child(1) {
	color: #f92e21;
	line-height: 0.42rem;
	font-size: 0.35rem;
	font-weight: 600;
}

.down1 div:nth-child(2) span:nth-child(2) {
	line-height: 0.42rem;
	font-size: 0.33rem;
	font-weight: 600;
}

.down1 div:nth-child(2) span:nth-child(3) {
	color: #fbedc3;
	line-height: 0.35rem;
	background-color: #e52224;
	padding: 0.05rem 0.3rem;
	border-radius: 1rem;
}

.down2 img {
	width: 60%;
}

.flex-center {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 0.1rem;
}

.c_w {
	color: #fff;
}

.c_b {
	color: #000;
}

.m_b_2 {
	margin-bottom: 0.1rem;
}

.m_t_2 {
	margin-top: 0.1rem;
}

.w_7 {
	width: 70%;
}

.b1 {
	background: url(../image/lkw2j_lzj3j.png) no-repeat;
	background-size: 100%;
	margin-top: -0.45rem;
	height: 6.5rem;
	display: flow-root;
}

.b2 {
	background: url(../image/lmxa7_j3amz.png) no-repeat;
	background-size: 100%;
	margin-top: -0.45rem;
	height: 7.8rem;
	display: flow-root;
}

.b3 {
	background: url(../image/kja0s_kwl9p.png) no-repeat;
	background-size: 100%;
	margin-top: -0.45rem;
	height: 3rem;
	display: flow-root;
}

.bchild {
	margin-top: 0.45rem;
	padding: 0 0.3rem;
}

.table_3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.1rem;
	padding: 0.1rem 0.3rem 1rem 0.3rem;
}

.table_4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 0.1rem;
	padding: 0.1rem 0.3rem 1rem 0.3rem;
}

.column {
	padding: 0.05rem;
}

.flex_split_3 {
	flex-basis: calc(100% / 3);
	box-sizing: border-box;
}




.lines {
	margin-bottom: 0.3rem;
}

.lines .conts .list {
	display: flex;
	flex-direction: column;
}

.lines .conts .list .item {
	margin: 0.05rem 0;
	background: url(../image/d4cbbe_658x56.png) center no-repeat;
	background-size: 100%;
	display: flex;
	flex-direction: row;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #000;
}

.lines .conts .list .item .ms {
	width: 1.66rem;
	font-weight: 600;
	color: #ce171b;
}

.lines .conts .list .item .text {
	display: flex;
	justify-content: space-between;
	flex: 1;
	margin: auto 0.1rem auto 0.3rem;
}

@keyframes bzoom {

	0%,
	100% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}
}

.lines .conts .list .item .text .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-animation: bzoom 2s infinite;
	animation: bzoom 2s infinite;
}

.lines .conts .list .item .text .btns a {
	width: 1.84rem;
	height: 0.55rem;
	background: url(../image/daed7e_129x42.png) center no-repeat;
	background-size: 1.84rem 0.55rem;
}