@charset "UTF-8";
* {
	outline: none !important;
}
html, body, img {
	max-width: 100%;
}
html, body {
	/*font-family: 微软雅黑, 'Microsoft YaHei', 黑体, Helvetica, Arial;*/
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color: #ffffff;
}
body {
	position: relative;
    overflow: hidden;
	/*background-color: #36679c;*/
	font-family: PingFangSC-Regular, Helvetica Neue, Helvetica, Microsoft YaHei, sans-serif; /*苹方字体*/
}
html {
	font-size: 50%;
}
@media only screen and (min-width: 768px) {
	html {
		font-size: 55.5555%;
	}
}
@media only screen and (min-width: 992px) {
	html {
		font-size: 62.5%;
	}
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
}
h1, .h1 {
	font-size: 72px;
	font-size: 7.2rem;
}
h1 small, .h1 small {
	font-size: 48px;
	font-size: 4.8rem;
}
h2, .h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: inherit;
	color: inherit;
}
h3, .h3 {
	font-size: 28px;
	font-size: 2.8rem;
}
h4, .h4,
p.lead,
.ct-descriptionList dt,
.ct-descriptionList dd {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
}

h5, .h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6, .h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
p {
	margin: 0;
}
p.lead {
	font-weight: 400;
	color: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
a {
	-webkit-transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
button,
.btn {
	-webkit-transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
ul {
	margin-bottom: 0;
}
.container {
	padding: 0;
	margin: 0 auto;
}
@media(max-width: 768px) {
	.container {
		margin: 0 5%;
	}
}
@media (min-width: 1200px) {
	.container {
		/*width: 1280px;*/
	}
}
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding: 0;
}
/* 导航条 */
#header {
	height: 90px;
	width: 100%;
	/*background-color: initial;*/
	background-color: #2e6299;
	/*padding: 0 10%;*/
}
#header .navbar {
	height: 100%;
	/*width: 100%;*/
	border: 0;
	margin-bottom: 0px;
}
#header .row {
	height: 100%;
}
#header .navbar-header {
	padding: 0;
	margin: 0;
}
#header .navbar-header .navbar-toggle {
	margin-top: 0;
	padding: 35px 10px;
}
#header .navbar-header .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
#header .navbar-header .navbar-brand {
	padding: 0;
	height: auto;
    padding: 25px 0;
}
#header .navbar-header img {
	 height: 40px;
	 width: 126px;
}
#header .main-nav {
	padding: 0;
	overflow: hidden;
}
#header .navbar-nav>li>.dropdown-menu {
	border: none;
	border-radius: 0;
	min-width: 130px;
	padding: 0;
	/*
	-moz-border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	*/
}
#header .main-nav.in {

}
#header .main-nav .navbar-nav>li>a {
    padding: 34px 25px;
    font-size: 16px;
}

#header .main-nav .navbar-nav>li.active>a {
    color: #afc2d7;
	cursor: default;
	border-bottom: 2px solid #ff7c4d;
}
#header .main-nav .navbar-nav>li>a:hover,
#header .main-nav .navbar-nav>li>a:active,
#header .main-nav .navbar-nav>li>a:focus {
	background-color: transparent;
    color: #afc2d7;
	/*border-bottom: 2px solid #4679ae;*/
}
#header .main-nav .dropdown-menu>li>a {
	padding: 10px 20px;
	color: #39464b;
}
#header .main-nav .navbar-nav .dropdown-menu>li>a:hover {
	background-color: #36679c;
	color: #ffffff;
}
#header .main-nav .nav .open>a,
#header .main-nav .nav .open>a:focus,
#header .main-nav .nav .open>a:hover {
	background-color: transparent;
}
#header .main-nav .navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}
#header .main-nav .logined {
	display: none;
}
#header .main-nav .user a,
#header .main-nav .logined a {
	display: inline-block;
}
#header .main-nav .user .login {
	padding-right: 5px;
}
#header .main-nav .logined .apps {
	padding-right: 0px;
}
#header .main-nav .user .register,
#header .main-nav .logined .logout {
	padding-left: 5px;
    padding-right: 0;
}
.fixed-top {
	position: fixed;
    z-index: 11;
	top: 0;
}
@media (max-width: 1200px) {
	#header {
		/*padding: 0 5%;*/
	}
}
@media(max-width: 992px) {
	#header {
		 height: 70px;
	}
	#header .navbar-header .navbar-toggle {
		margin: 0;
    	padding: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#header .navbar-header .navbar-brand {
		padding: 20px 0;
	}
	#header .navbar-header img {
		height: 30px;
		width: 95px;
	}
	#header .main-nav .navbar-nav>li>a {
	    padding: 25px 20px;
	    font-size: 14px;
	}
}
@media(max-width: 768px) {
	#header {
		 height: 60px;
	}
	#header .navbar-header .navbar-toggle {
		margin: 0;
    	padding: 0;
		padding-top: 22px;
		padding-bottom: 22px;
	}
	#header .navbar-header .navbar-brand {
		padding: 20px 0;
	}
	#header .navbar-header img {
		 height: 20px;
		 width: 63px;
	}
	#header .main-nav .navbar-nav>li>a {
	    padding: 22px 18px;
	    font-size: 14px;
	}
}

