.Other_ShopInfo{
	border: #DDD solid 0px;
	background: #FFF;
}
.Other_ShopInfo .changetypes{
	height: 45px;
	border-bottom: #DDD solid 1px;
	position: relative;
	line-height: 45px;
	margin-bottom: 30px;
}
.Other_ShopInfo .changetypes span{
    margin: 0px auto;
    width: 80px;
	display: block;
	position: relative;
	border-bottom: #98698e solid 1px;
	cursor: pointer;
	color: #333;
	font-size: 20px;font-weight: 800 !important;border-bottom:#98698e 2px solid; line-height:45px;  height:45px; overflow:hidden; clear: both;
}
.Other_ShopInfo .changetypes span.ck{
	background: #FFF;
	color: #F30;
}
.Other_ShopInfo .changetypes span.ck:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #FFF;
	left: 0;
	bottom: -1px;
}
.Other_ShopInfo .showtypes{
	padding: 15px;
}
