.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
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background: url(../img/fsdgnbnnhj.jpg) top center no-repeat;
	background-position: center 1.2rem;
	background-color: #000;
	background-size: 100% auto
}

body,
html {
	width: 100%;
	height: 100%
}


.header {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	top: 0;
	height: 1.2rem;
	z-index: 10;
	box-shadow: 0 0 8px rgb(246 218 136);
	/* 白色发光 */
}

.header .bhytrdcvbn {
	height: 80%;
	position: absolute;
	right: 0.1rem;
	top: 10%;
}

.header .bhytrdcvbn img {
	height: 100%;
	width: auto;
}

.fdgdgrh3g {
	width: 100%;
	height: 1.9rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.fdgdgrh3g img {
	width: 3.64rem;
}

.mnydsvd {
	width: 100%;
	position: relative;
	padding: 0.57rem .67rem 0.1rem 0.67rem;
	margin-top: 1.2rem;
}

.asffsggre {
	width: 100%;
	position: relative;
	padding: .15rem .1rem;
}

.dfsggdsd img {
	width: 100%
}

.myhgfxfd {
	width: 100%;
	text-align: center;
	padding: .15rem .1rem;
	position: relative;
}

.myhgfxfd .dasffae {
	height: 1.3rem;
	width: 1.3rem;
	position: absolute;
	right: 0.49rem;
	top: 0.4rem;
	box-shadow: 0 0 8px rgb(246 218 136);
	border-radius: 100%;
}

.plgfvbhy {
	width: 100%;
	text-align: center;
	padding: .05rem .2rem .15rem .2rem;
}

.mjuytdcvg {
	width: 100%;
	text-align: center;
	padding: .2rem .2rem;
}

.bvhrtjjk {
	width: 100%;
	min-height: 1rem;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
}

.mutrecvfh {
	width: 100%;
	position: relative;
	float: left;
	padding: .2rem 0 0 0;
}

.fix-Null {
	width: 100%;
	height: 1.5rem;
	float: left;
}

.fix-down {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	bottom: 0;
}

.fix-down .fsdreter {
	width: 1.1rem;
	height: 0.6rem;
	font-size: 0.63rem;
	font-weight: 700;
	line-height: 0.63rem;
	color: #fff;
	position: absolute;
	right: calc(50% - 0.6rem);
	top: calc(50% - 0.27rem);
}

.fix-down .dasffae {
	height: 0.6rem;
	width: 2.15rem;
	position: absolute;
	right: 0.28rem;
	top: calc(50% - 0.3rem);
}

.footer {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	bottom: 0;
	display: flex;
	height: 1.2rem;
	background-color: #000000f0;
	padding: 0 .3rem;
	gap: 0.2rem;
	align-content: center;
	flex-wrap: wrap;
}

.footer .jhklhghf {
	position: relative;
	width: calc(50% - 0.1rem);
	border-radius: 0.15rem;
	height: 0.68rem;
	line-height: 0.68rem;
	text-align: center;
	color: #fff;
}

.footer .hfsjdfg {
	background-image: linear-gradient(0deg,
			#fea436 0%,
			#fee773 100%),
		linear-gradient(#1678ff,
			#1678ff);
	color: #000;
}

.footer .mhgrdvd {
	background-image: linear-gradient(0deg,
			#f83600 0%,
			rgba(250, 110, 34, 1) 100%),
		linear-gradient(#1678ff,
			#1678ff);
}

.footer .jhklhghf .vfbhgjmm {
	position: absolute;
	bottom: .78rem;
	right: 0;
	padding: 0.15rem .15rem;
	background-color: #ea4e3d;
	border-radius: .15rem;
	font-size: .2rem;
	line-height: 0.25rem;
	width: 85%;
	white-space: normal;
	word-break: break-all;
	color: #fff;
}

.footer .jhklhghf .vfbhgjmm:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: .3rem solid transparent;
	border-left: .3rem solid #ea4e3d;
	left: 0;
	bottom: -0.2rem;
}

.mjtrdxb {
	position: fixed;
	display: block;
	z-index: 100;
	right: .13rem;
	top: 20%;
}


@media screen and (min-width: 750px){
	.mjtrdxb {
        right: calc(50% - 3.7rem);
        top: 45%;
	}
}

.mjtrdxb img {
	display: block;
	width: 1rem;
}

@keyframes floating {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-0.3rem);
	}

	40% {
		transform: translateX(0.15rem);
	}

	60% {
		transform: translateX(-0.1rem);
	}

	100% {
		transform: translateX(0);
	}
}


.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 heartbeat {

	0%,
	28%,
	70% {
		transform: scale(0.95);
	}

	14%,
	42% {
		transform: scale(1.01);
	}
}

.heartbeat {
	-webkit-animation: heartbeat 1.4s ease-in-out infinite;
	animation: heartbeat 1.4s ease-in-out infinite;
}

@keyframes zoom {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

.zoom {
	-webkit-animation: zoom 1.5s linear infinite;
	animation: zoom 1.5s linear infinite;
}





.cg-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background-color: transparent;
	margin: 0 auto;
	max-width: 100%;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	will-change: opacity;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: none;
}

.cg-modal-container {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cg-line-dialog {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 .3rem;
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	padding: 0 0.5rem;
}

.cg-line-dialog .cg-line-warp {
	border-radius: .213333rem;
	border: solid 1px #ffffff;
	overflow: hidden;
	padding: 0.2rem 0.2rem;
	background-color: rgb(0 0 0 / 82%);
	box-shadow: 0 0 8px rgb(246 218 136);
}

.cg-line-warp .cg-line-item {
	height: .8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .25rem;
}

.cg-lines-space {
	line-height: .4rem;
	text-align: center
}

.cg-lines-space .cg-lines {
	position: relative;
	width: 1rem;
	font-size: 0;
	line-height: 0px;
}

.cg-lines-space .cg-line-icon {
	display: inline-block;
	width: 0.08rem;
	height: 0.3rem;
	border-radius: 0.2rem;
	margin: 0 0.04rem;
	background-color: #04be02;
}

.cg-lines-space .cg-line-icon.cg-line-1 {
	height: 0.14rem;
}

.cg-lines-space .cg-line-icon.cg-line-2 {
	height: 0.22rem;
}

.cg-flex-con {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.cg-line-text {
	color: #04be02;
	width: 1rem;
	display: inline-block;
}

.cg-go-play {
	height: 0.6rem;
	padding: 0 0.25rem;
	background-image: linear-gradient(0deg,
			#f83600 0%,
			rgba(250, 110, 34, 1) 100%),
		linear-gradient(#1678ff,
			#1678ff);
	border-radius: .1rem;
	color: #fff;
	line-height: 0.6rem;
}

.cg-close {
	position: absolute;
	width: 0.7rem;
	height: 0.7rem;
	color: #fff;
	z-index: 99;
	left: 50%;
	top: calc(50% - .1rem);
	-webkit-transform: translate3d(-50%, 2.5rem, 0);
	transform: translate3d(-50%, 2.5rem, 0);
}

.cg-close img {
	width: 100%;
	height: 100%;
}