.about_img {
  width: 100%;
  margin: 0 auto;
  height: 320px;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
.about_img img {
  width: auto;
  max-width: 1980px;
  height: 100%;
}
.about_title {
  margin-top: 16px;
}
.about_title div {
  font-size: 16px;
  line-height: 28px;
  color: #24292e;
}
.about_title div a {
  color: #4378FF;
  font-size: 16px;
  line-height: 28px;
}
.about_title p {
  font-size: 16px;
  line-height: 28px;
  color: #24292e;
  margin-top: 30px;
}
.about_tab_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 76px;
  margin-bottom: 37px;
}
.about_tab_title .icon {
  background: url('../img/about/decorate.png') no-repeat;
  width: 133px;
  height: 49px;
  background-size: 100% 100%;
  line-height: 49px;
  text-align: center;
  font-weight: 600;
  color: #000000;
  font-size: 28px;
}
.about_tab {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.about_tab .tab_item {
  width: 386px;
  min-height: 480px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.about_tab .tab_item .image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_tab .tab_item .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.about_tab .tab_item .title {
  width: 100%;
  text-align: center;
  margin: 12px 0;
  color: #24292E;
  line-height: 22px;
  font-weight: 600;
}
.about_tab .tab_item .content {
  width: 100%;
}
.about_tab .tab_item .content * {
  line-height: 20px;
  font-size: 12px;
  color: #24292E;
}
