html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff; }

.main {
  width: 100%;
  height: 100%;
  transform-origin: 0 0; }

.header {
  width: 100%;
  height: 70px;
  border-bottom: 4px solid #e9ae03;
  background: url("../images/ydq_header_bg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
  .header .inner {
    width: 71.345%;
    margin: 0 auto;
    position: relative; }
    .header .inner h1 {
      font-size: 24px;
      color: #ffffff;
      line-height: 70px;
      font-weight: normal;
      text-align: center; }
    .header .inner .share{
      height:100%;
      /*background: #000;*/
      position: absolute;
      top: 0;
      left: 0;
    }
    .header .inner .share_book {
      display: block;
      width: 33px;
      height: 33px;
      background-image: url("../images/ydq_icons.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      position: relative;
      top:15px;
       }
    .bdsharebuttonbox{
      display: none;
      width:300px;
      position: absolute;
      top: 80px;
      left: 0;
    }
    .header .inner .bookmark_btn {
      width: 43px;
      height: 48px;
      display: block;
      background-image: url("../images/ydq_icon_bookmake.png");
      background-repeat: no-repeat;
      background-position: left bottom;
      position: absolute;
      top: 0;
      right: 0; }
      .header .inner .bookmark_btn:hover {
        background-position: right bottom; }

.func {
  position: fixed;
  right: 110px;
  bottom: 60px;
  z-index: 9; }
  .func .item {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../images/ydq_icons.png");
    background-repeat: no-repeat; }
  .func .func_01 {
    background-position: -94px 0px;
    margin-bottom: 40px; }
  .func .func_02 {
    background-position: -153px 0px;
    margin-bottom: 10px; }
  .func .func_03 {
    background-position: -211px 0px; }

.btn_pre {
  width: 40px;
  height: 74px;
  display: block;
  background-image: url("../images/ydq_icons.png");
  background-position: 0px -52px;
  position: fixed;
  left: 6%;
  top: 50%;
  margin-top: -37px; }

.btn_next {
  width: 40px;
  height: 74px;
  display: block;
  background-image: url("../images/ydq_icons.png");
  background-position: -46px -52px;
  position: fixed;
  right: 6%;
  top: 50%;
  margin-top: -37px; }

.foot_page {
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  border-bottom: 4px solid #046bda;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 99; }
  .foot_page .page {
    width: 289px;
    height: 54px;
    background-image: url("../images/ydq_icons.png");
    background-repeat: no-repeat;
    background-position: -92px -57px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    position: relative;
    top: 5px; }
    .foot_page .page .icon_page {
      width: 16px;
      height: 19px;
      background-image: url("../images/ydq_icons.png");
      display: block;
      position: absolute;
      top: 18px; }
    .foot_page .page .page_start {
      background-position: -276px 0;
      left: 50px; }
    .foot_page .page .page_end {
      background-position: -303px 0;
      right: 50px; }

.magazine-viewp {
  width: 72%;
  height: 83%;
  position: absolute;
  left: 50%;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center; }

#flipbook {
  z-index: 9; }
  #flipbook img {
    width: 100%;
    pointer-events: none; }

#flipbook .shadow,
#flipbook.shadow {
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.2); }

.magazine-viewport .container {
  top: 52%; }

.bookmark {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0; }
  .bookmark .bookmark_item {
    width: 168px;
    height: 43px;
    background: url("../images/ydq_bq.png") right center no-repeat;
    margin-bottom: 10px;
    color: #fff;
    line-height: 43px;
    font-size: 15px;
    text-align: right;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    left: -138px;
    user-select: none;
padding-right:16px	
	 }
    .bookmark .bookmark_item .pageNum {
      margin-left: 10px;
      margin-right: 18px; }
    .bookmark .bookmark_item:hover {
      left: 0px; }
