* {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-text-size-adjust: 100%; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, footer, header,hgroup, menu, nav, section, menu,time, mark, audio, video, button,input {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;}
article, aside, figure, footer, header,hgroup, nav, section{ display:block;}
body{font:14px/1.5 SimHei,Microsoft yahei,Arial,'Helvetica Neue', Helvetica,sans-serif;color:#666;background-color:#fff;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,q:before, q:after { content:'';}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; color:#323232;text-decoration: none;}
a:visited,a:hover,a:link,a:active,a:hover{color:inherit;}
a:focus,input:focus{outline:none;}
input:focus{-webkit-user-modify:read-write-plaintext-only;}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
input, textarea, select, button { font-family: inherit; font-weight: inherit; font-size: inherit; margin: 0; outline: none; }
input:focus, textarea:focus, select:focus, button:focus { outline: none; }
select, button, input { color: inherit;  -webkit-appearance: none;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;font-weight:normal; }
ol,ul,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%;font-weight:normal; margin:0;padding: 0;}
abbr,acronym { border:0; }
a, img { text-decoration: none;-webkit-appearance: none; -webkit-touch-callout: none; }
img{border:0;max-width:100%; vertical-align:middle;}
.fix:before,.fix:after { display: block; content: ''; height: 0; clear: both; }
.cf:before,.cf:after {visibility:hidden;display:block;font-size:0; content:" ";clear:both;height:0;}
.fl {float: left}
.fr {float: right}
.hide {display: none}
.fh {overflow: hidden; text-indent: -99em;}
.wrap {margin: 0 auto}
/* 0.5px边线 */
.border_all{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect x='0' y='0' width='100%' height='100%' style='fill:none;stroke:#ccc;stroke-width:1'/></svg>");
    background-repeat:no-repeat;
}
.border_b{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#ccc' x='0' y='0.5' width='100%' height='0.5'/></svg>");
    background-repeat:no-repeat;
    background-position:0 100%;
}
.border_t{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#ccc' x='0' y='0' width='100%' height='0.5'/></svg>");
    background-repeat:no-repeat;
    background-position:100% 0;
}
.border_l{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='100%'><rect fill='#e7e6eb' x='0' y='0' width='1' height='100%'/></svg>");
    background-repeat:no-repeat;
    background-position:0 100%;
}
.border_r{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='100%'><rect fill='#ccc' x='0' y='0' width='0.5' height='100%'/></svg>");
    background-repeat:no-repeat;
    background-position:100% 100%;
}
#gotop {    
    background-image:url(http://appimg.huim.com/images/ic_top.png);
    background-repeat:no-repeat;
    background-size:46px 46px;
    width:46px;
    height:46px;
    position:fixed;
    right:20px;
    bottom:20px;
    text-indent:-99px;
    overflow:hidden;
    display:none;
}
﻿body{background-color:#fff;font-family: "PingFang SC Light","Heiti SC","San Francisco","Helvetica";}
.wrapper{
    padding:25px 15px 35px;
}
.title_box{
    padding-bottom:5px;
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#757380;
    font-weight:700;
}
.detail_content{
    font-size:15px;
    color:#4c4c4c;
}
.detail_content p{
    margin-bottom:15px;
    word-wrap:break-word;
    word-break:break-all;
}
.detail_content strong{
    font-weight:700;
}
.detail_content a{
    color: #3366cc;
}
.detail_content img {
    display:block;
    margin:0 auto;
    clear:both;
}
/* = 惠友说
------------------------------------------------------------*/
.huimer_talk{
    padding-top:20px;
    padding-bottom:20px;    
}
.huimer_talk .title_box{
    position:relative;
}
.huimer_talk .title_box:before {
	position:absolute;			
	bottom:-1px;
	left:0;
	content:'';
	width:100%;
	height:1px;
	border-bottom:1px solid #e7e6eb;
	-webkit-transform: scaleY(0.5);
}
.huimer_talk .talk_item{
    position:relative;
    padding:5px;
}
.huimer_talk .talk_item:before {
	position:absolute;			
	bottom:-1px;
	left:0;
	content:'';
	width:100%;
	height:1px;
	border-bottom:1px solid #e7e6eb;
	-webkit-transform: scaleY(0.5);
}
.huimer_talk .talk_item:last-child:before{border:0;}
.talk_item .talk_userinfo{
    height:32px;
}
.talk_item .userinfo_avatar{
    display:inline-block;
    width:32px;
    height:32px;
    background:#ccc;
    border-radius:100%;
    vertical-align:middle; 
}
.talk_item .talk_username{
    display:inline-block;
    margin-left:6px;
    color:#757380;
    font-size:15px;
    vertical-align:middle;
}
.talk_item .talk_like{
    display:inline-block;
    min-width:30px;
    float:right;
    margin-top:5px;
    color:#acabb7;
    font-size:12px;
    font-family:Arial;
}
.talk_item .talk_like i{
    display:inline-block;
    width:13px;
    height:13px;
    margin-right:3px;
    background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMjJkYWUwYi1kYjQwLTY3NDMtYjM2NC03NmVjZjcyMTRkZDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzk3NzQyN0Y0OTlCMTFFNkJBOTU4RjAwNzI0MEEwOEEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzk3NzQyN0U0OTlCMTFFNkJBOTU4RjAwNzI0MEEwOEEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmQ4YTQyMzZhLWU4ZjQtMTM0Mi04YzIxLTVkNjNjNzQwNTdkYSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMjJkYWUwYi1kYjQwLTY3NDMtYjM2NC03NmVjZjcyMTRkZDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4VDVqyAAABJElEQVR42mK8cvk2AxlgGRD7APE0IK4G4r+ENDCRYQk/EEcCMS8QlwNxATGayLFIBI2fRyuLdND4clBMdYsCsIiJU9siGSAOxyLOSm2L2oGYE4v4G2paFAHEMVjEQUn7IbUsMgfiuTjkQBnxJzUsAlmyHYi5cMgfJ8alLECcBcT6aOLHgHghNNnuxxEvMKAJxDNxyH0D4kVAfJ4RWASBvM2GpuA/1Le6QHyJgTLwFJRaQYZ9wiLJyEA9IASLo48MtAV3YRZ9oLFFN+jlo9P08tEJelj0B4jP0CPozkDzEs19tAe5CKKlRbuQLaJV0H2GJQRa++gAEP+mh0Xb0asJfEEHcsQ/MoNtObpFD4D4JZrC11D6MRBHQYuRfyTknWL0kAIIMAA6rEJPfX+XQgAAAABJRU5ErkJggg==");
    background-size:cover;
}
.talk_item .talk_content{
    padding-top:10px;
    padding-bottom:10px;
    font-size:15px;
    color:#4c4c4c;
}
.tags_box{
    padding-top:5px;    
}
.tags_box a{
    display:inline-block;
    width:auto;
    max-width:50%;
    height:24px;
    line-height:24px;
    margin-right:7px;
    margin-bottom:15px;
    padding:0 10px;
    color:#a6a4b2;
    font-size:14px;  
    border-radius:13px;
    -webkit-border-radius: 13px;
    border:1px solid #d4d3db;
}
/* 爆料人 */
.info{
    padding:15px 10px;
}
.info .border_all{
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><rect x='0' y='0' width='100%' height='100%' style='fill:none;stroke:#d4d3db;stroke-width:1'/></svg>");
    background-repeat:no-repeat;
}
.info .avatar{
    width: 40px;
    height: 40px;
    margin-right:7px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e7e6eb;
}
.info_box{
    padding-left:10px;
}
.info p{
    font-size:13px;
    color:#757380;
    margin:0
}
.info .name{
    color:#46454d;
    font-size:15px;
    display: flex;
    align-items: center;
}
.info .name span{
    display:inline-block;
    margin-left:4px;
    width:32px;
    height:14px;
    background-image:url(https://i.huim.com/h5/other/lv_bg.png);
    background-size:32px auto;
    font-size:10px;
    line-height:15px;
    text-align:center;
    color:#fff;
}
.detail_content{
    min-height:100px;
}