.Other_ShopInfo{
	border: #DDD solid 1px;
	background: #FFF;
}
.Other_ShopInfo .changetypes{
	height: 45px;
	background: #F0F0F0;
	border-bottom: #DDD solid 1px;
	position: relative;
	line-height: 45px;
}
.Other_ShopInfo .changetypes span{
	display: block;
	float: left;
	position: relative;
	border-right: #DDD solid 1px;
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	color: #888;
}
.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;
}
