.subnav-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.subnav-scroll {
	display: inline-flex;
	padding: 1rem 1rem 0 1rem;
}

.subnav-scroll a {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: border-color 0.2s;
}

.subnav-scroll a:hover, .subnav-scroll a.on {
    color: #6d3dd9;
    font-weight: bold;
}

.subnav-wrapper::-webkit-scrollbar {
	height: 2px;
	background: transparent;
}

.subnav-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 1px;
	visibility: hidden;
}

.subnav-wrapper:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

.subnav-wrapper {
	scrollbar-width: none;
}

.subnav-wrapper:hover {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.yunshi_home {
    margin: 4rem auto 1rem auto;
    padding: 0 0.7rem;
    background-image: url(https://xgdnm.youbanya.com/xgdn/img/yunshi_chaxun.png);
    background-size: 50% auto;
}

.yunshi_home:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.yunshi_home h1 {
	display: none;
}

.yunshi_home div {
    float: left;
    width: 100%;
    height: 246px;
    margin-bottom: 1rem;
    border: 1px solid #e5d9ef;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
}

.yunshi_home div:last-child {
    margin-bottom: 0;
}

.yunshi_home h2 {
	width: 20px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 8px 4px;
	background: #10930b;
	position: absolute;
	top: 42px;
	left: 65px;
}

.yunshi_home img {
	display: block;
	margin: 20px auto 0;
	height: 160px;
}

.yunshi_home ul {
	width: 100%;
	background-color: #f6f6f6;
	border-top: 1px solid #e5d9ef;
	border-radius: 0 0 6px 6px;
	position: absolute;
	bottom: 0;
    padding: 0;
    margin: 0;
}

.yunshi_home ul:after {
	display: block;
	clear: both;
	height: 0;
	content: "\200B";
}

.yunshi_home li {
	float: left;
	display: inline-block;
	width: 20%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 15px;
	box-sizing: border-box;
	border-right: 1px solid #e5d9ef;
}

.yunshi_home ul li:last-child {
	border-right: none;
}

.yunshi_home ul li:first-child a {
	border-right: none;
	border-radius: 0 0 0 5px;
}

.yunshi_home ul li:last-child a {
	border-right: none;
	border-radius: 0 0 5px 0;
}

.yunshi_home a {
	display: block;
	width: 100%;
}

.yunshi_home ul a:hover {
	background: #10930b;
	color: #fff;
}