.cover-container {
  background: url('../images/background_rights.png') repeat;
  background-size: 140px;
  text-align: center;
  padding: 40px 0;
}
.cover-container img {
  border:1px solid #88888821;
}
.book-meta {
  position: relative;
  padding: 20px;
  overflow: hidden;
}

.meta-info text {
  display: block
}
.book-title {
  text-align: center;
  padding-bottom:10px;
  font-weight: bold;
  font-size: 18px;
}
.sub-book-title {
  text-align: center;
  padding-bottom:10px;
  font-weight: bold;
  font-size: 16px;
}
.other-meta {
  padding-left:10px;
  color: #888888;
  font-size: 16px;
  display:-moz-box; /* Firefox */
  display:-webkit-box; /* Safari and Chrome */
  display:box;
  flex-wrap:wrap;
}

.other-meta-label{
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
	-moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 0 0 70px;
    -webkit-flex: 0 0 70px;
    flex: 0 0 70px;
	width:70px;
	height: 20px;
}

.other-meta-label:after{
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
}

.other-meta-colon{
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}

.other-meta-content{
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}

.book-intro {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.author-intro {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.book-intro text {
  display: block
}
.intro-title {
  font-weight: bold;
  font-size: 18px;
  color: #444444;
}
.intro-meta1 {
  text-indent:2em;
  color: #888888;
  font-size: 16px;
}

.intro-meta2 {
  padding-top:10px;
  color: #888888;
  font-size: 16px;
}
.intro-meta2 p {
  text-indent:2em;
}
.introduce-bottom{
	margin-bottom:0px;
}
.round-click{
    width: 60px;
	height: 60px;
	position: fixed;
	bottom: 100px;
	right: 1rem;
	z-index: 9999;
	border-radius: 100%;
	background-color: #d92a2a;
	align-items: center;
    justify-content: center;
	display: flex;
	color:#ffffff;
	line-height:20px;
}
.round-click2{
    width: 60px;
	height: 60px;
	position: fixed;
	bottom: 100px;
	right: 1.5rem;
	z-index: 9999;
	border-radius: 100%;
	background-color: #d92a2a;
	align-items: center;
    justify-content: center;
	display: flex;
	color:#ffffff;
	line-height:20px;
}
.kbn_close{
	line-height:20px;
	font-size:20px;
	color:red;
	width:20px;
	height:20px;
	background-color:rgba(255,255,255,0);
	float:left;
	margin-top:100px;
	border:1px solid black;
	z-index:3;
	vertical-align: middle;
	text-align:center;
	pointer-events:auto;
}
.single-choice{
	background-color: #a9d5f59e;
    border-color: #a9d5f59e;
    color: #FFF;
	box-shadow: 0 7px 0 #a9d5f59e, 0 8px 3px rgb(0 0 0 / 30%);
	margin: 5px;
	position: relative;
	border-radius: 4px;
	font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
	width:68%;
    line-height: 25px;
    padding: 10px 30px;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}

.single-choice-checked{
	background-color: #51ea1252 !important;
    border-color: #a9d5f59e;
    color: #ff0000 !important;
	box-shadow: 0 7px 0 #51ea1252, 0 8px 3px rgb(0 0 0 / 30%) !important;
	margin: 5px;
	position: relative;
	border-radius: 4px;
	font-weight: bold !important;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
	width:68%;
    line-height: 25px;
    padding: 10px 30px;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
}

.next-page {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:fixed;
	bottom:70px;
	right:-6px;
	display: block;
    width:60px;
	height:60px;
	text-align: center;
	border:30px solid;
	border-color:transparent transparent transparent #5c6eac;
}
.next-page-text{
	width:14px;
	font-size:14px;
	line-height: 14px;
	position:fixed;
	bottom:78px;
	right:10px;
}
.previous-page {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:fixed;
	bottom:70px;
	left:-6px;
    display: block;
    width:60px;
	height:60px;
	text-align: center;
	border:30px solid;
	border-color:transparent #5c6eac transparent transparent;
}
.previous-page-text{
	width:14px;
	font-size:14px;
	line-height: 14px;
	position:fixed;
	bottom:78px;
	left:10px;
}
.testing-text{
	padding:10px;
}

.correct:before {
	padding-left:10px;
    content: '\2714';
    color: #ff1515;
}
.wrong:before {
	padding-left:10px;
    content: '\2716';
    color: #ff1515;
}
.score:before {
	padding-left:5px;
	padding-right:5px;
	content: '\2794';
    color: #ff1515;
}
.weui-media-box:first-child:before {
    display: none;
}
/*
.controls{display:block;}
.video-container{position: relative;}
.video-btn{opacity: 0;}
.video-btn img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;width:15%;}
.video-controls{position: absolute;width: 100%;bottom: 5px;box-sizing: border-box;color: #fff;padding: 0 15px;opacity: 0;}
.vc-time{float: left;margin-bottom: 0px;}
.vc-fullscreen img{margin-bottom: 5px;float: right;cursor: pointer;width:8%;}
.vc-bar{margin-left: 5px;margin-bottom: 5px;height: 5px;background: #ccc;clear: both;position: relative;line-height: 1;border-radius: 3px;cursor: pointer;}
.vc-bar-current{position: absolute;left: 0;top: 0;height: 100%;background: red;border-radius: 3px;}
.vc-bar-current:after{content: '';display:block;height: 5px;width: 5px;background: #fff;position: absolute;top: 0;right: 0;transform: scale(2);border-radius: 50%;cursor: pointer;}
.video-btn{display: block;}
.video-container:hover .video-controls{opacity: 1;}
*/
