body{
	font-family: "微软雅黑";
}
.main-content{
	margin-top: 40px;
}
.tab-content{
	width: 100%;
	padding:0 10px;
	border-bottom: 1px solid #f0f0f0;
}
.tab-content ul li{
	float: left;
	text-align: center;
	width: 33.333%;
	/*padding: 10px 0;*/
}
.tab-content ul li a{
	color: #666;
	font-size: 14px;
	padding: 13px 0;
	display: inline-block;
	    line-height: 1;
}
.tab-content ul .active a{
	border-bottom: 1px solid #ea9a13;
	position: relative;
	color: #ea9a13;
}
.triangle1{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #ea9b13 transparent transparent transparent;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
    display: none;
}
.tab-content ul .active a .triangle1{
	display: block;
}
.about-content{
	width: 100%;
	padding: 10px;
	
}
.about-tit{
	font-size: 18px;
	text-align: center;
	color: #333;
	margin: 10px auto;
	line-height: 26px;
	
}
.subtitle{
	font-size: 12px;
	color: #666;
	text-align: center;
}
.time{
	font-size: 10px;
	color: #999;
	text-align: center;
	margin: 6px 0;
}
.picture{
	margin: 15px 0;
}
.article{
	font-size: 12px;
	color: #666;
	text-indent: 2em;
	line-height: 1.8;
}
.video-list{
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.video-list:last-of-type{
	border-bottom: 0 none;
}
.video-list+.video-list{
	margin-top: 20px;
}
.video-list .video-tit{
	font-size: 12px;
	padding: 5px 0;
	color: #333333;
}
.videp-box{
	position: relative;
}
video{
	/*box-shadow: 0px 1.5px 2px rgba(97,97,97,0.75);*/
	width: 100%;
	
}
.read-count{
	position: absolute;
	color: #fff;
	font-size: 10px;
	z-index: 100;
	top: 0;
	padding: 5px;
}
.icon{
	text-align: right;
	height: 30px;
}
.liked{
	display: inline-block;
	cursor: pointer;
}
.liked:first-of-type{
	margin-right: 25px;
}
.star{
	display: inline-block;
	width: 11px;
	line-height: 30px;
}
.icon-word{
	font-size: 10px;
	color: #666;
	line-height: 30px;
}
.share{
	display: inline-block;
	width: 10px;
	line-height: 30px;
}
.images-list{
	margin-top: 15px;
	position: relative;
	box-shadow: 0px 1.5px 2px rgba(97,97,97,0.75);
	cursor: pointer;
	margin: 10px;
}
.images-list .title{
	position: absolute;
	left: 0;
	right:0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	height: 30px;
	line-height:30px;
	padding: 0 15px;
	position: absolute;
	color: #fff;
	font-size: 12px;
	overflow:hidden;
	display: -webkit-box;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.total-img{
	width: 50px;
	height: 26px;
	position: absolute;
	top: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	text-align: center;
	border-radius: 4px;
	left: 10px;
	
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
}
.modal-content {
    position: relative;
    background-color:transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border:none;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom:none;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 5px;
}
.modal-body {
    position: relative;
    padding: 0px;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 5px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1042;
    background-color: #000;
}
.close {
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=90);
    opacity: .9;
}
.close:focus, .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
/*.modal-header .close {
    margin-top: -45px;
}*/
.swiper-container {
    width:100%;
    height: auto;
    margin: 10px auto;
    padding-bottom: 25px;
    transform: translate3d(0,30%,0);
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background:transparent;
}
.swiper-slide p{
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding-top: 7px;
	text-align: left;
	padding: 0 10px;
	max-width: 640px;
    margin: 0 auto;
    margin-top: 5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:0px;
    left: 0;
    width: 100%;
    color: #fff;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

