.about_banner {
  height: 480px;
  background: url('/shop/img/about/banner-bg.jpg') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.about_banner_type {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
}
.about_banner_title {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  line-height: 64px;
}
.about_banner_desc {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  margin-top: 48px;
}
.about_introduce {
  padding: 88px 0 100px;
  background-color: #fff;
}
.about_introduce_tip {
  font-size: 14px;
  color: #333;
  line-height: 34px;
  text-align: center;
  margin: 30px 0 36px;
}
.about_introduce_img {
  display: block;
  width: 100%;
  padding-bottom: 63.353%;
  position: relative;
}
.about_introduce_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about_product {
  background-color: #f0f3fa;
  padding: 78px 0 94px;
}
.about_product_ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 114px;
}
.about_product_li {
  width: 372px;
  height: 466px;
  padding: 112px 0 58px;
  background-color: #fff;
  border-radius: 20px 20px 20px 10px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about_product_img {
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
  -moz-transform: translate(-50%, -46%);
  -ms-transform: translate(-50%, -46%);
  -o-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
}
.about_product_name {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin-bottom: 14px;
}
.about_product_tip {
  height: 52px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin-bottom: 18px;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about_product_desc {
  font-size: 14px;
  color: #808080;
  text-align: center;
  line-height: 28px;
}
.about_product_desc.desc1 {
  padding: 0 40px;
}
.about_product_desc.desc2 {
  padding: 0 40px;
}
.about_product_desc.desc3 {
  padding: 0 32px;
}
.about_product_btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}
.about_product_btn {
  width: 126px;
  height: 50px;
  line-height: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #F5F5F5;
  text-align: center;
  background: #1472FF;
  border-radius: 8px;
  cursor: pointer;
}
.about_product_btn.pc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about_product_btn.phone {
  display: none;
}
.about_product_btn:last-of-type {
  color: #1472FF;
  border: 1px solid #1472FF;
  margin-left: 15px;
  background: transparent;
  background-image: none;
}
.about_culture {
  padding: 92px 0 40px;
  background-color: #fff;
}
.about_culture_ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
.about_culture_li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 292px;
  height: 322px;
  padding: 40px 10px 0;
  box-shadow: 0 0 4px 0 #e6e6e6;
  border-radius: 6px;
}
.about_culture_li:hover {
  box-shadow: 0px 5px 29px 0px rgba(20, 114, 255, 0.15);
}
.about_culture_icon {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 4px;
  font-family: 'ys-iconfont';
  font-size: 42px;
  color: #fff;
}
.about_culture_icon.icon1 {
  background-color: #F06A1D;
}
.about_culture_icon.icon2 {
  background-color: #1472FF;
}
.about_culture_icon.icon3 {
  background-color: #09AC5F;
}
.about_culture_icon.icon4 {
  background-color: #F75515;
}
.about_culture_name {
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  margin-top: 16px;
}
.about_culture_desc {
  font-size: 14px;
  color: #808080;
  line-height: 30px;
  text-align: center;
  margin-top: 12px;
}
.about_develop {
  background-color: #fff;
  padding: 40px 0 30px;
}
.about_develop_content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 68px;
}
.about_develop_list {
  width: 1388px;
  padding: 0 114px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about_develop_item {
  width: 25%;
  height: 226px;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
.about_develop_item:last-of-type {
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.about_develop_item:nth-child(4)::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -113px;
  width: 226px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.about_develop_item:nth-child(5)::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -113px;
  width: 226px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}
.about_develop_card {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.about_develop_item:nth-child(4n+1) .about_develop_time::before {
  left: 0;
}
.about_develop_item:nth-child(4n+1) .about_develop_time::after {
  left: 4px;
}
.about_develop_item:last-of-type .about_develop_time::before {
  left: 14px;
}
.about_develop_item:last-of-type .about_develop_time::after {
  left: 18px;
}
.about_develop_time {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 20px;
}
.about_develop_time::before,
.about_develop_time::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(20, 114, 255, 0.3);
  margin-top: -8px;
  z-index: 3;
}
.about_develop_time::after {
  top: 4px;
  left: 28px;
  width: 8px;
  height: 8px;
  background-color: #1472FF;
}
.about_develop_time::before {
  -webkit-animation: popIn 1.2s infinite;
  -moz-animation: popIn 1.2s infinite;
  -o-animation: popIn 1.2s infinite;
  animation: popIn 1.2s infinite;
}
.about_develop_time.style2::before {
  background-color: rgba(240, 106, 29, 0.3);
}
.about_develop_time.style2::after {
  background-color: #F06A1D;
}
.about_develop_desc {
  max-width: 260px;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-right: 10px;
}
.about_develop_item:last-of-type .about_develop_desc {
  max-width: 458px;
}
.about_certificate {
  background-color: #fff;
  padding: 50px 0 40px;
}
.about_certificate_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
}
.about_certificate_item {
  width: 270px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin-top: 16px;
  margin: 0 40px 36px 0;
}
.about_certificate_item:nth-child(4n) {
  margin-right: 0;
}
.about_certificate_img {
  display: block;
  width: 100%;
  height: 378px;
  margin-bottom: 16px;
}
.about_certificate_img.img1 {
  height: 186px;
}
.about_teams {
  background-color: #fff;
  padding: 20px 0 80px;
}
.about_teams_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.about_teams_item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_teams_item.item1 {
  width: 596px;
  height: 430px;
}
.about_teams_item.item2 {
  width: 282px;
  height: 430px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px;
}
.about_teams_item.item2 img {
  height: 204px;
}
.about_teams_item.item3,
.about_teams_item.item5 {
  width: 300px;
  height: 430px;
}
.about_teams_item.item4 {
  width: 890px;
  height: 504px;
  margin-top: 10px;
}
.about_teams_item.item5 {
  height: 504px;
  margin-top: 10px;
  margin-left: 10px;
}
.about_teams_swiper {
  padding: 20px 0;
}
.about_teams_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about_teams [class^="swiper-button"] {
  width: 1.5rem;
  --swiper-navigation-color: rgba(255, 255, 255, 0.5);
}
.about_teams [class^="swiper-button"]:hover {
  --swiper-navigation-color: #fff;
}
.about_teams .swiper-container {
  height: 322px;
}
.about_teams .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .about_banner {
    height: 18.75rem;
  }
  .about_banner .ys_banner_left {
    padding: 5.7rem 0 0;
  }
  .about_banner_type {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .about_banner_title {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.85rem;
    padding: 0 1.2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about_banner_desc {
    font-size: 0.6rem;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 1.35rem;
  }
  .about_introduce {
    padding: 2rem 0 1rem;
  }
  .about_introduce .main_content {
    padding: 0 0.5rem;
  }
  .about_introduce_tip {
    font-size: 0.55rem;
    color: #333;
    line-height: 1.05rem;
    text-align: center;
    margin-bottom: 1.2rem;
    padding: 0 0.35rem;
    margin: 1rem 0 0.9rem;
  }
  .about_introduce_img {
    display: block;
    width: 100%;
    padding-bottom: 63.353%;
    position: relative;
  }
  .about_introduce_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .about_product {
    padding: 2rem 0 1rem;
  }
  .about_product_ul {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem;
    margin-top: 1.25rem;
  }
  .about_product_li {
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem 1rem 5.125rem;
    background-color: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.25rem;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .about_product_img {
    display: block;
    width: 4.75rem;
    height: 4.75rem;
    position: absolute;
    top: 0.75rem;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  .about_product_name {
    font-size: 0.75rem;
    color: #000;
    font-weight: 400;
    text-align: left;
    line-height: 0.95rem;
    margin-bottom: 0.2rem;
  }
  .about_product_tip {
    height: auto;
    font-size: 0.6rem;
    color: #333;
    text-align: left;
    margin-bottom: 0.45rem;
    padding: 0;
    line-height: 0.8rem;
  }
  .about_product_desc {
    font-size: 0.5rem;
    color: rgba(102, 102, 102, 0.8);
    text-align: left;
    line-height: 0.85rem;
    padding: 0;
  }
  .about_product_desc.desc1,
  .about_product_desc.desc2,
  .about_product_desc.desc3 {
    padding: 0;
  }
  .about_product_btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.65rem;
  }
  .about_product_btn {
    width: 3.5rem;
    height: 1.375rem;
    line-height: 1.375rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.5rem;
    color: #fff;
    background: #1472FF;
    border-radius: 0.2rem;
    cursor: pointer;
  }
  .about_product_btn.pc {
    display: none;
  }
  .about_product_btn.phone {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_product_btn:last-of-type {
    color: #1472FF;
    border: 1px solid #1472FF;
    margin-left: 0.425rem;
    background: transparent;
    background-image: none;
  }
  .about_culture {
    padding: 1.9rem 0 0.75rem;
  }
  .about_culture .ys_module_tip {
    padding: 0 1rem;
  }
  .about_culture_ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }
  .about_culture_li {
    width: 8.6rem;
    height: 9.075rem;
    padding: 1.05rem 0.5rem 0;
    margin-bottom: 1rem;
  }
  .about_culture_li.li3 {
    padding: 1.05rem 0.3rem 0;
  }
  .about_culture_icon {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.1rem;
    font-size: 1.1rem;
  }
  .about_culture_name {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 0.65rem;
  }
  .about_culture_desc {
    font-size: 0.5rem;
    line-height: 0.85rem;
    margin-top: 0.5rem;
  }
  .about_certificate {
    padding: 1rem 0;
  }
  .about_certificate .ys_module_tip {
    padding: 0 1rem;
  }
  .about_certificate_list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.15rem;
  }
  .about_certificate_item {
    width: 7.95rem;
    font-size: 0.65rem;
    color: #333;
    text-align: center;
    line-height: 0.85rem;
    margin-top: 0.4rem;
    margin: 0 1rem 0.9rem 0;
  }
  .about_certificate_item:nth-child(2n) {
    margin-right: 0;
  }
  .about_certificate_img {
    display: block;
    width: 100%;
    height: 11.125rem;
    margin-bottom: 0.4rem;
  }
  .about_certificate_img.img1 {
    height: 5.7rem;
  }
  .about_develop {
    padding: 0.5rem 0 1rem;
  }
  .about_develop .ys_module_tip {
    padding: 0 2.5rem;
  }
  .about_develop_content {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .about_develop_list {
    width: 100%;
    padding: 0 1rem 0 1.2rem;
  }
  .about_develop_item {
    width: 100%;
    height: auto;
    border-top: none;
    border-left: 1px solid #D9D9D9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    position: relative;
    z-index: 6;
  }
  .about_develop_item:nth-child(1) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    z-index: 1;
  }
  .about_develop_item:nth-child(2) {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    z-index: 1;
  }
  .about_develop_item:nth-child(3) {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    z-index: 1;
  }
  .about_develop_item:nth-child(4) {
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    z-index: 1;
  }
  .about_develop_item:nth-child(4)::after {
    content: none;
  }
  .about_develop_item:nth-child(5) {
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    z-index: 5;
  }
  .about_develop_item:nth-child(5)::after {
    content: none;
  }
  .about_develop_item:nth-child(6) {
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    z-index: 4;
  }
  .about_develop_item:nth-child(7) {
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    z-index: 3;
  }
  .about_develop_item:nth-child(8) {
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    z-index: 2;
  }
  .about_develop_item:last-of-type {
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
  .about_develop_card {
    padding-left: 0.8rem;
    padding-bottom: 1.2rem;
  }
  .about_develop_time {
    font-size: 0.7rem;
    padding-top: 0;
    margin-bottom: 0.25rem;
    position: relative;
    top: -0.35rem;
  }
  .about_develop_time::before,
  .about_develop_time::after {
    top: 0.5rem;
    left: -1.025rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
  .about_develop_time::after {
    top: 0.6rem;
    left: -0.925rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .about_develop_item:nth-child(4n+1) .about_develop_time::before,
  .about_develop_item:last-of-type .about_develop_time::before {
    left: -1.025rem;
  }
  .about_develop_item:nth-child(4n+1) .about_develop_time::after,
  .about_develop_item:last-of-type .about_develop_time::after {
    left: -0.925rem;
  }
  .about_develop_desc {
    width: auto;
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
  .about_develop_item:last-of-type .about_develop_card {
    padding-bottom: 0.5rem;
  }
  .about_develop_item:last-of-type .about_develop_desc {
    width: auto;
  }
  .about_teams {
    padding: 1rem 0;
  }
  .about_teams .ys_module_tip {
    padding: 0 0.9rem;
  }
  .about_teams_list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.5rem;
    margin-top: 0.75rem;
  }
  .about_teams_item.item1 {
    width: 11.75rem;
    height: 8.45rem;
  }
  .about_teams_item.item2 {
    width: 5.6rem;
    height: 8.45rem;
    margin: 0;
  }
  .about_teams_item.item2 img {
    height: 4.05rem;
  }
  .about_teams_item.item3 {
    width: 100%;
    height: 10rem;
    margin: 0.35rem 0;
  }
  .about_teams_item.item4,
  .about_teams_item.item5 {
    width: 8.7rem;
    height: 12.475rem;
    margin: 0;
  }
  .about_teams_swiper {
    padding: 0.5rem 0;
    overflow: hidden;
    margin-top: 1rem;
  }
  .about_teams .swiper-container {
    height: 8.95rem;
    width: 11.1rem;
    overflow: initial;
  }
}