/* 轮播部分 */
#carousel {
	position: relative;
	height: 500px;
	width: 100%;
	background-color: #2e6299;
	padding: 0;
	margin: 0;
}
#carousel .bg-imgs {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#carousel .bg-imgs .img {
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; /* 100% */
	opacity: 0;
	
	-moz-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
#carousel .bg-imgs .bg-1 {
	background-image: url('../imgs/carousel-realtime.png');
}
#carousel .bg-imgs .active {
	opacity: 0.6;
}

#carousel .inner-view {
	/*width: 100%;*/
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#carousel .inner-view .inner {
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100%;
	/*padding: 0 10%;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; /* 100% */
	
	/*
	opacity: 0;
	z-index: 0;
	display: table;

	-moz-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	*/
}
#carousel .inner-view .active {
	/*display: table;*/
	/*
	opacity: 1;
	z-index: 9;
	*/
}
/*
#carousel .inner-view .inner .vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}
*/
#carousel .inner-view .text-left {
	text-align: left;
}
#carousel .inner-view .text-center {
	text-align: center;
}
#carousel .inner-view .text-right {
	text-align: right;
}
#carousel .inner-view .inner .slogan {
	margin-top: 180px;
}
#carousel .inner-view .inner .slogan p {
	font-size: 24px;
	font-size: 2.4rem;
}
#carousel .inner-view .inner .slogan .sub-slogan {
	margin-top: 18px;
    margin-top: 1.8rem;
    color: #c6cbd8;
}
#carousel .inner-view .inner .slogan .minor-slogan {
	margin-top: 5px;
    margin-top: 0.5rem;
	color: #c6cbd8;
}
#carousel .inner-view .inner .demo {
	margin-top: 28px;
	margin-top: 2.8rem;
}
#carousel .inner-view .inner .demo a {
	display: inline-block;
	background-color: #0e9e7a;
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	/*font-weight: bold;*/
	border-radius: 4px;
	/*border-top: 1px solid #7bcd7f;*/
}
#carousel .inner-view .inner .demo a:hover {
	background-color: #0c906f;
}
#carousel .indicators {
	position: absolute;
	border: none;
	width: 100%;
	height: 8px;
	line-height: 40px;
	/*right: 0;*/
	bottom: 60px;
	/*left: 0;*/
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}
#carousel .indicators span {
	background-color: rgba(255, 255, 255, 0.4);
	width: 24px;
	height: 6px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 2px;
}
#carousel .indicators span.active {
	background-color: #ffffff;
	cursor: default;
}
#carousel .pull-down {
	height: 54px;
	width: 54px;
	background-color: #ffffff;
	/*line-height: 54px;*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	margin: 0 auto;
	z-index: 8;
	text-align: center;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	/*border: 1px solid #c0c0c0;*/
	border-top: 1px solid transparent;
    border-bottom: 1px solid #c0c0c0;
}
#carousel .pull-down a {
	display: block;
	/*color: #909090;*/
	/*font-size: 24px;*/
}
#carousel .pull-down a:hover {
	/*color: #42b747;*/
}
@-webkit-keyframes icon-pull-down {
	0% {
		opacity: 1;
		margin-top: -10%;
	}
	50% {
		opacity: 1;
		margin-top: 5%;
	}
	100% {
		opacity: 0;
		margin-top: 20%;
	}
}
@keyframes icon-pull-down {
	0% {
		opacity: 1;
		margin-top: -10%;
	}
	50% {
		opacity: 1;
		margin-top: 5%;
	}
	100% {
		opacity: 0;
		margin-top: 20%;
	}
}
#carousel .pull-down a i {
	color: #8f8f8f;
	font-size: 36px;
	display: inline-block;
	margin-top: -10%;
	-webkit-animation: icon-pull-down 1.5s linear infinite;
	animation: icon-pull-down 1.5s linear infinite;
}
@media(max-width: 992px) {
	#carousel {
		position: relative;
		height: 400px;
		width: 100%;
		/*background-color: #ff7223;*/
		/*background-color: transparent;*/
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#carousel .inner-view .inner {
		/*padding: 0 5%;*/
	}
	#carousel .inner-view .inner .slogan {
		margin-top: 150px;
	}
	#carousel .inner-view .inner .slogan h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
	#carousel .inner-view .inner .slogan p {
		font-size: 20px;
		font-size: 2rem;
	}
	#carousel .inner-view .inner .slogan .sub-slogan {
		margin-top: 14px;
	    margin-top: 1.4rem;
	}
	#carousel .inner-view .inner .demo {
		margin-top: 16px;
		margin-top: 1.6rem;
	}
	#carousel .inner-view .inner .demo a {
		padding: 8px 16px;
	}
	#carousel .indicators {
		bottom: 60px;
	}
	#carousel .indicators span {
		width: 20px;
	}
}
@media(max-width: 768px) {
	#carousel {
		position: relative;
		height: 300px;
		width: 100%;
		/*background-color: #ff7223;*/
		/*background-color: transparent;*/
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#carousel .inner-view .inner {
		width: 65%;
	}
	#carousel .inner-view .inner .slogan {
		margin-top: 110px;
	}
	#carousel .inner-view .inner .slogan h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	#carousel .inner-view .inner .slogan p {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#carousel .inner-view .inner .slogan .sub-slogan {
		margin-top: 12px;
	    margin-top: 1.2rem;
	}
	#carousel .inner-view .inner .demo {
		margin-top: 14px;
		margin-top: 1.4rem;
	}
	#carousel .inner-view .inner .demo a {
		/*padding: 6px 14px;*/
	}
	#carousel .indicators {
		bottom: 40px;
	}
	#carousel .indicators span {
		width: 18px;
		height: 5px;
	}
	#carousel .pull-down {
		height: 38px;
		width: 38px;
		/*line-height: 38px;*/
		bottom: -18px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
	}
	#carousel .pull-down a i {
		font-size: 24px;
	}
}

