a,button,div,html,input,select,textarea {
	-webkit-tap-highlight-color: transparent
}
a {
    background: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    color: #000;
}
html {
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
	margin: 0;
	padding: 0
}
body{
	margin: 0;
	padding: 0;
	font-size:16px ;
}
body {
    background-color: #f8f8f8;
    color: #666;
    font-family: 'Helvetica Neue',Roboto,'microsoft yahei';
}
body, html {
    min-height: 100vh;
}
input,select,textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

abbr,acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: 500
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}
a,ins {
	text-decoration: none
}


.timeline-li {
    padding: 3% 3%;
    background-color: #fff;
    
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}
.timeline-li .timeline-li-avatar {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 2%;
}
.timeline-li .timeline-li-avatar img {
    width: 100%;
    border-radius: 50%;
    height:100%;
}
.timeline-li-detail {
    position: relative;
    width: 100%;
}
.weui-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.detail-username {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 3%;
    margin-top: 3%;
}

.detail-username .username {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.timeline-li-detail .detail-message {
    display: block;
    font-size: 14px;
	color: #000;
}
.timeline-li-detail .detail-message .message-p {
    font-weight: 400;
    line-height: 1.7;
    display:inline-block;
    width:100%;
}
.timeline-li-detail .detail-message .message-p span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    background: rgba(246, 6, 6, 0.6);
    color: #fff;
}
.detail-other {
    position: relative;
}
.detail-tags {
    overflow: hidden;
    height: auto;
}

.mt-5 {
    margin-top: 3%;
}

.detail-tags-h {
    height: auto;
}

.detail-tags a:last-child {
    margin-right: 0;
}
.detail-tags .span1 {
    color: #8bb7f0;
}
.detail-tags a {
    position: relative;
    margin-right: 1%;
    margin-bottom:1%;
    padding: 0 5px;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0;
}
.border-global:after {
    content: " ";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
}
.detail-pics {
    box-sizing: border-box;
    margin-top: .05rem;
    width: 100%;
}

.detail-pics a {
    display: block;
    float: left;
    margin: 2% 1% 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    width: 32.3%;
    height: calc((100vw - 120px)/ 3);
    max-width: 167px;
    max-height: 167px;
    position: relative;
}
.detail-pics a:nth-child(3n) {
    margin-right: 0;
}
.detail-pics a .more_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((100vw - 120px)/ 3);
    max-width: 167px;
    max-height: 167px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: calc(50% - 16px);
    font-size: 0.8em;
    letter-spacing: 2px;
}
.detail-pics img{
	width: 100%;
	height:100%;
}
.detail-time {
    font-size: 14px;
    position: relative;
    color: #999;
    height: auto;
	line-height: 30px;
	overflow: hidden;
}
.mt-10 {
    margin-top: 7%;
}
.timeline-li .detail-call {
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -9%;
}
.detail-call {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
}

