.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
}

body,
html {
	width: 100%;
	height: 100%
}

.banner {
	width: 100%
}

.banner img {
	width: 100%
}

.container {
	width: 100%;
	min-height: 28rem;
	background: url(../images/images/bg_01.png) top center no-repeat;
	background-size: 7.8rem 30.21rem;
	float: left;
	position: relative
}

.container:after {
	content: "";
	position: absolute;
	left: 0;
	top: -.92rem;
	width: 100%;
	height: .92rem;
	background: center no-repeat;
	background-size: 100% .92rem
}

.container .titles {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: -2.4rem;
	z-index: 9
}

.container .titles img {
	width: 6.34rem
}

.intrs {
	width: 100%;
	height: 5rem;
	text-align: center;
	float: left;
	position: relative;
	z-index: 99
}

.intrs img {
	width: 2.96rem
}

.buttons {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: .4rem
}

.buttons button {
	width: 4.44rem;
	height: 1.15rem;
	background: url(../images/images/img_13.png) center no-repeat;
	background-size: 4.44rem 1.15rem;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite
}

.download {
	width: 100%;
	padding: 0 .34rem;
	float: left;
	padding-top: .5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.download a {
	display: inline-block;
	width: 2.02rem;
	height: .76rem;
	text-align: center;
	line-height: .76rem;
	font-size: .3rem;
	color: #fff;
	margin-bottom: .2rem
}

.download a:nth-child(1) {
	background: url(../images/7abe9b_202x76.png) center no-repeat;
	background-size: 2.02rem .76rem
}

.download a:nth-child(2) {
	background: url(../images/12e015_202x76.png) center no-repeat;
	background-size: 2.02rem .76rem
}

.download a:nth-child(3) {
	background: url(../images/39de2d_202x76.png) center no-repeat;
	background-size: 2.02rem .76rem
}

.type {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: .16rem
}

.type img {
	width: 7rem
}

.live {
	width: 100%;
	padding-top: .6rem;
	float: left
}

.live .title {
	width: 100%;
	text-align: center
}

.live .title img {
	width: 7.14rem
}

.live .list {
	width: 100%;
	padding: 0 .24rem;
	padding-top: .4rem
}

.live .list ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.live .list ul li {
	width: 3.36rem;
	position: relative
}

.live .list ul li img {
	width: 100%
}

.live .list ul li .labs {
	position: absolute;
	left: .16rem;
	top: .16rem
}

.live .list ul li .labs img {
	width: .74rem;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite
}

.hots {
	width: 100%;
	padding-top: .6rem;
	float: left
}

.hots .title {
	width: 100%;
	text-align: center
}

.hots .title img {
	width: 7.14rem
}

.hots .list {
	width: 100%;
	padding-top: .3rem
}

.hots .list ul {
	width: 100%
}

.hots .list ul li {
	width: 100%;
	padding-top: .24rem;
	text-align: center
}

.hots .list ul li img {
	width: 7.1rem
}

.service {
	width: 100%;
	text-align: center;
	padding-top: .48rem;
	float: left
}

.service a {
	display: inline-block;
	width: 5.48rem;
	height: 1rem;
	background: url(../images/fc263d_548x100.png) center no-repeat;
	background-size: 5.48rem 1rem
}

.fix-down {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 99;
	bottom: 0
}

.fix-down img {
	width: 100%;
	margin-bottom: -1px
}

.fix-down .webs {
	position: absolute;
	left: 3.4rem;
	color: #fff4ce;
	top: .73rem;
	font-size: .24rem;
	line-height: .4rem
}

.fix-down .webs em {
	display: inline-block;
	width: .28rem;
	text-align: center;
	color: #fff000
}

.fix-down button {
	width: 2.4rem;
	height: .8rem;
	background: url(../images/70a088_240x80.png) center no-repeat;
	background-size: 2.4rem .8rem;
	position: absolute;
	right: .2rem;
	top: 50%;
	margin-top: -.4rem;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite
}

.loadings {
	width: 100%;
	height: 13.34rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: .2rem 0
}

.jiance {
	width: 100%;
	text-align: center;
	padding-top: .6rem
}

.jiance .ico {
	width: 100%;
	padding: .3rem 0;
	height: 2.6rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.jiance .ico img {
	width: 2rem
}

.jiance .ico img.ico-ok {
	width: 1.87rem;
	display: none
}

.jiance .txts {
	width: 100%;
	line-height: .5rem;
	font-size: .4rem;
	margin: .8rem 0;
	color: #000
}

.jiance .txts h6 {
	margin: 0;
	font-size: .28rem;
	color: #999;
	display: none
}

.jiance .txts h5 {
	font-size: .36rem;
	color: #000;
	margin-bottom: .3rem;
	display: none
}

.jiance .btns {
	width: 100%;
	text-align: center;
	padding: .3rem 0
}

.jiance .btns button {
	width: 3rem;
	border: .03rem solid #03a201;
	height: .92rem;
	border-radius: .46rem;
	background-color: #1aac19;
	text-align: center;
	border-radius: .1rem;
	font-size: .36rem;
	color: #fff
}

.jiance.ok .ico img.ico-jc {
	display: none
}

.jiance.ok .ico img.ico-ok {
	display: block
}

.jiance.ok .txts p {
	display: none
}

.jiance.ok .txts h5 {
	display: block
}

.jiance.ok .txts h6 {
	display: block
}

.label {
	width: 100%
}

.label p {
	line-height: .42rem;
	font-size: .3rem;
	color: #89878e;
	text-align: center
}

@media screen and (max-width:7.68rem) {
	.loadings {
		min-height: 100vh
	}
}

.logos {
	width: 100%;
	position: absolute;
	left: -2.1rem;
	top: 0.3rem;
	z-index: 99;
	text-align: center
}

.logos img {
	width: 2.5rem
}

@-webkit-keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}