﻿.eBook {
	width:1200px;
	position:absolute;
	top:130px;
	bottom:83px;
	left:50%;
	margin-left:-600px;
	overflow:hidden;
}
.eBook img {
	display:inline-block;
}
.eBook-left {
	height:620px;
	width:85%;
	float:left;
}
.eBook-left .eBook-pages {
	width:100%;
	height:100%;
	padding:0 20px;
	box-sizing:border-box;
	/*border-bottom:1px solid #999;*/
}

.eBook-right {
	height:720px;
	width:15%;
	float:left;
}


html, body {
	position:relative;
}
body {
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	margin:0;
	padding:0;
}
.swiper-container {
	width:100%;
	/*height:300px;*/
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide {
	background-size:cover;
	background-position:center;
}
.gallery-top {
	/*height:480px;*/
	width:100%;
}
.gallery-thumbs {
	height:88px;
	box-sizing:border-box;
}
.gallery-thumbs .swiper-slide {
	width:20%;
	height:100%;
	opacity:0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity:1;
}
.gallery-thumbs img {
	width:60px;
	height:60px;
	margin-top:14px;
	cursor:pointer;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #000;
}
.product-basic {
	padding:5px 0;
}
.product-basic-title {
	display:-webkit-box;
	font-weight:normal;
	font-size:1.125rem;
	line-height:20px;
	height:40px;
	margin-bottom:8px;
	padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-basic-price {
	display:block;
	font-weight:normal;
	font-size:17px;
	padding:0 20px;
}
.product-toBtn {
	overflow:hidden;
}
.previewBtn,.checkBtn {
	width:50%;
	padding:10px 16px;
	float:left;
	box-sizing:border-box;
}
.product-toBtn a {
	cursor:pointer;
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:1.063rem;
	text-align:center;
	background:#ff5f1c;
	border-radius:5px;
	float:left;
	width:100%;
}
.product-toBtn span {
	cursor:pointer;
	height:32px;
	line-height:32px;
	color:#fff;
	font-size:1.063rem;
	text-align:center;
	background:#ff5f1c;
	border-radius:5px;
	float:left;
	width:100%;
}
.product-toBtn span.checked {
	background:#706F6F;
}

.eBook-name {
	padding:0 20px;border-top:1px solid #999;
}
.eBook-name h2 {
	line-height:30px;
	text-align:center;
}
.eBook-name span {
	display:-webkit-box;
    font-size:1.125rem;
    height:40px;
    line-height:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.fkTop {
	width:100%;
    height:28px;
    background:#fff;
    z-index:51;
    position:relative;
}
.fkTop a {
	display:block;
    width:12px;
    height:18px;
    background:url(../images/icon/icon-back.png) no-repeat 0 center;
    background-size:100% 100%;
    position:absolute;
    top:5px;
    left:6px;
    z-index:999;
}
.fkTop span {
    padding:4px;
    line-height:20px;
    font-size:0.75rem;
    color:#838383;
}
.fkTop span.fkPage {
    position:absolute;
    top:0;
    right:0;
}
.fkTop span.fkCatalog {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.fkCover-box,.fk_divBox {
	/*width:360px;*/
	/*height:480px;*/
	margin:0 auto;
}
.fkCover-box img {
	width:100%;
	height:100%;
}
.fk_divBox img {
	width:100%;
	height:100%;
}


.swiper-nav {
	position:fixed!important;
	bottom:0;
	left:0;
	right:0;
	background:#ddd;
	box-shadow:0px 1px 3px rgba(0,0,0,0.5) inset;
}