html,
body {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  background: #f1f3f5;
  overflow: hidden;
  overflow-y: auto;
}

.hide {
  overflow: hidden;
}

.head-picture {
  height: 271px;
  background: #f1f3f5;
}

.head-picture-hide {
  display: none;
}

.cover-pic {
  width: 100%;
  margin: 0 auto;
  height: 271px;
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.container {
  position: relative;
  top: -7px;
  height: calc(100% - 290px);
  overflow: hidden;
  padding: 32px 16px 60px 16px;
  background: #f1f3f5;
}

.container-bor {
  border-radius: 16px 16px 0px 0px;
  background: white;
}

.container-hide {
  height: 100%;
}

.container .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.9);
  word-wrap: break-word;
  word-break: break-all;
}

.mim-title {
  padding: 2px 0 0px 0;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.join {
  padding: 0 4px;
  line-height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;

  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.container-main {
  position: relative;
  background: white;
  height: calc(100% - 78px);
  overflow: hidden;
}

.no-content {
  height: 130px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.no-content-info {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 19px;
}

.container-main-fix {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 16px 0 16px;
  height: 100%;
}

.main {
  height: calc(100% - 156px);
  overflow: hidden;
  position: relative;
  display: flex;
  width: 200%;
}

.main-inner-box {
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.main-item {
  padding: 24px 0 24px 0;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.1);
}

.main-user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.user img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user-info {
  display: flex;
  width: 290px;
  vertical-align: middle;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-left: 8px;
}

.user-mark-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user-name {
  margin-right: 4px;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.user-mark {
  height: 16px;
  margin-right: 4px;
  vertical-align: -2px;
}

.user-title {
  font-size: 12px;
  color: rgba(24, 24, 26, 0.6);
}

.main-box {
  margin-top: 16px;
}

.main-tit {
  line-height: 19px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-line;
}

.main-txt {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-line;
}

.main-pic {
  margin-top: 16px;
  border-radius: 16px;
  max-height: 285px;
  overflow: hidden;
  font-size: 0;
}

.main-video {
  border-radius: 0;
}

.main-pic > div {
  display: inline-block;
  overflow: hidden;
}

.main-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-pic .main-pic-img {
  height: 112px;
  width: calc(50% - 2px);
}

.main-pic .main-pic-img-1 {
  width: 100%;
  aspect-ratio: 4/3;
}

.main-pic .main-pic-img-3 {
  height: 112px;
  width: 100%;
}

.main-pic .main-pic-ri {
  float: right;
  margin-left: 4px;
}

.main-pic .main-pic-bot {
  margin-bottom: 4px;
}

.bot-box {
  height: 16px;
  padding-top: 16px;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  text-align: right;
  color: rgba(0, 0, 0, 0.6);
}

.bot-box .create-time {
  float: left;
}

.bot-box img {
  width: 16px;
  height: 16px;
  margin-left: 16px;
}

.bot-box span {
  margin-left: 4px;
  vertical-align: 3px;
}

.hide {
  display: none !important;
}

.toast-tips {
  position: fixed;
  width: 100%;
  flex-shrink: 1;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 110;
  bottom: 64px;
}

.toast-msg {
  width: fit-content;
  text-align: center;
  font-size: 14px;
  background: #4d4d4d;
  color: #fff;
  padding: 8px 16px;
  border-radius: 16px;
}

.topic-new-hot{
  height: 56px;
  line-height: 56px;
  background: white;
}

.topic-new-hot>span{
  display: inline-block;
  width: 38px;
  line-height: 34px;
  text-align: center;
  margin-right: 8px;
}

.new-hot-choosed{
  color: #0A59F7;
  border-bottom: 2px solid #0A59F7;
}

.topic-item{
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  color: rgba(0,0,0,0.6);
  padding: 5.5px 6px;
  margin-right: 8px;
  margin-top: 12px;
  max-width: 340px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main-inner-box .aito-part-loading {
  position: relative;
  margin: 16px 0;
}

.fix-top{
  position: fixed;
  top: 0;
  z-index: 6;
  left: 0;
  width: 100%;
  padding-left: 16px;
}

.open-in-app{
  background: white;
}

.body-max {
  height: 100vh;
  overflow-y: scroll;
}

.topic-container {
  max-height: 80px;
  overflow: hidden;
}

.bottom-drive-float {
  bottom: 0;
}