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 .item_name{
    padding: 0 10px;
}

.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;
}

.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_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: 64px;
  padding-left:120px;
  padding-right:70px;
  background-color: #146be7;
}

.page_tit h2 {
  text-align: center;
  font-size: 26px;
  line-height: 66px;
  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: 64px;
  line-height: 64px;
  background: url(../images/btn_back.png) no-repeat;
  background-position: 24px center;
  color: #fff;
  cursor: pointer;
}

.page_tit .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 64px;
  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;
  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: 40px;
  text-align: center;
}

.page_article .art_info {
  text-align: center;
  color: #999;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.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.7;
}

.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_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;
}

.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 p.tip_empty {
  color: #999;
  padding-right: 50px;
  text-align: center;
}

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

._fj {
  font-weight: bold;
}


.background_img {
  width: 100%;
  /* height: 390px; */
}


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