.head{
	width: 100%;
	height: 50px;
	top: auto;
	bottom: 0;
	box-shadow: 0 0 10px 0 hsl(0deg 6% 58% / 30%);
	z-index: 99;
}
.list{
	padding: 10px;
}
.word-book{
	width: 100%;
	margin: 0;
	padding: 20px;
}
.book-pic{
	display: none;
}
.bk-name span{
	display: block;
	margin-left: 0;
	margin-top: 10px;
}
.word-tab{
	margin-top: 10px;
	width: 100%;
}
.word-tab ul{
	flex-wrap: wrap;
}
.word-tab ul li:last-child{
	display: none;
}
.word-tab ul li{
	width: 50%;
	background-color: var(--bgcolor);
}
.word-item{
	width: 100%;
	padding: 20px;
}
.word-item ul li{
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	background-color: transparent;
}
.word-item ul li:nth-child(2n-1){
	background-color: var(--bgcolor2);
}
.logo,.copy,.menu ul li span,.menu ul li:last-child{
	display: none;
}
.menu ul{
	display: flex; 
	padding: 0;
}
.menu ul li{
	line-height: inherit;
	padding: 0;
	width: 20%;
	font-size: 14px;
	text-align: center;
}
.menu ul li i{
	display: block;
	font-size: 19px;
	padding-right: 0;
	margin-bottom: 2px;
	margin-top: 5px;
}
.list-box{
	padding: 20px 0 60px 0;
}
.list-box li{
	width: 100%;
	margin: 0 0 30px 0;
}
.pages a{
	display: inline-block;
	margin-bottom: 10px;
}
.pages a:first-child{
	display: none;
}
.home-book{
	width: 100% !important;
	padding-bottom: 60px;
}
.home-book-list ul{
	margin: 1%;
}
.home-book-list li{
	width: 48% !important;
}