.detail {
	background: #fff;

}
.summary {
	position: relative;
	overflow: hidden;
	min-height: 11em;
	padding: 6% 3% 3% 35%;
	border-bottom: 8px solid #f2f2f2;
	zoom: 1;
}
.summary dt {
	font-size: 1.25em;
	line-height: 1;
	font-weight: bold;
	position: relative;
}
.summary dt i {
	position: relative;
	top: -2px;
}
.summary dt span {
	position: absolute;
	top: -2.5em;
	display: inline-block;
 	font-size: .625em;
	padding: .5em .5em;
	color: #fff;
	background: #d92129;
	vertical-align: middle;
}
.summary .en {
	line-height: 1;
}
.summary dd {
	color: #888888;
	font-size: 0.75em;
	line-height: 150%;
}
.summary dd strong {
	color: #000;
	position: absolute;
	left: 0;
	padding-top: 0.2em;
}
.summary dd span {
	margin-right: 0.5em
}
.summary dd p {
	margin: 0;
}
.literature{
	padding-left: 5em;
}
.summary .op {
	padding: 5% 0;
	font-size: .875em;
}
.summary .op a {
	position: relative;
	/*display: block;*/
	padding: 0.2em 2em;
	color: #fff;
	background: #d92129;
	/*right: -6em;*/
}
.summary .op a i {
 	position: absolute;
	right: 0.5em;
	top: 0.3em;
	margin: 1.5% 3%;
	font-size: 1em;
	color: #fff;
}

.summary .cover {
	position: absolute;
	top: 0.5em;
	width: 9em;
	padding-top: 10%;
	background-size: contain;
	transform: translateX(-10em);
}

.summary .cover img {
	width: 100%;
}
.summary .score {
	height: 22px;
	margin-top: 5px;
	padding: 1px 0;
	background: #f6f6f6;
	border: 1px solid #ccc;
}
.summary .score .stars {
	position: relative;
	top: -2px;
	zoom: 0.8;
	vertical-align: middle;
}
.summary .score .num {
	color: #e42929;
}


