/** 公用 **/
body {
	padding-top:70px;
}
a {
    color:#337ab7;
}
.noScroll {
	height: 100%;
	overflow:hidden;
}

.fa {
	margin-right: .325rem;
}

.table-responsive {
	background-color:#fff;
	margin: 1rem 0;
}


td {
	padding: 3px 5px;
	min-width: 100px;
	line-height: 160%;
}
th {
	vertical-align: middle !important;
	line-height: 160%;
}
td p,
th p {
	margin: 5px 0 !important;
	line-height: 160%;
}
td br,
th br {
	display:none;
}
img {
	max-width: 100%;
}

/** color **/
.red {
	color:#c00;
}
.pink {
	color: #FF6699;
}
.orange {
	color: #FF9966;
}
.cyan {
	color: #33cccc;
}
.lime {
	color: #CCCC00;
}
.teal {
	color:#339999;
}
.blue {
	color: #6699cc;
}
.light-blue {
	color:#66ccff;
}
.yellow {
	color: yellow;
}
.black {
	color: #000;
}
.grey {
	color: #777;
}
.hide {
	display:none;
}
.background {
	background-color: #f5f5f5;
}
.bg-red {
	background-color: rgba(220, 0, 0, 1);
}

.radius {
	border: 1px solid #eee;
	border-radius: 8px;
}

/** navbar**/
.navbar {
    padding: 0;
    border-bottom: 0px solid #e7e7e7;
    
}
.navbar>.container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-brand {
    padding: 0.7rem;
    margin-right:.5rem;
}
.logo {
	color:#fff !important;
	background-image:url('http://www.ye8.net/yixuezhishi/statics/images/logo.png');
	background-size: 50px;
	background-position:10px, 0;
	background-repeat:no-repeat;
    font-size: 18px;
    line-height:20px;
    padding: 15px 30px 15px 70px;
}

.dropdown-menu span {
	margin-right: 10px;
}

.navbar-header {
    width: 100%;
}
.navbar-right {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 15px;
}
.navbar-right li {
	display:block;
	margin: .625rem 0;
}

.navbar-right li a {
    padding: .5rem .2rem;
}

