@charset "utf-8";
/*
Theme Name:ebook;
Author: jiang
Last Modify:2015/01/09
*/

.book_wrapper {width:985px; height:620px; margin: 0 auto; position:relative; background: url(../../images/booklet1.4.4images/book/ebook_bg.jpg) no-repeat;}
.booklet .b-wrap-left { padding:40px 50px 30px; background: #fff url(../../images/booklet1.4.4images/book/ebook_left.jpg) no-repeat top left;}
.booklet .b-wrap-right {background: #efefef url(../../images/booklet1.4.4images/book/ebook_right.jpg) no-repeat top left;}
.book_wrapper img.exp {margin: 0px;width: 0px;padding: 0px;border: none; display:none;}


/* Pre、Next button*/
a#next_page_button, a#prev_page_button { width:15px; height:33px; /*display:none;*/ position:absolute; cursor:pointer; margin-top:-20px; top:50%;}
a#prev_page_button {left: -45px;background: url(../../images/booklet1.4.4images/p.gif) no-repeat 0 -33px;}
a#next_page_button {background: url(../../images/booklet1.4.4images/n.gif) no-repeat 0 -33px;right: -45px;}
a#next_page_button:hover {background-position: 0 0;}
a#prev_page_button:hover {background-position: 0 0;}
.loading {width:160px; height:56px; position:absolute;top:50%;margin-top: -28px;right: 135px;line-height: 56px;color: #fff;padding-left: 60px;font-size: 15px;background: #000 url(../../images/booklet1.4.4images/ajax-loader.gif) no-repeat 10px 50%;opacity: 0.7;z-index: 9999;-moz-border-radius: 20px; -webkit-border-radius: 20px;border-radius: 20px;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}


/* Page Numbers */
.booklet .b-counter {bottom:15px; position:absolute; display:block; width:25px; height:20px; color:#333; text-align:center; font-family:'Arial', "Times New Roman", Times, serif; font-size:12px; padding:5px 0 0;}
.booklet .b-wrap-left  .b-counter {left:35px;}
.booklet .b-wrap-right .b-counter {right:35px;}

/*目录*/
.booklet .bookcon{ width:415px; height:510px; font-size:15px; line-height:160%; word-break:break-all;}
.booklet .diretory{ width:415px; font-size:26px; font-weight:700; text-align:center; padding-bottom:15px; margin-bottom:10px; border-bottom:1px dashed #ddd; display:inline-block;}
.booklet .fdir{ word-break:break-all; font-size:16px; font-weight:500; line-height:50px; font-family:'微软雅黑'; cursor:pointer;}
.booklet .sdir{ word-break:break-all; line-height:30px; font-family:'微软雅黑'; padding-left:15px; cursor:pointer;}
.booklet .tdir{ word-break:break-all; line-height:30px; font-family:'微软雅黑'; padding-left:30px; cursor:pointer;}
.booklet .fourdir{ word-break:break-all; line-height:30px; font-family:'微软雅黑'; padding-left:45px; cursor:pointer;}
.booklet .fivedir{ word-break:break-all; line-height:30px; font-family:'微软雅黑'; padding-left:60px; cursor:pointer;}
.booklet .sixdir{ word-break:break-all; line-height:30px; font-family:'微软雅黑'; padding-left:75px; cursor:pointer;}
.booklet p.dircon{ padding:0;}


/*back to directory*/
.backdir{ position:absolute; right:-28px; top:2px; z-index:9999;}
.backdir a{ width:37px; height:104px; background:url(../../images/booklet1.4.4images/back-directory.png) 0 0 no-repeat; display:inline-block;}
.backdir a:hover{  background:url(../../images/booklet1.4.4images/back-directory.png) 0 bottom no-repeat;}

/*direc page number*/
.pagenm{ text-align:right; font-family:'微软雅黑'; font-size:14px; color:#666; margin:10px 150px 30px 0;}
.pagenm .nm{ width:41px; height:16px; padding:5px 10px; text-align:center; margin-left:5px; border:1px solid #d1d1d1; background-color:#fff; border-radius:5px 0 0 5px; font-family:'Arial';box-shadow:0 1px #fff, inset 0 0 2px #fff; -moz-box-shadow: 0 1px #fff, inset 0 0 2px #fff;
-webkit-box-shadow: 0 1px #fff, inset 0 0 2px #fff;}
.pagenm .go{ width:30px; height:26px; line-height:26px; color:#959595; margin-right:5px; border:1px solid #d1d1d1; border-left:none; font-size:13px; text-align:center; border-radius:0 5px 5px 0; display:inline-block; background-color:#f2efef; background: -webkit-linear-gradient(#fefbfb,#f2efef);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefbfb',endColorstr='#f2efef');box-shadow:0 1px #fff, inset 0 0 2px #fff; -moz-box-shadow: 0 1px #fff, inset 0 0 2px #fff;
-webkit-box-shadow: 0 1px #fff, inset 0 0 2px #fff;}

/*h与h  h与p距离*/
.booklet h1{ padding-bottom:20px;}
.booklet h2{ padding-bottom:15px;}
.booklet h3{ padding-bottom:15px;}
.booklet h4{ padding-bottom:15px;}
.booklet h5{ padding-bottom:15px;}
.booklet h6{ padding-bottom:15px;}
.booklet p{ padding-bottom:15px;}