@charset "utf-8";
#conx {
	width: 100%;margin-bottom: 0px;margin-top: 30px;
}
#tagsx {
	padding-right: 0px;  width: 100%;  height: 65px;text-align: center;background: #F2F2F2;border-radius: 15px;
}
#tagsx li {
list-style-type: none; height: 65px; width:33%; text-align:center;display: inline-table;
}
#tagsx li a {
	padding: 0px; color: #000000; line-height: 65px; height: 65px; font-size: 14px;display: block;
}
#tagsx li.emptyTag {
width: 4px
}
#tagsx li.selectTagx {
position: relative; height: 65px; border-bottom:none;background: #36a4c7;
}
#tagsx li.selectTagx a {
	background-position: right top; color: #FFFFFF; line-height: 65px; height: 65px; text-align:center;font-size: 14px;
}
#tagContentx {
	padding-right:0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
}
.tagContentx {
	display: none; padding-left: 0px; width: 100%; height:auto;margin-top: 20px;
}
#tagContentx div.selectTagx {
	display: block
}


