body {
  background: #fff;
}

.details_container_exposure,
.details_container_exposure * {
  box-sizing: content-box;
}

.details_container_exposure .icon-down::before {
  content: "⌄";
}

.details_container_exposure .icon-shangla::before {
  content: "⌃";
}

.details_container_exposure .details_content .user_info .user_plat,
.details_container_exposure .details_content .user_info .exposure_num {
  float: left;
  overflow: hidden;
  margin-right: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.details_container_exposure .details_content .user_info .exposure_num {
  max-width: 190px;
}

.details_container_exposure .details_content .user_info .exposure_num i {
  margin-left: 2px;
  color: rgba(0, 0, 0, .85);
}

.details_container_exposure .details_content .render_container {
  width: 845px;
}

.details_container_exposure .details_content .render_content {
  width: 845px;
  margin-bottom: 16px;
}

.details_container_exposure .details_content .render_content h1,
.details_container_exposure .details_content .render_content h2,
.details_container_exposure .details_content .render_content h3,
.details_container_exposure .details_content .render_content h4,
.details_container_exposure .details_content .render_content h5,
.details_container_exposure .details_content .render_content h6 {
  margin: 0 0 16px;
  font-weight: 600;
  line-height: 28px;
}

.details_container_exposure .p_img_old,
.details_container_exposure .p_img_old .img_span {
  display: block;
  width: 845px;
}

.details_container_exposure .p_img_old .img_span {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.details_container_exposure .p_img_old img {
  display: block;
  max-width: 75% !important;
  height: auto;
  margin: 32px auto 40px !important;
}

.details_container_exposure .read_all,
.details_container_exposure .fold_all {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 845px;
  height: 83px;
}

.details_container_exposure .read_all {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #fff);
}

.details_container_exposure .read_all.active,
.details_container_exposure .fold_all.active {
  display: block;
}

.details_container_exposure .read_all_text,
.details_container_exposure .fold_all_text {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 845px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1777e6;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.details_container_exposure .read_all_text i,
.details_container_exposure .fold_all_text i {
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
}

.details_container_exposure .read_all_text .text,
.details_container_exposure .fold_all_text .text {
  margin-right: 4px;
}

.details_container_exposure .interact_container .foucs {
  background-color: #26d1e0;
  color: #fff;
}

.details_container_exposure .interact_container .already_foucs {
  background-color: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .45);
}

.details_container_exposure .interact_container .foucs_num,
.details_container_exposure .interact_container .liulan {
  margin-right: 24px;
}

.details_container_exposure .interact_container .foucs_num .num {
  font-style: normal;
}

.details_container_exposure .details_reco_list {
  width: 845px;
}

.details_container_exposure .reco_hot {
  margin-bottom: 48px;
}

.details_container_exposure #reco_hot_content {
  position: relative;
}

.details_container_exposure .reply_item {
  width: 845px;
  margin-bottom: 12px;
}

.details_container_exposure .reply_item .vertical_line {
  display: block;
  width: 845px;
  height: 1px;
  margin-bottom: 16px;
  background-color: #dfdfdf;
}

.details_container_exposure .reply_item .user_info {
  width: 845px;
  height: 32px;
  margin: 0 0 5px;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  line-height: 32px;
}

.details_container_exposure .reply_item .user_info span {
  float: left;
}

.details_container_exposure .reply_item .user_info .user_img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}

.details_container_exposure .reply_item .user_info .user_name {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 600;
}

.details_container_exposure .reply_item .user_info .user_label {
  display: inline-block;
  width: 28px;
  height: 16px;
  margin-top: 6px;
  margin-left: 4px;
  border: 1px solid #cb3959;
  color: #cb3959;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.details_container_exposure .reply_item .user_info .reply_time {
  float: right;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
}

.details_container_exposure .reply_item .content {
  width: 805px;
  padding-left: 40px;
}

.details_container_exposure .reply_item .content .render_content {
  width: 805px;
  margin: 0 0 12px;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  line-height: 28px;
}

.details_container_exposure .reply_item .content .render_content h3 {
  margin: 16px 0;
  font-weight: 600;
}

.details_container_exposure .reply_item .content .render_content p {
  margin: 0 0 12px;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  line-height: 28px;
}

.details_container_exposure .reply_item .content .render_content img {
  display: block;
  max-width: 75%;
  height: auto;
  margin: 32px auto 40px;
}

.details_container_exposure .reply_img_box {
  width: 560px;
  margin-bottom: 12px;
}

