* {
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  border: none;
  background-color: transparent;
}

ul,li {
  list-style: none;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.items-flex-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.flex-1 {
  flex: 1;
}

.gray-text {
  color: #999;
}

.relative {
  position: relative;
}

.tabs-container {
  background-color: #FAFAFA;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* 设置显示行数 */
  word-break: break-all;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* 设置显示行数 */
  word-break: break-all;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* 设置显示行数 */
  word-break: break-all;
}

.pointer {
  cursor: pointer;
}

/*  tabs 公共样式  */


.common-tabs {
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 75px;
  background-color: #eee;
  color: #333;
  font-size: 24px;
}

.common-tabs span {
  position: relative;
  padding: 0 50px;
  cursor: pointer;
}

.common-tabs span:hover {
  color: #DF362F;
}

.common-tabs span.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 4px;
  background-color: #DF362F;
  border-radius: 2px;
}

/* 报料列表公共样式  */
#reportDetail {
  position: relative;
}
.report-list {
  /* padding:0 20px; */
  width: 800px;
  margin: 0 auto 30px;
}

.report-list-item {
  padding: 30px 0px 8px;
  border-bottom: 1px solid #e8e8e8;
}

.report-list-item-header-left > img{
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: block;
  border-radius: 50%;
}

.report-list-item-header-left-info-name {
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
}

.red-info-name {
  color: #DF362F;
}

.report-list-item-header-left-info-date {
  font-size: 14px;
  color: #999;
}

.report-list-item-header-status {
  padding: 2px 15px;
  font-size: 16px;
  color: #999;
  background-color: #f6f6f6;
}

.status-error {
  color: #df362f;
  background-color: #FFEAEA;
}

.report-list-list-title {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 35px;
  color: #333;
  font-weight: 500;
  text-align: justify;
}

.report-list-item-content {
  line-height: 30px;
  text-align: justify;
}
.report-list-item-file-big-box {
  min-width: 354px;
  height: 200px;
  margin: 15px 12px 12px 0;
}

.report-list-item-file-big-box-item,.report-list-item-file-big-box-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-list-item-file-box {
  width: 75%;
  flex-wrap: wrap;
  margin-top: 16px;
}
.report-list-item-video-box {
  justify-content: center;
}
.report-list-item-file-box-item {
  width: 184px;
  height: 138px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.report-list-item-file-box-big {
  width: 380px;
  height: 285px;
}

.report-list-item-file-box-item .pics_img,
.report-list-item-file-box-item video {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.report-list-item-file-box-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.report-list-pause-img {
  position: absolute;
  right: -200px;
  bottom: -20px;
}

.report-publish-btn {
    position: absolute;
    top: 0;
    right: -20px;
    cursor: pointer;
}

.report-list-item-audio {
  width: 576px;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 18px 30px;
  border-radius: 5px;
  box-shadow: 0 0 22px rgba(0, 0, 0, .08);
}
/* 加载更多 */
.load_more {
  width:100%;
  height: 50px;
  line-height: 50px;
  color: #999;
  text-align: center;
}

/* 分享公共样式 */
.share {
  position: absolute;
  top: 16px;
  left: -100px;
}
.share a {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  margin-bottom: 20px !important;
  line-height: 42px !important;
  font-size: 30px !important;
}
.share_title {
  text-align: center;
  color:#999;
  margin-bottom:32px;
}
.share a {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 20px !important;
  line-height: 42px !important;
  font-size: 30px !important;
  border:none !important;
  background-size:100% 100% !important;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  display: none !important;
}
.social-share .icon-wechat .wechat-qrcode .help {
  display: none !important;
}
.social-share .icon-wechat .wechat-qrcode.bottom, .social-share .icon-wechat .wechat-qrcode{
  top: 0px !important;
  left: -120px !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.social-share .icon-wechat .wechat-qrcode {
  width: 100px !important;
  height:100px !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width:94px !important;
  margin:3px !important;
}
.social-share .icon-wechat .wechat-qrcode .qrcode img {
  width:100% !important;
}
.share a::before {
  display: none !important;
}
.share a.icon-wechat {
  background-image: url('../images/wechat.png') !important;
}
.share a:hover {
  background-size:100% 100% !important;
}
.social-share a.icon-qq {
  background-image: url('../images/qq.png') !important;
}

.social-share a.icon-weibo {
  background-image: url('../images/weibo.png') !important;
}
