@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: 36px;
	font-size: 3.6rem;
}
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: #48609e;
	/*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;
}
#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 18px;
    font-size: 16px;
}
#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;
	}
	#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;
	}
	#header .main-nav .navbar-nav>li>a {
	    padding: 22px 18px;
	    font-size: 14px;
	}
}

/* Nanolink 入口 */
.nanolink-view {
    position: fixed;
	z-index: 13;
    height: 90px;
    width: 100px;
    background-color: #ff9500;
    text-align: center;
    top: 0;
    right: 0;
}
.nanolink-view a {
	color: #fff;
    font-size: 18px;
    padding-top: 34px;
    display: block;
}
@media (max-width: 1350px) {
	.nanolink-view {
    	top: 90px;
	}
}
@media(max-width: 992px) {
	.nanolink-view {
		height: 60px;
		width: 80px;
    	top: 70px;
	}
	.nanolink-view a {
	    padding-top: 20px;
	    font-size: 14px;
	}
}
@media(max-width: 768px) {
	.nanolink-view {
		height: 50px;
    	width: 80px;
    	top: 60px;
	}
	.nanolink-view a {
	    padding-top: 16px;
	    font-size: 14px;
	}
}

/* 轮播部分 */

.bg-gradient {
	width: fit-content;
    /*background-image: linear-gradient(to right, #28a9ff, #5e63ff, #f4a1e9);*/
	background-image: linear-gradient(to right, #86c53f, #eaa63e, #ed8464, #04b8a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#carousel {
	position: relative;
	height: 800px;
	width: 100%;
	background-color: #48609e;
	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-ct.png');
}
#carousel .bg-imgs .active {
	opacity: 1;
}

#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: 230px;
}
#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: 700px;
		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: 210px;
	}
	#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: 500px;
		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: 150px;
	}
	#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;
}
@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;
	}
}

.section-stage,
.section-game-balance,
.section-channel {
	background-color: #ffffff;
	color: #586062;
}
.section-player,
.section-filter,
.section-online {
	background-color: #4679ae;
	color: #ffffff;
	/*height: 550px;*/
}
.section-stage .intro,
.section-game-balance .intro,
.section-channel .intro {
	padding: 110px 30px 110px 0;
	padding: 11rem 3rem 11rem 0;
}
.section-filter .intro,
.section-player .intro,
.section-online .intro {
	padding: 110px 0 110px 30px;
	padding: 11rem 0 11rem 3rem;
}
.section .intro .title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: inherit;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
}
.section-stage .title,
.section-game-balance .title,
.section-channel .title {
	color: #586062;
}
.section .intro p {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-top: 1rem;
	line-height: 1.5;
}
.section .intro p.sub-content {
	margin-top: 8px;
	margin-top: 0.8rem;
}
.section-stage .image,
.section-game-balance .image,
.section-channel .image {
	padding: 100px 0 100px 30px;
	padding: 10rem 0 10rem 3rem;
}
.section-filter .image,
.section-player .image,
.section-online .image {
	padding: 100px 30px 100px 0;
	padding: 10rem 3rem 10rem 0;
}
@media (max-width: 1200px) {
	.section .intro {
		padding: 80px 20px;
		padding: 8rem 2rem;
	}
	.section .image {
		padding: 80px 20px;
		padding: 8rem 2rem;
	}
	.section .intro .title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.section .intro p {
		font-size: 20px;
		font-size: 2rem;
		margin-top: 12px;
		margin-top: 1.2rem;
	}
}
@media(max-width: 992px) {
	.section-stage .intro,
	.section-game-balance .intro,
	.section-channel .intro {
		padding: 45px 0 30px;
		padding: 4.5rem 0 3rem;
	}
	.section-filter .intro,
	.section-player .intro,
	.section-online .intro {
		padding: 0;
		padding-bottom: 45px;
		padding-bottom: 4.5rem;
	}
	.section-stage .image,
	.section-game-balance .image,
	.section-channel .image {
		padding: 0;
		padding-bottom: 45px;
		padding-bottom: 4.5rem;
	}
	.section-filter .image,
	.section-player .image,
	.section-online .image {
		padding: 45px 0 30px;
		padding: 4.5rem 0 3rem;
	}
	.section .intro .title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.section .intro p {
		margin-top: 10px;
		margin-top: 1rem;
		line-height: 1.6;
	}
}
@media(max-width: 768px) {
	.section-stage .intro,
	.section-game-balance .intro,
	.section-channel .intro {
		padding: 35px 0 25px;
		padding: 3.5rem 0 2.5rem;
	}
	.section-filter .intro,
	.section-player .intro,
	.section-online .intro {
		padding: 0;
		padding-bottom: 35px;
		padding-bottom: 3.5rem;
	}
	.section-stage .image,
	.section-game-balance .image,
	.section-channel .image {
		padding: 0;
		padding-bottom: 35px;
		padding-bottom: 3.5rem;
	}
	.section-filter .image,
	.section-player .image,
	.section-online .image {
		padding: 35px 0 25px;
		padding: 3.5rem 0 2.5rem;
	}
	.section .intro .title {
		font-size: 26px;
		font-size: 2.6rem;
	}
	.section .intro p {
		margin-top: 8px;
		margin-top: 0.8rem;
	}
}

