
.sub_nav{
	border-bottom: 1px solid #D6D6D6;
}
.sub_nav >*{
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
.sub_nav a{
	color: #9B9B9B;
	font-size: 12px;
	line-height: 26px;
}
.sub_nav a.active{
	color: #F13A39;
	font-weight: 600;
	border-bottom: 2px solid #F13A39;
}

.detail-top{
	margin: 48px 0;
}
.detail-top .tit{
	width:96px;
	height:33px;
	font-size:24px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:33px;
}
.detail-top .sub_tit{
	height:17px;
	font-size:12px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:17px;
}


label{
  cursor: pointer;
}

.download-opera span{
  font-size: 16px;
  line-height: 32px;
}
.download-opera .btn{
  float: right;
}
.download-opera .all{
  display: none;
}

.font-item{
  border-bottom: 1px solid #D6D6D6;
}
.font-item .head{
  font-size: 14px;
  color: #666;
  margin-top: 24px;
}
.font-item .head a{
  float: right;
	color: #666;
	border-bottom: 1px solid #666;
}
.font-item .text{
  padding: 10px 0px;
  position: relative;
  font-size: 48px;
  color:#3F3F3F;
}
.font-item .check{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.font-item.active .check{
  display: block;
}
.font-item.active .text{
  padding-left: 32px;
}


.empty-result{
  display: none;
}
.empty-result h4{
  font-size: 24px;
  margin: 24px 0;
}
.empty-result a{
  color: #4A90E2;
}