.view_body {
  background: #fff;
  padding: 1.57rem 0 0.56rem;
}
.view_body .main {
  position: relative;
  display: flex;
  min-height: 8.64rem;
}
.view_class {
  width: 2.15rem;
  padding-top: 0.03rem;
  border-right: 1px solid #E2E2E2;
}
.view_class a {
  position: relative;
  display: block;
  height: 0.62rem;
  padding-left: 0.27rem;
  font-size: 0.18rem;
  line-height: 0.62rem;
  color: #2B2B2B;
  text-decoration: none;
}
.view_class a.active {
  font-weight: bold;
  color: #c9962f;
}
.view_class a.active::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0;
  width: 0.03rem;
  height: 0.28rem;
  background: #c9962f;
}
.view_box {
  position: relative;
  flex: 1;
  min-height: 8.64rem;
  padding: 0.08rem 1.5rem 0 1rem;
  border-right: 1px solid #E2E2E2;
}
.view_box h1 {
  margin: 0 0 0.27rem;
  font-size: 0.44rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
.view_content {
  font-size: 0.16rem;
  line-height: 1.875;
  color: #4b4b4b;
  text-align: left;
}
@media (max-width: 768px) {
  .view_body {
    padding: 0.36rem 0 0.5rem;
  }
  .view_body .main {
    display: block;
    width: 92%;
    min-height: 0;
  }
  .view_class {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 0.32rem;
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
  .view_class a {
    width: 50%;
    height: 0.54rem;
    padding-left: 0;
    font-size: 0.18rem;
    line-height: 0.54rem;
    text-align: center;
  }
  .view_class a.active::before {
    top: auto;
    bottom: -1px;
    left: 50%;
    width: 0.34rem;
    height: 0.03rem;
    margin-left: -0.17rem;
  }
  .view_box {
    min-height: 0;
    padding: 0;
    border-right: none;
  }
  .view_box h1 {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
  }
  .view_content p {
    margin-bottom: 0.24rem;
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
}
