#app {
  background: #fafffe;
}
.company {
  width: 100%;
  overflow: hidden;
  background: #fafffe;
  padding: 4.5% 0 3.5%;
}
.company .section1 {
  width: 100%;
}
.company .section1 .inner {
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company .desc {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.company .desc p {
  color: #e61874;
  font-family: Inter;
  font-weight: 800;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.company .title {
  width: 100%;
  margin-top: 1%;
}
.company .title p {
  color: #063669;
  font-family: Inter;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
}
.company .title p span { 
  color: rgba(27, 155, 164, 1);
}
.company .section1 .line {
  width: 8%;
  border-top: 2px solid rgba(27, 155, 164, 1);
  margin-top: 1.4%;
}
.company .section1 .text1 {
  width: 100%;
  margin-top: 2.2%;
}
.company .section2 {
  width: 82%;
  margin: 4% auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
}
.company .section2-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company .section2-left img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.company .section2-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.company .section2-right .text0 p {
  color: #213950;
  font-family: Inter;
  font-size: 15px;
  line-height: 27px;
}
.company .section2-right .text0 span {
  color: #063669;
  font-weight: 800;
}
.company .section2-right .text1{
  margin-top: 20px;
}
.company .section2-right .text1 p {
  color: #213950;
  font-family: Inter;
  font-size: 15px;
  line-height: 27px;
}
.company .section2-right .text1 span {
  color: #e61874;
  font-weight: 800;
  margin: 0 0.35em;
}
.company .section3 {
  width: 62%;
  margin: 4% 9% 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background: #1b9ba4;
  color: #ffffff;
  padding: 3.2% 4%;
  position: relative;
  z-index: 2;
  border-radius:  22px 0px 0px 22px;
}
.company .section3-top {
  width: 100%;
}
.company .section3-top p {
  color: rgba(255, 255, 255, 0.88);
  font-family: Inter;
  font-size: 14px;
  line-height: 25px;
}
.company .section3-bottom {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4%;
  margin-top: 3%;
}
.company .section3-bottom .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.company .section3-bottom .text1 p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 900;
  font-size: 34px;
  line-height: 42px;
}
.company .section3-bottom .text2 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}
.company .section4 {
  width: 82%;
  margin: -4% auto 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7%;
}
.company .section4-left {
  width: 42%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.company .section4-left img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.company .section4-right {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 2%;
}
.company .section4-right p {
  color: #213950;
  font-family: Inter;
  font-size: 15px;
  line-height: 27px;
}
.vision {
  width: 100%;
  overflow: hidden;
  background: #fafffe;
  padding: 4% 0;
  border-radius:  112px 112px 0px 0px;
  border: 2px solid rgba(214, 51, 132, 0.08);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
}
.vision .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7%;
}
.vision .section1 {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vision .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.vision .title .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  background: #1b9ba4;
}

.vision .title p {
  color: #063669;
  font-family: Inter;
  font-weight: 800;
  font-size: 19px;
  line-height: 27px;
}
.vision .text1 {
  width: 100%;
  margin-top: 6%;
}
.vision .text1 p {
  color: #213950;
  font-family: Inter;
  font-size: 15px;
  line-height: 27px;
}
.vision .section2 {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision .section2 img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.mission {
  width: 100%;
  overflow: hidden;
  background: #fafffe;
  padding: 4% 0;
}
.mission .inner {
  width: 82%;
}
.mission .swiper {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  background: #031d3a;
}
.mission .swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.mission .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.mission .swiper-slide {
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  background-color: #031d3a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
}
.mission .swiper-slide > img {
  width: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.82;
}
.mission.mission-bg-ready .swiper-slide > img {
  display: none;
}
.mission .swiper-slide .content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(3, 29, 58, 0.52);
  padding: 8% 8% 5%;
  text-align: center;
}
.mission .content .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mission .content .title .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  background: #e61874;
}
.mission .content .title p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}
.mission .content .text {
  width: 74%;
  margin-top: 3%;
}
.mission .content .text p {
  color: rgba(255, 255, 255, 0.86);
  font-family: Inter;
  font-size: 15px;
  line-height: 27px;
}
.mission .content .bottom {
  width: 76%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3%;
  margin-top: 8%;
  position: relative;
}
.mission .content .bottom .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.mission .content .bottom .item p {
  color: rgba(255, 255, 255, 1);
  font-family: "Alibaba PuHuiTi";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.mission .content .bottom .dot {
  width: 15px;
  height: 15px;
  background: rgba(217, 217, 217, 1);
  border-radius: 50%;
}
.mission .content .bottom .item-active .dot {
  background: rgba(214, 51, 132, 1);
}
.mission .content .bottom::after {
  content: "";
  position: absolute;
  bottom: 7px;
    left: 12%;
    width: 77%;
    height: 2px;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
}
.mission .prev {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 50%;
  background: rgba(27, 155, 164, 0.86);
  cursor: pointer;
  transform: translateY(-50%);
}
.mission .next {
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 50%;
  background: rgba(27, 155, 164, 0.86);
  cursor: pointer;
  transform: translateY(-50%);
}
.goals {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fafffe url("../img/about/goals.png") center center / cover no-repeat;
  padding: 5% 0 7%;
}
.goals > img {
  display: none;
}
.goals::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 29, 58, 0.18);
}
.goals .inner {
  position: relative;
  z-index: 1;
  width: 82%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.goals .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.goals .section1 .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 8px;
  background: #1b9ba4;
}
.goals .section1 .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.goals .section1 .text1 p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
}
.goals .section1 .text2 p {
  color: #ffffff;
  font-family: Inter;
  font-weight: 900;
  font-size: 30px;
  line-height: 40px;
}
.goals .section2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px 4%;
  margin-top: 5%;
}
.goals .section2 .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3%;
border-radius: 12px;
background: rgba(89, 89, 89, 0.84);
box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.37);
  padding: 3%;
}
.goals .section2 .item:nth-child(1) {
  width: 43%;
  margin-left: 30%;
}
.goals .section2 .item:nth-child(2) {
  width: 43%;
}
.goals .section2 .item:nth-child(3) {
  width: 43%;
  margin-left: 50%;
}
.goals .section2 .dot {
  display: flex;
  flex: 0 0 auto;
  margin-top: 0.55em;
  padding: 0.25em;
  border-radius: 50%;
  background: #e61874;
}
.goals .section2 .item p {
  flex: 1;
color: rgba(255, 255, 255, 1);
  font-family: Inter;
  font-size: 14px;
  line-height: 25px;
}
.goals .section2 .item span {
  color: #e61874;
  font-weight: 800;
}
.about-ready .company,
.about-ready .vision,
.about-ready .mission,
.about-ready .goals {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s, transform 0.55s;
}
.about-ready .about-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .company .section1 .inner,
  .company .section2,
  .company .section4,
  .vision .inner,
  .mission .inner,
  .goals .inner {
    width: 88%;
  }
  .company .section3 {
    width: 70%;
    margin-right: 6%;
  }
}
@media (max-width: 992px) {
  .company {
    padding: 7% 0 4%;
  }
  .company .section2 {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .company .section2-left {
    width: 100%;
  }
  .company .section2-right {
    width: 100%;
  }
  .company .section3 {
    width: 88%;
    margin: 6% auto 0;
  }
  .company .section4 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 5%;
    gap: 28px;
  }
  .company .section4-left {
    width: 100%;
  }
  .company .section4-right {
    width: 100%;
    padding-bottom: 0;
  }
  .vision {
    padding: 7% 0;
  }
  .vision .inner {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .vision .section1 {
    width: 100%;
  }
  .vision .section2 {
    width: 100%;
  }
  .mission {
    padding: 7% 0;
  }
  .mission .content .text {
    width: 86%;
  }
  .mission .content .bottom {
    width: 90%;
  }
  .goals {
    padding: 8% 0;
  }
  .goals .section2 .item:nth-child(1) {
    width: 48%;
    margin-left: 0;
  }
  .goals .section2 .item:nth-child(2) {
    width: 48%;
  }
  .goals .section2 .item:nth-child(3) {
    width: 64%;
    margin-left: 18%;
  }
}
@media (max-width: 640px) {
  .company {
    padding: 9% 0 5%;
  }
  .company .section1 .inner,
  .company .section2,
  .company .section3,
  .company .section4,
  .vision .inner,
  .mission .inner,
  .goals .inner {
    width: 92%;
  }
  .company .desc p {
    font-size: 12px;
    line-height: 18px;
  }
  .company .title p {
    font-size: 18px;
    line-height: 33px;
  }
  .company .section1 .text1 p,
  .company .section2-right p,
  .company .section4-right p {
    font-size: 14px;
    line-height: 24px;
  }
  .company .section3 {
    padding: 6%;
  }
  .company .section3-bottom {
    flex-wrap: wrap;
    gap: 18px 6%;
  }
  .company .section3-bottom .item {
    flex: 0 1 47%;
  }
  .company .section3-bottom .text1 p {
    font-size: 18px;
    line-height: 36px;
  }
  .vision {
    padding: 8% 0;
  }
  .vision .inner {
    padding: 6%;
    border-radius: 20px;
  }
  .vision .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .vision .text1 p {
    font-size: 14px;
    line-height: 24px;
  }
  .mission {
    padding: 8% 0;
  }
  .mission .swiper-slide .content {
    padding: 12% 7%;
  }
  .mission .content .title p {
    font-size: 16px;
    line-height: 26px;
  }
  .mission .content .text {
    width: 100%;
  }
  .mission .content .text p {
    font-size: 13px;
    line-height: 23px;
  }
  .mission .content .bottom {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px 4%;
  }
  .mission .content .bottom .item {
    flex: 0 1 48%;
  }
  .mission .prev,
  .mission .next {
    display: none;
  }
  .goals {
    padding: 10% 0;
  }
  .goals .section1 .text2 p {
    font-size: 18px;
    line-height: 33px;
  }
  .goals .section2 {
    gap: 18px;
  }
  .goals .section2 .item:nth-child(1),
  .goals .section2 .item:nth-child(2),
  .goals .section2 .item:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
  .goals .section2 .item {
    padding: 5%;
  }
  .goals .section2 .item p {
    font-size: 13px;
    line-height: 23px;
  }
  .mission .content .bottom::after{
    display: none;
  }
  .vision .title .icon,
  .mission .content .title .icon,
  .goals .section1 .icon{
    width: 30px;
    height: 30px;
  }
  .vision .title .icon svg,
  .mission .content .title .icon svg,
  .goals .section1 .icon svg{ 
    width: 25px !important;
    height: 25px !important;
  }
  .vision {
    padding: 20px 0;
    border-radius: 50px 50px 0px 0px;
}
    .vision .inner {
        padding: 2%;
    }
    .mission .content .bottom{
      display: none;
    }
}

