
.main{
  padding: 1em 0;
  padding-bottom: 50px;
  line-height: 1.8em;
}
.main .wrap{
  max-width: 900px;
  padding: 0 12px;
}
.main .t-header{
  margin-bottom: 1rem;
  padding: 25px 0;
  background-color: #efefef;
  /* background-color: rgb(var(--main-color-rgb)/0.15); */
}
.main .t-header h1,
.main .t-header h2{
  margin: 5px 0 1.4rem;
  font-size: 1.8rem;
  color: #333;
}
.main .t-header div{
  font-size: 1.125rem;
  color: #666;
}
.main .t-content-header{
  margin-bottom: 1rem;
}
.main .t-content-header h3{
  margin: 1em 0 0.5em;
  font-size: 1.5rem;
  color: #333;
}
.main .t-content-header div{
  font-size: 1rem;
}
.main .t-content{

}
.main .content{
  min-height: 350px;
}

/* 面包屑地址 */
.t-crumbs{
	margin-bottom: 14px;
	padding-left: 10px;
	font-size: 0.875rem;
  line-height: 1em;
}
.t-crumbs:after{
	display: block;
	content: '';
	clear: both;
}
.t-crumbs ul,
.t-crumbs ul li{
	margin: 0;
	padding: 0;
  list-style-type: none;
}
.t-crumbs ul li{
	float: left;
	/* display: inline-block; */
	line-height: 1em;
	color:#6e6e6e;
}
.t-crumbs a,
.t-crumbs a:link,
.t-crumbs a:visited{
	color:#3e3e3e;
	text-decoration: none;
}
.t-crumbs a:hover{
	color: var(--link-color);
}
.t-crumbs ul li:before{
	content: '>';
	margin: 0 5px;
}
.t-crumbs ul li:first-child:before{
	display: none;
}
.t-crumbs ul li span{
	color:#9e9e9e;
}


#wrapper.mobile #main{
  padding: 1em 0;
}
#wrapper.mobile .main .content{
  min-height: 100px;
}
