*,
*: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: 572px;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

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

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

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

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

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

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

.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%;
}

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

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

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

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

.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;
}

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


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

.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: 50px;
}

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

@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 .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%;
	}

	.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 .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 .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;
	}
}