*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
fieldset,
html,
iframe,
img {
	border: 0;
}

html,
body {
	margin: 0;
}

body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
	font-size: 14px;
	-webkit-user-select: initial !important;
	user-select: initial !important;
}

a {
	text-decoration: none;
	transition: color .3s ease;
}

ul,
ul li,
ol,
ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body {
	min-width: 1060px;
	height: 100vh;
	background: #282828;
}

.header {
	height: 759px;
	width: 100%;
	overflow: hidden;
	background: #010101;
}

.header .container {
	width: 1060px;
	margin: 0 auto;
}

.header .container:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: ".";
}

.header .left {
	width: 602px;
	height: auto;
	background-size: cover;
	margin-top: 120px;
	float: left;
	display: block;
}

.header .left.wap {
	display: none;
}

.header .right {
	float: right;
	margin-top: 210px;
	margin-right: 38px;
}

.header .right .logo {
	width: 268px;
}

/* 即将上线 */
.header .right .beOnline{
	margin-top: 10px;
	width: 211px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	overflow: hidden;
}

.header .right .beOnline a{
	color: #fff;
}

/* 下载 */

.header .right .download {
	margin-top: 53px;
}

.header .right .download .iphone {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/iphone-download.svg') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download.png',sizingMethod='scale')";
}

.header .right .download .iphone:hover {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/iphone-download-active.svg') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.svg',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.svg',sizingMethod='scale')";
}

.header .right .download .iphone:active {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/iphone-download-active.svg') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.svg',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.svg',sizingMethod='scale')";
}

.header .right .download .android {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/android-download.png') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download.png',sizingMethod='scale')";
	float: right;
}

.header .right .download .android:hover {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/android-download-active.png') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download-active.png',sizingMethod='scale')";
}

.header .right .download .android:active {
	display: inline-block;
	width: 170px;
	height: 40px;
	background: url('../img/android-download-active.png') no-repeat;
	background-size: contain;
	background-size: 100%;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download-active.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/android-download-active.png',sizingMethod='scale')";
}


.header .right .outlay {
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background: url('../img/sfzx_d.png') no-repeat;
}

.header .right .outlay:hover {
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background: url('../img/sfzx_c.png') no-repeat;
}

.header .right .outlay:active {
	width: 360px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background: url('../img/sfzx_c.png') no-repeat;
}

/* 内容区 */
.main {
	width: 100%;
	/* background: #27292F; */
}

/* 具体细节 */
.main-detail {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #27292F;
	height: 380px;
}

.main-detail-box {
	/* display: -webkit-flex;
	display: flex;
	flex-wrap: wrap; */
	width: 885px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 50% 50%;
}

.main-detail-box-item {
	display: -webkit-flex;
	display: flex;
	width: 250px;
	/* margin-bottom: 50px; */
}

.main-detail-box-item:nth-child(2n) {
	/* margin-left: 20px; */
	margin-left: auto;
}

.main-detail-box-item:nth-child(3) {
	margin-top: 50px;
	/* margin-bottom: 50px; */
}

.main-detail-box-item:nth-child(4) {
	margin-top: 50px;
	/* margin-bottom: 50px; */
}

.main-detail-box-item-icon {
	width: 64px;
	height: 64px;
	margin-right: 23px;
}

.main-detail-box-item-icon.detail-icon-1 {
	background: url('../img/detail-1.png') center/100% no-repeat;
}

.main-detail-box-item-icon.detail-icon-2 {
	background: url('../img/detail-2.png') center/100% no-repeat;
}

.main-detail-box-item-icon.detail-icon-3 {
	background: url('../img/detail-3.png') center/100% no-repeat;
}

.main-detail-box-item-icon.detail-icon-4 {
	background: url('../img/detail-4.png') center/100% no-repeat;
}

.main-detail-box-item-name {
	font-size: 24px;
	color: #fff;
}

.main-detail-box-item-desc {
	font-size: 14px;
	color: #fff;
}


/* 底部 */
.footer {
	width: 100%;
	background: #010101;
	color: #666666;
	font-size: 14px;
	/* height: 295px; */
	overflow-x: hidden;
	padding-bottom: 50px;
}

.footer-box {
	display: -webkit-flex;
	display: flex;
	width: 960px;
	margin: 0 auto;
}

.footer-info {
	flex: 1;
	text-align: center;
}

.footer-info-contact {
	display: inline-block;
	font-size: 14px;
	margin-top: 61px;
}

.footer-info-contact.wechat {
	margin-left: 30px;
	position: relative;
}

.footer-info-contact.wechat:before {
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
	width: 20px;
	height: 20px;
	background: url('../img/wechat-icon.png') no-repeat;
	background-size: contain;
}

.footer-info-contact.business {
	margin-left: 50px;
	position: relative;
}

.footer-info-contact.business:before {
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
	width: 20px;
	height: 20px;
	background: url('../img/business-icon.png') no-repeat;
	background-size: contain;
}

.footer-info-company {
	margin-top: 27px;
}

.footer-info-phone {
	margin-top: 18px;
}

.footer-info-address {
	margin-top: 18px;
}

