@import url("base.css");
html{
	min-width: 1200px;
}
.b{font-weight: 600}
header img{
	display: block;
	width: 100%;
	cursor: pointer;
}
.nav{
  display: flex;
  display: -webkit-box;
  display: box;
  background-color: #dbbe99;
  justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: justify;
  padding: 0 10%;
  height: 88px;
  line-height: 88px;
  font-size: 32px;
  color: #792912;
  cursor: pointer;
}
.nav .nav-item{
  display: block;
  cursor: pointer;
  width: 15%;
  text-align: center;
}

.contact{
	display: flex;
	display: -webkit-box;
	display: box;
	justify-content: space-between;
	-webkit-box-pack: justify;
	box-pack: justify;
	font-size: 30px;
	line-height: 40px;
}
.contact .contact-item{
  display: block;
  cursor: pointer;
  width: 33.33%;
  text-align: center;
  color: #792912 !important;
}
.contact .it1{
	background: url(../img/service.png) center no-repeat;
	background-size: 105px 96px;
	padding-top: 200px;
}
.contact .it2{
	background: url(../img/mailbox.png) center no-repeat;
	background-size: 108px 80px;
	padding-top: 200px;
}
.contact .it3{
	background: url(../img/phone.png) center no-repeat;
	background-size: 90px 89px;
	padding-top: 200px;
}
.nav .nav-item:hover{
	background: #ad622d;
	color: #fff;
}
.nav .nav-item.ac{
	background: #ad622d;
	color: #fff;
}
.content img{
	display: block;
	width: 100%;
	height: auto;
}
.content .con{
	top: 30%;
	z-index: 100;
	width: 68%;
	font-size: 22px;
	left: 16%;
	padding: 18% 5% 10%;
}
.content .con1{
	top: 28%;
	background: url(../img/bg1-1.png) left center no-repeat; 
	background-size: 100% 100%; 
	z-index: 100;
	font-size: 20px;
	width: 60%;
	left: 20%;
	padding: 5% 10% 5% 5%;
}
.content .con2{
	top: 10%;
	background: url(../img/bg3-3.png)  center no-repeat; 
	background-size: 100% 100%; 
	z-index: 100;
	font-size: 20px;
	width: 60%;
	left: 20%;
	padding: 3% 5% 3% 20%;
	text-align: left;
}
.content .con3{
	top: 13%;
	background: url(../img/bg5-5.png) left center no-repeat;
	background-size: 100% 100%; 
	z-index: 100;
	font-size: 20px;
	width: 60%;
	left: 20%;
	padding: 6% 3% 5% 20%;
}
.content .con4{
	top: 5%;
	background: url(../img/bg7-7.png) left center no-repeat;
	background-size: 100% 100%; 
	z-index: 100;
	font-size: 20px;
	width: 60%;
	left: 20%;
	padding: 4% 3% 4% 18%;
}
.content .con6{
	top: 10%;
	background: url(../img/bg9-9.png) left center no-repeat;
	background-size: 100% 100%; 
	z-index: 100;
	font-size: 20px;
	width: 60%;
	left: 20%;
	padding: 5%;
}
.content .con-contact{
	top: 18%;
	background: url(../img/contact-1.png) left center no-repeat;
	background-size: 100% auto; 
	z-index: 100;
	width: 68%;
	font-size: 20px;
	left: 16%;
	padding: 12% 5% 10%;
	text-align: center;
}
.wd{
	text-align: center;
	color: #792912;
	line-height: 45px;
	font-family: comic sans ms;
}
.wd p{
	text-indent: 2em;
	margin-top: 20px;
	text-align: left;
}
.wd p .n1{
	background: url(../img/top1.png) center no-repeat;
	background-size: 26px 26px;
	padding: 13px;
	margin-right: 10px;
}
.wd p .n2{
	background: url(../img/top2.png) center no-repeat;
	background-size: 26px 26px;
	padding: 13px;
	margin-right: 10px;
}
.wd p .n3{
	background: url(../img/top3.png) center no-repeat;
	background-size: 26px 26px;
	padding: 13px;
	margin-right: 10px;
}
.wd p .n4{
	background: url(../img/top4.png) center no-repeat;
	background-size: 26px 26px;
	padding: 13px;
	margin-right: 10px;
}
.wd img.t{
	display: inline;
	text-align: center;
	 height: 50px;
	 width: auto;
	 margin-top: 30px;
}
.wd a{
	color: #ff1c1c;
}
.bg{
	background: url(../img/book-bg.png) left top no-repeat;
	background-size: 100% 100%;
	padding-bottom: 50px;
	min-height: 50vh;
}
.book-content{
	width: 80%;
	margin: 0 auto;
	padding: 100px 0;
}

