html,
body {
  height: 100%;
  background-color: #f9f9f9;
}

#index {}

#index .logo {
  top: 114px;
}

#index .indexTitle {
  top: 332px;
}

#bookContainer {
  position: relative;
  height: 100%;
  max-width: 640px;
  margin: 0 auto;
}

html.noHight,
body.noHight {
  height: auto;
  overflow: auto;
}

#videoBox video {
  width: 100%;
  height: 100%;
}

.book_wrap {
  position: relative;
  z-index: 10;
  margin-top: 10px;

}

#bookContainer .book_item {
  position: relative;
  float: left;
  width: 33.3%;
  height: 140px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.book_item .icon {
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_default.png);
}
.book_item .icon_img {
  display: none;
  width:100%;
  max-width:100%;
}


.book_item .item_name {
  padding: 0 10px;
  width: 200px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}


#single_menu_list_wrap .menu_item {
  position: relative;
  float: left;
  width: 33.3%;
  height: 140px;
  margin-bottom: 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
#single_menu_list_wrap .menu_item img{
  display: none;
}
#single_menu_list_wrap .menu_item .icon {
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_default.png);
}

#single_menu_list_wrap .menu_item .item_name {
  padding: 0 10px;
  width: 200px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.books_bg {
  position: absolute;
  top: 350px;
  left: 22px;
  right: 22px;
  height: 360px;
  border-radius: 20px;
  background-color: #fff;
}

#bookContainer .book_item .book_cover {
  position: absolute;
  left: 47px;
  top: 300px;
  width: 545px;
  height: 136px;
  overflow: hidden;
}

#bookContainer .book_item .book_cover img {
  display: block;
  width: 100%;
}

#bookContainer .book_item .shade {
  position: absolute;
  left: 47px;
  top: 300px;
  width: 545px;
  height: 136px;
  overflow: hidden;
  border-radius: 12px;
  opacity: 0;
}

.allBox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1236px;
  top: 0px;
}

#bookContainer .book {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
  transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -webkit-transition: transform 1s;
}

#bookContainer .bookIn {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  background-color: transparent;
  height: 100%;
  transition: transform 0.7s linear;
  -moz-transition: transform 0.7s linear;
  -ms-transition: transform 0.7s linear;
  -webkit-transition: transform 0.7s linear;
}

#bookContainer .bookIn>.bookAll {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}

#bookContainer .bookIn>.allBox {
  left: 50%;
  width: 50%;
}

#bookContainer .bookIn .bHome {
  position: absolute;
  left: 52%;
  bottom: 1.3%;
  width: 15%;
  display: block;
  height: 5.5%;
}

#bookContainer .rotate720 {
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
  z-index: 999;
}

.fanshu {
  transform: rotateY(90deg);
}

.perPage {
  position: absolute;
  left: 4.4%;
  bottom: 2.8%;
  width: 20%;
  display: block;
  height: 4.3%;
  /*opacity: 0;*/
  z-index: 1000;
}

.nextPage {
  position: absolute;
  right: 4.4%;
  bottom: 2.8%;
  width: 20%;
  display: block;
  height: 4.3%;
  /*opacity: 0;*/
  z-index: 1000;
}

.back {
  position: absolute;
  right: 4.4%;
  top: 0.7%;
  width: 16.87%;
  height: 8.62%;
  opacity: 1;
  z-index: 1000;
  cursor: pointer;
}

.html .titleCenter {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
}

.html .indent {
  text-indent: 50px;
}

.html .strong {
  font-weight: bold;
}

#bookContainer .imgIn {
  padding-top: 148px;
}

.bookReturn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  padding: 30px 0px 0px 30px;
  display: none;
}

.swiper-pagination-bullet {
  width: 88px;
  height: 9px;
  border-radius: 9px;
  background-color: #d2d2d2;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #4568aa;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  top: 920px;
}

.alls {
  position: absolute;
  right: 0;
  top: 81px;
  z-index: 100;
  width: 100%;
  height: 70px;
}

