.con_box {
  width: 100%;
  height: 100%;
  overflow: auto;
}

#pdf {
  width: 100%;
  height: 97%;
  margin-top: -3px;
}
.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;
}
.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;
  font-size: 1rem;
  line-height: 1.9;
  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;
}
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;
}
#sidebarContainer {
	    background: aliceblue;
}