.book_store_bg{
  background-size: 7px;
}
.wrap_body{
  background-color: transparent;
}
.content{
  margin-top: 40px;
  width: 1024px;
}
#main{
  float: right;
  width: 810px;
}

/* contents_junre_tab
-------------------------------------------------------------*/
.contents_junre_tab_box{
  border-bottom: 4px solid;
  margin-top: 10px;
  width: 100%;
}
.contents_junre_tab_box--top{
  border-color: #eb3938;
}
.contents_junre_tab_box--jc{
  border-color: #f18534;
}
.contents_junre_tab_box--yjc{
  border-color: #64c86d;
}
.contents_junre_tab_box--novel{
  border-color: #36afee;
}
.contents_junre_tab{
  overflow: hidden;
  width: 1024px;
  margin: auto;
}
.contents_junre_tab li{
  float: left;
  margin-left: 8px;
  width: 250px;
}
.contents_junre_tab li:first-child{
  margin-left: 0;
}
.contents_junre_tab li a{
  border-radius: 4px 4px 0px 0px;
  display: block;
  font-size: 11px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 248px;
}
.contents_junre_tab li:nth-child(1) a{
  border: 1px solid #eb3938;
  border-bottom: none;
  background-color: #fdebeb;
  color : #eb3938;
}
.contents_junre_tab li:nth-child(2) a{
  border: 1px solid #f18534;
  border-bottom: none;
  background-color: #fef3ea;
  color: #f18534;
}
.contents_junre_tab li:nth-child(3) a{
  border: 1px solid #64c86d;
  border-bottom: none;
  background-color: #eff9f0;
  color: #64c86d;
}
.contents_junre_tab li:nth-child(4) a{
  border: 1px solid #36afee;
  border-bottom: none;
  background-color: #ebf7fd;
  color: #36afee;
}
.contents_junre_tab li.active a{
  color: #ffffff;
  font-size: 13px;
}
.contents_junre_tab li:nth-child(1).active a{
  background-color: #eb3938;
}
.contents_junre_tab li:nth-child(2).active a{
  background-color: #f18534;
}
.contents_junre_tab li:nth-child(3).active a{
  background-color: #64c86d;
}
.contents_junre_tab li:nth-child(4).active a{
  background-color: #36afee;
}

