.detail-wrap {
  width: 800px;
}
.detail-wrap .top-contents {
  border: 0.5px solid #dbdbdb;
  border-radius: 4px;
  padding: 20px;
}
.detail-wrap .top-contents .master-info {
  display: flex;
  align-items: center;
}
.detail-wrap .top-contents .master-info .avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #d6ba98;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.detail-wrap .top-contents .master-info .avatar-wrap .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.detail-wrap .top-contents .master-info .info-wrap {
  margin-left: 8px;
}
.detail-wrap .top-contents .master-info .info-wrap .name {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #a7865d;
}
.detail-wrap .top-contents .master-info .info-wrap .tag {
  border-radius: 4px;
  padding: 3px 4px;
  background: linear-gradient(180deg, #a08b70 0%, #8f6f48 100%), linear-gradient(180deg, #bea688 0%, #a7865d 100%);
  color: #fff;
  margin-left: 3px;
}
.detail-wrap .top-contents .master-info .info-wrap .date-read {
  padding-top: 3px;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: left;
  color: #333;
}
.detail-wrap .top-contents .master-info .info-wrap .date-read .read {
  margin-left: 12px;
  color: #666;
}
.detail-wrap .top-contents .dot {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  margin-top: 20px;
}
.detail-wrap .top-contents .main-content-wrap .main-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #333;
}
.detail-wrap .top-contents .main-content-wrap .content *{
  text-wrap: wrap !important;
}
.detail-wrap .top-contents .main-content-wrap .content pre {
  overflow-x: scroll;
  background: #000;
  color: #fff;
  padding: 10px;
}
.detail-wrap .top-contents .main-content-wrap .content {
  padding: 30px 40px;
}
.detail-wrap .top-contents .main-content-wrap .content img {
  max-width: 100% !important;
  cursor: pointer;
}
.detail-wrap .top-contents .main-content-wrap .bbs-ad {
  width: 100%;
  height: 150px;
  background-image: url("../images/bbsad.png");
  background-size: cover;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .price-box {
  width: 70px;
  height: 25px;
  border: 0.5px solid #d81418;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  color: #d81418;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 24px;
  cursor: pointer;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .price-box .icon {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .like-box {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .like-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .like-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .comment-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .comment-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .comment-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .dislike-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .dislike-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .dislike-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .collect-box {
  margin-left: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .collect-box .icon {
  height: 16px;
  width: 16px;
  margin-right: 2px;
}
.detail-wrap .top-contents .main-content-wrap .actions-wrap .collect-box span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}
.detail-wrap .bottom-contents {
  margin-top: 20px;
  border: 0.5px solid #dbdbdb;
  border-radius: 4px;
  padding: 20px;
}
.detail-wrap .bottom-contents .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.detail-wrap .bottom-contents .title .dot {
  width: 3px;
  height: 14px;
  background: #eb0022;
}
.detail-wrap .bottom-contents .title .text {
  padding-left: 5px;
}
.detail-wrap .bottom-contents .action-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.detail-wrap .bottom-contents .action-btn-wrap .btn {
  width: 120px;
  height: 40px;
  background: #d81418;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: center;
  color: #fffbec;
  border-radius: 4px;
  margin-top: 10px;
}
.detail-wrap .bottom-contents .action-btn-wrap .btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.recommend-class {
  width: 280px;
  background-color: #fff;
  margin-bottom: 20px;
}
.recommend-class .hot-user-action-title {
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}
.recommend-class .hot-user-action-title .left-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.recommend-class .hot-user-action-title .left-title .dot {
  margin-right: 4px;
  width: 3px;
  height: 14px;
  background: #eb0022;
}
.recommend-class .ad-wrap {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.recommend-class .ad-wrap .ad3-icon {
  margin: 0 auto;
  width: 240px;
  height: 140px;
}
.recommend-class .ad-wrap .text-wrap {
  padding-left: 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.recommend-class .ad-wrap .text-wrap .ad-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #646464;
}
.recommend-class .ad-wrap .text-wrap a {
  color: #999999;
  text-decoration: underline;
}
.recommend-class .ad-wrap .ad2-icon {
  width: 240px;
  height: 85.71px;
}
.recommend-post-wrap .recommend-item-wrap {
  width: 100%;
  padding: 10px 20px;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info {
  display: flex;
  align-items: center;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info .avatar-warp {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #bea688;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info .avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info .name-info {
  padding-left: 8px;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info .name-info .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  color: #a7865d;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .left-user-info .name-info .date {
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
}
.recommend-post-wrap .recommend-item-wrap .name-info-wrap .right-comment {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #666;
}
.recommend-post-wrap .recommend-item-wrap .post-content {
  padding-top: 16px;
}
.recommend-post-wrap .recommend-item-wrap .post-content .title {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  /* 强制文本在一行显示 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.recommend-post-wrap .recommend-item-wrap .post-content .content {
  padding-top: 8px;
  padding-bottom: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  /* 设置子元素的排列方式 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
  border-bottom: 1px solid #eee;
}

.replythread-box{margin: 30px 0;}
.replythread-box .replythread-box-re{display: flex;align-items: flex-start;}
.replythread-box .replythread-box-re .avatar img{width: 40px;height: 40px;border: 1px solid #eee;border-radius: 50%;overflow: hidden;}
.cda-detail-ck{ padding: 40px 0; text-align: right; clear: both;}
.replythread-box .replythread-box-re .replythread-box-con{flex-grow: 1;margin-left: 10px;margin-bottom: 20px;padding-bottom: 16px;border-bottom: 1px solid #eee;}
.replythread-box .replythread-box-re .replythread-box-con .username{display: flex;align-items: center;font-size: 15px;font-weight: 500;}
.replythread-box .replythread-box-re .replythread-box-con .time{margin-top: 2px;font-size: 12px;color: #969696;}
.replythread-box .replythread-box-re .replythread-box-con .content{margin-top: 10px;font-size: 14px;line-height: 1.5;word-break: break-word;}
.replythread-box .replythread-box-re .replythread-box-con .content img{ max-width: 100%; height: auto;}
.replythread-box .replythread-box-re .replythread-box-con .content-re{margin-top: 20px;}
.replythread-box .replythread-box-re .replythread-box-con .content-reli{padding: 20px 0 16px;border-top: 1px solid #eee;}
.replythread-box .replythread-box-re .replythread-box-con ._3d_vFY{display: flex; float: left;margin-right: 10px;}

.replythread-box .replythread-box-re .replythread-box-con pre{
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}