.con_box {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #faf8f5;
}
.con_tab {
  font-size: 1.2rem;
  padding: 1rem 1rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.con_tab img {
  width: 1.8rem;
  margin-right: 0.5rem;
}
.con_tab span {
  line-height: 1.8rem;
}
.con_tab .edit {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.opbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.2rem;
  display: none;
  padding: 1rem 1rem 0;
  align-items: center;
  justify-content: space-between;
}
.opbtn span {
  cursor: pointer;
  padding: 0 10px;
}
.opbtn .all2 {
  color: #d40c0c;
}
.list {
  display: flex;
  flex-wrap: wrap;
}
.list li {
  width: 33.3%;
  padding: 1rem 0;
  position: relative;
}
.list li a {
  margin: auto;
  width: 98%;
  display: block;
  text-align: center;
}
.list li a img {
  max-width: 90%;
  height: 9rem;
  box-shadow: 0 5px 5px #d8d7d7;
}
.list li a p {
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.list li .seimg {
  width: 100%;
  left: 0%;
  top: 1rem;
  bottom: 1rem;
  position: absolute;
}
.list li .seimg span {
  position: absolute;
  right: 1rem;
  bottom: 2rem;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.5) url("../img/icon16.png") no-repeat center center;
}
.list li .se_curr span {
  background: #d40c0c url("../img/icon16.png") no-repeat center center;
}
.list li .none {
  display: none;
}
#showDetail {
  width: 100%;
  height: 90% !important;
}
#showDetail .book-info-img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  z-index: 8888;
  text-align: center;
}
#showDetail .book-info-img img {
  max-width: 100%;
  height: 100%;
}
.pages {
  position: absolute;
  z-index: 99999;
  bottom: 0 ;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.2rem;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages span {
  margin: 0 0.5rem;
  vertical-align: middle;
}
.pages input {
  line-height: 1.5;
  padding: 0 0.5rem;
  width: 3rem;
}
.collect {
  display: none;
}
.collect img {
  width: 1.7rem;
}
.collect span {
  margin: 0;
}
.collect1 {
  width: 4rem;
  font-size: 1rem;
  height: 1.3rem;
  margin-top: 0.2rem;
  line-height: 1.5rem;
  background: url("../img/icon2.png") no-repeat left center;
  background-size: auto  100%;
  padding: 0 0 0 1.8rem;
}
.paper_box {
  display: flex;
  flex-direction: column;
  position: relative;
}
/*版面*/
.paper_img {
  display: flex;
  height: 40%;
  padding: 1rem 1rem 0.5rem;
}
.paper_img .p_over {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.paper_img .p_over img {
  width: 100%;
  max-height: 90%;
}
.paper_img .bm_box {
  flex: 1;
  font-size: 1rem;
  margin-left: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.paper_img .bm_box .bm_tab {
  background: white;
  line-height: 2;
  padding: 0 0.5rem;
}
.paper_img .bm_box .bm {
  flex: 1;
  overflow: auto;
  line-height: 2;
}
.paper_img .bm_box ul {
  padding: 0 0.5rem;
}
.paper_img .bm_box .li_curr {
  color: #6c3505;
}
.new_box {
  display: flex;
  flex-direction: column;
  height: 40%;
  padding: 0.5rem 1rem 1rem;
  font-size: 1rem;
  flex: 1;
}
.new_box .list_tab {
  background: white;
  line-height: 2;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 0 0.5rem;
}
.new_box .p_list {
  flex: 1;
  border-radius: 0 0 0.5rem 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  overflow: auto;
}
.new_box .p_list ul {
  padding: 0.5rem 0.8rem;
}
.new_box .p_list ul li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed #6c3505;
}
/*新闻详情*/
.paper_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: url(../img/book_bj.jpg) no-repeat;
  background-size: auto 100%;
  display: none;
}
.paper_info .p_info {
  width: 100%;
  height: 90%;
  overflow: auto;
  padding: 1rem;
  background-color: #faf8f5;
}
.paper_info .before_con_title {
  font-size: 1rem !important;
  padding: 0.5rem;
  color: #666666;
  text-align: center;
}
.paper_info .after_con_title {
  font-size: 1rem !important;
  padding: 0.5rem;
  color: #666666;
  text-align: center;
}
.paper_info .con_title {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5rem;
  text-align: center;
}
.paper_info .con_img {
  text-align: center;
  font-size: 0.9rem;
}
.paper_info .con_img img {
  width: 90%;
}
.paper_info .con_img p {
  margin: 0.25rem 0;
  color: #7e7d7d;
}
.paper_info .con_txt {
  padding: 0 1rem;
  /* 字号18 */
  font-size: 18px;
  /* 首行缩进2字符 */
  text-indent: 2em;
  /* 行间距1.75 */
  line-height: 1.75;
  /* 两端对齐 */
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.paper_info .paper_btn {
  display: flex;
  width: 90%;
  height: 10%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.paper_info .paper_btn .btn {
  font-size: 1rem;
  width: 33.3%;
  text-align: center;
  font-weight: 600;
}
.foot{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8rem;
  margin: 1vhx  1vw;
  padding: 10px;
}
input {
  border: 0;
  outline: none;
}
.search {
  display: flex;
  padding: 1rem 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background: white;
  position: relative;
  z-index: 88 ;
  box-shadow: 0 2px 10px #c0bebe;
}
.search .search_input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid black;
  position: relative;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.search .search_input .search_icon {
  width: 2rem;
}
.search .search_input .search_icon img {
  width: 100%;
}
.search .search_input input {
  flex: 1;
  line-height: 2rem;
  display: block;
  padding-left: 0.5rem;
}
.search .search_input .del {
  height: 100%;
  display: none;
}
.search .search_input .del img {
  width: 1.5rem;
}
.search .search_btn {
  width: 3rem;
  text-align: center;
}
.list_ti {
  font-size: 1rem;
  display: none;
  padding: 0.5rem 1rem;
}
.list_ti .total {
  font-size: 1.2rem;
}
.list_ti .total span {
  color: #6c3505;
  margin: 0 0.2rem;
}
/*收藏移除*/
.remove {
  position: absolute;
  display: none;
  font-size: 1.2rem;
  bottom: 0;
  width: 100%;
  background: white;
  left: 0;
  text-align: center;
  border-radius: 8px;
}
.remove .re {
  padding: 1.5rem 0;
}
.remove .re_btn {
  display: none;
}
.remove .re_btn p {
  padding: 0.8rem 0;
  border-bottom: 1px solid #d4d3d3;
}
.remove .re_btn .re_ts {
  font-size: 1rem;
}
.remove .re_btn .del {
  color: #d40c0c;
}
.remove .re_btn .close {
  border: 0;
}

/* 触发按钮 */
.menu-trigger{float:right;margin-right:15px;padding:4px 10px;border-radius:3px;cursor:pointer;font-size: 1rem;}

/* 侧边面板 */
#sideCatalog{position:fixed;top:0;right:-260px;width:260px;height:100%;background:#fff;box-shadow:-2px 0 8px rgba(0,0,0,.15);transition:right .3s;z-index:9999;}
#sideCatalog.show{right:0;}
.catalog-header{height:60px;line-height:60px;padding:0 15px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;font-size: .8rem;}
.catalog-header a{cursor:pointer;color:#888;}
.catalog-body{overflow-y:auto;height:calc(100% - 44px);}
.catalog-body ul{list-style:none;padding:10px 0;margin:0;font-size: .6rem;}
.catalog-body li a{display:block;padding:8px 15px;color:#333;}
.catalog-body li a:hover{background:#f2f2f2;}

#mask{
    position:fixed;left:0;top:0;width:100%;height:100%;
    background:rgba(0,0,0,.25);
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    z-index:998;     /* 侧边栏是 999，这里比它小 1 */
    display:none;
    opacity:0;
    transition:opacity .3s;
}
#mask.show{display:block;opacity:1;}
/* 二级目录默认收起来 */
.catalog-body .sub{display:none;padding-left:1em;font-size: .5rem;}
/* 一级标题前加个小三角，示意可展开 */
.lv1{position:relative;padding-left:14px;cursor:pointer;font-size: .7rem;border-bottom:1px solid #eee;}
.catalog-body .sub{
    display:block;   /* 原来这里是 none，改成 block */
    padding-left:1em;
    font-size: 15px;
    /* border-bottom:1px solid #eee; */
}
.catalog-body .sub li{
    border-bottom: 1px dashed #eee;
    font-size: 14px;
}
.lv1{
  font-size: 18px;
  color: #000;
}
/* 展开时三角旋转90° */
.lv1.open::before{transform:translateY(-50%) rotate(90deg);}

.searchs {
  display: flex;
  padding: 0.5rem .5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background: white;
  position: relative;
  z-index: 88 ;
  box-shadow: 0 2px 10px #c0bebe;
  width: 100vw;
}
.searchs .search_input {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid black;
  position: relative;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}
.searchs .search_input .search_icon {
  width: 2rem;
}
.searchs .search_input .search_icon img {
  width: 100%;
}
.searchs .search_input input {
  flex: 1;
  line-height: 2rem;
  display: block;
  padding-left: 0.5rem;
}
.searchs .search_input .del {
  height: 100%;
  display: none;
}
.searchs .search_input .del img {
  width: 1.5rem;
}
.searchs .search_btn {
  width: 3rem;
  text-align: center;
}
