.banner {
  width: 100%;
}
#body {
  margin-bottom: 2rem;
}
.section .text {
  font-size: 0.9375rem;
  color: #373737;
  line-height: 1.75rem;
}
.section .section_header_title {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
  color: #0062b1;
  text-align: center;
}
.tabs {
  display: flex;
  overflow-x: scroll;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs .cell {
  margin: 0 0.75rem;
  flex-shrink: 0;
  font-size: 0.9375rem;
  color: #373737;
}
.tabs .cell:nth-child(1) {
  margin: 0 0.75rem 0 0;
}
.tabs .cell:nth-last-child(1) {
  margin: 0 0 0 0.75rem;
}
.tabs .cell.active span {
  color: #0062B1;
  position: relative;
}
.tabs .cell.active span::after {
  content: '';
  width: 1.4375rem;
  height: 1px;
  display: block;
  position: relative;
  margin-top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0062B1;
}
#action .content {
  display: none;
}
#action .content.active {
  display: block;
}
#respon {
  margin: 2.375rem 0 4.6875rem;
  padding: 0 1.875rem;
}
#respon .img-title {
  margin: 0 auto 1.625rem;
  width: 8.625rem;
  height: 2.625rem;
}
#respon .tabs {
  margin-top: 3.5rem;
}
#respon .content {
  display: none;
  margin-top: 2rem;
}
#respon .content.active {
  display: block;
}
#respon .content .img-wrapper {
  width: 100%;
}
#respon .content .box {
  box-sizing: border-box;
  padding: 2.25rem 1.25rem 1rem;
}
#respon .content .box .img-wrapper img {
  margin: 0;
}
#respon .content .box .text {
  color: #ffffff;
}
#respon .content .box .box-title {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
}
#respon #pingzhi .box {
  background-color: #58BBF3;
}
#respon #jiayuan .box {
  background-color: #82c36f;
}
#respon #yingcai .box {
  background-color: #ea5a60;
}
#respon #weilai .box {
  background-color: #a55f9c;
}
#respon #shequ .box {
  background-color: #ea9653;
}
#action {
  margin-bottom: 5.75rem;
  padding: 0 1rem;
}
#action .intro {
  margin: 3rem auto;
  width: 90%;
}
#action .tabs {
  margin-top: 2rem;
}
#action .tabs .cell {
  font-size: 0.9375rem;
}
#action .content {
  overflow: hidden;
  margin-top: 1.75rem;
}
#action .content .swiper {
  position: relative;
  padding-bottom: 2rem;
}
#action .content .cell-group {
  display: flex;
  flex-wrap: wrap;
}
#action .content .cell-group .cell {
  flex: 1 1 48%;
  max-width: 48%;
}
#action .content .cell-group .cell:nth-child(2n) {
  margin-left: 2%;
}
#action .content .cell-group .cell:nth-child(n+3) {
  margin-top: 2%;
}
#action .content .cell-group .cell .img-wrapper {
  width: 100%;
}
#action .content .cell-group .cell .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 6.25rem;
  padding: 1rem 1.0625rem 0.625rem 0.8125rem;
  background-color: #F5F4F4;
  box-sizing: border-box;
}
#action .content .cell-group .cell .box .text {
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#action .content .cell-group .cell .box .createTime {
  font-size: 0.6875rem;
  color: #AEAEAE;
}
#social .img-title {
  margin: 0 auto;
  width: 20.25rem;
  height: 2.375rem;
}
#social .cell-group {
  margin-top: 4.125rem;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 0.5rem;
}
#social .cell-group .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#social .cell-group .cell:nth-child(2n) {
  margin-left: 2%;
}
#social .cell-group .cell:nth-child(n+3) {
  margin-top: 2%;
}
#social .cell-group .cell .pic-wrapper {
  width: 7.625rem;
  height: 10.5rem;
}
#social .cell-group .cell .pic-wrapper .img {
  object-fit: contain;
}
#social .cell-group .cell .text {
  margin: 1rem 0 0.75rem;
  color: #0062B1;
  line-height: 1;
}
#social .cell-group .cell .img-wrapper {
  height: 0.75rem;
}
#social .cell-group .cell .img-wrapper .img {
  width: auto;
  height: 100%;
}
@media (min-width: 768px) {
  #social .cell-group .cell {
    flex: 1 1 32%;
    max-width: 32%;
  }
  #social .cell-group .cell:nth-child(2n) {
    margin-left: 0;
  }
  #social .cell-group .cell:nth-child(n+3) {
    margin-top: 0;
  }
  #social .cell-group .cell:nth-child(3n-1) {
    margin-left: 2%;
  }
  #social .cell-group .cell:nth-child(3n) {
    margin-left: 2%;
  }
  #social .cell-group .cell:nth-child(n+4) {
    margin-top: 2%;
  }
}
