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: #F9FAFF;
	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 {

	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

a[title='站长统计'] {
	display: none;
}

.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 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-li {
	flex: 1;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.container {
	width: 1300px;
	margin: 0 auto;
}
@media screen and(max-width: 1024px){
	.container {
		width: 1024px;
		margin: 0 auto;
	}
}
.header {
	position: relative;
	/* background: url('../img/topBg@1.5x.png') no-repeat;
	background-size: 100% 100% */
}
.nav.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header-content {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.fixed {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 20px 40px;
	background: url('../img/fixedBg@2x.png') no-repeat;
	background-size: 100% 100%;
}
.nav {
	padding: 20px 40px;
}
.logo {
	float: left;margin-right: 20px;
}
.app-name {
	display: inline-block;
	margin-top: 10px;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
.box {
	padding: 60px 0;
}
.gap {
	height: 10px;
}
.box.white {
	background-color: #fff;
}
.box.override {
	padding: 40px 0;
}
.footer {
	padding: 60px 10px;
	color: #9E9E9E;
	font-size: 22px;
	line-height: 40px;
	background: #F9FAFF;
}

.link {
	color: #71a49c;
}

.link a {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.box-img {
	margin-left: 200px;
}
.box-img.right {
	margin-left: 0;
	margin-right: 200px;
}

.hot {
	margin-bottom: 40px ;
}
.hot span{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 43px;
	padding-left: 42px;
	border-radius: 100px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 800;
	line-height: 43px;
	background: linear-gradient(100deg, #4952F0 3%, #CE51C9 97%, rgba(216, 216, 216, 0) 97%);
}
.hot span:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top:4px;
	width: 35px;
	height: 35px;
	background: url('../img/flag@2x.png') no-repeat;
	background-size: 100% 100%;
}


.img-block {
	display: block;
	width: 100%;
}

.btn-group {
	display: flex;
	padding: 0 15px 5px;
	background-color: #30373d;
}

.btn {
	display: block;
	height: 96px;
	text-align: center;
	color: #fff;
	line-height: 96px;
	font-size: 32px;
	font-weight: 800;
	background: linear-gradient(103deg, #3451ED 0%, #258EFE 104%);
	border-radius: 100px;
	transform: scale(1);
	transition: all .3s;
}

.btn:hover {
	transform: scale(0.99);
}
.btn.white {
	display: inline-block;
	/* width: 169px; */
	height: 48px;
	/* height: auto; */
	margin: 0 10px;
	padding: 11px 30px;
	line-height: 26px;
	font-size: 18px;
	color: #4953E3;
	background: #fff;
	box-sizing: border-box;
}
.win-ico {
	display: inline-block;
	width: 50px;
	height: 49px;
	margin-right: 25px;
	vertical-align: middle;
	background: url('../img/windowWhite@2x.png') no-repeat;
	background-size: 100% 100%;
}
.win-ico.blue {
	width: 22px;
	height: 22px;
	margin-top: 2px;
	margin-right: 10px;
	background: url('../img/windowBlue@2x.png') no-repeat; 
	background-size: 100% 100%;
}
.mac-ico {
	display: inline-block;
	width: 42px;
	height: 50px;
	margin-right: 25px;
	margin-top: -8px;
	vertical-align: middle;
	background: url('../img/macWhite@2x.png') no-repeat;
	background-size: 100% 100%;
}
.mac-ico.blue {
	width: 22px;
	height: 26px;
	margin-top: 0;
	margin-right: 10px;
	background: url('../img/macBlue@2x.png') no-repeat; 
	background-size: 100% 100%;
}
.btn-li {
	padding: 30px;

}

/* .fixed .win-ico.blue {
	margin-top: -2px;
}
.fixed .mac-ico.blue {
	margin-top: -6px;
} */
h1 {
	margin-bottom: 40px;
	font-size: 50px;
	color: #1E1E1E;
	font-weight: normal;
}

.swiper-slide {
	position: relative;
	text-align: center;
	color: #fff;

	/* Center slide text vertically */
	/*      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; */
	transition: 300ms;
	transform: scale(0.8);
	line-height: 40px;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	font-size: 22px;
	color: #333333;
}

.swiper-slide h3 {
	font-weight: normal;
}

.swiper-slide-active .roles,
.swiper-slide-duplicate-active .roles {
	color: #9E9E9E;
}

.user-comment {
	width: auto;
	margin-bottom: 40px;
	font-size: 22px;
	color: #333333;
	line-height: 40px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 24px;
	height: 24px;
	background: url('../img/next@2x.png') no-repeat;
	background-size: 100% 100%;
}

.swiper-button-prev {
	background: url('../img/prev@2x.png') no-repeat;
	background-size: 100% 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.des {
	margin-top: 20px;
	font-size: 22px;
	color: #9E9E9E;
	line-height: 40px;
}
.advantage-li {
	display: inline-block;
	width: 140px;
	height: 140px;
	margin-right: 108px;
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 32px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}
.ad-des {
	margin-top: 10px;
	font-size: 22px;
}
.big {
	font-size: 50px;
	font-weight: bold;
}
.big-title {
	margin: 100px 0;
	font-size: 72px;
	font-weight: 900;
	color: #FFFFFF;
}
.big-btn {
	margin-top: 100px;
}
.big-btn .btn.white{
	height: 96px;
	padding: 23px 33px;
	line-height: 50px;
	font-size: 32px;
}
.big-btn .win-ico.blue {
	width: 44px;
	height: 44px;
	margin-top: 2px;
	margin-right: 25px;
	
}

.big-btn .mac-ico.blue {
	width: 44px;
	height: 52px;
	margin-top: -5px;
	margin-right: 25px;
	
}