/*home*/
#homePage{
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
#bottom{
	margin: 0 auto;
	padding-top: 5px;
    padding-left: 5px;
	text-align: center;
}
.banner{
    padding-bottom: 5px;
}
.banner img{
	max-width: 298px;
}
.banner a{
    position: relative;
    display: inline-block;
    padding: 6px;
    margin-right: 5px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.75);
    background: #fff;
}
.home_list{
    display: inline-block;
}
.home_item{
	display: inline-block;
	padding-bottom: 5px;
	padding-right: 5px;
}
.home_item a{
	position: relative;
	display: inline-block;
	padding: 6px;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.75);
	background: #fff;
}
.home_item div.title{
    position: absolute;
	left: 6px;
	right: 6px;
	bottom: 6px;
	padding: 10px 0;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.home_item div.icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 6px;
    background-size: 100% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_item div.play{
    width: 45px;
    height: 45px;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -32px;
    background-size: 100% 100%;
    background-image: url(../images/common/icon_play.png);
}
.home_item div.hot{
    background-image: url(../images/common/icon_hot.png);
}
.home_item div.new{
    background-image: url(../images/common/icon_new.png);
}
.home_item img{
	max-width: 140px;
	max-height: 130px;
}

/*jscroll*/
.scroll{
    position: relative;
    display: inline-block;
    width: 315px;
    /*margin-right: 5px;*/
    overflow: hidden;
}
.scroll .content{
    position: relative;
    width: 945px;
}
.scroll .content.c1{
    width: 315px;
}
.scroll .content.c2{
    width: 630px;
}
.scroll .content.c3{
    width: 945px;
}
.scroll .navi{
    position: absolute;
    left: 15px;
    bottom: 18px;
    line-height: 6px;
}
.scroll .navi span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-right: 5px;
    background: rgba(255,255,255,0.5);
}
.scroll .navi span.active{
    background: #faa31b;
}

/*nav*/
.quick li{
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #e4e4e4;
}
.quick a{
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	color: #6a6a6a;
	font-size: 1.2em;
}
.quick span{
	display: inline-block;
	padding-left: 25px;
	background: url(../images/nav/icon_logos.png) no-repeat;
}
.quick span.logo_1{
	background-position: 0px 0px;
}
.quick span.logo_2{
	background-position: 0px -40px;
}
.quick span.logo_3{
	background-position: 0px -80px;
}
.quick span.logo_4{
	background-position: 0px -120px;
}
.quick span.logo_5{
	background-position: 0px -160px;
}
.quick span.logo_6{
	background-position: 0px -200px;
}
.quick span.logo_7{
	background-position: 0px -240px;
}
.quick span.logo_8{
	background-position: 0px -280px;
}
.quick span.logo_9{
	background-position: 0px -320px;
}
.category a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dedede;
	color: #6a6a6a;
}
.quick li:after,.category a:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.category a.first{
	border-top: none;
}
.category a.last{
	border-bottom: none;
}
.category span{
	display: inline-block;
}
.category .nav_title{
	float: left;
	width: 50%;
	text-align: left;
}
.category .nav_desc{
	float: right;
	width: 50%;
	text-align: right;
}
.category .nav_title span{
	padding-left: 40px;
	font-size: 1.2em;
	background: url(../images/nav/icon_navs.png) no-repeat;
}
.category .nav_desc span{
	padding-right: 20px;
	color: #a5a5a5;
}
.category em{
	padding-left: 10px;
}
.category span.icon_1{
	background-position: 15px 0px;
}
.category span.icon_2{
	background-position: 15px -50px;
}
.category span.icon_3{
	background-position: 15px -100px;
}
.category span.icon_4{
	background-position: 15px -150px;
}

/*living*/
.living_list{
	padding-top: 30px;
	text-align: center;
}
.list_item{
	display: block;
	width: 297px;
	height: 65px;
	margin: 0 auto;
	background: url(../images/living/icon_movie.png) no-repeat;
}
.list_more{
	display: block;
	width: 139px;
	height: 114px;
	margin:30px auto 0;
	background: url(../images/living/living_more.png) no-repeat;
}

/*download*/
.download{
    /* padding-right: 5px;
    padding-top: 30px;
	padding-bottom: 12px; */
	margin-top: 20%;
	padding: 40px;
	min-height: 300px;
	float: left;
} 
.download .logo{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(/stat/images/appewmdown.png) no-repeat center center;
    background-size: 100% 100%;
	margin: 0 auto;
}
.download .logo1{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url(/stat/images/logo.png) no-repeat center center;
    background-size: 100% 100%;
}

.download .desc{
    padding: 30px 0 20px;
    line-height: 30px;
}

.download .desc span{
    display: block;
    font-size: 1.25em;
}
.download .desc-next{
    width: 270px;
	margin-bottom: 30px;
}
.download .button{
    display: block;
    width: 256px;
    height: 68px;
    margin: 0 auto 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
/* .download .ios{
    background-image: url(btn_ios.png);
} */
.download .android{
    background-image: url(https://ss.atsmart.com/btn_android.png);
}
.remind{
	display: block;
	text-align: center;
	width: 90%;
    height: 88px;
	margin: 18px auto 28px auto;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
	padding:5px 5px 5px 5px;
}
.remind .horizontalLine{
	height:1px;
	margin:4px 5px;
	padding:0px;
	background-color:#D5D5D5;
	overflow:hidden;
}
/* Default wide-screen styles */
@media all and (max-width: 1024px) {
    /* styles for narrow desktop browsers and iPad landscape */

}
@media all and (max-width: 768px) {
	.download .desc-next{
		width: 100%;
	}
	.download{
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
    /* styles for narrower desktop browsers and iPad portrait */
}

@media only all and (max-width: 640px) {
	.download .desc-next{
		width: 100%;
	}
	.download{
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
    /* styles for G12 landsapce 538*/
}
@media only all and (max-width: 480px) {
	.download .desc-next{
		width: 100%;
	}
	.download{
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
    /* styles for iPhone/Android landscape (and really narrow browser windows) */

}
@media all and (max-width: 320px) {
	.download .desc-next{
		width: 100%;
	}
	.download{
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
    /* styles for iPhone/Android portrait */
    /* .download .logo{
        width: 121px;
        height: 34px;
    }
    .download .button{
        width: 192px;
        height: 51px;
    } */
}
@media all and (max-width: 240px) {
	.download .desc-next{
		width: 100%;
	}
	.download{
		margin: 0;
		padding: 20px 0;
		width: 100%;
	}
    /* styles for smaller devices */
}
