.book {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #858585;
}
.top .top_left {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.top .top_left img {
  width: 2.5rem;
  margin-right: 1rem;
}
.top .top_center {
  flex: 1;
}
.top .top_center input {
  font-size: 2rem;
  display: block;
  width: 98%;
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 1px solid #858585;
}
.top .top_center p {
  text-align: center;
  font-size: 2rem;
}
.top .top_center2 p {
  text-align: left;
}
.top .top_right {
  min-width: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.top .top_right img {
  width: 2.5rem;
  margin: 0 0.5rem;
}
.top .top_right .wq {
  margin-left: 1rem;
}
.top .page {
  float: left;
}
.top .page .layui-box {
  margin: 0;
}
.top1 {
  border: 0;
}
.top2 {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000;
}
.list_box {
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
/*列表 菜单栏*/
.list_curr {
  border-bottom: 2px solid #615d5d;
}
.list_tab {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
.list_tab span {
  margin-right: 2rem;
  padding: 0.5rem;
  display: inline-block;
}
.list_tab a {
  margin-right: 2rem;
  padding: 0.5rem;
}
/* ------------------------------ 报纸图片新闻页面 ------------------------------ */
.imgsc {
  width: 100%;
  height: 100%;
}
.mslide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mslide img {
  height: 95%;
}
.imgshow {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999;
  overflow: auto;
}
/*列表*/
.list {
  padding: 1rem 2rem;
  flex: 1;
  overflow: auto;
  font-size: 1.5rem;
  position: relative;
}
.list ul {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.list li {
  float: left;
  width: 25%;
  height: 33%;
}
.list li a {
  display: block;
  margin: auto;
  width: 90%;
  text-align: center;
  height: 100%;
}
.list li img {
  height: 80%;
  border: 1px solid #615d5d;
  border-radius: 5px;
  max-width: 100%;
}
.list li p {
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page {
  height: 10%;
  text-align: center;
}
/*搜索模块*/
.search_tab {
  font-size: 1.8rem;
  padding: 1rem 2rem;
  font-weight: 600;
  color: #3b3b3b;
}
.search_list {
  font-size: 1.8rem;
  padding: 1rem 2rem;
}
.search_list a {
  margin-right: 3rem;
}
/*详情模块*/
.info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.info_box {
  width: 100%;
  height: 100%;
}
/* 放大镜 */
.big {
  position: absolute;
  width: 30rem;
  height: 30rem;
  left: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid blue;
}
.big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1404px;
  height: 1872px;
  z-index: 8;
  cursor: move;
}
/* 期刊详情 */
#showDetail {
  width: 100%;
  margin: auto;
  height: 100%;
}
#showDetail .qkImg {
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
  height: 100%;
  z-index: 100;
}
.pagebtn {
  position: absolute;
  top: 50%;
  width: 4.5rem;
  z-index: 99999;
  transform: translateY(-50%);
}
.pagebtn img {
  width: 100%;
}
.pageleft {
  left: 0;
}
.pageright {
  right: 0;
}
/* ----------------------------------- 报纸详情页面----------------------------------- */
.info_box3 {
  display: flex;
  flex-direction: column;
}
/*报纸封面、版面*/
.paper_info {
  padding: 2rem 2rem 0;
  display: flex;
  font-size: 1.5rem;
  max-height: 50%;
  line-height: 2;
}
.paper_info .paper_img {
  width: 50%;
  text-align: center;
  position: relative;
}
.paper_info .paper_img img {
  height: 90%;
  box-shadow: 0 1px 5px #5f5e5e;
}
.paper_info .paper_img .paper_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}
.paper_info .paper_img .paper_btn span {
  padding: 0.5rem 1rem;
  background: black;
  color: white;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
}
.paper_info .bm_list {
  flex: 1;
  overflow: auto;
  flex-direction: column;
  border: 1px solid #4b4949;
  border-radius: 1rem;
}
.paper_info .bm_list .bm_tab {
  padding: 0 2rem;
  background: black;
  line-height: 4rem;
  color: white;
}
.paper_info ul {
  padding: 1rem 2rem;
  flex: 1;
  height: 90%;
  overflow: auto;
  line-height: 2.2;
}
.paper_info .bm_curr {
  font-size: 1.6rem;
  font-weight: 600;
}
/*新闻列表*/
.news_list {
  flex: 1;
  font-size: 1.5rem;
  padding: 2rem;
  height: 50%;
}
.news_list .news_box {
  border: 1px solid #4b4949;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.news_list .news_tab {
  padding: 0 2rem;
  background: black;
  line-height: 4rem;
  color: white;
}
.news_list ul {
  padding: 2rem;
  height: 100%;
  overflow: auto;
  line-height: 2.2;
}
.news_list ul li {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #f1f1f1;
}
/*新闻详情*/
.article {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white;
  display: none;
  height: 100%;
}
.article .article_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.article .con_tab {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #858585;
}
.article .con_tab img {
  width: 2.5rem;
  margin-right: 1rem;
}
.article .con_con {
  overflow: auto;
  height: 100%;
  padding: 2rem 5rem;
}
.article .con_title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  padding: 0 2rem;
  margin: 0 0 1rem;
}
.article .con_img {
  text-align: center;
  margin: 1rem 0;
  font-size: 1rem;
}
.article .con_img img {
  max-width: 90%;
}
.article .con_img p {
  margin-top: 1rem;
}
.article .con_txt {
  font-size: 1.5rem;
  line-height: 2;
  text-indent: 2em;
}
/* ----------------------------------- 有声读物详情页面 ----------------------------------- */
.info_box4 {
  display: flex;
  flex-direction: column;
}
/*专辑详情*/
.audio_info {
  padding: 2rem 2rem 0;
  display: flex;
  font-size: 1.5rem;
  max-height: 40%;
  line-height: 2;
}
/*专辑封面*/
.audio_img {
  width: 40%;
  padding: 0 2rem;
  text-align: center;
  position: relative;
}
.audio_img img {
  margin: 1rem 0;
  width: 100%;
  box-shadow: 0 1px 5px #5f5e5e;
}
.audio_img .audio_btn {
  display: flex;
  align-items: center;
}
.audio_img .audio_btn span {
  width: 5rem;
  height: 3rem;
  display: block;
  color: white;
  border-radius: 0.5rem;
  margin: 0 1rem 0 -2rem;
}
.audio_img .audio_btn .bk {
  background: url("../img/back2.png") no-repeat center center;
  background-size: auto 100%;
}
/*专辑介绍*/
.audio_con {
  border-radius: 1rem;
  flex: 1;
  overflow: hidden;
  border: 1px solid #4b4949;
}
.audio_con .audio_tab {
  padding: 0 2rem;
  background: black;
  line-height: 4rem;
  color: white;
}
.audio_tex {
  padding: 1rem 2rem;
  overflow: auto;
  flex-direction: column;
  line-height: 2;
  height: 90%;
}
.audio_title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}
.audio_txet {
  position: relative;
  font-size: 1.5rem;
}
.audio_con .playimg {
  position: absolute;
  right: 3rem;
  top: 1rem;
  width: 5rem;
  height: 4.5rem;
  display: block;
  color: white;
  border-radius: 0.5rem;
  margin: 0 0.5rem;
  background: url("../img/play3.png") no-repeat center center;
  background-size: auto 100%;
}
.audio_con .playimg1 {
  background: url("../img/pause.png") no-repeat center center;
  background-size: auto 100%;
}
/*音频列表*/
.audio_list {
  flex: 1;
  font-size: 1.5rem;
  padding: 2rem;
  height: 50%;
}
.audio_list .audio_box {
  border: 1px solid #4b4949;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
.audio_list .audio_tab {
  padding: 0 2rem;
  background: black;
  line-height: 4rem;
  color: white;
}
.audio_list ul {
  padding: 1rem 2rem;
  overflow: auto;
  line-height: 2.2;
}
.audio_list ul li {
  height: 9%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.audio_list ul li p {
  width: 82%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.audio_list ul li .py {
  width: 3rem;
  height: 3rem;
  background: url("../img/play.png") no-repeat center center;
  background-size: 100% 100%;
}
.audio_list ul li .pl {
  background: url("../img/pause.png") no-repeat center center;
  background-size: 100% 100%;
}
.audio_list ul li span {
  text-align: right;
  flex: 1;
}
.audio_list ul .a_curr {
  font-size: 1.6rem;
  font-weight: 600;
}
/*音频操作台*/
.audio_contain {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0);
  color: white;
  display: none;
  transition: all 2s;
}
.contain {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.audio_cover {
  width: 5rem;
}
.audio_cover img {
  width: 100%;
  border: 1px solid white;
}
/*音频按钮*/
.op {
  display: flex;
}
.op .op_btn {
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
}
.op .op_btn img {
  width: 100%;
}
.op .playimg {
  background: url("../img/play2.png") no-repeat;
  background-size: 100% 100%;
}
.op .playimg1 {
  background: url("../img/pause2.png") no-repeat;
  background-size: 100% 100%;
}
/*音频详情*/
.con_info {
  width: 65%;
  margin: 0 2rem;
  position: relative;
}
.con_info .at {
  margin-bottom: 1rem;
  width: 65%;
  height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con_info .time {
  position: absolute;
  right: 0;
  top: 0;
}
.con_info .time span {
  margin: 0 0.5rem;
}
/*进度条*/
.range_box {
  width: 100%;
  background: white;
  height: 1rem;
  border-radius: 1rem;
  position: relative;
}
.range_box .range {
  height: 100%;
  width: 0;
  background: yellow;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 88;
  position: absolute;
}
.range_box .range_btn {
  position: absolute;
  right: -1rem;
  top: -0.5rem;
  width: 2rem;
  height: 2rem;
  z-index: 99999;
  border-radius: 50%;
  background: yellow;
}
/*音量*/
.sound_box {
  display: none;
  margin-left: 3rem;
  position: relative;
}
.sound_box .sound_btn {
  width: 3rem;
}
.sound_box .sound_btn img {
  width: 100%;
}
.sount_line {
  position: absolute;
  top: -12rem;
  width: 3rem;
  height: 12rem;
  background: #d6a9a9;
  border-radius: 2px;
  z-index: 999;
}
.sount_line .line {
  width: 0.8rem;
  background: white;
  height: 9rem;
  border-radius: 1rem 1rem  ;
  position: absolute;
  bottom: 2rem;
  left: 1.1rem;
}
.sount_line .line_num {
  height: 0%;
  width: 100%;
  background: yellow;
  border-radius: 1rem;
  left: 0;
  bottom: 0;
  z-index: 88;
  position: absolute;
}
.sount_line .line_btn {
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: yellow;
}
/* ----------------------------------- 报纸地区搜索页面 ----------------------------------- */
.mapbox {
  position: relative;
  text-align: center;
}
.mapbox .mapList {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.mapbox .mapList a {
  position: absolute;
  display: block;
  background: transparent;
}
.mapbox img {
  position: relative;
  z-index: 55;
  width: 100%;
}
.adr {
  margin: 1.5rem 0;
  font-size: 2rem;
}
.adr a {
  padding: 0.5rem;
  display: inline-block;
}
.adr_title {
  font-weight: 600;
  margin: 1rem 0;
}
