.Unlisted {
	background-color: #fff;
    display: block;
    /*padding-top: 1.2rem;*/
	margin-top: 4rem;
}
.nav {
    width: 100%;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #999;
    border-bottom: 1px solid #dcdcdc;
}
.dynamic {
	border-bottom: 10px solid #f5f5f5;
}
.dynamic li:last-of-type{
	border-bottom: none;
}
.dynamic-list {
	padding: 0.8rem 0;
	margin: 0 0.2666666667rem;
	border-bottom: 1px solid #dcdcdc;
}
.dynamic-list-title {
	line-height: 1.25;
	font-size: 0.4266666667rem;
	color: #333;
	margin-bottom: 0.1333333333rem;
}
.dynamic-list p span {
	color: #666;
	font-size: 0.32rem;
}
.dynamic-list-time {
	float: right;
}
.dynamic-list-info {
	color: #666;
	font-size: 0.3466666667rem;
	line-height: 1.5;
}
.dynamic-list article {
	color: #666;
	font-size: 0.3466666667rem;
	line-height: 1.5;
	margin-bottom: 0.9333333333rem;
}
.dynamic-list .micro {
	padding:0.04rem 0.0666666667rem;
	margin-right: 0.2666666667rem;
	border:1px solid #dfdfdf;
	border-radius: 0.0666666667rem;
	color: #666;
	font-size: 0.32rem;
	line-height: 2;
}
.dynamic-list article:last-of-type {
	margin-bottom: 0;
}
.share {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	font-size: 0.3466666667rem;
	margin-bottom: 0.5333333333rem;
}
.share a {
	float: left;
	width: 25%;
	padding: 0.4rem 0;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	color: #666;
}
.share a>span {
	display: block;
	border-right: 1px solid #666;
}
.share a:last-of-type span{
	border-right: none;
}
.support-info {
	font-size: 0.32rem;
	background-color: #f5f5f5;
	line-height: 1.5;
	padding: 0.3333333333rem 0.2666666667rem;
	color: #999;
}
.dynamic-list-title.red {
	color: #ff3333;
	padding: 0.4rem 0 0 0;
    margin: 0 0.2666666667rem;
}
.footer-nav {
	color: #999;
	text-align: center;
	padding: 0.8rem 0;
}
.footer-nav span {
	font-size: 0.3733333333rem;
	border-right: 1px solid #999;
	padding: 0 0.2666666667rem;
}
.footer-nav span:last-of-type {
	border-right: none;
}
.copyright {
	margin-top: 0.4rem;
	font-size: 0.32rem;
}
.nologin-tip {
	display: none;
	padding:0.2666666667rem;
	background-color: #f5f5f5;
	color: #666;
}
.dynamic.nologin .nologin-tip{
	display: block;
}
.dynamic.nologin .info {
	display: none;
}
.dynamic .after-login {
	display: none;
}
.dynamic.nologin .after-login {
	display: inline-block;
}
.nologin-tip a {
	color: #ff3333;
}
.dynamic.nologin .co-info p span:nth-of-type(2){
	color: #999;
}
.check-after-login {
	color: #666;
}
.check-after-login span {
	color: #999;
}
.news-title{
	width:100%;
	height: auto;
	padding:0.4rem 0.3rem 2rem;
	position: fixed;
	top:0;
	left: 0;
	z-index: 15;
	background:#f5f5f5;
}
.news-title p{
	font-size: 0.2rem;
}
.buy-item{
	width:100%;
	height:1rem;
	position: absolute;
	bottom: 18px;
	left: 0;
}
.support{
	position:absolute;
	bottom:0;
	right:0.5rem;
	color:#d9d9d9;
}
.buy-container{
	position: absolute;
	z-index: 20;
	bottom:0;
	right:0.5rem;
}
.buy-container a{
	font-size:0.5rem;
	color:#fff;
	width:1.8rem;
	height:0.8rem;
	text-align: center;
	line-height: 0.8rem;
	display: block;
	background:#ff3333;
	-webkit-box-shadow: 2px 2px 3px #dbdbdb;
	-moz-box-shadow: 2px 2px 3px #dbdbdb;
	box-shadow: 2px 2px 3px #dbdbdb;
}
.title-tips{
	position: absolute;
	bottom:0;
	right:2.7rem;
	z-index: 16;
}
.title-tips a{
	color:#ff3333;
	margin-left:0.3rem;
}
.tips01{
	font-size:0.4rem;
	text-decoration:line-through;
}
.tips02{
	font-size:0.6rem;
}
/*提示按钮*/
.tip-message{
	display: block;
	position: absolute;
	top:0.3rem;
	left: 0.5rem;
}
.tip-message img{
	width:0.8rem;
	height:0.8rem;
	display: block;
}
.popup-content{
	width:100%;
	height:100%;
}
.popup-bg{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 100;
	background: #000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
.popup{
	width:100%;
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	z-index: 200;
}
.popup p{
	font-size:0.5rem;
	height:1.7rem;
	line-height:1.7rem;
	text-align: center;
	padding: 0.1rem 0.3rem;
	border-bottom: 1px solid #b9b9b9;
}
.popup p:first-child{
	font-size:0.4rem;
	color: #b9b9b9;
	line-height: 0.7rem;
}