/* 特性主体部分 */
#features {
	
}
#features > div {
	/*padding: 0 10%;*/
	position: relative;
}
@media (max-width: 1200px) {
	#features > div {
		/*padding: 0 5%;*/
	}
}

/* 特性 - 平台 */
.section-platform {
	background-color: #fafafa;
	width: 100%;
	/*height: 230px;*/
	/*padding: 5%;*/
	text-align: center;
	
	padding: 50px 5% 40px;
	padding: 5rem 5% 4rem;
}
.section-platform .title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #39464b;
}
.section-platform ul {
	/*height: 100%;*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
.section-platform ul li {
	display: inline-block;
	/*float: left;*/
	height: 80px;
	width: 80px;
	line-height: 80px;
	background-color: #4d7db1;
	border: 1px solid #4d7db1;
	border-radius: 40px;
	text-align: center;
	list-style: none;
	margin: 30px 20px 20px;
	margin: 3rem 2rem 2rem;
}
.section-platform ul li:hover {
	background-color: transparent;
	border: 1px solid #4d7db1;
}
.section-platform ul li a {
	display: block;
}
.section-platform ul li i {
	font-size: 34px;
	font-size: 3.4rem;
	color: #ffffff;
}
.section-platform ul li:hover i {
	color: #4d7db1;
}
.section-platform .sub-title {
	font-size: 20px;
	font-size: 2rem;
	color: #909090;
	padding-top: 10px;
	padding-top: 1rem;
}
.section-platform .sub-title-tips {
	font-size: 16px;
	font-size: 1.6rem;
	color: #909090;
	padding-top: 8px;
	padding-top: 0.8rem;
}
@media(max-width: 992px) {
	.section-platform .title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.section-platform ul li {
		height: 60px;
		width: 60px;
		line-height: 60px;
		border-radius: 30px;
		margin: 20px 15px 15px;
		margin: 2rem 1.5rem 1.5rem;
	}
	.section-platform ul li i {
		font-size: 26px;
		color: #ffffff;
	}
	.section-platform .sub-title {
		font-size: 16px;
    	font-size: 1.6rem;
	}
}
@media(max-width: 768px) {
	.section-platform .title {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.section-platform ul li {
		height: 40px;
		width: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin: 20px 8px 10px;
		margin: 2rem 0.8rem 1rem;
	}
	.section-platform ul li i {
		font-size: 20px;
		color: #ffffff;
	}
	.section-platform .sub-title {
		font-size: 14px;
    	font-size: 1.4rem;
	}
}

.features-list {
	padding: 80px 30px;
	padding: 8rem 3rem;
	
	background-color: #ffffff;
	color: #586062;
}

.features-list .item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.features-list .item .title {
	padding-bottom: 10px;
}

.features-list .item p {
	font-size: 16px;
}
@media(max-width: 992px) {
	.features-list {
		padding: 60px 0;
		padding: 6rem 0;
	}
}
@media(max-width: 768px) {
	.features-list {
		padding: 50px 0;
		padding: 5rem 0;
	}
}

#features > div.section-mobile {
	padding: 180px 10%;
	padding: 18rem 10%;
}
.section-mobile {
	background-image: url('../imgs/mobile.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; /* cover */
	color: #586062;
	height: 750px;
	text-align: left;
	
	-webkit-box-shadow: 0px 30px 40px -20px #e1e5ea inset;
	-moz-box-shadow: 0px 30px 40px -20px #e1e5ea inset;
	box-shadow: 0px 30px 40px -20px #e1e5ea inset;
}
.section-mobile .app-intro {
	margin-top: 25px;
	margin-top: 2.5rem;
}
.section-mobile .app-intro .title {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
.section-mobile .app-intro .sub-title {
	display: inline-block;
	margin-top: 15px;
	margin-top: 1.5rem;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
}
.section-mobile .app-download {
	margin-top: 30px;
	margin-top: 3rem;
}
.section-mobile .app-download .app {
	width: 180px;
	float: left;
}
.section-mobile .app-download .app a {
	display: block;
	height: 44px;
	color: #ffffff;
	border-radius: 4px;
}
.section-mobile .app-download .app .ios {
	background-color: #0b78cc;
	/*border-bottom: 2px solid #277ac9;*/
}
.section-mobile .app-download .app .ios:hover {
	background-color: #096fbd;
}
.section-mobile .app-download .app .android {
	background-color: #0fa680;
	/*border-bottom: 2px solid #88b448;*/
	margin-top: 20px;
}
.section-mobile .app-download .app .android:hover {
	background-color: #0d9875;
}
.section-mobile .app-download .app i {
	height: 44px;
	width: 44px;
	line-height: 44px;
	vertical-align: middle;
	font-size: 22px;
	display: inline-block;
	text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.section-mobile .app-download .app .ios i {
	background-color: #096fbd;
	/*border-bottom: 2px solid #277ac9;*/
}
.section-mobile .app-download .app .android i {
	background-color: #0d9875;
	/*border-bottom: 2px solid #88b448;*/
}
.section-mobile .app-download .app span {
    display: inline-block;
    /*font-weight: bold;*/
	vertical-align: middle;
    padding-left: 12px;
}
.section-mobile .app-download .QR-code {
	height: 110px;
	width: 110px;
	float: left;
	margin-left: 20px;
	border: 1px solid #b3b3b3;
}
.section-mobile .mobile-img img {
	position: absolute;
	right: 0;
	bottom: 0;
    height: 336.5px;
    width: 594px;
}
.section-mobile .mobile-app-download {
	margin-top: 30px;
	margin-top: 3rem;
}
.section-mobile .mobile-app-download a {
	height: 38px;
	width: 90px;
	line-height: 38px;
	/*border-top: 1px solid #7bcd7f;*/
	background-color: #0fa680;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
}
.section-mobile .mobile-app-download a:hover {
	background-color: #0d9875;
}
@media (max-width: 1200px) {
	#features > div.section-mobile {
		padding: 180px 5%;
		padding: 18rem 5%;
	}
	.section-mobile .app-intro {
		margin-top: 25px;
		margin-top: 2.5rem;
	}
}
@media(max-width: 992px) {
	.section-mobile {
		height: 480px;
	}
	#features > div.section-mobile {
		padding: 80px 5%;
		padding: 8rem 5%;
	}
	.section-mobile .app-intro {
		margin-top: 25px;
		margin-top: 2.5rem;
	}
	.section-mobile .app-intro .title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.section-mobile .app-intro .sub-title {
		margin-top: 10px;
		margin-top: 1rem;
		font-size: 2px;
		font-size: 2rem;
		line-height: 1.6;
	}
}
@media(max-width: 768px) {
	.section-mobile {
		height: 380px;
	}
	#features > div.section-mobile {
		padding: 50px 5%;
		padding: 5rem 5%;
	}
	.section-mobile .app-intro {
		margin-top: 40px;
		margin-top: 4rem;
	}
	.section-mobile .app-intro .title {
    	font-size: 26px;
    	font-size: 2.6rem;
	}
	.section-mobile .app-intro .sub-title {
		margin-top: 8px;
		margin-top: 0.8rem;
	}
	.section-mobile .mobile-app-download {
		margin-top: 24px;
		margin-top: 2.4rem;
	}
}

