@CHARSET "UTF-8";


/*----  Update 2018-8-16  ----  LED SIGNS  --*/

h1{
	font-size:1.1rem !important;
}

h2,h3{font-size:.9rem;
line-height:1.5rem;}

@media (min-width: 992px) {
	h2,h3{
		font-size:1rem;

	}
}
.h-md-250{
	height:250px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}




/*  blog main 主页面 */

.blog-main{
	margin-bottom:100px;
}
.blog-list a{
	margin-bottom:2rem;
	
}
.blog-list p{
	font-size:.9rem;
	margin-bottom:.2rem;
	padding-top:.5rem;
}

.blog-list h5{
	font-size:.95rem;
	margin-bottom:.1rem;
	padding-top:.2rem;
	line-height: 1.9rem;
}


/* blog side bar ---------主页面右侧 公用 */
.blog-sidebar{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.blog-sidebar-list li{
	margin-bottom:.2rem;
}



/* *----------------------------- Blog posts 子页面  -------------------------*/
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

.text-sytle-A{
	font-size:.9rem;
	line-height:1.8rem;
	margin-bottom:1.9rem;
	text-align:justify;
}


.blog-docs-section {
  margin-bottom: 50px;
}
.blog-docs-section:last-child {
  margin-bottom: 0;
}
.blog-docs-section p{
	text-align:justify;
	font-size:.9rem;
	line-height:1.8rem;
	margin-bottom:1.9rem;
}

.subtitle-gray{
	border-bottom: 1px solid #ddd;
	margin-bottom:1.2rem;
}
.subtitle-gray span{
	display: inline-block;
	background-color: #ddd;
	font-weight:bold;
	color: #444;
	font-size: .8em;
	padding: .45rem .7rem;
}

.blog-docs-section ul li{
	font-size: .9rem;
	list-style-image: url("../../img/ui/bg-1.png");
	padding: .5rem 0;
	margin-left:.5rem;
	
}
.blog-docs-section > h3,h2{
	font-size:.9rem;
	padding:.35rem .5rem .35rem .5rem;
	background-color: #17a2b8 !important;
	color:#fff;
	border-radius:5px;
}



.feature{
	display:inline-block;
	min-width:20rem;
	padding-bottom:1rem;
	font-size:.9rem;
}
.fe01{
	display: inline-block;
	padding-right:.8rem;
}

.table-A table{
	font-size:.8rem;
}
.table-A table thead tr {
    background-color: #298bcc;
    color: #fff;
    text-align: center;
}
.table-A table tbody tr {
    text-align: center;
}

/* 导航 */
#page-nav span{
	display:inline-block;

}
#page-nav a{
	display:inline-block;
	cursor: pointer;
	color: #666;
	text-decoration: none;
}


#page-nav span, #page-nav a{
	float: left;
	
	padding: .2rem .6rem;
	margin: 0 .2rem;
	border: 1px solid #DAE2ED;
	border-radius: 3px;
	text-align: center;
	line-height: 26px;
	font-size: .9rem;		
}

#page-nav a i{
	min-width: 18px;
	height: 26px;
	padding: 0 4px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}
#page-nav a:hover{
	
	border-color:#ff6a00 !important;
}

.page-nav-active{
	color: #FF7519 !important;
	cursor: default !important;
	background-color: transparent !important;
	border-color: transparent !important;
}
.pre-disable{

	background-color: #f2f2f2;
	color:#ccc;
	border-color: #CCC;
}
