html,body {
	/*background-color: #f3f3f3;*/
	width: 100%;
	height: 100%;
	font-size: 12px;
   overflow-x: hidden;
   overflow-y: visible;
   box-sizing: border-box;
}

.banner {
	
	width: 100%;
	height: 742px;
	min-height:742px;

	background-image: url(/static/images/liantiao/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.banner_main{width: 961px;height: 630px;overflow: hidden;position: absolute;bottom: 0;left: 50%;margin-left: -480px;}
.banner_phone_pic{width: 371px;height: 630px;background-image: url(/static/images/liantiao/iphone.png);background-size: cover;
	background-position: center;background-repeat: no-repeat;float: left;}
.banner_main_right{width: auto;height: 630px;float: right;margin-top: 110px;}
.banner_gendiao_title{background-image: url(/static/images/liantiao/liantiao-logo.png);width: 148px;height: 62px;
	background-size: cover;background-repeat: no-repeat;}
.banner_gendiao_tip{background-image: url(/static/images/liantiao/desc.png);width: 232px;height: 36px;margin-top: 15px;
	background-size: cover;background-repeat: no-repeat; /*color: #FFF;font-size: 36px;width: 100%;line-height: 40px;margin-top: 15px;text-align: left;*/}
.banner_gendiao_bot{width: 100%;box-sizing: border-box;margin-top: 53px;height: auto;}
.banner_gendiao_bot img{width: 162px;height: 162px;margin-right: 31px;float: left;}
.banner_download_way{float: left;width: 212px;height: auto;min-height: 196px;}
.banner_download_ios{background-repeat: no-repeat;background-image: url(/static/images/liantiao/iphonean.png);
	width: 212px;height: 57px;background-size: cover;float: left;box-sizing: border-box;margin: 4px 0 40px;}
.banner_download_android{background-repeat: no-repeat;background-image: url(/static/images/liantiao/android.png);
	width: 212px;height: 57px;background-size: cover;float: left;box-sizing: border-box;}



/* 下载信息 */

.download {
	margin: 40px 25px;
}

.download .message {
	font-size: 20px;
	text-align: center;
	color: #313131;
}

.download .icon {
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 40px auto 0px auto;
}

.download .icon-ios {
	background-size: 37px 46px;
	background-image: url(/static/images/icon_ios.png);
}

.download .icon-android {
	background-size: 36px 42px;
	background-image: url(/static/images/icon_android.png);
}

.download .desc {
	font-size: 12px;
	margin: auto;
	text-align: center;
	color: #313131;
}

/* 小屏响应 */

@media screen and (max-width: 1024px) {
	.header-large {
		display: none !important;
	}
	.show-large {
		display: none !important;
	}
	nav {
		display: none !important;
	}
}

/* 页脚 */

.footer-index {
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333333;
	background-color: #f5f6f7;
}

.footer-index a {
	color: #333333;
}
