.breadcrumbs .path a,
.breadcrumbs .title,
.detail_left .flex span,
.detail_right .operate li a {
  font-size: 24px;
}
.detail_table .pc_table {
  display: none;
}
.detail_table .h5_table {
  display: block;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  font-size: 18px;
}
.detail_table table td {
  font-size: 24px;
  line-height: 40px;
}
.detail {
  flex-wrap: wrap;
  justify-content: start;
}
.detail_left {
  width: 100%;
}
.detail_left .flex {
  display: flex;
  padding-bottom: 40px;
  justify-content: start;
  background: url('../images/detail_line.png') no-repeat bottom;
}
.detail_left .flex span {
  padding-right: 20px;
}
.detail_right {
  width: 100%;
  padding: 0;
  border-left: none;
}
.detail_right .fonts p,
.detail_right .fonts .flex {
  display: none;
}
.detail_right .operate {
  display: none;
}
.share {
  display: none;
}
.media_share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.media_share span {
  padding-right: 0px !important;
}
.media_share .social-share .social-share-icon {
  border: none;
}
.media_share .social-share .icon-wechat {
  background: url(../images/detail_wx.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.media_share .social-share .icon-weibo {
  background: url(../images/detail_wb.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}

.media_share .social-share .icon-qzone {
  background: url(../images/detail_qq.png) no-repeat;
  background-size: 28px 28px;
  background-position: center;
}
.wjxz {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 238px;
  margin: 30px auto;
  background: url('../images/detail_wjxz_bg.png') no-repeat;
  background-size: 100% 100%;
}

body .footer_right,
body .footer_center * {
  font-size: small;
}
