.main {
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0px 0px 0 #17171733;
  padding: 49px 30px;
}
.breadcrumbs .path a,
.breadcrumbs .title,
.detail_left .flex span,
.detail_right .operate li a {
  font-size: 24px;
}
.detail {
  flex-wrap: wrap;
  justify-content: start;
}
.detail_left {
  width: 100%;
}
.detail_right {
  width: 100%;
  padding: 0;
  border-left: none;
}
.detail_right .fonts p,
.detail_right .fonts .flex {
  display: none;
}
.detail_right .operate {
  display: flex;
  justify-content: space-between;
}
.detail_right .operate li {
  width: 30%;
}
.share {
  display: none;
}
.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;
}
.wjxz {
  margin: 30px auto;
}
body .footer_right,
body .footer_center * {
  font-size: small;
}
