﻿/*重置样式*/
*{list-style:none}

html body {
	height: 100%;
	background-color: #fff;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  letter-spacing: 0.8px;
  word-spacing: normal;
  color: #000;
}

a {
	color:#000;
}

.clear {
	clear: all;
}
/*页面样式*/

.momentHeader {
	background-color: rgba(247,247,247,0);
	box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}

.container {
	/*margin-top: 44px;*/
}

.coverImg {
	background: url(/Public/home/images/banner.jpg) no-repeat;
	width:100%;
    height:0;
    padding-bottom: 50%;
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}

.personalInf {
	width: 100%;
	height: 60px;
	margin-top: -30px;
	padding-left: 10px;
	padding-right: 10px;
}

.myFollow {
	display: block;
	float: left;
	padding-top:10px;
	color: #fff;
	font-weight: bold;
}

.right_inf {
	display: block;
	float: right;
}

.my_nickname {
	position: relative;
	bottom: 36px;
	color: #fff;
	font-weight: bold;
}

.list {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	/* margin-top: 20px; */
}

.list_content {
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: flex;
}

.detail_content {
	padding: 0 10px;
	margin-top: 55px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	display: flex;
}

.list_left {
	width: 12%;
	padding-right: 3px;
	margin-top: 3px;
}

.list_right {
	flex: 1;
}

.avatar {
	float: left;
}

.weixinNickname {
	color: #0055AA;
}

.operation {
	float: right;	
	font-size: 18px;	
}

.text {
	color: #000;
	line-height: 18px;
	margin-bottom: 5px;
}

.mui-ellipsis-6 {
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.toggleBtn {
	color: #0055AA;
}

.tabel-view-cell img{
	object-fit: cover;
}

/*多图*/
.multipleImg {
	width: 95%;
	background-color: #fff;
	border: 0px;
	overflow:hidden;
}

.multipleImgCell {
	float: left;
	width: 32%;
	margin: 3px 3px 0px 0px;
	position: relative;
    height: 0;
    padding-bottom: 32%;
}

.multipleImgCell img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*单图*/
.singleImg {
	width: 62.3%;
	background-color: #fff;
	border: 0px;
	overflow:hidden;
}

.singleImgCell {
	float: left;
	width: 100%;
	margin-top: 3px;
}

.social {
	margin-top: 10px;
	width: 100%;
	height: 30px;
}

.social .time {
	float: left;
	color: #808080;
	font-size: 14px;
	word-spacing: normal;
}

.deleteC {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #0055AA;
}

.social .socialBtns {
	float: right;
	background-color: #393a3f;
	width: 0px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	margin-right: 3px;
	margin-top: -5px;
	border-radius: 2px;
	position: absolute;
	right: 13%;
}

.socialBtn_item {
	display: inline-block;
}

.likeBtn {
	margin-left: 28px;
	bottom: 10px;
	width: 35px;
}

.de_likeBtn {
	margin-left: 15%;
    bottom: 10px;
    width: 30%;
}

.separate {
	margin-left: 15px;
	font-size: 18px;
	color: #2c2d32;
}

.de_separate {
	font-size: 18px;
    color: #2c2d32;
}

.commentBtn {
	margin-left: 20px;
}

.de_commentBtn {
	margin-left: 10%;
}

.close {
	display: none;
}

.social .socialBtn {
	float: right;
}

.comment-panel {
	width: 100%;
	background-color: #eee;
	margin-top: 5px;

}

.mt-18 {
	margin-top: -13px;
}

.comment-panel:before {
	content:'';
	position:relative;
	bottom:100%;
	left:9px;
	top: -28px;
	width:0;
	height:0;
	border-width:20px;
	border-style:solid;
	border-color:transparent;
	border-bottom-color:currentColor;
	color:#eeeeee;
}

.comment-panel .like {
	color: #0055AA;
	border-bottom: 1px solid #d6d6d6;
	margin-top: -13px;
	padding-left: 7px;
	padding-bottom: 3px;
}

.comment-panel .comment_ul {
	padding-left: 7px;
	
}

.comment-panel .comment_ul .comment_people {
	color: #0055AA;
}

.comment_content {
	line-height: 1px;
}

.comment_list {
	margin-top: 3px;
}

.inputDiv {
	width: 100%;
	display: flex;
}

.fixed_inputDiv {
	position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    display: flex;
    background-color: #eee;
    border-top: 1px solid #eee;
}

.hidden {
	display: none;
}

.inputDiv .commentInput {
	flex: 1;
	height: 40px;
	border: 0px;
	border-radius: 0;
	padding-left: 10px;
	border-bottom: 1px solid #439057;
	margin-left: 10px;
	margin-right: 10px;
}

.fixed_inputDiv .fixed_commentInput {
    flex: 1;
    height: 35px;
    border: 0px;
    border-radius: 0;
    padding-left: 10px;
    border-bottom: 1px solid #439057;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #eee;
    margin-top: 5px;
}

.inputDiv .submit {
	width: 70px;
	height: 35px;
	padding-top: 9px;
	margin-right: 10px;
}

.fixed_inputDiv .fixed_submit {
    width: 50px;
    height: 30px;
    padding-top: 6px;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.refresh {
	width: 50px;
	height: 50px;
	background-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	position: fixed;
	bottom: 85px;
	right: 25px;
	border-radius: 50%;
	vertical-align: middle;
    text-align: center;
    display: table-cell;
    padding-top: 8.5px;
	padding-left: 1px;
}

.noMoreData {
	margin-top: 6px;
	height: 30px;
  	line-height: 30px;
 	text-align: center;
}

/* dropload样式 */
.dropload-up,.dropload-down{
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  /* 开启硬件加速 */
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}
.dropload-down{
  margin-top: 15px;
  height: 30px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.dropload-load .loading{
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #666;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

