.details_container_exposure .reply_img_box .img_item {
  float: left;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin: 0 4px 4px 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, .04);
  cursor: zoom-in;
}

.details_container_exposure .reply_img_box .img_item img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.details_container_exposure .reply_item .data_bottom {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
}

.details_container_exposure .reply_item .data-left {
  float: left;
}

.details_container_exposure .reply_item .data-left .zan {
  float: left;
  height: 20px;
  margin-right: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.details_container_exposure .reply_item .data-left .zan i,
.details_container_exposure .reply_item .data-left .zan em {
  float: left;
  font-style: normal;
}

.details_container_exposure .reply_item .data-left .zan i {
  margin-right: 4px;
  font-size: 20px;
}

.details_container_exposure .reply_item .data-left .zan:hover i,
.details_container_exposure .reply_item .data-left .zan.thumbup i {
  color: #1ecad9;
}

.details_container_exposure .details_comment {
  width: 845px;
  margin: 0 0 120px;
}

.details_container_exposure .details_comment > .title_box {
  height: 30px;
  margin: 0;
  padding-bottom: 16px;
}

.details_container_exposure .details_comment > .page_comment {
  display: block;
  width: 845px;
  margin-bottom: 24px;
  padding-top: 16px;
  border: 0;
}

.details_container_exposure .details_comment .etime-comment-form div.reply_comment_input {
  display: block;
  overflow: hidden;
  width: 811px;
  height: 96px;
  min-height: 96px;
  padding: 8px 16px;
  border: 0;
  outline: 0;
  background: #fff;
  color: rgba(0, 0, 0, .75);
  font: 14px/20px "Microsoft YaHei", "微软雅黑", sans-serif;
}

.details_container_exposure .details_comment .reply_comment_input:empty::before {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  content: attr(placeholder);
}

.details_container_exposure .details_comment .reply_comment_input:focus::before {
  content: none;
}

.details_container_exposure .details_comment .reply_emoticon_tool {
  position: absolute;
  top: 2px;
  left: 8px;
  margin-left: 12px;
}

.details_container_exposure .details_comment .replp_img_tool {
  position: absolute;
  top: 16px;
  left: 50px;
  margin: 0;
}

.details_container_exposure .details_comment .reply_submit_btn {
  right: 0;
}

.details_container_exposure .details_comment .exposure-cancel-reply {
  position: absolute;
  top: 0;
  right: 118px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, .45);
  font-size: 13px;
  cursor: pointer;
}

.details_container_exposure .details_comment .tip_txt {
  position: absolute;
  bottom: 16px;
  left: 100px;
  color: #f1403c;
  font-size: 14px;
  line-height: 20px;
}

.details_container_exposure .details_comment .comment_contain {
  width: 843px;
  margin: 0 1px;
  padding: 16px 0;
  background: #fff;
}

.details_container_exposure .details_comment .comment_content {
  width: 843px;
  padding-top: 24px;
  border-top: 0;
}