.navbar-drawer-back {
	position: fixed;
	top: 0;
	left: 0;
	z-index:1990;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0, 0.5);
}
.navbar-drawer {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: -70%;
	width: 70%;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.navbar-drawer.in {
	left: 0;
	box-shadow: 5px 5px 10px #888;
	background-color:#fff;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.navbar-drawer.in .navbar-header {
    display: static;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
.navbar-nav {
    margin-left: 15px;
    margin-right: 15px !important;
}

.searcher {
    padding: .5rem;
    background-color: #f5f5f5;
}
.searcher.nav {
	background-color: transparent;
}
.searcher.input-group {
	width: auto;
}
.dropdown-ep {
    position:absolute;
    z-index: 999; 
    background-color:#fff; 
}
.popList {
    list-style: none;
    margin-left: 0;
    padding-left:0;
}
.popList a {
    display: block;
    text-decoration: none;
    line-height: 180%;
    padding: 0 1rem;
    color:#000;
}
.popList a:hover {
    background-color: #f9f9f9;
}
.menu {
	display: inline-block;
	float:right;
	font-size: 25px;
	color:#777 !important;
	margin: 5px;
	
}
.menu::before {
	content: '\f0c9';
}
.menu.show::before{
	content: '\f00d';
}

.breadcrumb {
    font-size: 14px;
    background-color: #eee;
}

/** jumbotron **/
.jumbotron {
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 0 !important;
	margin-top: 20px !important;
    padding-left: 40%;
    font-size: 1.5rem;
}
.jumbotron p a {
	display:inline-block;
	background-color:#f5f5f5;
	border-radius: 15px;
	padding: 5px 10px ;
	font-size: 14px;
	margin: 5px 5px;
	color: #999;
}

.carousel-inner {
	height: 300px;
	background-color:#eee;
	border-radius: 10px;
	margin:0 0 20px 0;
}

.carousel-inner h1, 
.carousel-inner h2 {
	font-size: 63px;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-right: 60px;
    padding-left: 60px;
}
.carousel-inner .text p {
	margin-left:50%;
	color:#777;
}

.carousel-inner h2 a {
	margin-top: 20px;
	text-align:center;
	display: block;
	text-decoration: none;
	font-size: 90%;
}

.scroll-tabs {
	width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow:auto;
	white-space:nowrap;
	margin: 1rem 0;
}
.scroll-tabs>.nav {
	flex-wrap: nowrap !important;
	min-width: fit-content;
}
.scroll-tabs ul {
	white-space: nowrap !important;
	display: inline-block;
}
.scroll-tabs li {
	display: inline-block !important;
}



/**footer**/
footer {
	background-color: #660033;
	color:#fff;
	margin-top: 30px;
	padding: 40px 10px;
}
footer .link {
	font-size: 18px;
	line-height: 200%;
	padding-left: 0;
}
footer .link li {
	display: inline-block;
	padding: 0 10px 0 0;
}
footer .cert {
	font-size: 14px;
	line-height: 200%;
	padding-left:0;
}
footer .cert li {
	display: block;
}
footer .link a {
	color:#fff;
}



/** pager **/
.pagination {
	margin: 2rem 0;
}
.pager li {
	margin-bottom:10px !important;
}
.page-item.active .page-link {
	background-color:#337cb7;
	border-color:#337cb7;
}
.page-link {
	color:#337cb7;
}

/** ads **/
.ysads {
	padding:5px;
	margin: 10px 0;
	width: 100%;
	overflow-x:hidden;
}


.carousel-inner {
    height: 250px;
}
.carousel-inner h1, 
.carousel-inner h2 {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}
.carousel-inner .text p {
    margin-left:10%;
    margin-right: 5%;
    color:#777;
}


/** index **/
.news {
	margin: 20px 0;
}
.news div {
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 0 10px;
	margin: 10px 0;
}
.news h3 {
	margin-top: .7rem;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.news ul {
	padding-left: 10px;
}
.news li {
	display: block;
}
.news a {
	font-size: 16px;
	line-height: 200%;
}
.news p {
	font-size: 13px;
	color: #777;
	line-height: 160%;
	padding-right: 10px;
}
.date {
	padding: 10px !important;
	
}
.date ul {
	line-height: 160%;
	margin-bottom: 0 !important;
	padding-left: 0;
}
.date img {
	float:right;
	margin-left: 10px;
}
.date .jieqi {
	color: #FF6699;
	font-weight: bold;
	margin-left: 10px;
}
.HDayPRE {
	border: 1px solid #eee;
	border-radius: 5px;
	max-height: 200px;
	overflow: auto;
	line-height: 200%;
	padding: 10px 0;
}
.recommendCate {
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.recommendCate .item {
	display: inline-block;
	margin: 5px 0;
}
.recommendCate .icon {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 80%;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.recommendCate .item .text {
	font-size: 14px;
	margin-top: 10px;
}

.recommendCate .item2 {
	border-radius: 10px;
	background-color: #f5f5f5;
	text-align:center;
	padding: 10px;
	margin: 10px 0;
	display: block;
}
.recommendCate .cateB {
	margin-bottom: 10px;
}

.divider {
	border-top:1px solid #eee;
	margin-top: 20px;
	
	padding-top: 20px;
}

.xuewei {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/xuewei.png');
	background-color:#FF9966;
}
.fangji {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/fangji.png');
	background-color: #CCCC00;
}
.zhongyao {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/zhongyao.png');
	background-color: #0099cc;
}
.zhongchengyao {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/zhongchengyao.png');
	background-color: #999966;
}
.aijiu {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/aijiu.png');
	background-color: #cc33cc;
}
.anmo {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/anmo.png');
	background-color: #009966;
}
.bingzheng {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/bingzheng.png');
	background-color: #ff6666;
}
.zhenduan {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/zhenduan.png');
	background-color: #cc9999;
}
.shoushu {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/shoushu.png');
	background-color: #aaaaaa;
}
.yoududongwu {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/yoududongwu.png');
	background-color: #663300;
}
.yaoshanshiliao {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/yaoshanshiliao.png');
	background-color: #666600;
}
.yaowu {
	background: url('http://www.ye8.net/yixuezhishi/statics/images/cate/yaowu.png');
	background-color: #999933;
}

.index_box {
	padding: 30px 10px;
}
.index_box h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 10px;
	border-radius: 5px;
	margin: 10px 0 10px 0;
}
.index_box ul {
	padding-left: 20px;
	line-height: 200%;
}
.index_box .summary {
	color: #999;
	font-size: 13px;
}
.index_box .alert {
	margin-bottom: 0;
}
/** index end **/

.entry-tabs {
	margin: 10px 15px;
	width:100%;
	display:block;
}


/** entry view **/

/** left **/
.row .left {
	position:fixed;
	left: -70%;
	line-height:200%;
	margin-bottom:40px;
	background-color:#fff;
	width: 70%;
	height: 100%;
}
.sticky {
	position:sticky;
	position: -webkit-sticky;
	top:71px;
}
.left .tab-bar {
	margin-bottom: 10px;
	min-width:98%;
}

.left h3 {
	margin-top:30px;
}
.left li {
	margin: 5px 0;
}
.left li.active {
	color:#c00;
}
.left a {
	text-decoration:none;

}
.left a.active {
	background-color:#eee;
	color:#c00;
	display:block;
	padding:0 5px;
	border-radius: 10px;
	margin-right: 5px;
}
.left .tab-view {
	height: 100%;
	overflow-y:auto;
}
.left .tab-view::-webkit-scrollbar {
  width:5px;
  height:1px;
}
.left .tab-view::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
}
.left .tab-view::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #fff;
}
.left .qrcode {
	margin: 10px;
}
/** catalogue **/
.catalogue {
	padding-left: 30px;
	padding-right: 10px;
}
.catalogue .tocnumber {
	background-color:#f5f5f5;
	border-radius: 10px;
	padding: 3px 10px;
	color: #999;
	margin-right: 10px;
}
.carousel-inner .text p {
	margin-left:20%;
	color:#777;
}
.catalogue ol, .catalogue ul {
	margin-left: -30px;
}

.left.in {
	top: 0;
	left: 0;
	z-index: 1999;
	box-shadow: 5px 5px 10px #888;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.left.in h3 {
	margin: 0;
	padding: .325rem;
	height: 50px;
	line-height: 40px;
	background-color:#ddd;
	font-size: 1.2rem;
}

.cata-drawer-back {
	position: fixed;
	top: 0;
	left: 0;
	z-index:1990;
	width: 100%;
	height:100%;
	background-color: rgba(0,0,0, 0.5);
}

/** content **/
.content {
	margin:0 0 40px 0;
	padding:10px;
	line-height:220%;
	font-size:18px;
	word-break: break-all;
}
.content h2 {
	line-height:300%;
}
.content h3, 
.content h4,
.content h5,
.content h6,
.content h7 {
	line-height:250%;
	font-weight:bold;
}

.content .tocnumber {
	background-color:#eee;
	border-radius: 10px;
	padding: 3px 10px;
	color: #999;
	margin-right: 10px;
}

.content p {
	margin:30px 0;
	letter-spacing: 2px;
}
.content img {
	cursor: pointer;
}
cite {
	border:1px dotted #f0f0f0;
	background:#99FFCC;
	color:red;
	text-align:left;
	font-size:14px;
	font-style:normal;
	letter-spacing:2px;
	line-height:14px !important;
	text-indent:0;
	padding:5px 10px;
	margin: 0 10px 0 5px;
}
cite:before {
	font-style: normal;
	background:#fff;
	border-radius:10px;
	padding:3px 4px;
	margin:3px 10px 3px 3px;
	font-weight:bold;
	font-style: normal;

}
cite.ref {
	border-radius: 13px !important;
	background:blue;
	padding-left: 0;
	color:#fff;
}
cite.ref:before {
	content: '参';
	color:blue;
}

cite.note {
	border-radius: 13px !important;
	background:rgb(230,255,204);
	padding-left: 0;
	color:#777;
}
cite.note:before {
	content: '注';
	color:rgb(98,184,0);
}
cite.note a:link {
	color:#777 !important;
	text-decoration: underline;
}
cite.note a:hover {
	color:#c00 !important;
}
cite.query {
	border-radius: 13px !important;
	background:yellow;
	padding-left: 0;
	color:red;
}
cite.query:before {
	content: '疑';
	color:red;
}


div.fang {
	border-radius: 13px !important;
	background:rgba(255,229,242,.5);
	padding:5px 10px 10px 10px;
	margin-bottom:10px;
}
div.fang:before {
	content: '方';
	color:rgba(209,71,209,.7);
	font-style: normal;
	background:#fff;
	border-radius:10px;
	padding:3px 4px;
	margin:3px 10px 3px 3px;
	font-weight:bold;
	font-style: normal;
	font-size:14px;
}
div.fang strong {
	font-size:18px;
	color:#777;
}
div.fang strong a {
	color:#777 !important;
}
div.fang .fangContent {
	color:#111;
	font-size:16px;
	line-height:190%;
	margin:10px;
}


blockquote {
	border:1px solid;
	background:#f5f5f5;
	display:block;
	padding:15px;
	margin:1.5em 0;
	border-radius:10px;
	box-shadow: 2px 5px 8px #eee;
}
blockquote > p {
	margin:0 0 30px 0;
	line-height:220%;
	letter-spacing:2px;
}
.question {
	border-color:rgba(255,230,204, .4);
	background-color:rgba(255,230,204, .3);
}
.answer {
	border-color:#f0f0f0;
	background-color:rgb(255,255,255);
}

.dataBox {
	margin:30px 0;
}

.dataBox ul {
	line-height:250%;
}

.cloud {
	margin: 30px -10px 0 -10px;
	padding:0;
}

.cloud li {
	display:inline-block;
	margin: 5px 10px;
}

.cloud a {
	display:inline-block;
	border-radius: 20px;
	padding: 0 10px;
}



/** list **/
.list-tabs {
	margin: 40px 0;
}
.items {
	padding-left: 0;
}
.items .item {
	display: block;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.items .item a {
	text-decoration: none;
}
.items .item p.subTitle {
    font-size: 14px;
    color: #999;
    word-break: break-all;
	line-height: 150%;
}
.items .item .leading {
	float: left;
	display: flex;
	flex-direction: column;
	height: 70px;
	width: 70px;
	margin-left: 10px;
}
.items .leading .star {
	background-color:#ccffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #555;
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;

}
.items .leading .starInfo {
	background-color:#eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align:center;
	padding: 5px 5px;
	font-size: 12px;
	color:#777;
}
.items .item div.title {
	margin-left: 90px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 150%;
}
.noLeading div.title {
	margin-left: 10px !important;
}
.items .item p.title {
	margin-bottom:.325rem !important;
}

.entryAbout {
	line-height: 200%;
	color: #777;
	word-break: break-all;
}
.qrCode {
	width: 100%;
	margin: 10px 0;
}
.qrCode p {
    font-size: 13px;
}
.more {
	margin: 10px 0 30px 10px;
	
}
.more a {
	font-size: 18px;
}

/** categorize sort **/
.cates {
	margin-right: 60px;
}
.cates h3 {
	position: sticky;
	position: -webkit-sticky;
	top: 50px;
	background: #f5f5f5;
	padding: 5px 10px;
}
/** categorize sort end **/

/** categorize list **/
.intro {
	background-color: rgba(255,230,204, .3);
	border-radius: 10px;
	font-size: 16px;
	font-weight: normal;
	padding:15px;
	margin: 10px 0 30px 0;
	line-height:200%;
	letter-spacing: 2px;
	min-height:50px;
}

.intro .collapseButton {
	float:right;
	font-size:18px;
	text-decoration: none;
	margin-top: -5px;
}
.collapseButton::before {
	content: '\f106';
	height: 40px;
	width:40px;
}
.collapseButton::after {
	content: '收起';
	font-size: 14px;
	margin-left: 10px;
}
.intro .collapsed::before {
	content: '\f107' !important;
}
.intro .collapsed::after {
	content: '展开';
}
#introCollapse {
	margin-top: 25px;
}


.cateEntryList h3 {
	margin: 40px 0 20px 0px;
	background-color: #f5f5f5;
	padding: 10px 10px;
	font-size: 20px;
	border-radius: 8px;
}
/** categorize list end **/


/** floating action buttons **/
.stickyTop {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	height: 0;
	z-index: 999;
}
.indexBar {
	width: 30px;
	float:right;
	margin-top: 90px;
	margin-right:10px;
}
.indexBar ul {
	background-color:#ff9999;
	color: #fff;
	border-radius: 15px;
	margin-left: 0;
	padding: 10px 0;
}
.indexBar li {
	display: block;
	text-align: center;
	line-height: 150%;
	cursor: pointer;
}

.stickyBottom {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0;
	height:0;
	z-index: 999;
}
.stickyBottom .button {
	width: 50px;
	height: 50px;
	float:right;
	margin-right: 20px;
	border-radius: 25px;
	text-align:center;
	background: #fff;
	box-shadow: #999 1px 1px 5px;
}
.toTopButton {
	margin-top: -100px;
	font-size: 28px;
	line-height: 50px;
}
.stickyBottom a {
	text-decoration: none;
    margin: 0!important;
    display: block;
    height: 100%;
	line-height: 170%;
	font-size: 1.8rem;
}
.showCataButton {
	margin-top: -160px;
	line-height: 50px;
	display: block;
}

/** floating action buttons end **/


/** tree **/
.treeBox {
	overflow-x: auto;
	margin: 20px -10px 20px -10px;
}

.tree {
    position: relative;  
    margin: 0 0 0 0 !important;  
    padding: 0 0 0 0 !important;

}
.tree ul {
    position: relative;  
	list-style-type:lower-roman;
    margin: 0 0 0 0 !important;  
    padding: 0 0 0 3.5em !important;
	
}

.tree ul:before {
    position: absolute;  
    content: '';  
    top: 0em;  
    left: 3.025em;  
    width: 1.2em;  
    height: 1.255em;  
    border-style: none none solid solid;  
    border-width: 0.05em;  
	border-color:#999999;
}


.tree li {  
    list-style: none;  
    position: relative;  
    margin: 0 !important;  
    padding: .325em 0 !important;  
}  

.tree li:before {  
    position: absolute;  
    content: '';  
    top: -0.1rem;  
    left: -0.475rem;  
    width: 1.2rem;  
    height: 1.255rem;  
    border-style: none none solid solid;  
    border-width: 0.05em;  
	border-color:#999999;
} 
.tree li:last-child:before { 
    border-style: none none solid solid;  
    border-width: 0.05em;  
	border-color:#999999;
	border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
} 

.tree li:not(:last-child):after {  
    position: absolute;  
    content: '';  
    top: 0;  
    left: -0.475rem;  
    bottom: 0;  
    border-style: none none none solid;  
    border-width: 0.05em;  
	border-color:#999999;
}  

.tree li:first-child::before {
	border:none;
}

.tree a {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size:14px;
	padding:5px 10px !important;
	margin-left:.8em;
	text-decoration:none;
	color:#333333;
	max-width: 200px;
	min-width: 40px;
}
.tree li a.current {
	background:#ff9999;
	color:#fff;
	border:0;
	width:auto;
}
.tree li a+a {
	margin-left: 20px !important;
	position: relative;
}
.tree li a+a::before {
	content: '';
	position: absolute;
	border-top: 1px solid #ccc;
	top: 50%; left: -21px; 
	width: 20px;
}

.tree li a:hover, .tree li a:hover~ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
.tree li a:hover~ul li::after, 
.tree li a:hover~ul li::before, 
.tree li a:hover~ul::before, 
.tree li a:hover~ul ul::before
{
	border-color: #94a0b4;
}
/** tree end **/

.recommends ul {
	padding-left: 20px;
	line-height: 200%;
}

/**search**/
.entryTest {
	margin: 1rem 0 2rem 0;
	display: block;
	border-radius: 8px;
	font-size: 1.5rem;
}
.entryTest span {
	font-weight: bold;
	color: #333;
}
.entryTest span::before {
	content: '\f135';
	margin-right: .625em;
}

.entryTest a {
	display: block;
	text-decoration: none;
	padding: 2rem 0 2rem 1rem;
}
.counter {
	font-size: .8rem;
	font-style: italic;
	margin: 1rem 0 0 0;
	color:#999;
	padding: .625rem 0;
}

.words {
	padding:1rem 0;
	margin-top:1rem;
}
.words h3 {
	font-size: 1.3rem;
}

.sms p {
	text-indent: 2rem;
}
.source .info {
	font-size: .9rem;
	line-height: 180%;
	color:#999;
	margin-top: .625rem;
}

.nav-tabs .nav-item:first-child {
	margin-left: 0;
}

/** data jingjizhenjun **/
.cates {
	padding-left: 0;
	margin: 0 .625rem;
	font-size: .9rem;
	color:#777;
}
.cates li {
	display: inline-block;
}
.cates li::after {
	content: '>';
	margin: 0 .625rem;
}
.cates li:last-child::after {
	display: none;
}
.cates li:first-child::after {
	display: none;
}

.areas {
	margin: .625rem;
	padding-left: 0;
	font-size: .9rem;
	color:#777;
}
.areas li {
	display: inline-block;
}
.areas li::after {
	content: '/';
	margin: 0 .625rem;
}
.areas li:first-child::after {
	display: none;
}
.areas li:last-child::after {
	display: none;
}

.highlight a,
.highlight a {
	color:#c00;
}

.chartBox {
	overflow: auto;
	width: 100%;
}

@media(min-width: 576px){
    .container {
        max-width: none;
    }
}

@media(min-width: 768px){
    .container{
        max-width: 750px;
    }

	/** 大屏幕导航 **/
	.navbar {
		background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%);
	}
    .navbar-header {
        width: auto;
    }
	.navbar-drawer-back {
		display: none;
	}
	.navbar-drawer {
		position: static;
		width: auto;
		padding-left: 0;
        padding-right: 0;
		font-size: 14px;
		background-color: transparent;
    }
    .navbar-nav {
        margin-left: 0 !important;
        margin-right:0 !important;
    }
	.menu {
		display: none !important;
	}
	.navbar-drawer .navbar-header {
		display: none;
	}
	.searcher {
		padding: .325rem;
		margin: 0;
		background-color: transparent !important;
	}
    .navbar-right {
		padding-left: 0;
		margin-left: 1rem;
	}
    .navbar-right li {
		display:inline-block;
		margin: 0;
    }

    .carousel-inner {
        height: 300px;
    }
    .carousel-inner h1, 
    .carousel-inner h2 {
        font-size: 63px;
        padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 60px;
        padding-left: 60px;
    }
    .carousel-inner .text p {
        margin-left:20%;
        color:#777;
    }

	/**entry view 大屏幕左侧目录**/
	.row .left {
		position:sticky !important;
		position: -webkit-sticky !important; 
		top:71px;
		width: 100%;
		height: auto;
	}
	.collapsed-btn {
		display: none;
	}
	.tab-view.collapsed {
		max-height:none;
		overflow-y:auto;
	}
	.entry-tabs>li>a {
		padding: 10px 15px;
	}
	.catalogue {
		padding-left: 20px;
	}
	.showCataButton {
		display:none;
	}


	/** index **/
	.recommendCate .icon {
		border-radius: 30px;
		width: 60px;
		height: 60px;
		
	}
	.recommendCate .item .text {
		font-size: 16px;
	}

	.scroll-tabs ul {
		display:block;
	}

	.cateEntryList {
		margin: 0 0;
	}

	.nav-tabs .nav-item:first-child {
		margin-left: 1rem;
	}
}

@media(min-width: 992px){
    .container{
        max-width: 970px;
    }
}
@media(min-width: 1050px){
    .container{
        max-width: 1020px;
    }
}
@media(min-width: 1200px){
    .container{
        max-width: 1170px;
    }

}

