/*重置样式*/
*{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;
}
/*页面样式*/

#header {
	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;
}

.follow {
	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%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.list_content {
	padding: 0 10px;
	margin-top: 10px;
	width: 100%;
	height: auto;
	display: flex;
}

.list_left {
	width: 17%;
	padding-top: 2px;
	margin-right: 2px;
}

.time {
	font-size: 23px;
	font-weight: bold;
}

.list_right {
	flex: 1;
}

.list_right a {
	/* display: block;
	height: 100%;
	width: 100%;
	position: relative; */
}

.imgNum {
	font-size: 10px;
	color: #0055AA;
	/* position: absolute;
	left: 29.8%; */
	/* bottom: 0px; */
	/*margin-top: 5px;*/
}

/*4图及以上*/
.multipleImg {
	float: left;
	width: 28%;
	overflow:hidden;
	background-color: #fff;
	border: 0px;
	margin-right: 5px;
}

.multiple4ImgCell {
	float: left;
	width: 48.57%;
	margin: 1px 1px 0px 0px;
	position: relative;
    height: 0;
    padding-bottom: 48.57%;
}

.multiple4ImgCell img {
	position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.multiple2ImgCell {
	float: left;
	width: 48.57%;
	margin: 1px 1px 0px 0px;
	position: relative;
    height: 0;
    padding-bottom: 97.14%;
}

.multiple2ImgCell img {
	position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*单图*/
.singleImg {
	float: left;
	width: 28%;
	margin-right: 5px;
	background-color: #fff;
	border: 0px;
	overflow:hidden;
}

.singleImgCell {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.singleImgCell img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabel-view-cell img {
	object-fit: cover; 
}

.text {
	color: #000;
	line-height: 18px;
	margin-bottom: 5px;
}

.mui-ellipsis-3 {
	display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.social {
	margin-top: 10px;
	width: 100%;
	height: 30px;
}

.social .time {
	float: left;
	color: #808080;
	font-size: 10px;
	word-spacing: normal;
}

.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;
}

.socialBtn_item {
	margin-left: 28px;
}

.likeBtn {
	bottom: 10px;
}

.separate {
	font-size: 18px;
	color: #2c2d32;
}

.close {
	display: none;
}

.social .socialBtn {
	float: right;
}

.comment-panel {
	width: 100%;
	background-color: #eee;
	margin-top: 5px;
}

.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: -15px;
	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;
}

.inputDiv {
	width: 100%;
	display: flex;
}

.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;
}

.inputDiv .submit {
	width: 70px;
	height: 35px;
	padding-top: 9px;
	margin-right: 10px;
}

.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: 6px;
  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);
  }
}

/* .tabel-view {
	width: 74px;
	background-color: #fff;
	border: 0px;
	overflow:hidden;
	float: left;
	margin-right: 5px;
}

.tabel-view-cell {
	float: left;
	width: 36px;
	height: 36px;
	margin: 1px 1px 0px 0px;
} */