.alls img {
  opacity: 0;
}

.ltsBox {
  display: none;
}

.jump {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 90px;
  line-height: 50px;
  border: 2px solid white;
  border-radius: 15px;
  font-weight: bold;
  text-align: center;
  color: white;
}

.xuyan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: linear-gradient(to bottom, #ebeced, #ffffff);
  background: -webkit-linear-gradient(to bottom, #ebeced, #ffffff);
}

.toMax {
  animation: 0.4s toMax linear forwards;
  -webkit-animation: 0.4s toMax linear forwards;
}

.toLeft {
  animation: 1s toLeft linear forwards;
  -webkit-animation: 1s toLeft linear forwards;
}

@keyframes toMax {
  from {
    transform: scale(1.042, 1.042);
    -webkit-transform: scale(1.042, 1.042);
  }

  to {
    transform: scale(1.042, 1.042);
    -webkit-transform: scale(1.042, 1.042);
  }
}

@-webkit-keyframes toMax {
  from {
    transform: scale(1.042, 1.042);
    -webkit-transform: scale(1.042, 1.042);
  }

  to {
    transform: scale(1.042, 1.042);
    -webkit-transform: scale(1.042, 1.042);
  }
}

@-webkit-keyframes toLeft {
  from {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
  }

  to {
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
  }
}

@keyframes toLeft {
  from {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
  }

  to {
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform-origin: left center;
    -webkit-transform-origin: left center;
  }
}

.list {
  transition: height 0.5s ease-in-out;
}

.menu_list p {
  padding: 15px 20px;
  padding-left: 70px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 30px;
  background-position: 45px 20px;
  cursor: pointer;
}
.single_level_menu{

}

.list_con p {
  padding-left: 100px;
  background-position: 65px 20px;
  cursor: pointer;
}

.list_con .list_con p {
  padding-left: 130px;
  background-position: 105px 20px;

}

.list_con .list_con .list_con p {
  padding-left: 160px;
  background-position: 135px 20px;
}

.list_con .list_con .list_con .list_con p {
  padding-left: 190px;
  background-position: 165px 20px;
}
.list_con .list_con .list_con .list_con .list_con p {
  padding-left: 220px;
  background-position: 195px 20px;
}

.list_tit {
  background: url(../images/sangle2.png) no-repeat;
  background-position: 15px 20px;
  background-size: 18px auto;
}

.list_tit.open {
  background-image: url(../images/sangle3.png);
}

.article {
  background-image: url(../images/sangle4.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.list_con {
  display: none;
}

.page_tit {
  position: relative;
  height: 84px;
  padding-left: 110px;
  padding-right: 110px;
  background-color: #146be7;
}

.page_tit h2 {
  text-align: center;
  font-size: 27px;
  line-height: 86px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.page_tit .btn_back {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px 0 48px;
  height: 84px;
  line-height: 84px;
  font-size: 26px;
  background: url(../images/btn_back.png?v=1) no-repeat;
  /* background-position: 24px center; */
  background-position: 18px center;
  background-size: 24px 28px;

  color: #fff;
  cursor: pointer;
}

.page_tit .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 84px;
  background: url(../images/btn_search.png) no-repeat;
  background-position: center center;
  background-size: 30px auto;
  cursor: pointer;
}

.page_con {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 200px;
  overflow: auto;
}

.page_article .page_con .art_con .audio-wrap audio {
  width: 100%;
  height: 70px;
}

.page_article .page_con .art_con video {
  width: 100%;
}


.art_con p {
  /* text-indent: 2em; */
  min-height: 1em;
}

.page_book {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;

  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  z-index: 1000;
  overflow: auto;
}

.page_book .books_scroll {


  background-size: contain;
  background-position: top center;

  min-height: 95vh;
  box-sizing: border-box;
}

.page_book .btn_book_search {
  background: url(../images/btn_search_index.png) no-repeat;
  position: absolute;
  right: 32px;
  top: 280px;
  width: 72px;
  height: 72px;
  background-size: contain;
  cursor: pointer;
}

.page_book .bot_tip {

  bottom: 20px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.page_search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 800;
  background: #fff;
  overflow: auto;
}

.page_menu {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  z-index: 900;
  background: #fff;
}

.page_menu .page_tool {
  padding: 10px 50px;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
}

.page_menu .page_tool a {
  display: inline-block;
  cursor: pointer;
}

.page_article {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  z-index: 500;
  background: #fff;
}

.page_article .page_con {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 160px;
  padding-top: 24px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.page_article .page_con::after {
  position: absolute;
  width: 100%;
  height: 100%;
}

.page_article .art_tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 35px;
  text-align: center;
}

.page_article .art_info {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.page_article .art_info .art_view_number{
    float:right;
    width:50%;
    padding-right: 20px;
    text-align: right;
}

.page_article .art_con {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  font-size: 22px;
  line-height: 1.8em;
  white-space: pre-wrap;
}

.page_article .art_con img {
  display: block;
  margin: 0.5em auto;
  max-width: 100%;
  opacity: 0.9;
}

.page_article .art_con table {
  width: 100%;
  border-collapse: collapse;
}

.page_article .art_con table td,
.page_article .art_con table th {
  border: 1px solid #666;
  text-align: center;
}

.page_article .art_foot{
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  color:#555;

}
.page_article .art_foot .qrcode{
    margin-bottom: 20px;
    
}
.page_article .art_foot .qrcode canvas,
.page_article .art_foot .qrcode img{
  display: block;
  width:160px;
  height: 160px;
  margin: 0 auto;
}

.page_search .page_con {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 80px;
  padding-top: 50px;
  font-size: 24px;
}




.page_search .search_box {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  border-radius: 10px;
  height: 48px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 24px;
}

.page_search .search_box .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 48px;
  background: url(../images/btn_search_inbox.png) no-repeat;
  background-size: 26px auto;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}

.page_search .search_box .input_line_txt {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  height: 48px;
  line-height: 48px;
  background-color: #f4f4f4;
}

.page_search .search_con {}

.page_search .search_list {
  padding-top: 30px;
  margin-bottom: 20px;
}

.page_search .search_list p {
  padding: 15px 20px;
  padding-left: 50px;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  line-height: 30px;
  background-position: 15px 23px;
  cursor: pointer;

}
.page_search .search_list .highlight {
    color:#f00;
}

.page_search .search_list p.tip_empty {
  color: #999;
  padding-right: 50px;
  text-align: center;
}

.page_search .search_suggest{
    color:#666;
}
.page_search .search_suggest .suggest_tit{
  position: relative;
  padding:10px 15px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom:2px solid #ccc;
}
.page_search .search_suggest .suggest_list{
  padding-left:15px;
  padding-right: 15px;
  /* font-size: 20px; */
}
.page_search .search_suggest .suggest_list .suggest_item{
    /* float:left;
    width: 45%; */
    width:100%;
    margin-bottom: 15px;
    /* text-decoration: underline; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.page_search .search_suggest .suggest_list .suggest_item .num{
  display: inline-block;
  width:30px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  border-radius: 16px;
  color:#fff;
  font-size: 20px;
  background-color: #aaa;
}
.page_search .search_suggest .suggest_list .suggest_item:nth-child(1) .num{
  background: #c00;
}
.page_search .search_suggest .suggest_list .suggest_item:nth-child(2) .num{
  background: #a33;
}
.page_search .search_suggest .suggest_list .suggest_item:nth-child(3) .num{
  background-color: #966;
}
.page_error{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  box-sizing: border-box;
  z-index: 1100;
  background: #fff;
  padding-top: 30vh;
  text-align: center;
  color:#999;
}
.page_error h2{
  font-size: 60px;
  color:#333;
}

@media screen and (max-height: 940px) {}

._fj {
  font-weight: bold;
}


.background_img {
  width: 100%;

  min-height: 200px;
  max-height: 600px;
  
}


.page_bg_img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}