@charset "utf-8";
#headers{
	padding: 10px 10px 30px;
	background: url(../../../images/qdn/wap/header_bg2.png) no-repeat center top;
	background-size: 100% 100%;	
	position: relative;
	z-index: 7;
}


#header.view{
	padding: 0;
	background: #e50010;
}
#headers.searchs{
	padding: 10px;
	background: transparent;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center;
    align-items: center;
}
#header>a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 50px;
	line-height: 56px;
	padding-left: 30px;
	background: url(../../../images/qdn/wap/back.png) no-repeat 10px center;
	background-size: 12px auto;
}
#headers.searchs>a{
	width: 10px;
	height: 22px;
	background: url(../../../images/qdn/wap/back2.png) no-repeat left center;
	background-size: 10px auto;
	padding: 0
}
#headers.searchs #search{
	border-radius: 15px;
	background: #eee url(../../../images/qdn/wap/search2.png) no-repeat 10px center;
	background-size: 18px auto;
	height: 35px;
	padding: 0 10px 0 35px;
	color: #fff;
	font-size: 16px;
	border: 0;
	width: 90%;
	display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center;
    align-items: center;
}
#search input{
	padding-left: 0px;
	color: #333;
	font-size: 14px;
	border: 0;
	background: #eee;
	width: 90%;
	height: 100%;
	border-radius: 15px;
}
#search i{
	display: block;
	width: 6%;
	height: 35px;
	display: inline-block;
	background: url(../../../images/qdn/wap/cancel.png) no-repeat center center;
	background-size: 15px auto;
}
#header>span{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../../../images/qdn/wap/share.png) no-repeat center center;
	background-size: 25px auto;
	float: right;
}
#headers.searchs>span{
	width: 12px;
	height: 12px;
	background: url(../../../images/qdn/wap/close.png) no-repeat center center;
	background-size: 100% auto;
}
#container{
	background: #fff;
	border-radius: 10px 10px 0 0;
	overflow-y: auto;
}

#nav2{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
#nav2 .swiper-slide{
	color: #333;
	padding: 5px 6px;
	font-size: 3.6vw;
	text-align: center;
	/*transition: all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
    -webkit-transition:all 0.3s linear 0s;*/
}
#nav2 .swiper-slide:first-child{
	/*width: 3rem !important;*/
}
#nav2 .swiper-slide.active{
	background: #e2000f !important;
	border-radius: 15px;
	color: #fff;
	font-size: 3.6vw;
	/*transition: all 0.3s linear 0s;
	-ms-transition:all 0.3s linear 0s;
    -webkit-transition:all 0.3s linear 0s;*/
}

#contents{
	overflow-y: auto;
}
/*search*/
.new-search{
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.new-search span{
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.delete{
	width: 15px;
	height: 19px;
	background: url(../../../images/qdn/wap/delete.png) no-repeat center center;
	background-size: 100% 100%;
	float: right;
}
.search-result{
	padding: 0 10px;
}

/*view*/
#content{
	padding: 10px 10px 80px;
}
#content h3{
	font-size: 20px;
	color: #333;
	line-height:1.6;
	margin-top: 20px;
	font-weight: bold;
}
.view-info span{
	font-size: 14px;
	color: #999;
	margin-right: 10px;
}
.content{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 2;
	font-size: 16px;
	color: #333;
	padding-bottom: 40px;
}
.content p{
	line-height: 2;
	font-size: 16px;
	color: #333;
}
.content img{
	max-width: 100%;
	display: block;
	margin: 0 auto 1px;
}
.content p:last-child{
	margin-bottom: 0;
}
.content .edit-fb{
	position: absolute;
	left: 0;
	bottom: 10px;
}
.content .edit-fb span{
	color: #999;
	font-size: 14px;
	margin-right: 5px;
}
.prev-next{
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	z-index: 8;
}
.prev-next span{
	display:inline-block;
	width: 50%;
	font-size: 3.6vw;
	color: #fff;
	text-align: center;
	float: left;
	padding: 20px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prev-next span:first-child{
	background: #d3000b;
}
.prev-next span:last-child{
	background: #e51b00;
}
.prev-next span a{
	color:#fff;
}
/*share*/
#share{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 99;
	display: none;
}
#share a{
	width: 20%;
	height: 81px;
	display: inline-block;
	margin: 0;
	padding-left: 0;
	padding-top: 55px;
	color: #333;
	font-size: 12px;
	text-align: center;
}
#shares{
	width: 100%;
	display: block;
}
#share .bds_tieba{
	background: url(../../../images/qdn/wap/share1.png) no-repeat center 15px;
	background-size: 36px auto;
}
#share .bds_tsina{
	background: url(../../../images/qdn/wap/share3.png) no-repeat center 15px;
	background-size: 36px auto;
}
#share .bds_weixin{
	background: url(../../../images/qdn/wap/share4.png) no-repeat center 15px;
	background-size: 36px auto;
}
#share .bds_renren{
	background: url(../../../images/qdn/wap/share5.png) no-repeat center 15px;
	background-size: 36px auto;
}
#share .bds_qzone{
	background: url(../../../images/qdn/wap/share6.png) no-repeat center 15px;
	background-size: 36px auto;
}

.cancel{
	background: #fff;
	padding: 15px 0;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #007dfd;
	text-align: center;
}