@charset "utf-8";

/* CSS Document */
body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Calibri, 宋体, sans-serif;
	font-size: 12px;
	position: relative;
	background-size: cover;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

.c-b {
	clear: both;
}

img {
	border: 0;
}
.bodyWrap{
	width: 100%;
	height: 100%;
	position: relative;
	background: #f2f2f2;
}

.bookSwiper {
	width: 100%;
	height: 100%;
}

.bookSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bookSwiper .swiper-slide img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: cover;
}

a.back {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99;
	display: block;
	width: 100px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #156fff;
}
span.menu{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 99;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0 0 0/50%);
	cursor: pointer;
}

.qikanList{
	display: none;
	position: fixed;
	top: 10px;
	right: 50px;
	z-index: 99;
	width: 220px;
	background: rgba(0 0 0/50%);
}
.qikanList .title{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}
.qikanList ul{
	
}
.qikanList ul:after{
	display: block;
	content: "";
	clear: both;
}
.qikanList ul li{
	float: left;
	width: 100px;
	margin: 5px;
	line-height: 28px;
	text-align: center;
	background: rgba(0 0 0/80%);
}
.qikanList ul li span{
	display: none;
}
.qikanList ul li a{
	display: block;
	color: #fff;
	cursor: pointer;
}
.qikanList ul li:hover{
	background: rgba(255 0 0/50%);
}
.qikanList ul li.act{
	background: #be1414;
}

