﻿/*
 * jBooklet jQuery Plugin
 * Copyright (c) 2014 Eugene Zlobin (http://zlobin.pro/zlobin_eng.html)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 2.4.4
 *
 * Originally based on the work of:
 *	1) Charles Mangin (http://clickheredammit.com/pageflip/)
 *	2) William Grauvogel (http://builtbywill.com/)
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, button{padding:0; margin:0;}
body{font-size:16px; font-family:微软雅黑; color:#333; background:#e4e4e4;}
table, td, tr, th{font-size:16px;}
p{margin:0;}
div, form, ul, ol, li, span, p{margin:0; padding:0; border:0}
img, a img{ border:0; margin:0; padding:0; vertical-align:top;}
h1, h2, h3, h4, h5, h6, strong{ margin:0; padding:0;}
ul, li, ol{ list-style:none; font-size:16px;}
.clear{clear:both; overflow:hidden;height:0;}
a:link{ color:#2b2b2b; text-decoration:none}
a:visited{ color:#2b2b2b; text-decoration:none}
a:hover{ color:#1658a0; text-decoration:none;}
a:active{ color:#1658a0}
input{padding:0;margin:0;outline:none;}

.booklet {
  width: 1200px;
  height: 820px;
  position: relative;
  margin:30px auto;
}

.booklet .b-page {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.booklet .b-pN,
.booklet .b-p0,
.booklet .b-p1,
.booklet .b-p2,
.booklet .b-p3,
.booklet .b-p4 {}

.booklet .b-wrap {
  top:0; padding:0 !important; width:100% !important;
  position:absolute;
}

.booklet .b-grab {
  background: #dbdbdb;
  border: 1px dotted #dbdbdb;
}

.booklet .b-wrap-left {
  
}

.booklet .b-wrap-right {
  
}

.booklet .b-pN .b-wrap,
.booklet .b-p1 .b-wrap,
.booklet .b-p2 .b-wrap,
.booklet .b-p3 .b-wrap,
.booklet .b-p4 .b-wrap {
  left:0;
}

.booklet .b-p0 .b-wrap {
  right:0;
}

/* Custom Page Types */
.booklet .b-page-blank,
.booklet .b-page-cover {
  width: 100%;
  height: 100%;
}

/* @z-index fix (needed for older IE browsers)
----------------------------------------*/

body {z-index:0;}
.booklet {z-index:10;}
.b-pN {z-index:10;}
.b-p0 {z-index:30;}
.b-p1 {z-index:20;}
.b-p2 {z-index:20;}
.b-p3 {z-index:30;}
.b-p4 {z-index:10;}