/* profile */

.about-page .profile .content {
  padding: .6rem 0 1.6rem;
  align-items: center;
  justify-content: space-between;
}

.about-page .profile .left {
  max-width: 7.2rem;
  width: 100%;
}

.about-page .profile .left .top .text-div {
  max-width: 5.2rem;
  width: 100%;
  margin: 0.5rem 0 0.8rem;
}

.about-page .profile .left .top .text {
  overflow: hidden;
}

.about-page .profile .left .top .text p.active {
  margin-bottom: 0.3rem;
}


.about-page .profile .left .top .text.active {
  height: auto !important;
  max-height: initial;
  overflow: initial;
}

.about-page .left .top .text-div .view-more {
  margin-top: 20px;
  color: #084A91;
  display: none;
  text-decoration: underline;
}

.about-page .scroll-number-container {
  max-width: 7.2rem;
  width: 100%;
}

.about-page .profile.left .scroll-number-content {
  margin: 0 -0.15rem;
}

.about-page .profile .left .scroll-number-content .item {
  align-items: center;
  padding: 0 0.15rem;
  flex: 1;
}

.about-page .profile .left .scroll-icon {
  margin-right: .2rem;
  flex-shrink: 0;
}


.about-page .profile .left .scroll-num {
  font-size: 0.32rem;
  font-family: 'Inter-Bold';
  margin-bottom: 2px;
}

.about-page .profile .left .scroll-text {
  font-size: 0.14rem;
}

.about-page .profile .right {
  position: relative;
  flex: 1;
}

.about-page .profile .right .dongdian-div {
  position: absolute;
  right: 1.5rem;
  bottom: .4rem;
}

.dongdian-content {
  position: relative;

}

@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.dongdian-content .dongdian {
  position: absolute;
  right: 0;
  width: 100%;
  height: 50px;
  max-width: 80px;
  margin-left: auto;
}

.dongdian-content .dongdian::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 1px;
  content: '';
  transform: rotate(-50deg) translateX(-60px);
  background: #133e77;
}

