* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'SourceHanSerifSC-Bold';
	src: url('../fonts/SourceHanSerifSC-Bold.ttf');
}

@font-face {
	font-family: 'PingFang-Bold';
	src: url('../fonts/PingFang-Bold-2.ttf');
}

@font-face {
	font-family: 'PingFangMedium';
	src: url('../fonts/PingFangMedium.ttf');
}


.container {
	width: 100%;
	min-height: 100vh;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	max-width: 690px;
	margin:0 auto;
	border-bottom: 1px solid #ededed;
}

/* 头部 */
.header-area {
	width: 95%;
	height: 50px;
	background: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 19px;
}

.avatar {
	height: 25px;
}

.findicon {
	height: 25px;
	margin-right: 45px;
	;
}

.search-avatar-area {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* 轮播图 */
.slider-pic {
	height: 145px;
}

.huxing {
	width: 100%;
	/*margin-top: -20px;*/
	position: relative;
	z-index: 9999;
}

/* 中部菜单 */
.middle-menus-area {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.mennu-middle img {
	width: 40px;
	height: 40px;
}

.mennu-middle div {
	color: red;
	font-size: 12px;
	font-family: 'PingFangMedium';
	color: #6D6D6D;
	margin-top: 5px;
}

.mennu-middle {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 下载APP部分 */
.down-app {
	margin-top: 5px;
}

.down-app img {
	width: 100%;
	height: 60px;
}

/* 板块标题 */
.plate-title-area {
	padding: 12px 15px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.palte-title {
	font-size: 20px;
	color: #2F2F2F;
	font-weight: bold;
	font-family: 'SourceHanSerifSC-Bold';
}

.view-more-area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.view-more-area img {
	height: 11px;
}

.view-more-area div {
	font-size: 13px;
	color: #949BAD;
	font-family: 'PingFangMedium';
	margin-right: 10px;
}

/* 版跨一 */
.plate-one-area {
	min-height: 200px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 0 8px;
}

.plate-item {
	display: flex;
	flex-direction: column;
	width: 21%;
}

.plate-item img {
	width: 100%;
	max-height: 130px;
}

.novel-name {
	margin-top: 10px;
	font-size: 14px;
	color: #2F2F2F;
	font-family: 'PingFang-Bold';
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.author-name {
	margin-top: 5px;
	font-size: 12px;
	color: #949BAD;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 猜你喜欢列表 */
.plat-two-area {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 8px;
	padding-bottom: 80px;
}

.plate-two-item {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top:25px;
}

.plate-two-item img {
	width: 69px;
	height: 92px;
}

.novel-info-two-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 75%;
	height:92px;
}

.two-novel-title {
	font-size: 16px;
	font-family: 'PingFang-Bold';
	color: #2F2F2F;
}

.two-info {
	font-size: 13px;
	font-family: 'PingFangMedium';
	color: #6D6D6D;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.author-cate-area {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.author-cate-area :first-child {
	font-size: 12px;
	color: #949BAD;
	font-family: 'PingFangMedium';
}

.author-cate-area :last-child {
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	width: 68px;
	height: 18px;
	font-size: 10px;
	font-family: 'PingFangMedium';
	color: #949BAD;
	text-align: center;
	line-height: 18px;
}
.plat-two-area :first-child{
	margin-top:0;
}
.new-book-adjust{
	margin-top:10px;
}