.move-touch {
	-webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
	display: table;
	width: 100%;
	text-align: center
}

.auto-center ul li .pict i {
	vertical-align: middle;
	display: table-cell
}

.vague {
	-webkit-filter: blur(2px);
	transition: .3s;
	-webkit-transition: .3s
}

.rogate {
	transition: .3s;
	-webkit-transition: .3s
}

.rogate:hover {
	transform: rotate(90deg)
}

.arrow {
	position: relative;
	line-height: 1;
	margin-left: .1rem
}

.arrow:before {
	content: "";
	position: absolute;
	top: -.02rem;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: .08rem solid;
	border-right: .08rem solid transparent;
	border-top: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow:after {
	content: "";
	position: absolute;
	top: .18rem;
	left: 0;
	width: 0;
	height: 0;
	border-top: .08rem solid;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow.one:before {
	display: none
}

.arrow.one:after {
	top: .14rem
}

.border-top:before {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5, .5);
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	width: 200%;
	top: 0;
	left: 0
}

.border-bottom:after {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5, .5);
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	width: 200%;
	bottom: -1px;
	left: 0
}

.flex-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.flex-slide>* {
	flex-shrink: 0
}

.box-space-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.box-space-between>* {
	flex-shrink: 0
}

.touch-state {
	position: relative
}

.touch-state label {
	position: relative;
	background: #fff;
	display: block;
	width: .9rem;
	height: .45rem;
	border: 1px solid #ccc;
	border-radius: .3rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state label:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: .41rem;
	height: .41rem;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state input {
	position: absolute;
	z-index: 0;
	opacity: 0;
	left: 45%;
	top: 20%
}

.touch-state input:checked+label {
	background: #47b92c;
	border-color: #47b92c
}

.touch-state input:checked+label:after {
	left: calc(100% - .41rem)
}

.swiper-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-box;
	position: relative
}

.swiper-slide {
	flex-shrink: 0;
	position: relative
}

.mohu {
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 2;
	background: #fff
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff
}

.column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.column>* {
	column-count: 1;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center
}

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-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-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
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}

iframe {
	border: none
}

input,
select,
textarea {
	outline: 0;
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	border-radius: 0;
	border: none;
	background: 0 0
}

input:disabled {
	opacity: 1;
	color: #333
}

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
}

textarea {
	resize: none
}