/* footer */
#footer {
	background-color: #34495e;
	/*padding-top: 100px;*/
	/*padding-top: 10rem;*/
	text-align: center;
}
#footer .intro {
	padding-top: 140px;
	padding-top: 14rem;
	padding-bottom: 140px;
	padding-bottom: 14rem;
	/*background-color: #34495e;*/
}
#footer .intro .intro-logo {
	height: 120px;
	display: block;
	margin: 0 auto;
}
#footer .intro .intro-logo2 {
	height: 84px;
	padding-top: 3rem;
	display: block;
	margin: 0 auto;
}
#footer .intro .slogan {
	font-size: 22px;
	font-size: 2.2rem;
	padding-top: 30px;
	padding-top: 3rem;
	padding-bottom: 34px;
	padding-bottom: 3.4rem;
}
#footer .intro .begin {
	/*margin-bottom: 20px;*/
	/*margin-bottom: 2rem;*/
}
#footer .intro .begin a {
	display: inline-block;
	padding: 12px 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 4px;
	border: 1px solid transparent;
}
#footer .intro .begin .demo {
	background-color: #0e9e7a;
	/*border-top: 1px solid #7bcd7f;*/
}
#footer .intro .begin .demo:hover {
	background-color: #0c906f;
}
#footer .intro .begin .login {
	border: 1px solid #ffffff;
}
#footer .intro .begin .login:hover {
	border: 1px solid #0e9e7a;
	color: #0e9e7a;
}
#footer .copyright-info {
	padding-top: 16px;
	padding-top: 1.6rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	background-color: #2c3e50;
	color: #969fa8;
}
#footer .copyright-info p {
	line-height: 22px;
	font-size: 12px;
}
@media(max-width: 992px) {
	#footer .intro {
		padding-top: 90px;
		padding-top: 9rem;
		padding-bottom: 90px;
		padding-bottom: 9rem;
	}
	#footer .intro .intro-logo {
		height: 90px;
	}
	#footer .intro .intro-logo2 {
		height: 63px;
		padding-top: 2rem;
	}
	#footer .intro .slogan {
		font-size: 20px;
		font-size: 2rem;
	}
	#footer .intro .begin a {
		padding: 8px 16px;
	}
}
@media(max-width: 768px) {
	#footer .intro {
		padding-top: 70px;
		padding-top: 7rem;
		padding-bottom: 70px;
		padding-bottom: 7rem;
	}
	#footer .intro .intro-logo {
		height: 70px;
	}
	#footer .intro .intro-logo2 {
		height: 49px;
		padding-top: 2.2rem;
	}
	#footer .intro .slogan {
		font-size: 20px;
		font-size: 2rem;
		padding-top: 22px;
		padding-top: 2.2rem;
		padding-bottom: 28px;
		padding-bottom: 2.8rem;
	}
	#footer .intro .begin a {
		/*padding: 6px 14px;*/
	}
	
	#footer .copyright-info p {
		line-height: 20px;
		font-size: 12px;
	}
}