/* display: table 方式 使文字垂直居中 */
@media(min-width: 992px) {
	.section .table-cell {
		display: table;
	}
	.section .table-cell .intro {
		display: table-cell;
		vertical-align: middle;
		float: initial;
	}
	.section .table-cell .image {
		display: table-cell;
		float: initial;
	}
}

#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: 94px;
	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: 14px;
}
@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: 70.5px;
		margin: 0 auto;
	}
	#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: 54.8px;
		padding-top: 2.2rem;
		margin: 0 auto;
	}
	#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;
}
.platform-view .slogan {
	background-color: #2b598b;
	text-align: center;
	color: #ffffff;
	position: relative;
}
.platform-view .slogan h3 {
	/*height: 100px;*/
	/*line-height: 100px;*/
	width: 100%;
	font-size: 26px;
	padding-top: 40px;
}
.platform-view .slogan .compliance-guide {
	display: block;
	padding: 10px 0 40px;
	font-size: 20px;
}
.platform-view .slogan .compliance-guide a {
	text-decoration: underline;
}
.platform-view .slogan .compliance-guide a:hover {
	color: #337ab7;
}
.platform-view .slogan .caret {
	border-top: 20px solid #2b598b;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	position: absolute;
	margin: 0 auto;
	bottom: -18px;
}
@media(max-width: 992px) {
	.platform-view {
		margin-top: 70px;
	}
	.platform-view .slogan h3 {
		font-size: 22px;
	}
}
@media(max-width: 768px) {
	.platform-view {
		margin-top: 60px;
	}
	.platform-view .slogan h3 {
		font-size: 18px;
	}
}

.platform-view .sdk-items {
	margin-top: 60px;
	margin-top: 6rem;
}
.platform-view .sdk-items .item {
	color: #454545;
	margin-bottom: 30px;
	border-radius: 4px;
}
.platform-view .sdk-items .item-box {
	padding: 30px;
	min-height: 330px;
	background-color: #f8f8f8;
	border-radius: 4px;
	-moz-box-shadow: 0px 10px 10px -10px #c4c4c4;
	-webkit-box-shadow: 0px 10px 10px -10px #c4c4c4;
	box-shadow: 0px 10px 10px -10px #c4c4c4;
}
.platform-view .sdk-items .item-box .name a {
	font-size: 28px;
	font-size: 2.8rem;
	color: #454545;
}
.platform-view .sdk-items .item:hover .item-box .name a {
	color: #337ab7;
}
.platform-view .sdk-items .item-box .name i {
	position: absolute;
	top: -10px;
    right: 0;
    z-index: 1;
    font-size: 200px;
    color: rgba(100, 100, 100, 0.05);
}
.platform-view .sdk-items .item-box .info {
	padding-top: 16px;
	padding-bottom: 30px;
	position: relative;
	z-index: 5;
}
.platform-view .sdk-items .item-box .info .log {
	margin-top: 10px;
	/*color: #4d4d4d;*/
}
.platform-view .sdk-items .item-box .info .log p {
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.platform-view .sdk-items .item-box .goto {
	/*text-align: center;*/
	position: relative;
	z-index: 5;
}
.platform-view .sdk-items .item-box .goto a {
	color: #ffffff;
	padding: 10px 20px;
	display: inline-block;
	/*margin-left: 15px;*/
	/*margin-right: 15px;*/
	font-weight: 500;
	border-radius: 2px;
	text-decoration: none;
	/*position: relative;*/
}
.platform-view .sdk-items .item-box .goto .download,
.platform-view .sdk-items .item-box .goto .download2 {
	background-color: #0fa680;
	/*float: left;*/
}
.platform-view .sdk-items .item-box .goto .download:hover,
.platform-view .sdk-items .item-box .goto .download2:hover {
	background-color: #0d9875;
}
.platform-view .sdk-items .item-box .goto .download2 {
	float: right;
}
.platform-view .sdk-items .item-box .goto .sdk-c99 {
	color: #454545;
	padding: 0;
	margin-left: 10px;
	text-decoration: underline;
	vertical-align: bottom;
	
	/*
	position: absolute;
	left: 0;
    bottom: -25px;
    padding: 0;
    color: #454545;
    text-decoration: underline;
    */
}
.platform-view .sdk-items .item-box .goto .document {
	background-color: #0b78cc;
	/*float: right;*/
}
.platform-view .sdk-items .item-box .goto .document:hover {
	background-color: #096fbd;
}
@media(max-width: 1200px) {
	.platform-view .sdk-items .item-box .goto a {
		/*margin:  5px;*/
	}
}
@media(max-width: 992px) {
	.platform-view .sdk-items .item-box {
		padding: 15px;
		min-height: 310px;
	}
	.platform-view .sdk-items .item-box .name i {
		font-size: 160px;
	}
	.platform-view .sdk-items .item-box .goto a {
		/*margin:  15px;*/
	}
	.platform-view .sdk-items .item-box .goto .sdk-c99 {
		margin-left: 15px;
	}
}

/* 移动端导航 侧边栏 */
@-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;
}
