.cd_navi_container {
	
}
.cd_navi_container a {
}
.cd_price_summary_cross {
	text-decoration: line-through;
}
.cd_main_container {
	width: 100%;
	min-height: 400px;
	padding: 24px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.cdm_title {
	
}
.cdm_fav_container {
	float: right;
	text-align: right;
}
.cdm_download_container {
	float: right;
	text-align: right;
	margin-left: 12px;
}
.chapter_download_head {
	font-weight: bold; margin: 0 0 8px 0px;
}
.chapter_download_text {
	margin: 0px; line-height: 24px;
}
.cdm_info {
	color: #989898;
}
.cdm_content {
	text-align: justify;
}
.cdm_need_purchase {
	width: 85%;
	text-align: center;
	border-top: 1px solid #a4a4a4;
}
.cdm_purchase_button_container {
	width: 45%;
	margin: 0px auto 48px auto;
}
.cdm_purchase_btn {
	width: 45%;
	text-align: center;
	cursor: pointer;
}
.cdm_purchase_all_chapter {
	float: left;
}
.cdm_purchase_all_chapter:hover {
	background-color: #dddddd;
}
.cdm_purchase_this_chapter {
	float: right;
	background-color: #c21d1d;
	border:1px solid #c21d1d;
	color: #f6f6f6;
}
.cdm_purchase_this_chapter:hover {
	background-color: #d65151;
	border:1px solid #d65151;
}


.picture_in_content {
	display: block; margin: 6px auto;
	width: 100%;
}
.cd_chapter_navi_container{
	width: 100%;
}
.cd_chapter_navi_item {
	float: left;
	text-align: center;
	cursor: pointer;
}
.cd_chapter_navi_item a {
}
.cd_chapter_navi_item:hover {
}

.cd_chapter_navi_left {
	width: 35%;
	border-right: 1px solid #d9d9d9;
}
.cd_chapter_navi_mid {
	width: 30%;
}
.cd_chapter_navi_right {
	width: 35%;
	border-left: 1px solid #d9d9d9;
}
.cd_chapter_navi_non {
	color: #d0d0d0;
	cursor: default;
}

.cd_chapter_comment_container {
	width: 100%;
}
.cdcc_content {
	width: 100%;
	width: calc(100% - 48px);
	margin: 24px 24px;
}
.cdcc_list_container {
	width: 100%;
	width: calc(100% - 48px);
	margin: 24px 24px;
}
#cdcc_content_textarea {
	width: 100%; 
	
	display: block;
}
#cdcc_submit {

}
.cdcc_no_data {
	width: 100%; text-align: center;
}
.cdcc_user {
	overflow-y: hidden;
}
.cdcc_text {
	
}

.black_shade{
	/* 让背景是黑条 */
	background: #000;
	/* 文字本身不可见（仍然占位以匹配真实长度） */
	color: transparent;
  
	/* 让每一行折行处也各自有圆角黑条 */
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
  
	/* 让黑条左右有一点“呼吸感” */
	padding: 0 .25em;
	border-radius: 2px;
  
	/* 对齐与布局细节 */
	display: inline;          /* 保持行内，不打断排版 */
	line-height: 1.6;         /* 你页面默认行高即可 */
  }
  
  /* 选中时依然保持看不见（避免选区高亮把文字露出来）*/
  .black_shade::selection{
	background: #000;
	color: #000;
  }
  
  /* 打印时确保颜色不被浏览器省墨调整 */
  @media print {
	.black_shade{
	  -webkit-print-color-adjust: exact;
	  print-color-adjust: exact;
	  forced-color-adjust: none;
	}
  }
