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-tap-highlight-color: rgba(255, 255, 255, 0);
	-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;
	font-size: 10px;
	background: #FFE7E2;
	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;
}



.header,.btn-bottom {
	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: 20px 10px 20px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

.link {
	color: #FF522E;
	
}

.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 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25%;
	display: block;
	padding: 0 10%;
	margin: 0 auto;
}
.btn-bottom .btn{
	bottom: 8%;
	padding: 0 20%;
}
@media screen and (min-width: 1025px) {
	.main {
		width: 440px;
		margin: 0 auto;
	}
}