.title {
	height: 2rem;
	line-height: 2rem;
	text-indent: 15px;
	text-align: left;
	color: #666;
	font-size: 14px;
}

.select-box {
	padding: 0 15px;
}

.search-input {
	box-sizing: content-box;
	width: 100%;
	line-height: 2.1;
	display: inline-block;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px 0 0 5px;
	font-family: inherit;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
	background-color: #fff;
	border: 1px solid #07c160;
	opacity: 0.9;
}

.search-bar {
	display: flex;
	position: relative;
}

.search-input+button::after {
	border: 1px solid #07c160!important;
}

.search-info {
	margin-top: 10px;
	display: none;
}

.m-dingdan-txt {
	font-size: 0.5rem;
	color: #666;
	padding: 10px 20px;
	line-height: 1rem;
}

b {
	font-weight: bold;
	color: #666;
}


/*渐变*/

hr.style-three {
	width: 100%;
	margin: 0 auto;
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #0DBD73, #ccc);
}

.footer {
	padding-top: 10rem;
}

@media (max-width: 450px) {
	.footer p {
		font-size: 12px;
	}
}

.weui-btn {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 2.55555556;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	border-width: 0;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0 5px 5px 0;
}

.weui-btn:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-sizing: border-box;
	border-radius: 10px;
}

.weui-btn_mini {
	display: inline-block;
	padding: 0 1.32em;
	line-height: 2.3;
	font-size: 13px;
}

.weui-btn_primary {
	background-color: #1aad19;
}