body.overflow {
  height: 100%;
  overflow: hidden;
}
.user-bg1 {
  height: 457px;
  overflow: hidden;
  text-align: center;
}

.show-title {
  font-size: 36px;
  line-height: 35px;
  padding: 191px 0 36px;
  font-weight: bold;
  color: rgba(255, 111, 0, 1);
}
#mobile-list{
  display: none;
}

.show-text {
  font-size: 18px;
  font-weight: bold;
  color: rgba(216, 216, 216, 1);
  line-height: 28px;
}

.user-bg1 .show-text {
  margin-bottom: 24px;
}

/* 第二屏 */
.user-bg2 {
  background: #f4f4f4;
  color: #333;
  overflow: hidden;
}

.lineCamp {
  padding-top: 78px;
  /* padding-bottom: 66px; */
  position: relative;
  width: 1200px;
  margin: 0 auto;
  /* column-count: 3; */
}

.contentImage {
  width: 100%;
}

.lineCamp .item-line,
.lineCamp li {
  width: 350px;
  background: rgba(254, 254, 254, 1);
  border-radius: 10px;
  list-style: none;
  margin-bottom: 40px;
  overflow: hidden;
  /* box-shadow: 0px 7px 21px 0px rgba(91, 35, 5, 0.3); */
  transition: all 400ms;
  padding-top: 10px;
}
.lineCamp li.videoWrapper {
  padding-top: 0;
}
.lineCamp li:hover{
  cursor: pointer;
  box-shadow:0px 7px 21px 0px rgba(91,35,5,0.1);
}
.item-line::after {
  display: none;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.item-link {
  color: #3075CA;
  font-size: 16px;
  cursor: pointer;
  display: block;
  margin: 14px 20px;
  word-break: break-all;
}

.lineCamp .item-line .content-video,
.contentImage {
  display: block;
  width: 100%;
}

.topInfo .content {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
  margin: 18px 0 18px;
  word-break: break-all;
  max-height: 120px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.maskConent .topInfo .content{
  max-height: inherit;
  display: block;
}
.topInfo.hasVideo .contentImage {
  margin-top: 16px;
  border-radius: 10px;
}
.topInfo .contentImage + div {
  margin-top: 8px;
}

.bottom-info {
  border-top: 1px solid rgb(237, 237, 237);
  padding: 18px 20px;
  margin-top: 20px;
}

.maskConent .bottom-info {
  padding-bottom: 0;
}

.bottom-user {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.b-right {
  min-width: 0;
  flex: 1;
  padding-left: 12px;
}

.bottom-time {
  font-size: 12px;
  color: #999;
  margin-top: 16px;
}

.nickname {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.nContent {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.avatar {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}

.nomore {
  color: #666;
  font-size: 16px;
  margin-bottom: 82px;
  text-align: center;
  visibility: hidden;
}

/* dier */
/* 浮层 */
.mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  display: none;
  z-index: 4;
}
.maskConent {
  padding: 0!important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-height: 80%;
  border-radius: 20px;
  padding: 20px;
  width: 1043px;
  box-sizing: border-box;
  padding: 110px 72px 125px 42px;
  overflow: hidden;
}
.maskConent li{
  position: initial!important;
  width: 100%!important;
  margin-bottom: 0!important;
}
.maskConent .content-video {
  max-height: 100%;
}
.maskConent .item-line::after {
  display: none!important;
}
#queyrHtml {
  border-radius: 20px 20px;
  max-height: 100%;
  overflow: auto;
  width: 814px;
  margin: 65px auto 30px;
}
.zhankai {
  padding: 0 20px;
  margin-top: -10px;
}
.maskConent .zhankai {
  display: none;
}
.zhankai span {
  color: #3a6fd1
}
#queryHtim .item-line {
  position: static;
}
.close {
  position: absolute;
  top: 25px;
  width: 26px;
  height: 26px;
  background: url("../img/close.png") no-repeat center;
  background-size: 41px 40px;
  right: 40px;
  cursor: pointer;
}
/* 移动网页隐藏样式 */
.user-bg1-mobile, .user-bg1 .content-text1 {
  display: none;
}