.detail-call i {
    display: block;
    font-size: 20px;
    color:red;
}
.clear:after, .clear:before {
    display: table;
    content: "";
}
.clear:after {
    clear: both;
}
.userinfo {
    position: relative;
    height: 35px;
    line-height: 35px;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pb-20 {
    padding-bottom: 5px;
}

.userinfo-avatar {
    position: relative;
}
.userinfo-avatar {
    width: 35px;
    height: 35px;
    margin-right: 6px;
}
.userinfo-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.userinfo-ul {
    color: #999;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.userinfo-name {
    font-size: 14px;
    color: #55657d;
    display: inline-block;
}
.timeline-li-detail .detail-message .view-p span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0px 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    background: rgba(246, 6, 6, 0.6);
    color: #fff;

}
.top-view-p span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0px 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    background: rgba(246, 6, 6, 0.6);
    color: #fff;
    margin-right: 0px !important;

}
.timeline-li-detail .detail-message .view-p {
    font-weight: 400;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.timeline-contant {
    padding: 10px 3% 0 3%;
    background: #ffffff;
}
.info-comments{
    background: #ffffff;
    overflow: hidden;
}
.timeline-title {
    padding-bottom: 5px;
    font-size: 16px;
}
.c-9 {
    color: #999;
}
.bottom-line {
    border-bottom: 1px solid #f8f8f8;
}
.timeline-contant-c {
    position: relative;
	padding-bottom:10px;
}
.timeline-contant-c .detail-call {
    display: block;
    position: absolute;
    right: 0px;
    top: 0%;
}

.info-comments-h {
    margin: 0 3%;
    padding: 3% 0;
    color: #999;
    font-size: 14px;
}
.line-10 {
	height: 10px;
    background-color: #f8f8f8;
    display: block;
}
.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.p2-comment-li {
    position: relative;
    overflow: hidden;
}
.p-15 {
    padding: 5%;
}
.p2-comment-li-contentbox {
    margin: 3% 0 3% 10%;
}
.global-message-c {
    white-space: normal;
    color: #333;
    word-break: break-all;
    font-size: 14px;
}

.p2-comment-li-bottom {
    margin-left: 10%;
    color: #999;
    font-size: 12px;
    position: relative;
}
.p2-comment-li-reply {
    position: relative;
    background: #f8f8f8;
}
.p2-comment-li-reply {
    margin-left: 10%;
    margin-top: 2%;
    z-index: 1;
    padding: 1% 3%;
}
.p2-comment-li-reply .reply li span {
    color: #55657d;
}
.br-2 {
    border-radius: 4px;
}
.contentp {
	padding: 3% 3%;
	text-align:center;
}
.qqkf {
    border: 1px solid #82CDF2;
    background-color: #fff;
    padding-right: 4px;
    display: inline-block;
    height: 20px;
	line-height:20px;
    border-radius: 0px 3px 3px 0px;
}
.qqkf img {
    position: relative;
    top: -2px;
    left: -1px;
}
.vm {
    vertical-align: middle;
}
.clolorblue {
	font-style:normal;
	color:#FF2D2D;
}
.detail-tags .span2 {
    color: #42bd56;
}
.detail-tags .span3 {
    color: #f58f57;
}
.detail-tags .span4 {
    color: #a59dd1;
}
.detail-tags .span0{
    color: #dbb065;
}
.detail-tags .span5{
    color: #CBD717;
}
.detail-tags .span6 {
    color: #19C6B6;
}
.detail-tags .span7 {
    color: #DA2DCD;
}
.detail-tags .span8 {
    color: #F93C03;
}
.detail-tags .span9{
    color: #B5350E;
}
.swiper-container1 .swiper-slide {
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.slide1{
	background: rgba(0,0,0,.95);
}
.swiper-container1 .swiper-zoom-container {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container>img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #fff;
}
.swiper-container1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.95);
    z-index: 99999999;
}
.rightmenu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: absolute;
    z-index: 30;
    width: 30px;
    right: 0;
    background: #fff;
}
.rightmenu>img{
	height: 18px;
}
.menubar {
    position: absolute;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    background-color: #4c5154;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    cursor: pointer;
	transform: translateX(120%);
    -webkit-transform: translateX(120%);
}
.menubar a {
	max-width:68px;
	padding-right: 5px;
    height: 68%;
    color: #fff !important;
    border-left: #3D4549 1px solid;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    font-style: normal;
    cursor: pointer;
}
.menubar img {
    margin: 0 8%;
    width: 16px;
    height: 16px;
}
.menubar a:first-child {
    border-left: none;
}
.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes openright {0% {    -webkit-transform: translateX(100%);    transform: translateX(100%);    visibility: visible;}100% {    -webkit-transform: translateX(0);    transform: translateX(0);}}
@keyframes openright {0% {    -webkit-transform: translateX(100%);    transform: translateX(100%);    visibility: visible;}100% {    -webkit-transform: translateX(0);    transform: translateX(0);}}
@-webkit-keyframes openleft { from {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0) } to {visibility: hidden;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}}
@keyframes openleft { from {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0)} to {visibility: hidden;-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0)}}
.openright {-webkit-animation-name: openright;animation-name: openright;right: 40px;}
.openleft{-webkit-animation-name: openleft;animation-name: openleft}
.detail-edit {
	float: right;
    color: #F10E24;
	font-size: 14px;
	margin-right: 10px;
}
.coloryellow {
	background: #f1c40d;

}
/*index*/

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF2D2D;
    width: 12px;
    border-radius: 2px;
    height: 4px;
}
.index-dl{border-top: 5px solid #eeeeee;}
.hot {
   overflow: hidden;
   /*border-top: 5px solid #eeeeee;line-height: 18px;*/
   padding: 5px;
   
}
.hot .lj_right {
    width: 49.5%;
}
.hot .lj_right a{
    line-height: 0px;
    display: block;
}
.hot .lj_left a{
    line-height: 0px;
    display: block;
}
.hot .lj_left {
    width: 49.5%;
	float:left;

}
.lj_right {
    float: right;
}
#navigation{background: #ffffff;}
.bcf8{background: #f8f8f8 !important}
.hot img{width:100%}
#topNav {
	width: 100%;
	overflow: hidden;
	font: 16px/32px hiragino sans gb, microsoft yahei, simsun;
    border-bottom:1px solid #f8f8f8;
    background: #ffffff;
    padding: 10px 0px;
}
#topNav .swiper-slide {
	padding: 0 10px;
	letter-spacing:2px;
	width:auto;
	text-align:center;
    font-size: 14px;
}
#topNav .swiper-slide span{

	transition:all .3s ease;
	display:block;
}
#topNav .active span{
	transform:scale(1.1);
	color:#FF2D2D;
}
#topNav .active span:after {
  content: ' ';
  width: 12px;
  height: 4px;
  background: #FF2D2D;
  position: absolute;
  left: 50%;
  bottom: -9px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.indexcontent {
    /*clear: both;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: auto;
    margin-top: 0px;
    margin-bottom: 61px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;*/
    background: #f8f8f8;
}
.cmNavBar {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.cmNavBar>h1 {
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cmNavBar>.cmNavBarLeft .cmBtnWrapper, .cmNavBar>.cmNavBarLeft.cmBtnWrapper {
    padding-left: 7px;
}
.cmNavBar>.cmNavBarLeft {
    left: 0;
}
.cmNavBar>div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 25%;
}

.cmBtn, .cmBtnWrapper {
    display: block;
    -webkit-tap-highlight-color: transparent;
}
.comment_list {
    margin: 10px 0 10px 0;
    background: #fff;
    border: 1px solid #EFEFEF;
    font-family: "Arial","Microsoft YaHei",sans-serif;
}
.empty_data {
    width: 100%;
    height: 210px;
    background: url(../img/empty.png) center;
    margin: auto;
    background-repeat: no-repeat;
}
.empty_title {
    text-align: center;
}
.empty_title p {
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    letter-spacing: 0;
}
.timeline-contant-c p{
	font-size: 14px;
	margin:3% 0;
}
.list_nav_l{background:#ffffff;width:100%;height:40px;z-index:999;position: absolute;}
.list_nav_l{position: fixed;}
.nav_filter_l { width: 100%; display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	background: #ffffff;
	height: 40px;
	line-height: 40px;
	-webkit-user-select: none;position:relative;
}
.nav_filter_l:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #f8f8f8;
	color: #f0f0f0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.nav_filter_l>li:first-child {
	 border-left: 0;
 }
.nav_filter_l>li {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.nav_filter_l>li>a {
	display: inline-block;
	text-align: center;
	width:100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-user-select: none;
	position:relative;
	font-size: 15px;
}

.nav_filter_l>li>a:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: transparent;
	border-top-color: #e6e6e6;
}
.hide_l{display:none !important}
.aclist_l{    background: #fff;
	position: absolute;
	top: 40px;
	width: 100%;left:0;
	height:320px;
	overflow-y: auto;
}
.aclist_l a{
	padding:0 15px;
	display:block;
}
.aclist_l a.on{
	background:#f3f3f3;
}
#mask_l {
	background: #000;
	opacity: .3;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	display: none;
}
.pos_l{position:fixed;top:0px;}
.aclist_l b{font-weight: 400;float: right;color:#CCC}
.aclist_l b:after{content: '>';-webkit-transform: scale(0.8,1.5);padding-left: 7px;}
.user_home{
    position: relative;
    padding-top: 52%;
    background: url(../img/bg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.home_info{
    position: absolute;
    bottom: 24px;
    right: 10px;
    left: 10px;
    z-index: 2;
    text-align: center;
}
.home_avatar {
    float: none;
    text-align: center;
}
.home_avatar img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin: -4px;
}
.home_name {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,.4);
    margin-right: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;
    display: block;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bg {
    border: 0px solid black;
    position: relative;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    margin-top: -52%;
    padding-top: 52%;
    width: 100%;
    height: auto;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4);
}
@-moz-keyframes wave-animation-1 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-o-keyframes wave-animation-1 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-webkit-keyframes wave-animation-1 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-ms-keyframes wave-animation-1 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@keyframes wave-animation-1 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-moz-keyframes wave-animation-2 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-o-keyframes wave-animation-2 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-webkit-keyframes wave-animation-2 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@-ms-keyframes wave-animation-2 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

@keyframes wave-animation-2 {
	0% {
		background-position: 0 top
	}
	100% {
		background-position: 600px top
	}
}

.water {
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 30px;
	width: 100%;
	z-index: 100
}

.water-c {
	position: relative
}

.water-1 {
	background: url('../img/water-1.svg') repeat-x;
	background-size: 600px;
	-webkit-animation: wave-animation-1 3.5s infinite linear;
	-moz-animation: wave-animation-1 3.5s infinite linear;
	-o-animation: wave-animation-1 3.5s infinite linear;
	-ms-animation: wave-animation-1 3.5s infinite linear;
	animation: wave-animation-1 3.5s infinite linear
}

.water-2 {
	top: 5px;
	background: url('../img/water-2.svg') repeat-x;
	background-size: 600px;
	-webkit-animation: wave-animation-2 6s infinite linear;
	-moz-animation: wave-animation-2 6s infinite linear;
	-o-animation: wave-animation-2 6s infinite linear;
	-ms-animation: wave-animation-2 6s infinite linear;
	animation: wave-animation-2 6s infinite linear
}

.water-1,
.water-2 {
	position: absolute;
	width: 100%;
	height: 30px
}
.home_img {
	border: 4px solid rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: inline-flex;
}

.my-data {

    background: #fff;
}
.my-data li.wallet {
    margin-right: 2px;
}
.my-data li {
    padding: 20px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.my-data span {
    color: #999;
    font-size: 14px;
}
.weui-uploader__input-box {
    border: 1px solid #efefef;
    background: #f5f5f5;
}
.fix-bottom {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 65px;
    z-index: 9;
    border-radius: 0;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px #f5f5f5;
}
.weui-btn_primary,.weui-switch:checked{
	background-color: rgba(246, 6, 6, 0.6)!important;
}
.weui-switch:checked{
	border-color: rgba(246, 6, 6, 0.6);
}

.weui-label{
	color:#000;
}
.weui-cells_form .weui-cell__ft {
    font-size: 17px;
}
.weui-uploader__file_status:before {
    background-color: rgba(0,0,0,0);
}
.weui-icon-cancel {
    color: #FFFFFF;
    font-size: 36px;
}
.tag-btn_mini {
    padding: 16px 1em;
    line-height: 0;
    float: left;
    margin: 4px 8px 4px 0;
    border-radius: 80px;
}
.tag-on {
    background-color: #00c07b!important;
    color: #fff;
}
.color-red{
	color: rgba(246, 6, 6, 0.6);
}
.weui-navbar {
    background: #fff;
    position: fixed;
}
.weui-navbar__item:active {
    background-color: #fff;
}
.weui-navbar__item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-right: 0px solid #ccc;
    color: #ccc;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
}
.weui-navbar:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #eee;
    color: #eee;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.weui_bar__item_on span {
	color: #FF2D2D!important;
}
.weui_bar__item_on span:after {
    content: ' ';
    width: 12px;
    height: 4px;
    background: #FF2D2D !important;
    position: absolute;
    left: 50%;
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.maincontent{
	/*clear: both;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 0;
    overflow: auto;
    margin-top: 52px;
    margin-bottom: 61px;
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;*/
    background: #ffffff;
}

/*底部*/
.c_main_menu_1{
	margin: 0;
    width: 100%;
    padding: 0;

    bottom: 0px;
	display: block;
    height: 61px;
}
#c_main_menu{
	margin:0;
	width:100%;
	padding:3px 0px;
	position:absolute;
	bottom:0;
	border-top:1px solid #e5e5e5;
	background:#ffffff;
	z-index: 288;
	height:52px;
}
#c_main_menu {
    position: fixed;
    background: #fff;
}
#c_main_menu li{
	text-align:center;
	width:20%;
	float:left;
	position: relative;
    height: 100%;
}
#c_main_menu li span{
	display:block;
	width:22px;
	height:22px;
	margin:0 auto;
	font-size: 22px;
	color: #333;
}
#c_main_menu li span img{
	width:22px;
	height:22px;
}
#c_main_menu li a{
	color:#333;
	text-decoration: none;
    display: block;
}
#c_main_menu li b{
	font-weight:normal;
	font-size:12px;
	color:#666;
}
.bottom_fixed {
    position: fixed;
    bottom: 0px;
    height: 60px;
    background: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #f8f8f8;
    z-index: 99999;
}
.indexBox {
	width: 40px;
	margin: auto;
	background: none !important;
	position: relative;
	top: -28px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.indexBox b{color:#ffffff !important;}
.indexBox span{margin: 4px auto 0;}
.post-i{font-size:40px;color:#f42424;}
.post-i img{
    width:40px;
    height:40px;
}
.post-p{
    position: absolute;
    bottom: -5px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    z-index: 99;
    display: block;
    width: 100%;
}
.nav_post {
	position: absolute;
	top: -23px;
	left: 50%;
	height: 68px;
	width: 68px;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 50%;
}
.nav_post:before {
	content: " ";
	height: 48px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.nav_post:after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #eee;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-sizing: border-box;
}
#c_main_menu .c_menu_this span{color:#FF2D2D;}
#c_main_menu .c_menu_this b{color:#FF2D2D;}
a {
	background: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none;
	color: #000;
}
/*置顶按钮*/
.u_post {
    border-radius: 50%;
    bottom: 120px;
    display: block;
    height: 40px;
    opacity: 0.2;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 50;
    background: #000 url(../img/edit.png) no-repeat center center;
    background-size: 18px;
}
.u_user {
    border-radius: 50%;
    bottom: 70px;
    display: block;
    height: 40px;
    opacity: 0.2;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 50;
    background: #000 url(../img/avatar.png) no-repeat center center;
    background-size: 18px;
}
.u_index {
    border-radius: 50%;
    bottom: 170px;
    display: block;
    height: 40px;
    opacity: 0.4;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 50;
    background: url(../img/goindex.png) no-repeat center center;
    background-size: 100%;
}
.u_top {
    border-radius: 50%;
    bottom: 100px;
    display: none;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    right: 10px;
    width: 40px;
    z-index: 50;
    background: #888 url(../img/deta_15.png) no-repeat center center;
    background-size: 18px;
}
/*S 底部菜单*/
/*搜索*/
.search{
		height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #eee;
	}
	.search-left{
		width: 10%;
		float: left;
	}
	.search-left>i{
		padding: 0 30%;
		font-size: 20px;
	}
	.search-center{
		width: 75%;
		float: left;
		position: relative;
	}
	.search-center>input{
		height: 36px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
    padding-left: 31px;
    outline: none;
	}
	.search-center>i{
		position: absolute;
    left: 6px;
    font-size: 22px;
    color: #ada9a9;
	}
	.search-right{
		width: 15%;
		float: left;
	}
	.search-right>span{
		display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
	}

	.newly{
		height: 50px;
    line-height: 50px;
    background: #fff;
		display: flex;
		color: #777777;
        margin-top: 5px;
	}
	.newly>div{
		flex: 1;
	}
	.newly-left>i{
		padding: 0 0 0 10px;
		font-size: 20px;
	}
	.newly-right{
		text-align: right;
	}
	.newly-right>i{
		padding-right: 13px;
    font-size: 17px;
		color: #f30611;
	}
	.search-content{
		padding: 0 3%;
		width: 94%;
		height: 300px;
	}
	.content>a{
		display: block;
    float: left;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    margin: 5px;
    color: #888888;
    border-radius: 5px;
	}
.line-5 {
    height: 5px;
    background-color: #eeeeee;
    display: block;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.weui-cells__title{margin-top: 0;padding-top:.77em;}
.praise-comment-list-i {
	border-bottom: 8px solid #f8f8f8;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	width: 1px;
	margin-top: 5px;
	margin-left: 10px;
	display: block
}

.praise-comment-list-wrap {
	margin:0px 10px 10px 50px;
}

.praise-comment-list {
	clear: both;
	width: 100%;
	background-color: #f8f8f8
}

.praise-comment-list .like-list {
	color: #758096;
	padding: 5px 0px 5px 0px;
	line-height: 26px;
    font-size: 0.8em;
}

.like-list {
	color: #758096 !important
}
.like-list-text {
	font-size: 0.8em;float: left;line-height: 26px;padding: 5px 0px 5px 0px;margin-right:5px; 
}
.praise-comment-list .like-list img {
	width: 26px;
    height:26px;
    border-radius:100%;
    overflow:hidden;
	vertical-align: middle;
    object-fit: cover;
    margin-left:5px;
}

.praise-comment-list{ 
    position:relative;
	padding: 0px 5px 0px 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.praise-comment-list .comment-list{ 
    color: #758096;
	padding: 5px 0px 5px 0px;
	line-height: 1.5;
    font-size: 0.8em;
}
.comment-list a {
	display:block;
    line-height: 25px;
    
}
.comment-list span.nick{
    color: #4f7cb8;
}
.comment-list:before {
    content: " ";
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.layui-m-layer0 .layui-m-layerchild {
    width: 75%;
    max-width: 640px;
}

.commentarea{
	width: 90%;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    padding: 5px 0 0 14px;
}
.ovh{overflow: hidden;height:100%;width:100%;display: block}
.datacontent{background: #f8f8f8;overflow: hidden;}
.datacontent .bottom-line{margin: 10px;border-radius: 10px;overflow: hidden;background: #ffffff;  }
.weui-flex__item .detail-message {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.detail-message.clamp{
    -webkit-line-clamp: 3;
}
.c6{color:#666666}
.c9{color:#999999}
.pd0 {
    padding: 0!important;
}
.bef_none:before, .bor_none:before,.aft_none:after {
    display: none!important;
}
.fs14{
    font-size: 14px;
}
.mg_t_b5{margin: 5px 0px}
.mg_r5{margin-right: 5px;}
.a_c {
    color: #55647d!important;
}
img {
    object-fit: cover;
    max-width: 100%;
}