/* platform-view */
.platform-view {
	margin-top: 90px;
}
@media(max-width: 992px) {
	.platform-view {
		margin-top: 70px;
	}
}
@media(max-width: 768px) {
	.platform-view {
		margin-top: 60px;
	}
}

.platform-view .sdk-list-overview {
	margin-top: 40px;
	margin-top: 4rem;
}
.sdk-list-overview tbody tr {
	border-top: 1px solid #ddd;
}
.sdk-list-overview tbody tr:first-child {
	border-top: inherit;
}
.sdk-list-overview tbody tr td {
	padding: 40px 0;
	border-top: inherit;
}
.sdk-list-overview tbody tr td.app-type {
	width: 150px;
	text-align: center;
}
.sdk-list-overview tbody tr td.app-type i {
	color: #9ea4a7;
	display: block;
	font-size: 48px;
}
.sdk-list-overview tbody tr td.sdk-operation {
	width: 260px;
	text-align: right;
	padding-right: 40px;
	
}

.sdk-list-overview tbody tr td.sdk-operation a {
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	font-weight: 500;
	border-radius: 2px;
	text-decoration: none;
}
.sdk-list-overview tbody tr td.sdk-operation a.download,
.sdk-list-overview tbody tr td.sdk-operation a.sdk-document {
	background-color: #0fa680;
}
.sdk-list-overview tbody tr td.sdk-operation a.download:hover,
.sdk-list-overview tbody tr td.sdk-operation a.sdk-document:hover {
	background-color: #0d9875;
}

