@charset "utf-8";
/* CSS Document */

html {
	color: #000;
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
li {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #000;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

html,
body {
	width: 100%;
	height: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 592px;
	margin: 0 auto;
	padding: 0 24px;
	overflow: hidden;
}

#index {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 100%;
	background: url(../images/mbanner1.png) no-repeat top center;
}

#logo {
	width: 247px;
	height: 80px;
	line-height: 80px;
	background: url(../Images/logo.png) no-repeat center;
	font-size: 0;
}

#nav {
	height: 60px;
	line-height: 60px;
	color: #fff;
}

#nav a {
	display: inline-block;
	color: #fff;
	margin: 0 24px;
	font-size: 16px;
	position: relative;
}

#nav a:last-of-type {
	margin-right: 0;
}

#nav a.select:after,
#nav a.hover:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 24px;
	height: 1px;
	background-color: #fff;
}

#banner {
	color: #fff;
}

.line {
	width: 80px;
	height: 2px;
	border-radius: 1px;
	margin-top: 40px;
}

.banner_slogan {
	font-size: 36px;
	margin-top: 48px;
}

.banner_detail {
	font-size: 20px;
	margin-top: 32px;
}

.download_btn {
	margin-top: 95px;
	display: flex;
	align-items: center;
}

.download_btn a {
	display: block;
	/* width: 240px; */
	height: 60px;
	line-height: 60px;
	text-indent: 88px;
	border-radius: 30px;
	font-size: 24px;
}

.download_btn a.android {
	
	color: #000;
	margin-right: 15px;
}
.download_btn a img {
	width: 160px;
}
.download_btn a.ios {
	
	color: #000;

}

#advantage {
	margin-top: 180px;
}

.normal_title {
	height: 68px;
	line-height: 68px;
	font-size: 32px;
	color: #55CAC4;
	position: relative;
	margin-bottom: 12px;
	margin-top: 36px
}

.normal_title span {
	font-size: 16px;
	color: #999;
	margin-left: 8px;
}

.normal_title:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 2px;
	border-radius: 1px;
	top: 0;
	left: 0;
}

.adv_list {
	text-align: center;
}

.adv_item {
	float: left;
	width: 280px;
	height: 360px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(106, 139, 177, 0.15) 0px 6px 20px;
	margin-bottom: 32px;
	margin-right: 32px;
}

.adv_item:last-of-type {
	margin-right: 0;
}

.adv_list2 {
	width: 280px;
	margin: 0 auto;
}

.adv_item i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 24px auto 0;
}

.adv_icon1 {
	background: url(../images/icon1.png) no-repeat;
	background-size: 100% 100%;
}

.adv_icon2 {
	background: url(../images/icon2.png) no-repeat;
	background-size: 100% 100%;
}

.adv_icon3 {
	background: url(../images/icon3.png) no-repeat;
	background-size: 100% 100%;
}

.adv_icon4 {
	background: url(../images/icon4.png) no-repeat;
	background-size: 100% 100%;
}

.adv_icon5 {
	background: url(../images/icon5.png) no-repeat;
	background-size: 100% 100%;
}

.adv_title {
	font-size: 28px;
	color: #000;
	margin-top: 16px;
}

.adv_detail {
	width: 220px;
	font-size: 20px;
	margin: 16px auto;
	text-align: left;
	line-height: 32px;
	color: #a4bfd5;
}

#news {
	margin: 48px 0;
}

.news_item {
	float: left;
	width: 450px;
	height: 128px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: rgba(106, 139, 177, 0.15) 0px 6px 20px;
	margin: 0 auto 24px;
	padding: 0px 24px 0px 122px;
	background: url(../Images/icon_news.png) no-repeat 20px center;
}

.news_title {
	font-size: 24px;
	color: #000;
	margin-top: 32px;
}

.news_detail {
	font-size: 20px;
	margin: 8px auto;
	text-align: left;
	line-height: 32px;
	color: #a4bfd5;
}

#news_title:hover {
	color: #3984F3;
}

#contact {
	width: 100%;
	height: 448px;
	background: url(../Images/contact.jpg) no-repeat center;
}

.qr_code {
	margin-top: 120px;
}

.qr_code p {
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

#copyright {}

.sign {
	width: 302px;
	height: 100px;
	margin: 30px auto 0;
}

.sign li {
	width: 124px;
	text-align: center;
}

.sign li:first-of-type {
	margin-right: 54px;
}

.sign li p {
	font-size: 18px;
	color: #A4BFD5;
	margin-bottom: 12px;
	line-height: 32px;
}

.copyright_word {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin: 24px 0;
}

#copyright .line {
	background-color: #e1edfd;
	margin: 0 auto;
	margin-top: 21px;
}

/*消息窗口*/
#msg {
	width: 640px;
	text-align: center;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	display: none;
	z-index: 999;
}

#msg span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	font-size: 18px;
	padding: 0 32px;
}

/*返回顶部*/
.backTop {
	width: 80px;
	height: 80px;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.85);
	position: fixed;
	right: 16px;
	bottom: 116px;
	border-radius: 10px;
	display: none;
}

.backTop a {
	display: block;
	padding: 0 24px;
	height: 60px;
	line-height: 80px;
	padding-top: 20px;
	color: #007AFF;
	text-align: center;
}

.up_arrow {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-width: 4px 4px 0 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999;
	display: none;
}

.mask .ios {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-top: 80px;
}

.mask .qr {
	font-size: 32px;
	color: #fff;
	margin-top: 80px;
	line-height: 48px;
}

.mask .qr img {
	width: 240px;
}

.mask .qr span {
	color: #FFF000;
}

.mask h2 {
	font-size: 32px;
	color: #fff;
	margin-top: 80px;
}

#wechat_close {
	display: block;
	font-size: 32px;
	font-weight: bold;
	width: 480px;
	height: 68px;
	line-height: 68px;
	border: 2px solid #fff;
	margin: 0 auto;
	color: #fff;
	margin-top: 56px;
	border-radius: 34px;
}

.arrow {
	position: relative;
	left: 250px;
	top: 20px;
}

/* #mask{ display: block;} */
.mask_content {
	width: 600px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 24px;
	margin-top: 80px;
}

.mask_title {
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #3984f3;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.close {
	position: absolute;
	width: 60px;
	font-size: 36px;
	color: #fff;
	right: 8px;
	top: 0;
}

.mask_news {
	margin: 0 24px;
}

.mask_news h2 {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 16px;
}

.mask_news p {
	font-size: 20px;
	color: #999;
	text-indent: 2em;
	line-height: 32px;
	margin-top: 12px;
	text-align: left;
}
