@font-face {
	font-family: "book1";
  	src: url('book1.TTC'); 
}

/*封面*/
.book-cover{
	min-height: 100%;
}
.book-cover-top{
	position: relative;
}
.book-cover-img{
	width: 100%;
}
.book-cover-logo{
	width: 1.2rem;
    position: absolute;
    top: .2rem;
    left: .2rem;
}
.book-cover-bottom{	
	padding: .36rem .3rem .3rem .5rem;
	position: relative;
	border-top: .4rem solid #fff;
}
.book-cover-bottom h2{
	font-size: .3rem;
	width: 100%;
	line-height: 1.2;
	font-weight: 500;
	font-family: "book1";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.book-cover-bottom p{
	font-size: .14rem;
	margin-top: .12rem;
	line-height: 1.2;
	font-family: "book1";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.book-cover-botimg{
	width: 100%;	
	margin-top: .2rem;
	margin-bottom: .3rem;
	height: 0.115rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.book-cover-top:after{
	content: '';
    width: .86rem;
    height: 1.03rem;
    display: block;
    background-size: cover;
    position: absolute;
    top: .5rem;
    right: 0;
}
.book-cover-top:before{
	content: '';
    width: 1.5rem;
    height: 1.96rem;
    display: block;
    background-size: cover;
    position: absolute;
    bottom: -.85rem;
    left: 0;
    z-index: 9;
}
.book-cover-top>span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
	-webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 30%);
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 30%);
}
/*封面*/

/*目录*/
.book-catalog .book-menu,
.book-catalog .bookla-btn{
	top: .16rem;
}
.book-catalog-tit{
	padding: .1rem 0 .4rem .4rem;
	position: relative;
}
.book-catalog-tit:after{
	content: '';
	background-size: 100% 100%;
	width: .46rem;
	height: .91rem;
	display: block;
	position: absolute;
	top: 0;
	right: .2rem;
}
.book-catalog-tit h2{
	display: inline-block;
	font-size: .28rem;
}
.book-catalog-tit b{
	display: inline-block;
	font-size: .24rem;
	margin: 0 .05rem;
}
.book-catalog-tit span{
	display: inline-block;
	font-size: .18rem;
	font-weight: 600;
	font-family: arial;
}

.book-catalog-main{
	padding: 0px .15rem .3rem;
    position: relative;
}
.book-catalog-item{
	padding: .1rem 0;
	position: relative;
	z-index: 99;
}
.book-catalog-item li{
	position: relative;
	padding-left: .6rem;
	font-size: .18rem;
	/*padding-right: .2rem;*/
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;*/
}
.book-catalog-item li.new{
	padding-right: .55rem;
}
.book-catalog-item li.new em{
	position: absolute;
	top: .06rem;
	right: .2rem;
	display: inline-block;
	background-color: #f53a33;
	color: #fff;
	font-size: .12rem;
	line-height: 1;
    vertical-align: middle;
    padding: .03rem .05rem;
    border-radius: .04rem;
}
.book-catalog-item li + li{
	margin-top: .1rem;
}
.book-catalog-item li:after{
	content: '';
	display: block;
	width: .14rem;
	height: .14rem;
	border-radius: 50%;	
	position: absolute;
	top: .07rem;
  	left: .3rem;
}

.book-catalog-main2{
	padding: 0 .3rem .3rem;
	margin-top: .2rem;
}
.book-catalog-item2{
	margin-bottom: .2rem;
}
.book-catalog-item2-tit,
.book-catalog-item2 ul li{
	font-size: .14rem;
	min-height: .3rem;
	position: relative;
	padding: .04rem .05rem .04rem .6rem;
}
.book-catalog-item2-tit:after,
.book-catalog-item2 ul li:after{
	content: '';
	display: block;
	width: .02rem;
	height: calc(100% - .15rem);
	position: absolute;
	top: .07rem;
	left: .47rem;
	background-color: #fff;
}
.book-catalog-item2 ul li a{
	display: block;
}
.book-catalog-item2 ul li:hover ,
.book-catalog-item2 ul li:focus {
	background-color: #b9b9b9;
}
.book-catalog-item2-tit{	
	color: #fff;
	padding-right: .25rem;
}
.book-catalog-item2-tit:before{
	font-family: 'FontAwesome';
	content: '\f106';
	font-size: .18rem;
	position: absolute;
	top: 0;
	right: .08rem;
}
.book-catalog-item2-tit.catalog-jt:before{
	content: '\f107';
}
.book-catalog-item2-tit span{
	position: absolute;
	top: 0;
	left: .0rem;
	width: .49rem;
	line-height: .3rem;
	text-align: center;
	z-index: 9;
}
.book-catalog-item2 ul li{
	background-color: #e2e2df;
	margin-top: .12rem;
}
.book-catalog-item2 ul li.new{
	padding-right: .4rem;
}
.book-catalog-item2 ul li.new em{
	position: absolute;
	top: .06rem;
	right: .05rem;
	display: inline-block;
	background-color: #f53a33;
	color: #fff;
	font-size: .12rem;
	line-height: 1;
    vertical-align: middle;
    padding: .03rem .05rem;
    border-radius: .04rem;
}
.searchbar-box{
	padding-right: 1.05rem;
}
/*目录*/