.details_container_exposure .details_comment .comment_list {
  width: 843px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.details_container_exposure .details_comment .comment_list:first-of-type {
  padding-top: 0;
}

.details_container_exposure .details_comment .comment_list .user_info {
  width: 843px;
  height: 32px;
  padding: 0;
  color: rgba(0, 0, 0, .85);
  line-height: 32px;
}

.details_container_exposure .details_comment .comment_list .user_info::after,
.details_container_exposure .details_comment .user_interact_tool::after,
.details_container_exposure .details_comment .user_reply_info::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

.details_container_exposure .details_comment .user_head,
.details_container_exposure .details_comment .reply_head {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
}

.details_container_exposure .details_comment .user_head > img,
.details_container_exposure .details_comment .reply_head > img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.details_container_exposure .details_comment .user_names,
.details_container_exposure .details_comment .reply_names {
  position: relative;
  float: left;
  width: 94%;
}

.details_container_exposure .details_comment .user_id,
.details_container_exposure .details_comment .reply_id {
  position: relative;
  height: 22px;
  margin: 0 0 0 8px;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.details_container_exposure .details_comment .hui_num,
.details_container_exposure .details_comment .user_addres,
.details_container_exposure .details_comment .comment_time {
  color: rgba(0, 0, 0, .45);
  font-size: 12px;
  font-weight: 400;
}

.details_container_exposure .details_comment .comment_time {
  position: absolute;
  top: 0;
  right: 0;
}

.details_container_exposure .details_comment .user_comment_details {
  width: 843px;
  padding-left: 40px;
  box-sizing: border-box;
}

.details_container_exposure .details_comment .user_comment_txt {
  margin-bottom: 12px;
}

.details_container_exposure .details_comment .user_comment_txt p,
.details_container_exposure .details_comment .reply_txts p {
  margin: 0 0 10px;
  color: rgba(0, 0, 0, .75);
  font-size: 16px;
  line-height: 22px;
  white-space: pre-line;
}

.details_container_exposure .details_comment .user_comment_img,
.details_container_exposure .details_comment .user_reply_content .reply_img {
  margin-bottom: 12px;
}

.details_container_exposure .details_comment .user_add_comment > .reply_img {
  margin: 0;
}

.details_container_exposure .details_comment .user_comment_img .img_data {
  display: inline-block;
  overflow: hidden;
  width: 88px;
  height: 88px;
  margin: 0 4px 4px 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.details_container_exposure .details_comment .user_comment_img .img_data img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.details_container_exposure .details_comment .user_interact {
  height: 24px;
  padding-bottom: 15px;
}

.details_container_exposure .details_comment .user_interact_tool {
  height: 24px;
}

.details_container_exposure .details_comment .user_praise,
.details_container_exposure .details_comment .user_reply {
  float: left;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.details_container_exposure .details_comment .user_praise {
  width: 58px;
  margin-right: 24px;
}

.details_container_exposure .details_comment .user_reply {
  display: none;
  width: 90px;
}

.details_container_exposure .details_comment .comment_list:hover .user_reply {
  display: block;
}

.details_container_exposure .details_comment .praise_icon,
.details_container_exposure .details_comment .reply_icon {
  position: relative;
  top: 4px;
  margin-right: 4px;
  color: rgba(0, 0, 0, .45);
  font-size: 20px;
}

.details_container_exposure .details_comment .praise_icon.zan {
  color: #1ecad9;
}

.details_container_exposure .details_comment .praise_count,
.details_container_exposure .details_comment .praise_txt {
  margin-right: 4px;
  color: rgba(0, 0, 0, .45);
  font-size: 12px;
}

.details_container_exposure .details_comment .reply_contain {
  width: 802px;
  margin-left: 40px;
}

.details_container_exposure .details_comment .user_reply_contain {
  width: 802px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, .08);
}

.details_container_exposure .details_comment .user_reply_info {
  width: 802px;
  height: 32px;
  line-height: 32px;
}

.details_container_exposure .details_comment .user_reply_content {
  width: 802px;
  padding-left: 40px;
  box-sizing: border-box;
}

.details_container_exposure .details_comment .user_reply_contain > .user_interact {
  width: 762px;
  margin-left: 40px;
}

.details_container_exposure .details_comment .reply_font {
  margin: 0 4px;
  color: rgba(0, 0, 0, .75);
  font-size: 14px;
}

.details_container_exposure .details_comment .reply_to {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
}

.details_container_exposure .no_comment {
  width: 843px;
  margin: 0;
  padding: 48px 0;
  color: rgba(0, 0, 0, .45);
  text-align: center;
}

.details_container_exposure .exposure-comment-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  gap: 10px;
}

.details_container_exposure .exposure-comment-pager button {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: rgba(0, 0, 0, .65);
}

.details_container_exposure .details_right .rights_btn_box {
  height: auto;
}

.details_container_exposure .details_right .rights_btn_box .need_to,
.details_container_exposure .details_right .rights_btn_box .my_list {
  box-sizing: content-box;
}

.details_container_exposure .details_right .rights_btn_box .need_to a,
.details_container_exposure .details_right .rights_btn_box .my_list a {
  box-sizing: content-box;
}

.details_container_exposure .details_right .text_lists .bottom {
  display: block;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: normal;
}

.details_container_exposure .details_right .lists_box > .vertical_line {
  margin-bottom: 16px;
  line-height: normal;
}

.details_container_exposure .details_right .text_lists .lists_item {
  padding-bottom: 0;
  line-height: normal;
}

.details_container_exposure .details_right .text_lists .top {
  margin-bottom: 4px;
}

.details_container_exposure .details_right .video_lists .grid_small,
.details_container_exposure .details_right .video_lists .grid_small_left,
.details_container_exposure .details_right .video_lists .grid_small_right {
  line-height: normal;
}

.details_container_exposure .details_right .video_lists .grid_small_right span {
  height: auto;
  line-height: normal;
}

.exposure-image-viewer {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .82);
}

.exposure-image-viewer > button:first-child {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
}

.exposure-image-viewer > img {
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
}

.exposure-image-viewer .viewer-close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 28px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.exposure-hidden-login {
  position: fixed !important;
  left: -9999px !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
