/* 翻页设置 */

.ewb-bookview {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}


/* 书位置 */

.ewb-bookplace {
    width: 1200px;
    height: 560px;
}


/* 封面，封底 */

.ewb-cover-bg,
.ewb-back-bg{
    vertical-align: top;
    width: 600px;
    height: 800px;
}

/* 奇偶页 */

.ewb-flipbook .even,
.ewb-flipbook .odd {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #fff;
}

.ewb-flipbook .even {
    background-image: url(imagesleft_bg.jpg);
}

.ewb-flipbook .odd {
    background-image: url(imagesright_bg.jpg);
}


/* 按钮 */

.ewb-next,
.ewb-prev {
    position: absolute;
}

.ewb-prev {
    display: none;
    top: 50%;
    margin-top: -16px;
    left: -85px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(imagesprev-btn-left.png) center no-repeat;
}

.ewb-next {
    top: 50%;
    margin-top: -16px;
    right: -85px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(imagesprev-btn-right.png) center no-repeat;
}


/* 缩略图 */

.thumbnails {
    margin-top: 30px;
}

.thumbnails .ewb-thum-wrap {
    width: 800px;
    height: 100px;
}

.thumbnails .ewb-thum-item {
    text-align: center;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: -webkit-transform ease-in-out 100ms;
    -moz-transition: -moz-transform ease-in-out 100ms;
    -ms-transition: -ms-transform ease-in-out 100ms;
    -o-transition: -o-transform ease-in-out 100ms;
    transition: transform ease-in-out 100ms;
}

.thumbanils-touch .ewb-thum-item {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.thumbnails .ewb-thum-list {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -webkit-transition: -webkit-transform 60ms;
    -moz-transition: -webkit-transform 60ms;
    -o-transition: -webkit-transform 60ms;
    -ms-transition: -webkit-transform 60ms;
    transition: -webkit-transform 60ms;
}

.thumbnails .ewb-thum-list {
    *display: inline;
}

.thumbnails .ewb-thum-list span {
    display: none;
}

.thumbnails .thumb-hover {
    position: relative;
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -moz-transform: scale3d(1.3, 1.3, 1);
    -o-transform: scale3d(1.3, 1.3, 1);
    -ms-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    -ms-box-shadow: 0 0 10px #666;
    -o-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
}

.thumbnails .thumb-hover span {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    font: bold 15px arial;
    line-height: 30px;
    color: #666;
    display: block;
    cursor: default;
}

.thumbnails img {
    width: 38px;
    height: 50px;
    float: left;
}


/* 页面内容部分(可与书页中相关内容一起删除) */

.ewb-intro-img {
    border: 1px solid #E6E3C2;
    margin: 10px 0px 5px 35px;
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
    -moz-box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
}

.ewb-intro-h1 {
    color: #13386a;
    margin: 5px 5px 5px 15px;
    font-size: 26px;
    background: transparent url(../images/content/h1.png) no-repeat bottom left;
    padding-bottom: 7px;
}

.ewb-intro-para {
    font-size: 14px;
    text-indent: 28px;
    line-height: 22px;
    margin: 5px 5px 5px 15px;
}

.ewb-intro-art,
.ewb-intro-demo {
    background: transparent url(../images/content/circle.png) no-repeat 50% 0px;
    display: block;
    width: 95px;
    height: 41px;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    color: #555;
    float: left;
    line-height: 41px;
    padding-left: 47px;
}

.ewb-intro-art:hover,
.ewb-intro-demo:hover {
    background-position: 50% -41px;
    color: #13386a;
}
