.app-view {
    margin: 0 10px;
}
.body-content{
	background-color: #fff;
    overflow:hidden;
    width: -webkit-fill-available;
    height: 84vh;
	/*min-height:680px;
	overflow: auto;*/
}

.body-contents{
	background-color: #fff;
    overflow-x:hidden;
    width: -webkit-fill-available;
	overflow: auto;
}
.label{
	width:100%;
	padding:0;
	margin: 0;
}
.banner{
	width:100%;
	height:270px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	background-image:url("../images/img/banner.png");
	color:#fff;
}

.supp-content{
	padding-top: 24px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #222222;
	font-size: 23px;
}
.row:before{
	display:table;
	content:" ";
}
.row:after{
	clear:both;
}
.supp-class{
	padding-top: 0px;
	padding-bottom: 0px;
	background-size:140% 110%;
	transition:0.4s;
	margin-bottom:10px;
	overflow: auto;
	border: 1px solid rgba(0,0,0,.05);
}
.supp-class:hover{
	background-repeat: no-repeat;
	background-position: center;
	background-origin:content-box;
	background-size:150% 120%;
	z-index:1;
	box-shadow:0 0 30px 5px rgba(0,0,0,0.15);
}
.faq-img{
	padding-top:20px;
}
fl-title{
	width:67%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: left;
}
.fl-class{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color:#333333;
	display:inline-block;
}
.fl-image{
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
.fl-name{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color:#c7000b;
	display: inline-block;
}
.fl-line{
	color: #e4e4e4;
	width:64%;
	margin:0 auto;
	height:3px;
}
.main-content{
	width:67%;
	margin:0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.faq-title{
	font-size:28px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.faq-update{
	font-size:16px;
	text-align: right;
	color: #666666;
	padding-top: 30px;
	padding-right: 30px;
}
.faq-content{
	font-size: 14px;
	text-align: left;
	color: #666666;
	padding-top: 0px;
}
.app-tit{
	font-size:20px;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.api-use-case-top-center {
    height: 28vh;
    background-image: url(../images/img/banner.png);
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
}

.api-use-index-row-top {
    background-image: url(../images/img/banner-info.png);
    background-size: 100% 100%;
}

.api-use-index-box {
	height: 340px;
    text-align: center;
    background-image: url('../images/img/bg-account.png');
    background-size: 100% 100%;
    box-shadow: 0px 0px 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    margin-left: 30px;
    margin-top: 80px;
}