/* 二维码 */
.footer-qrcode {
	width: 300px;
	margin-top: 60px;
}

.footer-qrcode .qrcode {
	text-align: center;
	display: inline-block;
}

.footer-qrcode-follow {
	margin-right: 10px;
}

.footer-qrcode .qrcode img {
	width: 100px;
	height: 100px;
}

.footer-qrcode-name {
	margin-top: 10px;
}

.footer-copyright {
	text-align: center;
	margin-top: 24px;
}

.footer-copyright a {
	color: #666666;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 38px;
}

@media (max-width: 768px) {
	a {
		outline: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	body {
		min-width: 0;
		background: none;
	}

	.header {
		height: auto;
	}

	.header .container {
		width: 100%;
	}

	.header .right {
		float: none;
		margin: 60px auto 0 auto;
	}

	.header .right .logo {
		width: 286px;
		margin: 0 auto;
		display: block;
	}
	
	.header .right .beOnline{
		width: 211px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		border: 1px solid #FFFFFF;
		font-weight: 400;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		font-style: normal;
		cursor: pointer;
		margin: 10px auto 10px;
	}

	.header .right .download .iphone {
		width: 136px;
		height: 40px;
	}

	.header .right .download .iphone:hover {
		width: 136px;
		height: 40px;
	}

	.header .right .download .iphone:active {
		width: 136px;
		height: 40px;
	}


	.header .right .download .android {
		width: 136px;
		height: 40px;
	}

	.header .right .download .android:hover {
		width: 136px;
		height: 40px;
	}

	.header .right .download .android:active {
		width: 136px;
		height: 40px;
	}

	.header .right .download {
		width: 286px;
		margin: 38px auto 0 auto;
	}

	.header .left.www {
		display: none;
	}

	.header .left.wap {
		display: block;
	}

	.header .left {
		width: 80%;
		float: none;
		height: auto;
		margin: 0 auto;
	}


	/* 具体细节 */
	.main-detail {
		height: auto;
		padding: 3.5rem 0;
	}

	.main-detail-box {
		width: 90%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	.main-detail-box-item {
		width: 50%;
	}

	.main-detail-box-item-desc {
		display: none;
	}

	.main-detail-box-item-icon {
		width: 3.2rem;
		height: 3.2rem;
		margin-right: .9rem;
	}

	.main-detail-box-item-name {
		font-size: 15px;
		height: 3.2rem;
		line-height: 3.2rem;
	}

	.main-detail-box-item:nth-child(2n) {
		width: 50%;
		padding-left: 6%;
		margin-left: 0;
	}

	.main-detail-box-item:nth-child(3) {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.main-detail-box-item:nth-child(4) {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	/* 底部 */
	.footer {
		height: auto;
		padding: 20px;
	}

	.footer-box {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.footer .info {
		width: 100%;
		height: auto;
		text-align: center;
	}

	.footer .qr-code {
		float: none;
		margin: 30px 0 20px 0;
	}

	.footer .contact.wechat {
		margin: 0 44px 0 28px;
	}

	.footer .contact.business {
		margin: 20px 0 20px 28px;
	}

	.footer .qr-code img {
		width: 110px;
	}

	.footer .qr-code .follow {
		margin-right: 44px;
	}
}

@media (min-width: 400px) and (max-width: 768px) {
	body {
		background: none;
	}

	a {
		outline: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.header .right .logo {
		width: 312px;
	}

	.header .right .beOnline{
		margin-top: 10px;
		width: 211px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		border: 1px solid #FFFFFF;
		font-weight: 400;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		font-style: normal;
		cursor: pointer;
		margin: 10px auto 10px;
	}

	.header .right .download {
		width: 312px;
	}

	.header .right .download .iphone {
		width: 145px;
		height: 40px;
	}

	.header .right .download .iphone:hover {
		width: 145px;
		height: 40px;
	}

	.header .right .download .iphone:active {
		width: 145px;
		height: 40px;
	}

	.header .right .download .android {
		width: 145px;
		height: 40px;
	}

	.header .right .download .android:hover {
		width: 145px;
		height: 40px;
	}

	.header .right .download .android:active {
		width: 145px;
		height: 40px;
	}
}

@media (max-width: 320px) {
	body {
		background: none;
	}

	a {
		outline: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.header .right .logo {
		width: 248px;
	}

	.header .right .beOnline{
		margin-top: 10px;
		width: 211px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		border: 1px solid #FFFFFF;
		font-weight: 400;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		font-style: normal;
		cursor: pointer;
		margin: 10px auto 10px;
	}

	.header .right .download {
		width: 248px;
	}

	.header .right .download .iphone {
		width: 116px;
		height: 40px;
	}

	.header .right .download .iphone:hover {
		width: 116px;
		height: 40px;
	}

	.header .right .download .iphone:active {
		width: 116px;
		height: 40px;
	}

	.header .right .download .android {
		width: 116px;
		height: 40px;
	}

	.header .right .download .android:hover {
		width: 116px;
		height: 40px;
	}

	.header .right .download .android:active {
		width: 116px;
		height: 40px;
	}
}