/*html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul{list-style:none}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}
*,*:before,*:after{box-sizing:inherit}
embed,iframe,object,audio,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}

html {font-size: 100px;} body {font-size: 16px;}
*/
*,*:before,*:after{box-sizing:border-box}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;color: #000;}
body{line-height:1.5; font-size:16px;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}

table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto\9;max-width:100%;vertical-align:top; height:auto;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus{outline:none;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
body{background:#fff;}
input::-webkit-input-speech-button {display: none}
button,input,textarea{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fl{float:left;}
.fr{float:right}

#activity-detail{max-width:640px;margin:0 auto;padding:15px 10px;}
.conn .titleSize {
    font-size: 22px;
}
.conhead{display:block;overflow:hidden;margin: 20px 0 0;}
.conhl{width:250px;}
.conhl .touxiang{display:block;overflow:hidden;margin-right:6px;}
.conhl .touxiang img{width:36px;height:auto;border-radius:50%}
.conhl .name{width:250px;font-size:16px;line-height:1.2;}
.conhl .hei{font-size:16px;line-height:1;color:#000;}
.conhl .hui{font-size:12px;line-height:1;    color: #999;}
.guanzhu {
    width: 57px;
    height: 26px;
    border: 0;
	margin:5px 3px 0 0;
    border-radius: 5px!important;
    line-height: 26px;
    text-align: center;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: #38f;
    color: #fff;
}
.texts{/*margin-top:18px;height:800px;*/display: block;overflow: hidden;padding:0 8px;}
.texts p{margin:25px 0 0 0 ; letter-spacing:0px;text-align: justify;word-break: break-word;}
.texts p.p1{text-indent:2em;}
.texts p.center{text-align:center;color: #38f;font-size: 14px;}
.texts p.pic{margin-top:8px;}
.texts p span.hong{color:#f00;}
.texts span.bjh-h3 {
    position: relative;
    padding-left: 11px;
    font-weight: 700;
}
.texts span.bjh-h3:before {
    content: "";
    width: 4px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #38f;
}


.packupButton {
	width:100%;
    position: relative;
    padding-top: 16px;
    padding-bottom: 18px;
	display: block;
}
.unfoldFullText {
    background-color: #38f;
    border-radius: 5px;
    text-align: center;
    height: 44px;
    width: 90%;
	margin:0 auto;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    /*display: inline-block;*/
	display: block;
}
.gradient {
    position: absolute;
    top: -59px;
    left: 0;
    height: 60px;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
}



/* 评论 */
.quan {color: #000;}
.zhikan {color: #5A5A5A;}
.quanbu {padding-bottom: 6px;border-bottom: 2px solid #292929;}

.rich_media_content{
display: block;
    overflow: hidden;
    margin-bottom: 20px;
	}

.rich_media_content * {
    max-width: 100%!important;
    word-wrap: break-word!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.rich_media_content img {
    height: auto!important;
}
.tot_pin {
    width: 100%;
    margin-left: 8px;
    padding-right: 30px;
}
.photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}
.content {
    float: left;
    margin-left: 10px;
    width: 640px;
    margin-bottom: 20px;
}
.box1 {
    position: relative;
}
.ni_name {
    color: #999;
    width: 80%;
    line-height: 1.6;
}

.like {
    float: right;
    color: #999;
    /* padding-right: 20px; */
}
.lou {
    font-size: 16px;
    color: #a8a8a8;
}
.b2 {
    overflow: hidden;
    padding: 8px 0;
}




.ni_name1 {
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
}

.like {
    position: absolute;
    top: 0;
    right: 0;
}
.lan {
    color: #4885d5;
}

@media (max-width: 670px){
	.box1 {
		margin-left: 40px;
		margin-top: -35px;
	.box2 {
		width: 100%;
		/* padding-right: 30px; */
	}
}
