@import url("public.css");
.top-container {
	width: 100%;
	background-color: #FFFFFF;
}

.top-container-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.top-box {
	padding: 0.95rem 0.875rem;
}

.avatar {
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1rem;
}

.noLogin {
	color: #333333;
	font-size: 0.8rem;
	display: none;
}

.user-name {
	color: #333333;
	font-size: 0.8rem;
	margin-bottom: 0.425rem;
}

.user-level {
	height: 1.15rem;
	line-height: 1.15rem;
	text-align: center;
	padding: 0 0.275rem;
	background-color: #00a3b6;
	border-radius: 8px;
	font-size: 0.6rem;
	color: #ffffff;
	margin-right: 0.4rem;
}

.vip {
	background-color: #f39800;
}

.time-font {
	color: #535353;
	font-size: 0.65rem;
}

.bottom-container {
	margin-top: 0.5rem;
}

.public-box {
	background-color: #f2f2f2;
	height: 2.2rem;
	line-height: 2.2rem;
	font-weight: bold;
	color: #000000;
	font-size: 0.8rem;
	padding-left: 1rem;
}

.public-ul {
	margin: 0;
	padding: 0 1rem;
	list-style: none;
}

.public-ul>li {
	padding: 0.85rem 0;
	border-bottom: 1px solid #eeeeee;
}

.public-ul>li:last-child {
	border-bottom: none;
}

.public-icon {
	width: 1.25rem;
	height: 0.925rem;
	margin-right: 0.525rem;
}

.public-title {
	color: #000000;
	font-size: 0.8rem;
}

.public-btn {
	display: block;
	width: 4.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	color: #333333;
	font-size: 0.7rem;
	background-color: #e5e5e5;
	border-radius: 30px;
	text-decoration: none;
}

.public-ul>li.try .public-btn {
	background-color: #01a0b3;
	color: #FFFFFF;
}

.public-nodetype {
	height: 2.1rem;
	line-height: 2.1rem;
	color: #000000;
	font-size: 0.8rem;
	border-bottom: 1px solid #d7e0ff;
}
.public-nodetype-ul{
	padding-left: 0rem;
}
.public-nodetype-ul-li{
	float: left;
	margin-left:0.4rem;
	padding-left:0.6rem;
	padding-right:0.6rem;
}
.public-nodetype-ul > .selected{
	background-color: #d7e0ff;
	font-weight: bold;
}			
.public-nodetype-ul-li a {
	color: #000;
	text-decoration: none;
}