/* main_slider
-------------------------------------------------------------*/
.main_slider {
  overflow:hidden;
  position:relative;
  width:100%;
}
.main_slider_inner {
  position:relative;
  left:50%;
  width:1380px;
  margin-left:-690px;
}
.slide_filter_L, .slide_filter_R {
  position: absolute;
  top: 0;
  width: 460px;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.slide_filter_L {
  left:0;
}
.slide_filter_R {
  right:0;
}
.main_slider_list li{
  width: 460px;
}
.main_slider_list li a{
  display: block;
}
.main_slider_list li a img{
  width: 460px;
}
.main_slider .bx-wrapper {
  margin:0 auto;
  position:relative;
}
.main_slider .bx-prev,
.main_slider .bx-next{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent:-9999px;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.main_slider .bx-prev {
  left: 430px;
  background-image: url(../assets/icon_slider_arrow_left.png);
}
.main_slider .bx-next {
  right: 430px;
  background-image: url(../assets/icon_slider_arrow_right.png);
}
.main_slider .bx-prev:hover,
.main_slider .bx-next:hover {
  opacity: 0.8;
}

/* contents_news
-------------------------------------------------------------*/
.top_news_frame{
  width: 100%;
}
.contents_news{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background-color: #f8faf8;
  border: 1px solid #385caf;
  display: table;
  padding: 3px;
  overflow: hidden;
  margin: 16px 0;
  width: 100%;
}
.contents_news h2{
  background-color: #385caf;
  color: #ffffff;
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  width: 92px;
  text-align: center;
}
.contents_news p{
  display: table-cell;
  font-size: 12px;
  line-height: 26px;
  padding-left: 15px; 
}
.contents_news p a{
  color: #333333;
}

/* box_section iframe
-------------------------------------------------------------*/
.slider_frame{
  width: 100%;
}
.slider_frame--free_recommend{
  height: 800px;
}

/* bookstore TOP -- section
-------------------------------------------------------------*/
.box_section{
  margin: 0 0 30px;
}
.box_section_head{
  position: relative;
  background-color: #eb3938;
  height: 34px;
}
.box_section h2{
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 16px;
  line-height: 34px;
}
.box_section h2.gray{
  border-left: 4px solid #808080; 
  background-color: #f7f7f7;
  color: #222222;
}
.box_section .more_read{
  border-radius: 3px;
  background-color: #b3b4b1;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: auto;
  text-align: center;
  width: 200px;
}
.box_section .more_read:hover{
  opacity: 0.8;
}
.box_section_viewport{
  margin-top: 20px;
  position: relative;
}
.box_section_slider{
  letter-spacing: -0.4em;
}
.box_section_slider li{
  display: inline-block;
  letter-spacing: normal;
  margin-right: 18.4px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 122px;
}
.box_section_slider li:nth-child(6n){
  margin-right: 0;
}
.box_section_slider li .cover_image{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #ababab;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.box_section_slider li .cover_image img{
  vertical-align: top;
  width: 100%;
}
.box_section_slider li h4{
  margin: 10px 0;
  line-height: 15px;
}
.box_section_slider li h4 a{
  color: #385caf;
  font-size: 14px;
}
.box_section_slider li .price_text{
  font-size: 12px;
  line-height: 12px;
}

.box_section_slider--ranking li:nth-child(6n){
  margin-right: 18.4px;
}
.box_section_slider--ranking li:nth-child(10){
  margin-right: 0;
}
.box_section_slider--ranking li.bestfour{
  margin-right: 60px;
  width: 375px;
}
.box_section_slider--ranking li.bestfour.marginright_no{
  margin-right: 0;
}
.box_section_slider--ranking li.bestfour .cover_image_box{
  width: 126px;
  float: left;
}
.box_section_slider--ranking li.bestfour .cover_image{
  width: 126px;
}
.box_section_slider--ranking li.bestfour .text_box{
  float: right;
  width: 224px;
}
.box_section_slider--ranking li.bestfour h4{
  margin: 0;
  display: table;
  width: 100%;
}
.box_section_slider--ranking li.bestfour h4 p{
  display: table-cell;
}
.box_section_slider--ranking li.bestfour h4 a{
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  vertical-align: middle;
}
.box_section_slider--ranking li.bestfour .writer_name{
  font-size: 11px;
  color: #666666;
  margin-top: 10px;
}
.box_section_slider--ranking li.bestfour .text_box_line{
  background-color: #f0f0f0;
  height: 1px;
  margin: 10px 0; 
  width: 100%;
}
.box_section_slider--ranking li.bestfour .index_text{
  font-size: 11px;
  line-height: 14px;
  max-height: 70px;
  min-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.box_section_slider--ranking li.bestfour .browse_btn{
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  width: 92px;
}
.box_section_slider--ranking li.bestfour .price_text{
  font-size: 10px;
  margin-top: 10px;
}
.ranking_tag--bestfour{
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 25px;
  width: 30px;
  height: 25px;
}
.ranking_tag--1{
  background-image: url(../assets/ranking_tag_1.png);
}
.ranking_tag--2{
  background-image: url(../assets/ranking_tag_2.png);
}
.ranking_tag--3{
  background-image: url(../assets/ranking_tag_3.png);
}
.ranking_tag--4{
  background-image: url(../assets/ranking_tag_4.png);
}
.ranking_tag{
  background-image: url(../assets/ranking_tag_other.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px 27px;
  position: absolute;
  left: -3px;
  top: 7px;
  width: 32px;
  height: 27px;
  text-align: center;
  padding-right: 5px;
  line-height: 25px;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #ffffff;
}

.browse_btn_box{
  width: 100%;
}
.box_section_slider li .standreading_icon{
  height: 0;
}
.box_section_slider li .browse_btn,
.box_section_slider li .free_btn{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #d03232;
  border-radius: 3px;
  background-color: #eb5f5e;
  color: #ffffff;
  font-size: 14px;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
.box_section_slider li .free_btn{
  border: 1px solid #1faf89;
  background-color: #23c499;
}
.box_section_slider li .price_btn_box .price_btn_clear{
  position: absolute;
  width: 100%;
  height: 33px;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.box_section_viewport--acccess_log.bx_slider{
  width: 784px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.box_section_viewport--acccess_log.bx_slider li{
  padding-left: 18.4px;
  margin-right: 0;
  margin-bottom: 0;
}
.box_section_viewport .bx-controls-direction{
}
.box_section_viewport .bx-pager{
}
.box_section_viewport .bx-prev,
.box_section_viewport .bx-next{
  background-color: #eb3938;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  text-indent: -9999px;
}
.box_section_viewport .bx-prev.disabled,
.box_section_viewport .bx-next.disabled{
  background-color: #f0f0f0;
}
.box_section_viewport .bx-prev{
  background-image: url(../assets/icon_slider_arrow_left.png);
  left: -20px;
}
.box_section_viewport .bx-next{
  background-image: url(../assets/icon_slider_arrow_right.png);
  right: -20px;
}
.box_section_viewport .bx-prev:hover,
.box_section_viewport .bx-next:hover{
  opacity: 0.8;
}
.box_section_viewport .bx-prev.disabled:hover,
.box_section_viewport .bx-next.disabled:hover{
  opacity: 1;
}


/* contents_banner_box
-------------------------------------------------------------*/
.contents_banner_box{
  overflow: hidden;
  margin: 0 0 30px;
}
.contents_banner_box a{
  display: block;
  float: left;
  width: 410px;
}
.contents_banner_box a:first-child{
  margin-right: 4px;
}
.contents_banner_box a img{
  width: 100%;
}


/* bottom_topic
-------------------------------------------------------------*/
.bottom_topic{
 margin-top: 30px;
}
.bottom_topic_box{
  width: 400px;
  height: 351px;
}
.news_frame,
.newcomic_frame{
  width: 400px;
  height: 351px;
}
.news_frame{
  float: left;
}
.newcomic_frame{
  float: right;
}
.bottom_topic_head{
  position: relative;
  border-left: 4px solid #808080; 
  background-color: #f7f7f7;
  padding-left: 16px;
  height: 34px;
}
.bottom_topic_box h2{
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
.bottom_topic_box a.more_read{
  color: #222222;
  font-size: 13px;
  position: absolute;
  line-height: 34px;
  right: 15px;
  top: 0px;
}
.bottom_topic_box a.more_read:hover{
  opacity: 0.8;
}
.bottom_topic_list{
  height: 317px;
  overflow: scroll;
}
.bottom_topic_list > li{
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 10px 10px 0px;
}
.bottom_topic_list > li > a{
  background-image: url(../assets/icon_link_arrow.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-right: 25px;
  color: #282c3b;
}
.bottom_topic_list > li > a:hover{
  opacity: 0.8;
}
.bottom_topic_newcomic_info{
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  height: 317px;
  overflow: scroll;
}
.newcomic_info_list{
  padding: 15px 0 20px;
}
.newcomic_info_list li{
  margin-top: 5px;
  color: #282c3b;
}
.newcomic_info_list li:first-child{
  margin-top: 0;
}
.newcomic_info_list li.day{
  font-weight: bold;
  padding: 5px 0 ;
}

.top-color {
    background-color: #eb3938;
}
.jc-color {
    background-color: #f18534;
}
.yjc-color {
    background-color: #64c86d;
}
.novel-color {
    background-color: #36afee;
}