.container .content {
  padding: 20px;
  font-size: 16px;
}

.container .content .title {
  font-size: 24px;
  font-weight: bold;
  color: #5C6466;
}

.container .content .btn-warn {
  color: #5C6466;
  font-size: 14px;
  font-weight: bold;
}

.container .content .dayin {
  background-image: url("dayin.png");
  background-size: 21px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position-y: center;
}

.container .content .close-doc {
  background-image: url("closeDoc.png");
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position-y: center;
  margin: 0 20px 0 30px;
}

/* .container .content .news-detail img {
      width: 700px !important;
      height: 525px !important;
    } */
.container .content .bt_content {
  padding: 0 20px !important;
}

.section_2 {
  width: auto;
  height: 7.5rem;
  background-image: url("index_header_app.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.section_3 {
  width: 100%;
  min-height: 1.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: .375rem .625rem;
  align-items: center;
}

.section_4 {
  width: fit-content;
  height: .75rem;
  line-height: .75rem;
  color: #ffffff;
  font-size: .75rem;
  font-family: Microsoft YaHei;
}

.section_4:last-child {
  width: 7.5rem;
  height: 1.875rem;
  border-radius: .25rem;
  background-color: #ec940a;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.section_4_hr {
  width: 1px;
  height: .75rem;
  background-color: #fff;
  margin: 0 .375rem;
}

.section_5 {
  width: 100%;
  background-image: linear-gradient(0deg, #0078c1 0%, #1e9bca 100%);
}

.section_5_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.section_5_div:last-child {
  border-bottom: none;
}

.text-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.text_12 {
  width: 25%;
  height: 1.88rem;
  color: #ffffff;
  font-size: .8125rem;
  font-family: PingFang;
  line-height: 0.91rem;
  text-align: center;
  padding: 0.47rem 0 0.5rem;
}

.text_12 a {
  color: #fff;
}

.section_20 {
  padding: 1.56rem 0.8rem;
  background-color: #0078C1;
}

.section_20 .text_127 {
  color: #ffffff;
  font-size: 0.75rem;
  font-family: PingFang;
  line-height: 0.94rem;
}

.section_20 .text_127 a img {
  width: .875rem;
  height: .875rem;
}

.section_20 .image_55 {
  width: 1.59rem;
  height: 1.91rem;
}

.section_20 .image_56 {
  width: 3.97rem;
  height: 1.91rem;
}

.section_20 .group_53 {
  line-height: 0.94rem;
}

.section_20 .group_54 {
  height: auto;
  margin-top: 1rem;
}

.pc_div {
  display: block;
}

.app_div {
  display: none;
}

@media (max-width: 960px) {
  .pc_div {
    display: none;
  }
  .app_div {
    display: block;
  }
  .section_5_elder,
  .section_20_elder {
    display: none;
  }
  .section_5_app,
  .section_20_app {
    display: block;
  }
  .container .content .dayin {
    display: none;
  }
}

@media (max-width: 1200px) {
  .container .content {
    width: 100%;
  }
  #zoom p a {
    width: 100% !important;
    height: 14.0625rem !important;
  }
  #zoom img {
    width: 100% !important;
    height: 100% !important;
  }
  #zoom p a img {
    width: 100% !important;
    height: 100% !important;
  }
  #zoom table{
    width: 100% !important;
  }
}
