@charset "utf-8";
@import url("base.css");
body{
	background-color: #FCF3E0;
}
*{
	cursor: pointer;
}
.banner img{
	display: block;
	width: 100%;
}
.text-els{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.kp{
	position:fixed;
	width: 100%;
	z-index: 10;
	bottom: 0;
	background: rgba(0,0,0,.6);
	display: none;
}
.kp .kp-ryun,.kp .kp-lyun,.kp .kp-word{
	position:absolute;
	z-index: 12;
}
.kp .kp-ryun{
	position: fixed;
	width: 50%;
	right: 0px;
	top: 0;
	bottom: 0;
}
.kp .kp-lyun{
	position: fixed;
	left: 0px; 
	width: 50%;
	top: 0;
	bottom:0;
}
.kp .kp-word{
	position: absolute;
	height:70px;
	top: calc(50% - 40px);
	left: calc(50% - 92px);
	z-index: 20; 
}
.box-flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	box-pack: justify;
}
.content{
	padding: 20px 10px 10px;
}
.content .title img{
	display: block;
	width: 70%;
	margin-left: 15%;
}
.block{
	background-color: #ffffff;
	box-shadow: 0px 3px 5px 0px 
		rgba(0, 0, 0, 0.15);
	border-radius: 10px; 
	margin-top: 30px;
	height: auto;
	padding: 20px 10px;
}
.block-title{
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.block-title-name{
	font-weight: 600;
	font-size: 15px;
}
.block-title-more img{
	display: block;
	height: 12px;
	margin-top: 14px;
}
.books .singlebook{
	width: 30%;
	padding-bottom: 10px;
}
.books .singlebook .bk-cover img{
	display: block;
	width: 100%;
}
.ani1{
	-webkit-animation: round_animate 0.8s ease-in-out;
	animation: round_animate 0.8s ease-in-out; 
}
.ani2{
	-webkit-animation: round_animate 1s ease-in-out;
	animation: round_animate 1s ease-in-out; 
}
.ani3{
	-webkit-animation: round_animate 1.2s ease-in-out;
	animation: round_animate 1.2s ease-in-out; 
}

.ani4{
	-webkit-animation: round_animate 1.4s ease-in-out;
	animation: round_animate 1.4s ease-in-out; 
}
.ani5{
	-webkit-animation: round_animate 1.6s ease-in-out;
	animation: round_animate 1.6s ease-in-out; 
}
.ani6{
	-webkit-animation: round_animate 1.8s ease-in-out;
	animation: round_animate 1.8s ease-in-out; 
}
@keyframes round_animate {
    to {
        transform: rotateY(1turn);
    }
}
.books .singlebook .bk-name{
	font-size: 13px;
	line-height: 20px;
	height:40px;
	margin-top: 5px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.change{
	padding-top: 10px;
	text-align: center;
}
.change img{
	height: 30px;
}
.one-book{
	margin-bottom: 20px;
}
.one-book .cover{
	width: 112px;
	height: 149px;
}
.one-book .cover img{
	display: block;
	width: 100%;
	height: 100%;
}
.one-book .flex {
	padding-left: 16px;
	
}
.part .one-book .flex  {padding-right: 10px;}
.one-book .flex .bk-name{
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 15px;
}
.one-book .flex .bk-author{
	color: rgba(0,0,0,.4);
	font-size: 13px;
}
.one-book .flex  .bk-intro{
	height: 72px;
	line-height: 24px;
	color: rgba(0,0,0,.8);
	margin-top: 10px;
	font-size: 13px;
}
.foo img{
	display: block;
	width: 100%;
}
.second{
	background-color: #fff;
}
.second .content{
	padding-top: 0;
}
.second .block-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.second .block-title-name{
	background: url(../img2018/gwh-back.png) 16px center no-repeat;
	background-size: 14px 14px;
	padding-left: 36px;
}
.bottom{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:12px;
	color: rgba(0,0,0,.61);
}
.second  .one-book .flex  .bk-intro{
	height: 48px;
	line-height: 24px;
	color: rgba(0,0,0,.8);
	margin-top: 0;
	font-size: 13px;
	margin-bottom: 34px;
}