html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  //font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
*{
  -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;
}
body,html {
  font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","Apple WebExp Icons Custom","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1;
  background: #f5f5f5;
  font-size: 10px;
  color: #1d1d1f;
}
img {
	/* display: block; */
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
	padding: 40px 0;
	font-size: 20px;
	color: #666666;
	line-height: 20px;
	background-color: #fff;
}
h1 {
	margin-bottom: 50px;
	font-size: 35px;
	color: #111111;
}
.swiper-wrap {
	padding: 40px 0;
}
.wrap .p-tit {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 26px;
	color: #333;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
	text-align: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after{
  content: "";
  display: table;
  clear: both;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pull-right {
	float: right;
}
.flex-box {
	/* padding-top: 10px; */
	padding-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.flex-box.override {
	margin-left: 100px;
	margin-right: 100px;
}
.flex-li {
	flex: 1;
	padding: 20px;
	line-height: 24px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.container {
	width: 1024px;
	margin: 0 auto;
}
.banner {
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 14px;
	color: rgba(250,250,250,.5);
	background: url('banner.png') no-repeat;
	background-size: 100% 100%;
}
.banner-content {
	padding-top: 40px;
}
.banner>a {
	display: block;
	width: 100;
	height: 100%;
	padding: 4rem 0 3rem 2rem;
}
/* .btn {
	display: block;
	width: 181px;
	height: 41px;
	margin-top: 15px;
	background: url('../img/btn.png') no-repeat;
	background-size: 100% 100%;
	transition: all ease .3s;
} */

.func {
	display: flex;
	padding: 30px 15px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.fun-li_img {
	height: 50px;
}
.fun-li_img img {
	display: inline;
}
.fun-li {
	flex: 1;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.footer {
	padding: 20px 10px 80px;
	color: #9a9a9a;
	line-height: 20px;
	background-color: #000;
}
.ICP {
	/* color: #fff; */
	font-size: 12px;
}
.link {
	/* color: #71a49c; */
	font-size: 12px;
	color: #fff;
}
.link a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.fixed {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0px;
	padding: 10px;
	z-index: 999;
	background: #7222B1;
}
.fixed-btn {
	display: block;
	width: 80%;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
	background-color: rgb(245,90,44);
}
.header {
	height: 37px;
	padding-left: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
}
.logo {
	display: inline-block;
	margin-top: 6px;
	margin-right: 5px;
}
.tips {
	margin-top: 22px;
	margin-bottom: 50px;
	font-size: 24px;
	color: #fff;
}
.btn {
	display: block;
	width: 300px;
	height: 55px;
	margin-top: 30px;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	background: #00C989;
	border-radius: 28px;
	transition: all ease .3s;
}
.btn:hover {
	opacity: .8;
}
.btn.win {
	display: none;
}
.fixed .btn {
	/* width: 230px; */
	/* background: linear-gradient(89deg, #0FD695, #00D38E); */
	/* border: 2px solid rgba(255,255,255,0.29); */
}
.btn-group {
	display: inline-block;
}
.ico {
	display: inline-block;
	float: left;
	
	margin-right: 8px;
}
.ico.android {
	width: 26px;
	height: 28px;
	margin-top: 13px;
	margin-left: 20px;
	background: url('../img/android.png') no-repeat;
	background-size: 100% 100%;
}
.ico.pc {
	width: 25px;
	height: 25px;
	margin-top: 14px;
	margin-left: 13px;
	background: url('../img/windows.png') no-repeat;
	background-size: 100% 100%;
}
.cat {
		width: 168px;
}
.tit {
		margin-top: -20px;
		width: 332px;
	}	
.blue {
	padding: 20px;
	background-color: #004C5B;
}
.blue-deep {
	padding: 20px;
	background-color: #023C47;
}
.blue-deep .flex-li {
	padding-left: 10px;
}

.digit {
	color: #017671;
	font-size: 35px;
}
.title {
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 18px;
	color: #fff;
}
.wrap.flex-box {
	align-items: center;
	justify-content: center;
}
.box-img {
	width: 50%;
}

.swiper {
      width: 100%;
      height: 100%;
    }