*,
*: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.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.png',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.png',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/iphone-download-active.png',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;
}


/* 底部 */
.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 .top {
		padding-top: 30px;
		font-size: 24px;
	}

	.main .container {
		width: 100%;
		padding: 0;
	}

	.main .middle {
		padding-top: 30px;
	}

	.main .middle .feature {
		padding: 0 26px;
	}

	.main .middle .feature li {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}

	.main .middle .feature .feature2 {
		text-align: right;
	}

	.main .middle .feature .feature2 img.www {
		display: none;
	}

	.main .middle .feature .feature2 img.wap {
		display: inline-block;
	}

	.main .middle .feature .feature3 {
		text-align: left;
	}

	.main .bottom {
		padding: 18px 16px 0 16px;
	}

	.main .bottom .fun {
		padding-bottom: 20px;
	}

	.main .bottom .fun .desc {
		display: none;
	}

	.main .bottom .fun li img {
		vertical-align: bottom;
		margin-right: 10px;
		width: 37px;
    	height: 37px;
	}

	.main .bottom .fun .title {
		line-height: 26px;
	}

	.main .bottom .fun li {
		margin-bottom: 15px;
	}

	/* 底部 */
	.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;
	}
}