.bookitem{
	margin-bottom: 60px;
}
.lefttop{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 26px;
	z-index: 10;
}
.leftbottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 26px;
}
.righttop{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 26px;
}
.rightbottom{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 26px;
}
.left{
	width: 28px;
	border-left:  2px solid #732516;
	margin-top: 20px;
	margin-bottom: 20px;
}
.right{
	width: 28px;
	border-right:  2px solid #732516;
	margin-top: 20px;
	margin-bottom: 20px;
}
.center{
	border-top: 2px solid #732516;
	border-bottom:  2px solid #732516;
}
.book-info{
	margin-bottom: 40px;
}
.book-cover{
	height: 227px;
	width: 170px;
}
.book-cover img{
	height: 100%;
	width: 100%;
	display: block;
}
.book-r{
	padding-left: 20px;
	color: #792912;
}
.bookname{
	font-size: 26px;
	
}
.authorandsort{
	font-size: 18px;
	margin-top: 20px;
}
.bookintro{
	height: 64px;
	font-size: 22px;
	margin-top: 30px;
	line-height: 32px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.more{
	border-radius: 20px;
	height: 40px;
	width: 150px;
	text-align: center;
	line-height: 35px;
	border: 2px solid #792912;
	margin-right: 20px;
	margin-top: 15px;
	font-size: 20px;
}
.vote{
	border-radius: 20px;
	height: 40px;
	width: 150px;
	text-align: center;
	line-height: 35px;
	border: 2px solid #792912;
	margin-top: 15px;
	font-size: 20px;
}
.center .t{
	height: 45px;
	text-align: center;
	margin-top: 30px;
}
.center .t img{
	height: 45px;
}
.center .con{
	padding: 28px 50px 0;
    font-size: 22px;
    line-height: 1.5;
    color: #792912;
    overflow: hidden;
    max-height: 270px;
    margin-bottom: 28px;
}
.center .con p{
	margin-bottom: 30px;
	
}
.pages{
	color: #762714;
	text-align: center;
}
.pages a,
.pages em{
	color: #762714;
	font-size: 16px;
	border-radius: 2px;
	border: solid 2px #762714;
	padding: 2px 8px;
	font-style: inherit;
	margin-right: 5px;
}
.pages a.on,
.pages em.on{
	color: #fff;
	background-color: #762714;
	border-radius: 2px;
	border: solid 2px #762714;
	font-style: inherit;
}
@media only screen and (max-width: 1500px) {
	.content .con1{
		font-size: 18px;
	}
	.content .con2{
		font-size: 18px;
	}
	.content .con3{
		font-size: 18px;
	}
	.content .con4{
		font-size: 18px;
	}
	.content .con6{
		font-size: 18px;
	}
	.content .con10{
		font-size: 18px;
	}
	.wd{
		line-height: 25px;
	}
}
@media only screen and (max-width: 1370px) {
	.content .con1{
		font-size: 16px;
	}
	.content .con2{
		font-size: 16px;
	}
	.content .con3{
		font-size: 16px;
	}
	.content .con4{
		font-size: 16px;
	}
	.content .con6{
		font-size: 16px;
	}
	.content .con10{
		font-size: 16px;
	}
	.wd{
		line-height: 22px;
	}
	.wd p{
		margin-top: 6px;
	}
}