.dongdian-content .dongdian span {
  padding: 10%;
  position: absolute;
  left: 30%;
  top: 0;
  display: block;
  box-shadow: 0 0 1.2rem 30px #133e77 inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}

.dongdian-content .dongdian span:nth-child(1) {
  -webkit-animation: wateranimate 4s 2s linear infinite;
  animation: wateranimate 4s 2s linear infinite;
}

.dongdian-content .dongdian span:nth-child(2) {
  -webkit-animation: wateranimate 4s 1s linear infinite;
  animation: wateranimate 4s 1s linear infinite;
}

.dongdian-content .dongdian span:nth-child(3) {
  -webkit-animation: wateranimate 4s 0s linear infinite;
  animation: wateranimate 4s 0s linear infinite;
}

.company-potho-div {
  position: relative;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
}


.company-potho {
  position: relative;
  z-index: 3;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 0.2rem;
  border: .1rem solid #133e77;
}



/* case */


.about-page .case .top {
  padding: 1rem 0 3.4rem;
  background: linear-gradient(to bottom right, #084A91, #133e77);
}


.about-page .case .top .title-center {
  max-width: 10.8rem;
  width: 100%;
  margin: auto auto 0.8rem;
  color: #ffffff70;
}

.about-page .case .top .title {
  color: #fff;
  margin-bottom: 30px;
}


.about-page .case .bottom {
  position: relative;
  z-index: 1;
  margin-top: -3.4rem;
}


.about-page .bottom .case-tab-container .com-container {
  padding: 0.5rem 0.5rem 0.2rem;
  background: #fff;
  border: 1px solid #eaefef;
  box-shadow: 5px 5px 10px #242e2e15;
}

.case-tab-menu-div {
  overflow: auto;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #eaefef;
}
.case-tab-menu-div::-webkit-scrollbar {
  display: none;
}


.case-menu-menu-item {
  width: fit-content;
  padding: 0 0.3rem;
  color: #666;
  font-size: .2rem;
  padding-bottom: .2rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}

.case-menu-menu-item.active {
  color: #133e77;
  border-bottom-color: #133e77;
}



.case-tab-content-div .items .text {
  max-width: 7.2rem;
  width: 100%;
  margin: .5rem auto;
  text-align: center;
}

.case-tab-content-div {

}

.cases-example__swiper-container {
  padding-bottom: 0.5rem;
}


.cases-example-div .row {
  margin: 0 -20px;
}

.cases-example-div .row li {
  padding: 0 20px;
}

.cases-example-img {
  /* max-width: 4.8rem;
  width: 100%;
  overflow: hidden; */
}

.cases-example-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases-example-desc {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaefef;
  border-top: none;
}




/* products-sale */
.products-sale {
  margin: 1rem 0 0.9rem;
}

.products-sale .left {
  margin-right: 1rem;
  max-width: 8rem;
  width: 100%;
}

.sale-potho-swiper {
  padding-bottom: 40px;
}

.sale-potho-swiper .pro-img .img {
  max-width: 8rem;
  width: 100%;
  overflow: hidden;
}

.sale-potho-swiper .swiper-pagination-bullet {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #ddd;
}

.sale-potho-swiper .swiper-pagination-bullet-active {
  background: #133e77;
}

.products-sale .right {
  padding-top: 0.4rem;
}

.products-sale .right .text {
  margin: 0.5rem 0;
  max-width: 6.8rem;
  width: 100%;
}



/* certificate */
.certificate {
  margin-bottom: 1.1rem;
}

.certificate .certificate-swiper {
  padding: 0.5rem 0 0.7rem;
}

.certificate .cer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0.3rem 0;
  border: 1px solid #eaefef;
}

.certificate .cer-item p {
  height: 40px;
  line-height: 40px;
}


.certificate .certificate-button-pagination {
  position: relative;
  display: flex;
  align-items: center;
}

.certificate .certificate-pagination-div {
  position: relative;
  left: 0;
  width: 50px;
  margin-right: 20px;
}

.certificate .swiper-pagination {
  bottom: -9px;
}

.certificate .certificate-pagination-div span {
  color: #666;
  margin: 0 10px;
}

.certificate .certificate-button-pagination .heng-xian {
  width: 100%;
  height: 1px;
  background: #eaefef;
}


.certificate .certificate-button {
  position: relative;
  width: 90px;
  margin-left: 20px;
  flex-shrink: 0;
}

.certificate .certificate-prev::after,
.certificate .certificate-next::after {
  content: '';
}

.certificate .certificate-prev {
  left: 0;
}

.certificate .certificate-next {
  right: 0;
}

.certificate .certificate-prev,
.certificate .certificate-next {
  width: 40px;
  height: 40px;
  background: #084A91;
}

.certificate .swiper-button-prev.swiper-button-disabled,
.certificate .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: not-allowed;
  pointer-events: initial;
}



@media (max-width: 1640px) {
  .about-page .bottom .case-tab-container {
    padding: 0 0.3rem;
  }
}

@media (max-width: 1023px) {
  .about-page .profile .left .top .text-div {
    max-width: 6.2rem;
  }

  .dongdian-content .dongdian {
    right: -40%;
  }

  .company-potho-div {
    top: 1rem;
    right: 0;
  }

  .about-page .bottom .case-tab-container {
    padding: 0 0.3rem;
  }

  .cases-example-div .row {
    margin: 0 -15px;
  }

  .cases-example-div .row li {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .products-sale .content {
    align-items: center;
  }

  .products-sale .right {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .about-page .profile .content {
    flex-direction: column;
    padding-top: 0;
  }

  .about-page .profile .left {
    margin-bottom: 0.8rem;
  }

  .about-page .profile .left .top .text {
    height: auto !important;
  }

  .about-page .profile .left .top .view-more {
    display: none !important;
  }

  .about-page .profile .left,
  .about-page .profile .left .top .text-div {
    max-width: 100%;
  }

  .about-page .profile .left .item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-page .profile .left .scroll-desc {
    height: -webkit-fill-available;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-page .profile .left .scroll-icon {
    margin: auto;
  }

  .dongdian-content .dongdian {
    top: 30%;
  }

  .company-potho-div {
    top: 1.5rem;
    right: 0;
  }

  .about-page .case .top {
    padding-top: 0.8rem;
    margin-top: 0.4rem;
  }

  .about-page .bottom .case-tab-container .com-container {
    padding: 0.8rem 15px 0;
  }

  .products-sale .content {
    flex-direction: column;
  }

  .products-sale .left {
    max-width: 100%;
    margin-bottom: 0.8rem;
    margin-right: 0;
  }

  .sale-potho-swiper .pro-img .img {
    max-width: 100%;
  }

  .case-tab-menu-div {
    justify-content: flex-start;
  }

  .case-menu-menu-item {
    font-size: 0.32rem;
  }
}