body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: url("../image/pagebg.jpg") no-repeat center center;
  background-size: cover; }

body, html {
  height: 100%; }

@font-face {
  font-family: 'iconfont';
  src: url("../font/iconfont1.woff") format("woff"), url("../font/iconfont1.ttf") format("truetype"); }
.iconfont, .bookout .pagebtn {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.bookout {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0; }
  .bookout .pagebtn {
    z-index: 999;
    position: absolute;
    width: 130px;
    line-height: 130px;
    height: 130px;
    text-align: center;
    color: #0aa0d3;
    border: 10px solid #0aa0d3;
    border-radius: 50%;
    top: 50%;
    margin-top: -90px;
    box-shadow: 0px 0px 5px #999;
    cursor: pointer;
    font-size: 90px;
    opacity: 0.2;
    transition: all 0.5s; }
    .bookout .pagebtn#nextbtn {
      right: 0; }
    .bookout .pagebtn#prevbtn {
      left: 0; }
    .bookout .pagebtn:hover {
      opacity: 0.6; }

.bookout * {
  padding: 0;
  margin: 0; }

.bookbox {
  padding: 50px 20px 250px 1250px;
  width: 1200px;
  height: 1629px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  margin-left: -1235px; }
  .bookbox .page01, .bookbox .page02 {
    position: absolute;
    left: 1230px;
    top: 0;
    width: 3720px;
    height: 3720px;
    overflow: hidden;
    transform: translate(-3720px, -1629px) rotate(-35deg);
    transform-origin: 3720px 0;
    transition: all 1s; }
    .bookbox .page01 .cbox, .bookbox .page02 .cbox {
      width: 3720px;
      height: 3720px;
      position: relative;
      transform-origin: 3720px 0;
      transition: all 1s; }
    .bookbox .page01 .cimg, .bookbox .page02 .cimg {
      width: 1200px;
      height: 1629px;
      background: #fff url("../image/00.jpg") no-repeat;
      background-size: cover;
      position: absolute;
      right: 0;
      bottom: 0;
      transform-origin: 1200px 0;
      transform: rotate(35deg);
      transition: all 1s; }
  .bookbox .page01 .cblack {
    display: block;
    width: 50px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))); }
  .bookbox .page02 .cimg {
    background: none;
    right: -1200px;
    transform-origin: 0 0;
    transform: rotate(-35deg); }
    .bookbox .page02 .cimg p {
      width: 1200px;
      height: 1629px;
      background: #fff url("../image/01.jpg") no-repeat;
      background-size: cover;
      display: block;
      position: relative;
      transform-origin: 1200px 0px;
      transition: all 1s; }
  .bookbox .page02 .cblack {
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))); }
  .bookbox:first-child .page01 .cimg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .bookbox:last-child .page02 .cimg p {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .bookbox.boxshadow .page02 .cimg p:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .bookbox.bookbox-show .page01 {
    transform: translate(-3720px, -1629px) rotate(0deg); }
    .bookbox.bookbox-show .page01 .cbox {
      transform: rotate(-35deg); }
    .bookbox.bookbox-show .page01 .cimg {
      transform: rotate(35deg); }
  .bookbox.bookbox-show .page02 {
    transform: translate(-3720px, -1629px) rotate(0deg); }
    .bookbox.bookbox-show .page02 .cbox {
      transform: rotate(40deg); }
    .bookbox.bookbox-show .page02 .cimg {
      transform-origin: -92px -247px; }
      .bookbox.bookbox-show .page02 .cimg p {
        transform: rotate(-5deg); }

/*# sourceMappingURL=style.css.map */