.ico {
	display: inline-block;
	vertical-align: middle
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.hide {
	display: none !important
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

input {
	-webkit-user-select: auto
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
    background: #421d63 url(../images/fw1200.jpg) top center no-repeat;
    background-size: 100% auto;
	padding-top: 1.1rem;
	padding-bottom: 1.5rem;
}

body,
html {
	width: 100%;
	height: 100%
}

.banner {
	width: 100%;
	position: relative;
	padding: 0 0.1rem;
	margin-top: 0.5rem;
}

.banner .chi1 {
	z-index: 2;
	position: relative;
}

.banner .chi2 {
	position: absolute;
	top: 0;
	width: 3rem;
	left: 0.47rem;
	z-index: 1;
}

.banner .chi3 {
	position: absolute;
	bottom: 1.4rem;
	width: 3.8rem;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.banner .chi4 {
	position: absolute;
	bottom: 0.75rem;
	z-index: 4;
	padding: 0 0.1rem;
}

.banner .chi1 img,
.banner .chi4 img {
	width: 100%;
}

.banner .chi3 img {
	width: 3.8rem;
}


.banner img {
	max-width: 100%;
}

.service {
	width: 100%;
	position: relative;
	padding: 0 0.3rem;
	margin: 0.35rem auto;
}

.service .chi2 {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	bottom: 0.3rem;
	right: 0.47rem;
	z-index: 3;
}

.service img {
	max-width: 100%;
}

.config {
	width: 100%;
	position: relative;
	padding: 0 0.7rem;
	margin: 0.47rem auto;
}

.config .chi2 {
	padding: 0.5rem 0.3rem 0 0.3rem;
}

.config img {
	max-width: 100%;
}

.ga {
	padding: 0.34rem 0.3rem 0.34rem 0.3rem;
}

.ga .chi1 {
	padding: 0 0.7rem;
}

.ga .chi2 {
	padding: 0.2rem 0;
}

.ga .chi3 {
	padding: 0 0.15rem;
}

.ga img {
	max-width: 100%;
}

.rms {
	padding: 0 0.25rem 0.52rem 0.25rem;
}

.rms .chi1 {
	padding: 0.39rem 0.7rem;
}

.rms .chi2 {
	background-image: url(../images/GJHTNFL965EFVFDF.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.rms .chi3 {
	width: 33%;
	height: 2.6rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.rms .chi3 img {
	width: 1.53rem;
	margin: auto auto 0.15rem auto;
}

.rms img {
	max-width: 100%;
}


/*  */
.lines {
	padding: 0 0.2rem 0.3rem 0.2rem;
}

.lines .conts .list {
	display: flex;
	flex-direction: column;
}

.lines .conts .list .item {
	margin: 0.12rem 0;
	display: flex;
	flex-direction: row;
	height: 0.73rem;
	line-height: 0.67rem;
	font-size: 0.28rem;
	color: #ffffff;
}

.lines .conts .list .item .text {
	display: flex;
	justify-content: space-between;
	margin: auto 0.1rem auto 0rem;
	border-radius: 1rem;
	background-color: #491371;
	border: solid 0.03rem #fee8a6;
    flex: 1;
}

.lines .conts .list .item .ms {
	width: 1.66rem;
	text-align: center;
	border-radius: 1rem;
	background-image: linear-gradient(90deg,
	#481371 0%,
	#481371 100%),
		linear-gradient(#481371,
			#17002c);
	border-right: solid 0.03rem #fee8a6;
	color: #fee8a6;
}

.lines .conts .list .item .txts {
	margin: auto 0.5rem;
    flex: 1;
    text-align: center;
}

.lines .conts .list .item .btns {
	width: 2.16rem;
	height: 0.73rem;
	background: url(../images/hgrrfbcbxfzsvdsrg.png) left no-repeat;
	background-size: contain;
}

.fix-menu {
	width: 7.5rem;
	height: 1.48rem;
	background-color: #481371;
	position: fixed;
	bottom: 0;
	z-index: 98;
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 0.5rem;
	padding: 0.1rem 0.25rem;
}

.fix-menu img {
	max-width: 100%
}

.head {
	width: 7.5rem;
	padding: 0 .22rem;
	height: 1.08rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(../images/RTH6KU3FGFF23G.png);
	background-size: 100% auto;
	position: fixed;
	left: 50%;
	z-index: 98;
	margin-left: -3.75rem;
	top: 0
}

.head:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .03rem;
	background-image: linear-gradient(to right, #e0d5a5, #8e7358, #e0d5a5, #8e7358, #e0d5a5, #8e7358)
}


.fix-service {
	position: fixed;
	right: 50%;
	margin-right: -3.75rem;
	top: 40%;
	margin-top: -.96rem;
	z-index: 88
}

.fix-service img {
	width: 0.84rem;
	display: block;
}

.mask {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 1.08rem;
	background-color: #3b33455c;
	z-index: 100;
	overflow: scroll;
	display: none;
}

.mask .chi1 {
    background-color: #000;
    width: 100%;
    height: 1.1rem;
}

.mask .chi1 img {
	float: right;
	width: 1rem;
    padding: 0.3rem 0.3rem 0.1rem 0;
}

.mask img {
	max-width: 100%;
}

@keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}



@keyframes zoom80 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes zoom90 {

	0%,
	100% {
		transform: scale(1.15);
	}

	50% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoom95 {

	0%,
	100% {
		transform: scale(1);
	}

	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);
	}
}


@keyframes bzoom {

	0%,
	100% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}
}

.bzoom {
	-webkit-animation: bzoom 2s infinite;
	animation: bzoom 2s infinite;
}

.zoom80 {
	-webkit-animation: zoom80 1s linear infinite;
	animation: zoom80 1s linear infinite;
}

.zoom90 {
	-webkit-animation: zoom90 1.5s linear infinite;
	animation: zoom90 1.5s linear infinite;
}

.zoom95 {
	-webkit-animation: zoom95 3s linear infinite;
	animation: zoom95 3s 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;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(+2px, 0, 0);
	}

	30%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(+4px, 0, 0);
	}

	50% {
		transform: translate3d(-4px, 0, 0);
	}
}

.shake {
	animation: shake 2s infinite;
	-moz-animation: shake 2s infinite;
	-webkit-animation: shake 2s infinite;
	-o-animation: shake 2s infinite;
}


/*  */
@-webkit-keyframes shake1 {
	10% {
		transform: rotate(8deg);
	}

	20% {
		transform: rotate(-8deg);
	}

	30% {
		transform: rotate(4deg);
	}

	40% {
		transform: rotate(-4deg);
	}

	50%,
	100% {
		transform: rotate(0deg);
	}
}

.shake1 {
	display: inline-block;
	animation: shake1 1s 0.15s linear infinite;
	-moz-animation: shake1 1s 0.15s linear infinite;
	-webkit-animation: shake1 1s 0.15s linear infinite;
	-o-animation: shake1 1s 0.15s linear infinite;
}

@-webkit-keyframes shake1 {
	10% {
		transform: rotate(8deg);
	}

	20% {
		transform: rotate(-8deg);
	}

	30% {
		transform: rotate(4deg);
	}

	40% {
		transform: rotate(-4deg);
	}

	50%,
	100% {
		transform: rotate(0deg);
	}
}

.shake1 {
	display: inline-block;
	animation: shake1 1s 0.15s linear infinite;
	-moz-animation: shake1 1s 0.15s linear infinite;
	-webkit-animation: shake1 1s 0.15s linear infinite;
	-o-animation: shake1 1s 0.15s linear infinite;
}

@keyframes floating2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.3rem);
	}

	100% {
		transform: translateY(0);
	}
}


.floating2 {
	animation: floating2 1.5s ease-in-out infinite;
	-moz-animation: floating2 1.5s ease-in-out infinite;
	-webkit-animation: floating2 1.5s ease-in-out infinite;
	-o-animation: floating2 1.5s ease-in-out infinite;
}

@keyframes floating1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.floating1 {
	animation: floating1 1.5s ease-in-out infinite;
	-moz-animation: floating1 1.5s ease-in-out infinite;
	-webkit-animation: floating1 1.5s ease-in-out infinite;
	-o-animation: floating1 1.5s ease-in-out infinite;
}
.rms1 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
@keyframes sloating1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.sloating1 {
	display: flex;
	width: 500%;
	animation: floating1 25s linear infinite;
	white-space: nowrap;
}
.shi3 {
	width: 20%;
	flex-shrink: 0;
	padding: 0 10px;
	box-sizing: border-box;
}