.sdk-list-overview tbody tr .sdk-operation .sdk-document,
.sdk-list-overview tbody tr .sdk-operation .sdk-c99 {
	margin-left: 15px;
}
.sdk-list-overview tbody tr td.sdk-operation a i {
	color: #9ea4a7;
	font-size: 32px;
}
.sdk-list-overview tbody tr td.sdk-operation a:hover i {
	color: #4f5c65;
}
.sdk-list-overview tbody tr td.app-type span {
	color: #4f5c65;
	display: block;
	font-weight: bold;
}
.sdk-list-overview tbody tr td p {
	color: #9ea4a7;
}
.sdk-list-overview tbody tr td p.sdk-new-version {
	color: #4f5c65;
	font-size: 16px;
	font-weight: bold;
}
.sdk-list-overview tbody tr td p.sdk-update-time,
.sdk-list-overview tbody tr td p.sdk-tips {
	color: #4f5c65;
	font-weight: bold;
}

/* Demos */
.demos-list {
	background-color: #fafafa;
}
.demos-list .panel {
	background-color: #fafafa;
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.demos-list .panel-default>.panel-heading {
	background-color: #fafafa;
	line-height: 58px;
	
	padding: 15px;
}
.demos-list .panel-title {
	font-size: 28px;
	font-size: 2.8rem;
}
.demos-list .demo-apps {
	padding-top: 30px;
}


/* FAQ */


/* 移动端导航 侧边栏 */
@-webkit-keyframes bounce-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0); 
	}
}
@keyframes bounce-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px);
	}
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.bounce-in {
	-webkit-animation-name: bounce-in;
	animation-name: bounce-in;
}

@-webkit-keyframes bounce-out {
	0% {
		-webkit-transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
	}
}
@keyframes bounce-out {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
	}
}
.bounce-out {
	-webkit-animation-name: bounce-out;
	animation-name: bounce-out;
}
.mobile-navbar-beacon {
	position: fixed;
	top: 60px;
	bottom: 0;
	right: 200%;
	height: 100%;
	max-width: 300px;
	z-index: 99;
	overflow-y: auto;
	/*padding-right: 50px;*/
	padding-top: 15px;
	background-color: rgba(44, 62, 80, 0.95);
}
.mobile-navbar-beacon.bounce-in,
.mobile-navbar-beacon.bounce-out {
	width: 100%;
	left: auto;
	right: -50px;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mobile-navbar-beacon li a {
	display: inline-block;
	padding-left: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	color: #fff;	
	font-size: 14px;
}
.mobile-navbar-beacon li a:hover,
.mobile-navbar-beacon li a:active,
.mobile-navbar-beacon li a:focus {
	color: #808b96;
	text-decoration: none;
}

.mobile-navbar-beacon li.logined {
	display: none;
}
.mobile-navbar-beacon li.user a.login,
.mobile-navbar-beacon li.logined a.apps {
	padding-right: 5px;
}
.mobile-navbar-beacon li.user a.register,
.mobile-navbar-beacon li.logined a.logout {
	padding-left: 5px;
}
.mobile-navbar-beacon .dropdown .dropdown-menu {
	float: none;
	/*display: none;*/
	position: static;
	margin: 0;
	padding-left: 15px;
	background-color: transparent;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