/*产品列表*/
.book-product .book-menu,
.book-product .bookla-btn{
	top: .15rem;
}
.book-product-tit{
	padding: .2rem 0.5rem .25rem .3rem;
	margin-bottom: -.2rem;
	background-size: cover;
  background-repeat: no-repeat;
}
.book-product-tit h2{
	color: #fff;
	display: inline-block;
	border-bottom:2px solid #fff;
	line-height: 1.2;
	padding-bottom: .05rem;
	font-size: .18rem;
}
.book-product-item{
	padding: .1rem .05rem;
	background-color: #fff;
	border-radius: .14rem;
	margin-top: .1rem;
}
.book-product-item li{
	margin-bottom: .15rem;
}
.book-product-item li a{
	padding: 0;
	border-radius: .08rem;
	overflow: hidden;
}
.book-product-item li a p{
	margin-bottom: .05rem;
}
.book-product-item li em.new{
	position: absolute;
	top: 0;
	right: 0;
	width: .5rem;
	height: .5rem;
	background-image: url(../../img/new.png);
	background-size: cover;
	z-index: 99;
}
/*产品列表*/

/*标题*/
.book-title{
	text-align: center;
}
.book-title h2{
	display: inline-block;
	position: relative;
	padding: 0 .4rem;
	font-size: .18rem;
	color: #1b1b1b;
}
.book-title h2:after,
.book-title h2:before{
	content: '';
	display: block;
	width: .3rem;
	height: .02rem;
	background-color: #1b1b1b;
	position: absolute;
	top: .14rem;
}
.book-title h2:after{	
	left: 0rem;
}
.book-title h2:before{	
	right: 0rem;
}
.book-btn{
	font-size: .16rem;
	border-radius: .08rem;
	height: .4rem;
	line-height: .4rem;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
/*标题*/


/*介绍*/
.book-intro-main{
	margin-top: .14rem;
}
.book-intro-main p{
	font-size: .14rem;
	word-wrap: break-word;
}
/*介绍*/

/*联系*/
.book-contact-img {
	margin-bottom: .1rem;
}
.book-contact-img img{
	width: 100%;
}

.book-contact-item{
	margin-top: .15rem;
	
}
.book-contact-item li{
	position: relative;
	color: #1b1b1b;
	font-size: .15rem;
}

.book-contact-item li>i{
	width: .2rem;
	height: .2rem;
	text-align: center;
	line-height: .18rem;
	border-radius: 50%;
	font-size: .12rem;
	position: absolute;
	top: .06rem;
	left: 0;
	
}
.book-contact-item li a{
	display: block;
	padding: .03rem 0 .03rem .3rem;
	position: relative;
}
.book-contact-item li.jt a{
	padding-right: .14rem;
}
.book-contact-item li.jt a:after{
	font-family: 'FontAwesome';
	font-size: .24rem;
	content: "\f105";
	position: absolute;
	top: .02rem;
	right: 0;
	color: #ababab;
	line-height: .24rem;
}
.book-contact-item li.add a{
	padding-left: .76rem;
}
.book-contact-item li a em{
	position: absolute;
	top: .02rem;
	left: .3rem;
}
.book-contact-item li a .contact-copy{
	display: inline-block;
	margin-left: .12rem;
	font-size: .13rem;
	color: #0e90d2;
	border-radius: .08rem;
	border: 1px solid #0e90d2;
	line-height: 1;
	padding: .02rem .08rem;
}
.book-contact-item li a .contact-copy i{
	margin-right: .03rem;
}

.book-contact-code{
	background-image: url(ccodebg1.png);
	position: relative;
	padding: .15rem .25rem;
	border-radius: .08rem;
}
.book-contact-code .code-img{
	width: 1rem;
}
.book-contact-code .code-img .codecc{
	width: 1rem;	
}
.book-contact-code .code-img .codecc canvas{
	width: 1rem;
	height: 1rem;
	border: .03rem solid #fff;
}
.book-contact-code .code-img img{
	width: 1rem;
	height: 1rem;
	border: .02rem solid #fff;
}
.book-contact-code .code-img p{
	text-align: center;
	font-size: .12rem;
	color: #000000;
	margin-top: .03rem;
}
.book-contact-code .code-main{
	width: 1.8rem;
}
.book-contact-code .code-main h2{
	color: #000000;
	font-size: .2rem;
	font-weight: 500;
	margin-top: .03rem;
	margin-bottom: .05rem;
}
.book-contact-code .code-main h2 em{
	display: inline-block;
	max-width: 1rem;
}
.book-contact-code .code-main h2 span{
	display: inline-block;
	margin-left: .16rem;
	font-size: .15rem;
}
.book-contact-code .code-main p{
	color: #000000;
	font-size: .13rem;
	margin-top: .05rem;
}
.book-btn{
	color: #fff;
}
/*联系*/

.copyright {	
	margin:0px auto 10px auto;
	width:90%;
	font-size:12px;
	color:#aaaaaa;
}