.schemepage {
	width: 100%;
	background-color: rgba(247, 249, 248, 1);
	padding-bottom: 0.55rem;
}

.classifys {
	width: calc(100% - 1.76rem);
	height: 0.84rem;
	padding: 0.34rem 0 0.16rem 1.76rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
}

.classify {
	width: 0.9rem;
	height: 100%;
	margin-right: 0.15rem;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	border-radius: 0.06rem;
}

.classify:hover {
	background-color: rgba(44, 206, 210, 1);
	border: 1px solid rgba(44, 206, 210, 1);
}

.classify1,
.classify2,
.classify3,
.classify4 {
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.74rem 0.66rem;
}

.classify1 {
	background-image: url(../imgs/classify1.png);
}

.classify2 {
	background-image: url(../imgs/classify2.png);
}

.classify3 {
	background-image: url(../imgs/classify3.png);
}

.classify4 {
	background-image: url(../imgs/classify4.png);
}

.classify1:hover {
	background-image: url(../imgs/classify1_.png);
}

.classify2:hover {
	background-image: url(../imgs/classify2_.png);
}

.classify3:hover {
	background-image: url(../imgs/classify3_.png);
}

.classify4:hover {
	background-image: url(../imgs/classify4_.png);
}

.selectclass {
	background-color: rgba(44, 206, 210, 1);
	border: 1px solid rgba(44, 206, 210, 1);
}

.selectclass>.classify1 {
	background-image: url(../imgs/classify1_.png);
}

.selectclass>.classify2 {
	background-image: url(../imgs/classify2_.png);
}

.selectclass>.classify3 {
	background-image: url(../imgs/classify3_.png);
}

.selectclass>.classify4 {
	background-image: url(../imgs/classify4_.png);
}

.schemes {
	padding-top: 0.3rem;
	background-color: rgba(255, 255, 255, 1);
}

.schemes>ul {
	width: calc(16.2rem + 8px);
	margin: 0 auto;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.scheme {
	width: 3.85rem;
	height: 6.25rem;
	border: 1px solid rgba(238, 238, 238, 1);
	/* margin: 0 0.1rem 0.46rem; */
	margin-bottom: 0.46rem;
}

.scheme>a>img {
	display: block;
	width: 3.85rem;
	height: 3.85rem;
}

.scheme:hover h2 {
	color: rgba(2, 180, 181, 1);
}


.schemeMsg {
	padding: 0 0.18rem;
	margin-top: 0.14rem;
}

.schemeMsg>h2 {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	line-height: 0.66rem;
	/* 限制1行 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.schemeMsg>p {
	font-size: 0.15rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(90, 90, 90, 1);
	line-height: 0.25rem;
	min-height: 0.75rem;

	/* 限制3行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.MORE {
	margin-top: 0.25rem;
	width: 100%;
	height: 0.6rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.MORE:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(238, 238, 238, 1);
}

.MORE>p {
	font-size: 0.18rem;
	font-family: Verdana;
	font-weight: 400;
	color: rgba(49, 49, 49, 0.7);
	line-height: 0.6rem;
	/* 限制2行 */
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.MORE>img {
	width: 0.32rem;
	height: 0.32rem;
}

.paging {
	margin-top: 0.48rem;
	width: 100%;
	height: 0.33rem;
}

.pagination {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	justify-content: center;
}

.pagination>li {
	height: 0.33rem;
	border-radius: 0.05rem;
	margin: 0 0.05rem;
}

.pagination>li>a {
	display: block;
	min-width: 0.34rem;
	height: 100%;

	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.33rem;
	color: rgba(0, 0, 0, 0.8);
}

.pagination>li>a:hover {
	color: rgba(58, 184, 187, 1);
}

.pagination>li>span {
	display: block;
	min-width: 0.34rem;
	height: 100%;

	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.33rem;
	color: rgba(0, 0, 0, 0.8);
}

.first,
.prev,
.next,
.last {
	background-color: rgba(238, 238, 238, 1);
	border: 0.01rem solid rgba(200, 200, 200, 1);
}

.first,
.last {
	padding: 0 0.1rem;
}

.disabled>span {
	color: rgba(0, 0, 0, 0.5) !important;
}

.active {
	background-color: rgba(58, 184, 187, 1);
}

.active>a {
	color: rgba(255, 255, 255, 1) !important;
}
