@charset "utf-8";

.header {
	padding: 10px;
	border-bottom: 1px solid #DADADA;
	position: relative;
	background-color: white;
	overflow: hidden;
}

.topicLogo {
	margin-right: 10px;
	overflow: hidden;
	width: 62px;
	height: 62px;
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
}

.tImg {
	width: 62px;
	height: 62px;
	-moz-border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	border-radius: 0.8rem;
	border: 0 none;
	vertical-align: bottom;
}

.header .title {
	line-height: 18px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.header .title .status0 {
	float: right;
	color: red;
}

.header .title .status1 {
	float: right;
	color: red;
}

.header .title .status2 {
	float: right;
	color: #878787;
}

.header .time {
	line-height: 18px;
	color: #484848;
	font-size: 12px;
}

.header .guest {
	padding-left: 72px;
	line-height: 18px;
	color: #484848;
	font-size: 12px;
}

.header p {
	line-height: 25px;
	color: #868585;
}

.header span {
	margin-right: 10px;
}

.header em {
	font-style: normal;
}

#tabs {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DADADA;
	height: 30px;
	background-color: #F5F5F5;
	-moz-box-shadow: 1px 2px 2px #E6E6E6;
	-webkit-box-shadow: 1px 2px 2px #E6E6E6;
	box-shadow: 1px 2px 2px #E6E6E6;
}

#tabs .tab {
	display: block;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: center;
}

#tabs .tab2 {
	border-bottom: 1px solid #ff8000;
	font-weight: bold;
}

.container {
	margin: 10px;
	overflow: hidden;
}

.loading {
	display: none;
	line-height: 22px;
	font-size: 1.4rem;
	text-align: center;
}

.loading img {
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

#showAll {
	display: none;
	line-height: 22px;
	font-size: 1.4rem;
	text-align: center;
}

#artPanel {
	display: none;
}

#updateTip {
	display: none;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #EEEBAC;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	padding: 5px 10px;
	line-height: 20px;
	color: #FF7E00;
	font-size: 13px;
	text-align: center;
	background: none repeat scroll 0 0 #FEFCD0;
}

#guestPanel {
	display: none;
}

.userBox .intro {
	overflow: hidden;
	margin-top: 4px;
	line-height: 20px;
	color: #333;
	font-size: 13px;
}

#introPanel {
	display: none;
}

#introPanel .box {
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	background-color: white;
	-moz-box-shadow: 0 1px 2px #CACACA;
	-webkit-box-shadow: 0 1px 2px #CACACA;
	box-shadow: 0 1px 2px #CACACA;
}

#introPanel .inner {
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	line-height: 26px;
	color: #484848;
	font-size: 16px;
}

#bottomPlus {
	border: 1px solid #b3686e;
	color: #ffff00;
	background-color: #dc0226;
}

.app-dl {
	display: none;
	margin: 0 auto;
	padding: 14px 0;
	width: 220px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	background-color: #5A85CE;
}

#doLogonMask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: black;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1000;
}

#doLogonWin {
	display: none;
	position: fixed;
	z-index: 1001;
	min-width: 350px;
}

#doLogonWin .popLayer {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	background-color: white;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
}

#doLogonWin .msg {
	margin: 50px 10px 0 10px;
	padding: 0;
	line-height: 25px;
	color: #434343;
	font-size: 2rem;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	text-align: center;
}

#doLogonWin .tools {
	margin-top: 50px;
	border-top: 1px solid #E5E5E5;
	padding: 13px 15px 0;
	height: 50px;
	background-color: #F8F8F8;
}

#doLogonWin .tools a {
	display: block;
	margin: 0 auto;
	border: 1px solid #BF1F1F;
	width: 48%;
	height: 35px;
	line-height: 35px;
	color: white;
	font-size: 1.8rem;
	text-align: center;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem;
	background: -webkit-gradient(linear,0% 0%, 0% 100%, from(#FF6161), to(#E54B4B));
	background: -moz-linear-gradient(0% 0% 270deg, #FF6161,#E54B4B);
	outline: 0 none;
	text-decoration: none;
}