@charset "utf-8";
@import url("common.css");
.wrapper{
	margin: 0 auto -100px;
}
/*头部*/
#header {
    margin: 0;
    padding: 10px 0 60px;
}
#header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0px, transparent 100%);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* #banner {
    background: url("images/header-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: none repeat scroll 0 0 #4fdbc0;
    height: 510px;
    max-width: 1920px;
    width: 100%;
} */
.container {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}


#header .container {
	width: auto;
	padding: 0 16px;
	position: relative;
}
#header .header-logo {
    display: inline-block;
    font-size: 12px;
    margin-right: 60px;
    vertical-align: middle;
}
#header .header-logo .logo {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/logo.png");
    background-origin: padding-box, padding-box;
    background-position: 0 0%, 50% center;
    background-repeat: repeat, no-repeat;
    background-size: 60px auto;
    color: #555;
    display: inline-block;
    font-size: 13px;
    height: 60px;
    letter-spacing: 3px;
    line-height: 100em;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: middle;
    width: 60px;
}
#header #app-name {
	font-size: 28px;
    color: #e84ec6;
    display: inline-block;
    line-height: 1.0;
    text-align: center;
    vertical-align: middle;
}

#header .header-nav {
    display: inline-block;
	vertical-align: middle;
}
#header .header-nav li {
    display: inline-block;
    font-size: 15px;
    margin-left: 30px;
}
#header .header-nav a {
    border-radius: 5px;
    display: inline-block;
    padding: 4px 10px;
}
#header .header-nav a:link, #header .header-nav a:visited {
    color: #eee;
}
#header .header-nav a:hover, #header .header-nav a:active {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}


#banner {
    background-color: #999;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#banner .banner-cover {
	background-color: black;
}
#banner .banner-cover::after {
    background-image: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.3) 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#banner .banner-cover div {
    font-size: 0;
    position: relative;
    text-align: center;
}
#banner .banner-cover img {
    bottom: 0;
    left: -1000px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: -1000px;
    transform: translate3d(0px, 0px, 0px);
}

#banner .banner-main {
    left: 10%;
    margin-top: -180px;
    position: absolute;
    right: 10%;
    top: 50%;
	z-index: 999;
}


#banner .container {
	width: 80%;
	margin: 0 auto;
	bottom: 0;
	font-size: 0;
    text-align: center;
	position: absolute;
	z-index: 100;
}
#banner .container .wrap {
}

#banner #bannerLeft {
	min-width: 410px;
}


#bannerRight{
	width: 50%;
}
#bannerRight .wrap{
	padding: 0 30px 0 15px;
} 
#bannerRight img {
	max-width: 640px;
	width: 100%;
}

#banner #bannerLeft #appLogo {
    background: url("images/logo-96.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    height: 96px;
    margin-left: 96px;
    margin-top: 84px;
    padding-left: 110px;
}
#banner #bannerLeft #appLogo #appName {
	
    color: #ffffff;
    font-size: 60px;
	line-height: 1;
}
#banner #bannerLeft #appLogo #appDesc {
    color: #ffffff;
    font-size: 16px;
    margin-top: 9px;
}
#banner #bannerLeft #downloadWrap {
    margin-left: 100px;
    margin-top: 62px;
}
#banner #bannerLeft #downloadWrap a{
	display: block;
	height: 52px;
    width: 165px;
	font-size: 0;
}
#banner #bannerLeft #downloadWrap a:hover {
    opacity: 0.8;
}
#banner #bannerLeft #downloadWrap .down-android {
	background: url("images/btn_android_down.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}
#banner #bannerLeft #downloadWrap .down-ios {
	background: url("images/btn_ios_down.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}

.chartCode {
	padding-left: 30px;
}
.chartCode img{
	max-width: 130px;
    width: 100%;
}


/****  描述模块 *****/
.function-item {
	width: 1000px;
	padding: 35px 0;
	margin: 0 auto;
}
.gray {
    background-color: #eef1f3;
}
.function-item h5 {
    color: #e84ec6;
    font-size: 32px;
    line-height: 40px;
    padding: 45px 0 10px;
}
.function-item p{
	color: #8a8a8a;
    font-size: 18px;
    line-height: 30px;
}
.function-item i {
    background-image: url("images/function.png");
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 200px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999px;
    width: 270px;
}
.function-item .i1 {
    background-position: 0 0;
}
.function-item .i2 {
    background-position: 0 -200px;
}


















#footer {}
.part-line{
	border-top: 1px solid #ccc;
    margin-top: 20px;
    max-width: 1920px;
    width: 100%;
}
#footer #copyright{
	text-align: center;
	color: #6d6d6d;
    font-size: 16px;
	margin: 20px 0 40px;
}
#footer #copyright li{
	padding: 5px 0;
}