.total {
	border-bottom: 8px solid #f2f2f2;
}
.total h2 {
	position: relative;
	padding: 5%;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.total h2:before {
	position: absolute;
	content: " ";
	width: 1%;
	left: 3%;
	top: 30%;
	bottom: 30%;
	background: #d92129;
}
.total .year {
	padding: 3%;
}
.total .year .sel {
	width: 100%;
	font-size: .875em;
}
.total .month ul {
	overflow: hidden;
	zoom: 1;
}
.total .month li {
	float: left;
	width: 16.6%;
	margin: 2% 0;
	text-align: center;
}
.total .month li a {
	display: inline-block;
	width: 100%;
	font-size: .875em;
	line-height: 1.8;
}
.total .month li .current {
	color: #fff;
	background: #d92129;
}
.catalog h2 {
	position: relative;
	padding: 4% 5%;
	font-size: 1.125em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.catalog h2:before {
	position: absolute;
	content: " ";
	width: 1%;
	left: 3%;
	top: 30%;
	bottom: 30%;
	background: #d92129;
}

.gc-list {
	margin-top: -10px;
	margin-bottom: -15px;
}
.gc-list dl {
	margin: 0 -15px;
	padding: 10px 15px;
}
.gc-list dl:nth-child(2n), .catalog p:nth-child(2n) {
	background: #fdf4f4;
}
.gc-list dt {
	font-size: 0.875em;
	line-height: 150%;
}
.gc-list dd {
	display: inline-block;
	font-size: 0.75em;
	color: #555;
	line-height: 150%;
}
.zy-list li {
	margin-bottom: 5px;
}
.zy-list li:last-child {
	margin-bottom: 0;
}
.zy-list a {
	display: block;
	height: 30px;
	padding: 5px 10px;
	color: #333;
	background: #fff;
	border: 1px solid #d6d6d6;
}
.zy-list a img {
	position: relative;
	top: -2px;
	height: 20px;
	margin-right: 3px;
	vertical-align: middle;
}
.info dd {
	font-size: 0.875em;
	color: #7f7f7f;
	line-height: 150%;
}
.info dd strong {
	color: #333333;
	font-weight: lighter;
}
.discuss-list {
	margin: 0 -15px;
}
.discuss-list dl {
	margin-bottom: 10px;
}
.discuss-list dd {
	padding: 0 15px;
	font-size: 0.75em;
	line-height: 150%;
}
.discuss-list .head {
	height: 22px;
	padding: 2px 15px;

	background: #f3f3f3;
	border-top: 1px solid #d1d1d1;
}
.discuss-list .head span {
	margin-right: 0.5em;
}
.discuss-list .user-name {
	color: #d73737;
}
.discuss-list .time {
	color: #555;
}
.discuss-list .score .stars {
	position: relative;
	top: -2px;
	zoom: 0.8;
	vertical-align: middle;
}
.web-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 44px;
	padding: 11px 40px 12px 70px;
	color: #fff;
	background: rgba(255,78,78,0.95);
	z-index: 999
}

.web-bottom a {
	top: 0;
	width: 30px;
	height: 44px;
	padding: 10px 0;
	position: absolute;
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.web-bottom .a1 {
	left: 10px;
	padding-top: 5px;
	font-size: 30px;
}
.web-bottom .a2 {
	left: 40px;
}
.web-bottom .a3 {
	right: 10px;
}


.web-bottom button {
	position: relative;
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	color: #ccc!important;
	font-size: 0.75em;
	line-height: 1;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-shadow: 0 0 0!important;
}
.web-bottom button:focus {
	text-shadow: 0 0 0!important;
}
.web-bottom button i {
	position: absolute;
	right: 0;
}


.catalog p {
	overflow: hidden;
	margin: 0;
	padding: 3% 3%;
	line-height: 120%;
	background: none;
	zoom: 1;
}
.catalog .title {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 0.875em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	float: left;
	width: 15rem;
}
.catalog .title a {
	font-weight: lighter!important;
	text-decoration: none;
}
.catalog tt {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	color: #7f7f7f;
	background: transparent;
	float: right;
	width: 5rem;
}
.catalog-head {
	position: relative;
	height: 30px;
	padding: 4px 15px;
	background: #f6f6f6;
}
.catalog-head .more {
	position: absolute;
	right: 15px;
	top: 4px;
}
.catalog-head .more a {
	display: block;
	height: 20px;
	padding: 0px 8px;
	font-size: 0.875em;
	font-weight: lighter;
	line-height: 1.2;
	color: #333;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #c5c5c5;
}
.article-detail {

}
.article-detail .summary {
	border-bottom: 0;
}
/*.detail .op1 {*/
/*	overflow: hidden;*/
/*	zoom: 1;*/
/*	padding: 0 1.5%;*/
/*}*/
#a_down,#a_reader{
	/*float: left;*/
	width: 47%;
	margin: 0 1.5%;
	color: #fff;
	/*font-size: .75em;*/
	text-align: center;
	background: #d92129;
}
.detail .op1 a i {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-bottom: .125em;
	margin-left: 3%;
	/*background: url(../images/z-downl-bai.png) no-repeat center;*/
	background-size: contain;
	vertical-align: middle;
}
.detail .op1 a .icon-v {
	width: 1.4em;
	/*background-image: url(../images/z-follow-bai.png) ;*/
}


.detail .op2 {
	padding: 0 3%;
	text-align: right;
	line-height: 3;
}
.detail .op2 a {
	font-size: .875em;
	margin-left: .5em;
	color: #db2d35;
}
/* .detail .op2 .icon-s{
	background: url(../images/z-collection.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
} */
.detail .op2 .icon-s {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	margin-bottom: .25em;
	margin-right: 1%;
	background: url(../images/z-collection.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
.detail .op2 .icon-f {
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	margin-bottom: .25em;
	margin-right: 1%;
	background-size: contain;
	vertical-align: middle;
	background-image: url(../images/z-share.png) ;
}
/* .v-more {
	padding-top: 6%;
} */
.v-more h2 {
	padding: 0 3%;
	font-size: .875em;
	color: #fff;
	font-weight: lighter;
	line-height: 2;
	background: #e46369;
}
.v-list {
	padding: 0 3%;
}
.v-list li {
	padding: .75em 0;
	font-size: .75em;
	line-height: 1.4;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
}
.v-list li:last-child {
	border-bottom: 0;
}
.v-list li a {
	color: #d92129;
}
.v-list li .author {
	display: block;
	color: #999999;
}
