/*彩色图库黑白图库*/
body {
	background-color: #fff;
}

/*列表*/
#list-wrapper {
	padding: 0 .6rem;
}

#list-wrapper ul li {
	font-size: 1.2rem;
	border-bottom: 1px solid #dedede;
	line-height: 2.4rem;
}

#list-wrapper ul li span {
	display: block;
	float: right;
	background: #4dbb6d;
	height: 1.6rem;
	border-radius: .8rem;
	font-size: 1rem;
	padding: 0 .5rem;
	margin-top: .4rem;
	line-height: 1.6rem;
	color: #fff;
}

#list-wrapper ul li a b {
	color: red;
	font-weight: 400;
}

#list-wrapper ul li a {
	display: block;
	width: 100%;
}

img {
	width: 96%;
	margin: 2%
}

.qid {
	background-color: #61c62f;
	color: #fff;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .2rem;
	font-weight: 700;
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: static!important;
	left: 0!important;
	height: .6rem!important;
	width: 100%!important;
}

.swiper-scrollbar-drag {
	background: #27a70d!important;
	border-radius: 0!important;
	left: 0;
}

/*滚动条*/
.swiper-scrollbar {
	border-radius: 0!important;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1);
}

.daohang {
	display: flex;
}

.swiper-button-next,.swiper-button-prev {
	position: static!important;
	top: 110%!important;
	width: 50%!important;
	height: var(--swiper-navigation-size);
	margin-top: 2px!important;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next:after,.swiper-button-prev:after {
	content: 'next';
	display: none!important;
}

.swiper-button-next:after,.swiper-button-prev:after {
	content: 'prev';
	display: none!important;
}