@charset "utf-8";

.navigationwrap{
	top: 80px;
	height: calc(100% - 80px);
}
.topList ul{
	width: 720px;
}

.bookdetail{
	padding: 10px 30px;
	.detailTitle{
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 20px;
	}
	.detailCon{
		font-size: 14px;
		line-height: 30px;	
	}
}
.swiper-container{
	height: 100%;
}
.swiper-button-next, .swiper-button-prev{
	display: none;
}
.readerwrap{
	width: 100%;
	padding: 20px 0;
}
.readerheader{
	padding: 0 55px;
}
#viewer{
	width: 100%;
	/* max-width: auto; */
	/* padding: 0 45px; */
	max-width: 1656px;
}
.swiper-zoom-container{
	overflow: auto;
  display: block;
	width: 100%;
	position: relative;
}

.swiper-zoom-container>img{
	width: 100%;
	height: auto;
	max-width: unset;
	max-height: unset;
	/* cursor: grab;
	position: absolute;
	left: 0;
	top: 0; */
	transition: all .25s;
}

.swiper-zoom-container::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.swiper-zoom-container::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #6f7f96;
}

.swiper-zoom-container::-webkit-scrollbar-track {
	background-color: #e6e6e6;
	border-radius: 5px;
	cursor: pointer;
}

.swiper-zoom-container::-webkit-scrollbar-corner {
	background-color: transparent;
}

.viewBtnWrap{
	display: unset;
	right: 20px;
  bottom: 16px;
}
#controls{
	width: 800px;
	left: 50%;
    margin-left: -400px;
}
.helpBox{
	right: -25px;
}
.toEpub{
	display: block;
	color: #676767;
    font-size:14px;
    cursor: pointer;
    margin-right: 20px;
}
.toEpub  i{
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        background: url(/lib/reader/images/toepub-7fbeb1bc95c159e91a27e63931624db8.png) no-repeat;
        background-size: 18px auto;
        margin-bottom: 2px;
    }
.iconMusic{
	position: absolute;
	right: 20px;
	bottom: 196px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/lib/reader/images/music-1b74640bf3c320bc6496475efe8ff510.png) center / 100% no-repeat;
}



.booknav .package{
	padding-top: 12px;
	padding-bottom: 19px;
}

.booknav .package .package-line{
	margin-left: 20px;
	margin-right: 18px;
	height: 2px;
	background: #eeeff1;
}

.booknav .package .package-content{
	background: #fff;
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 16px;
	color: #676767;
	margin: 7px 0;
}

.booknav .package .package-content i{
	color: #999;
}

.booknav .package .package-content-list{
	position: absolute;
	left: 100%;
	width: 311px;
	padding: 10px 0;
	top: -10px;
	background: #f6f7fb;
}

.booknav .package .package-content-item{
	cursor: pointer;
}

.booknav .package .package-content-item-name{
	height: 45px;
	line-height: 45px;
	padding-left: 24px;
	padding-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f6f7fb;
	word-break: break-all;
	white-space: nowrap;
}

.booknav .package .package-content-item-name:hover{
	background: #fff;
}
.readedprogressWrap1 .el-icon-warning{
  margin-left: 3px;
  cursor: pointer;
  font-size: 16px;
  color: #8D8D8D;
}
.readedprogressWrap1 span{
	color: #666666;
}
.readertimeTipshtml-wrap{
  width: 240px;
}
.readertimeTipshtml-wrap p{
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  font-family: PingFangSC-Regular;
  margin: 0;
}
.readertimeTipshtml-wrap  p span{
  color: #005FAE;
  font-weight: bold;
  margin: 0 2px;
}
.readertimeTipshtml-wrap .readertime-rule{
  background-image: linear-gradient(270deg, rgba(246,251,255,0.27) 0%, #EAF5FD 100%);
  height: 31px;
  line-height: 31px;
  color: #005FAE;
  padding-left: 12px;
  margin-bottom: 7px;
}
.readertimeTipshtml-wrap .reader-timed{
  margin-bottom: 12px; 
}
.readertimeTipshtml-wrap .reader-i-timed{
  margin-bottom: 14px;
}
.readertimeTipshtml-wrap .readertime-rule-tips{
  color: #999999;
}

.readertimeTipshtml.el-tooltip__popper.is-light{
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.12);
  border: 0;
}

.readertimeTipshtml.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: rgba(0,0,0,0.12) !important;
}
.readertimeTipshtml.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #fff !important;
}