/* Docs sample */
#canvas{
    width: 999px;
    height: 673px;
    margin: 0 auto;
    overflow: hidden;
    /* padding-bottom: 50px; */
    background: url(../img/b/b-books.png) center 8px no-repeat;
    padding: 0px 20px 12px 20px;
}

#book-zoom{
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
    padding-left: 8px;
}

.animated{
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
}

.sample-docs{
	margin-top:28px;
	width:942px;
	height:600px;
}

.sample-docs .page{
	width:471px;
	height:600px;
	background:white;

	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.sample-docs .hard{
	background-image:url(../img/b/b-bookcover.jpg);
}

/*.sample-docs .p2{*/
	/*background-position:-471px 0;*/
/*}*/

.sample-docs .p28{
	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
	background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:linear-gradient(left, #fff 95%, #dadada 100%);
}

.sample-docs .p29{
	background-position:-942px 0;
}

.sample-docs .p30{
	background-position:-1413px 0;
}

.sample-docs .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../img/b/b-rightborder.png);
	background-position:right top;
	background-repeat: repeat-y;
}

.sample-docs .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../img/b/b-leftborder.png);
	background-position:left top;
	background-repeat: repeat-y;
}

.sample-docs .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}


.sample-docs .loader{
	background-image:url(../pics/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.sample-docs .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.sample-docs .tabs{
	width:942px;
	height:36px;
	top:-29px;
	position:relative;
	z-index:1;
}

.sample-docs .tabs > div{
	height:36px;
	float:left;
}

.sample-docs .tabs .left{
	text-align:left;
}


.sample-docs .tabs .right{
	text-align:right;
}

.sample-docs .tabs a{
	color:black;
    /*-webkit-border-image: url(../img/b/b-taboff.png) 5 20 5 20 repeat stretch;*/
    /*-moz-border-image: url(../img/b/b-taboff.png) 5 20 5 20 repeat stretch;*/
	border-width: 5px 20px 5px 20px;
	display:inline-block;
	font:bold 11px arial;
	text-shadow:1px 1px 0 #ddd;
	color:#333;
	line-height:12px;
	text-decoration:none;
    background: url(../img/b/b-taboff.png) center bottom no-repeat;
    width:90px;
    text-align: center;
    padding:12px 0 6px 0;

}

.sample-docs .tabs .on,
.sample-docs .tabs .on:hover{
    background: url(../img/b/b-tabon.png) center bottom no-repeat;
    width:90px;
    text-align: center;
    padding:12px 0 6px 0;

    /*-webkit-border-image: url(../img/b/b-tabon.png) 5 20 5 20 repeat stretch;*/
	cursor:default;
}

.sample-docs .tabs a:hover{
	color:black;
	text-decoration: none;
	cursor:pointer;
    width:90px;
    text-align: center;
    padding:12px 0 6px 0;
    background: url(../img/b/b-tabon.png) center bottom no-repeat;
    /*-webkit-border-image: url(../img/b/b-tabon.png) 5 20 5 20 repeat stretch;*/
}
.book-content{
    padding:30px 50px;
    position: relative;
}
.book-content h1{
    font-size:16px;
    color: #333;
    font-weight: 500;
    line-height:28px;
    padding:5px 0;
}
.book-content h2{
    font-size:14px;
    color: #333;
    font-weight: 500;
    line-height:28px;
    padding:3px 0;
}
.book-content p{
    font-size: 14px;
    color: #595858;
    line-height:24px;
}
.center-pic{
    padding-top:10px;
    text-align: center;
}
.page-number{
    display: block;
    text-align: center;
}
.book-content .page-number{
    display: block;
    text-align: center;
}

.b-tabjzj{
    border-collapse: collapse ;
}
.b-tabjzj td{
    font-size: 12px;
    width:50%;
    vertical-align: middle;
    padding:5px;
    border:1px solid #e7e4e1;
    color: #595858;
}
.b-tabtr{
    background: #9d9288;
}
.b-tabtr td{
    color:#3c2511;
}
/*books  -----  svg*/

.b-pic,.b-lineone,.b-linetwo,.b-linethr,.b-titone,.b-tittwo,.b-titthr,.b-titfour,.b-titfive,.b-titsix,.b-titseven,.b-titeight{
    opacity: 0;
}
.b-svg-cont{
    padding-top:40px;
    text-align: center;
    width:300px;
    margin:0 auto;
}
.b-content{
    text-align: center;
}
.book-content span{
    display: inline-block;
    font-weight: 500;
}
.l-box-bg{
    background: url("../img/b/b-coverbg.png") center center no-repeat;
    height: 600px;
    background-size:471px 600px;
}
.l-box-bg1{
    background: url("../img/b/b-coverbg1.png") center center no-repeat;
    height: 600px;
    background-size:471px 600px;
}
.b-pages{
    text-align: center;
    position: absolute;
    bottom: 5px;
    left:40%;
}
/* barriers */
.b-cont{
    position: relative;
    padding-top:40px;
    background-size:471px 600px;

}
#main-content{
    /*background:#f0f0f0 url("../img/b/b-bg.png") 0 bottom repeat-x;*/
    /*background: #ffffff;*/
   /* height:743px;*/
}

#wapper{
    background:#ffffff url("../img/b/b-bg.png") 0 bottom repeat-x;
}
.b-tabtjltr{
    background: #c0c0c0;
}
.b-tabtjl{
    width:100%;
}
.b-tabtjl td{
    width:33.333333%;
}
.book-content{
    height: 100%;
}
/*单数页*/
.page-posit{
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left:-45px;
    color:#999;
}
/*偶数页*/

.page-posit-odd{
    position: absolute;
    bottom:20px;
    left:50%;
    margin-left:-48px;
    color:#999;
}
.o-img01 img{
    width:220px;
}
.o-img04 img{
    width:275px;
}
.o-img07 img,.o-img08 img{
    width:275px;
}
.o-img09 img,.o-img10 img{
    width:305px;
}
.o-img22 img,.o-img21 img{
    width:370px;
}
.center-pic-add{
    padding-top:0;
}
.nav-tab-add-one td{
    width:50%;
    color:#333;
}