@charset "UTF-8";

html,body{
    width: 100%;
    background: #f8f8f8;
    font-size: .36rem;
    color: #333333;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.shade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.8;
	z-index: 99999;
}
.shade-img {
	display: none;
	background-color: #000000;
	width: 10.416rem;
	height: 5.28rem;
}
.w_post_warp{
    background: #ffffff;
    padding: .75rem .45rem;
}
.w_post_warp .w_title{
    font-weight: bold;
    font-size: .52rem;
    margin-bottom: .33rem;
 }

.w_post_warp .w_sub{
    margin-bottom: .33rem;
}

.w_post_warp .w_sub .w_sub_time, .w_sub_name {
    line-height: .41rem;
    font-size: .33rem;
    color: #b6b6b6;
    margin-right: .38rem;
    float:left;
}

.w_post_warp .w_sub img{
    float:left;
    height: .41rem;
    border-radius: 50%;
}

.w_post_warp .w_body .w_content{
    text-align: left;
    margin-bottom: .33rem;
    font-size: .41rem;
}

.w_post_warp .w_body>img{
    max-width: 100%;
    margin-bottom: .33rem;
}

.w_post_warp .w_from{
    margin: .16rem 0;
    float:left;
    font-size: .41rem;
}

.w_post_warp .w_from span{
    color: #2982e5;
}

.w_post_warp .w_logo{
    margin: .16rem 0;
    width: 1.8rem;
    height: 0.53rem;
    background: url("../images_wap/logo_wap.png") no-repeat 0 0 / 100% 100%;
    float:right;
}

.w_post_footer{
    text-align: center;
    font-size: .36rem;
}

.w_post_footer>a{
    margin: .52rem auto .36rem auto;
    line-height: .83rem;
    height: .83rem;
    width: 3.3rem;
    color: #ffffff;
    text-align: center;
    background: #0dc2b3;
    border-radius: .1rem;
    display: block;
}

.w_post_footer>span{
    margin-bottom: .52rem ;
    display: block;
}

 .zxHtmlContent  p{
    margin-bottom: 1em;
} 