@charset "utf-8";
html,
body,
.classfy,
.select {
	height: 100%;
}

html,
body {
	padding: 0;
}

.classfy {}

.classfy .title {
	position: fixed;
	display: flex;
	width: 100%;
	height: .9rem;
	border-bottom: 1px solid #DFDFDF;
	background-color: #fff;
}

.title span {
	margin-left: .32rem;
	margin-right: .36rem;
	line-height: .9rem;
	font-size: .3rem;
	color: #279C63;
}

.select {
	display: flex;
	padding-top: .9rem;
	font-size: .24rem;
	color: #5F5F5F;
}

.tabstlt {
	position: relative;
	width: 1.95rem;
	height: 100%;
	margin-right: -1px;
}

.tabstlt li {
	width: 1.95rem;
	height: 1.03rem;
	padding-left: 6px;
	line-height: 1.03rem;
	text-align: center;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background-color: #FFF;
}

.tabstlt li.active {
	color: #279C63;
	border-left-color: #279C63;
	border-right-color: #F7F7F7;
	background-color: transparent;
	border-left: 6px solid #279C63;
}

li.checked {
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	background-color: #279C63;
}

.tabsct {
	padding: .1rem 0 .1rem .34rem;
	border-left: 1px solid #dfdfdf;
}

.tabsct li {
	display: none;
}

.tabsct li.show {
	display: block;
}

.tabsct p {
	margin-top: .3rem;
	font-size: .24rem;
	color: #5f5f5f;
}

.terms {
}

.term {
	position: relative;
	display: inline-block;
	min-width: 1.5rem;
	height: .5rem;
	margin: .25rem .2rem 0 0;
	line-height: .5rem;
	font-size: .24rem;
	color: #5F5F5F;
	text-align: center;
}

.term:nth-child(3n) {
	margin-right: 0;
}

.term input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.term span {
	display: block;
	background-color: #ECECEC;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.term span.checked {
	color: #fff;
	background-color: #279C63;
}

.tabsct button {
	width: 5.1rem;
	height: .7rem;
	margin-top: 1rem;
	line-height: .7rem;
	font-size: .28rem;
	color: #fff;
	background-color: #f05e4b;
}