.swiper-slide3 .about .bottom {
  position: relative;
  z-index: 2;
  flex: 2;
}
.swiper-slide3 .about .bottom .content-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.5rem;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.swiper-slide3 .about .bottom .content-box .title {
  font-size: 0.5rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.swiper-slide3 .about .bottom .content-box .divider {
  width: 20px;
  height: 6px;
  border-radius: 0 0 50% 50%;
  background: var(--primary-color);
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.swiper-slide3 .about .bottom .content-box .subtitle {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  line-height: 0.45rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.swiper-slide3 .about .bottom .content-box .contents {
  position: relative;
  overflow: hidden;
}
.swiper-slide3 .about .bottom .content-box .contents::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff);
}
.swiper-slide3 .about .bottom .content-box .contents .content {
  word-break: break-all;
  font-size: 0.3rem;
  padding-top: 10px;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
  line-height: 0.5rem;
  color: #777;
}
@media screen and (max-width: 430px) {
  .swiper-slide3 .about .bottom .content-box .contents {
    height: 440px !important;
  }
}
@media screen and (min-width: 820px) {
  .swiper-slide3 .about .bottom .content-box .contents {
    height: 240px !important;
  }
}
.about,
.jinhujiang,
.financing {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.about .top,
.jinhujiang .top,
.financing .top {
  position: relative;
  width: 100%;
  flex: 1;
  background-color: var(--primary-color);
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.about .top img,
.jinhujiang .top img,
.financing .top img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .bottom,
.jinhujiang .bottom,
.financing .bottom {
  position: relative;
  z-index: 2;
  flex: 2;
}
.about .bottom .content-box,
.jinhujiang .bottom .content-box,
.financing .bottom .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0.5rem;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .bottom .content-box .title,
.jinhujiang .bottom .content-box .title,
.financing .bottom .content-box .title {
  font-size: 0.5rem;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
}
.about .bottom .content-box .title .baidu,
.jinhujiang .bottom .content-box .title .baidu,
.financing .bottom .content-box .title .baidu {
  font-size: 0.08rem;
  display: flex;
  align-items: center;
  margin-left: 0.15rem;
  margin-bottom: 0.02rem;
  cursor: pointer;
}
.about .bottom .content-box .title .baidu:hover,
.jinhujiang .bottom .content-box .title .baidu:hover,
.financing .bottom .content-box .title .baidu:hover {
  color: #448aff;
}
.about .bottom .content-box .title .baidu .icon,
.jinhujiang .bottom .content-box .title .baidu .icon,
.financing .bottom .content-box .title .baidu .icon {
  width: 0.3rem;
  height: 0.3rem;
  object-fit: cover;
  margin-right: 5px;
}
.about .bottom .content-box .divider,
.jinhujiang .bottom .content-box .divider,
.financing .bottom .content-box .divider {
  width: 20px;
  height: 6px;
  border-radius: 0 0 50% 50%;
  background: var(--primary-color);
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.about .bottom .content-box .subtitle,
.jinhujiang .bottom .content-box .subtitle,
.financing .bottom .content-box .subtitle {
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  line-height: 0.45rem;
  word-break: break-all;
  margin-bottom: 10px;
}
.about .bottom .content-box .contents,
.jinhujiang .bottom .content-box .contents,
.financing .bottom .content-box .contents {
  position: relative;
  overflow: hidden;
  height: 440px;
}
.about .bottom .content-box .contents::after,
.jinhujiang .bottom .content-box .contents::after,
.financing .bottom .content-box .contents::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffff);
}
.about .bottom .content-box .contents .content,
.jinhujiang .bottom .content-box .contents .content,
.financing .bottom .content-box .contents .content {
  word-break: break-all;
  font-size: 0.3rem;
  padding-top: 10px;
  border-top: 1px solid #efefef;
  margin-bottom: 10px;
  line-height: 0.5rem;
  color: #777;
}
.about .bottom .more-btn,
.jinhujiang .bottom .more-btn,
.financing .bottom .more-btn {
  bottom: 0;
  left: 0;
  padding: 0.3rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.about .bottom .more-btn:active,
.jinhujiang .bottom .more-btn:active,
.financing .bottom .more-btn:active {
  filter: brightness(90%);
}
.about .bottom::before,
.jinhujiang .bottom::before,
.financing .bottom::before {
  content: '';
  width: 120%;
  height: 120px;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 80% 80% 0 0;
  background: #fff;
}
.jinhujiang-popup .title {
  font-size: 30px;
  font-weight: bold;
}
.jinhujiang-popup .content {
  padding: 15px;
  font-size: 14px;
  height: 80vh !important;
}
.jinhujiang-popup .content .intro {
  margin: 25px 0;
}
.jinhujiang-popup .content .intro.name {
  margin-bottom: 8px;
}
.jinhujiang-popup .content .cell {
  display: flex;
}
.jinhujiang-popup .content .cell .text1 {
  flex-shrink: 0;
}
.jinhujiang-popup .content .cell div {
  line-height: 20px;
}
.jinhujiang-popup .content .special {
  margin-bottom: 10px;
}
.jinhujiang-popup .content .wrapper {
  margin-left: 4px;
}
.jinhujiang-popup .content .flow {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 20px;
}
.jinhujiang-popup .content .flow::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2px;
  width: 4px;
  height: 4px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 9;
}
.jinhujiang-popup .content .flow::after {
  content: '';
  position: absolute;
  top: 28px;
  transform: rotate(90deg);
  left: -10px;
  width: 24px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.jinhujiang-popup .content .flow:last-child::after {
  display: none;
}
.about-popup .close-btn,
.product-popup .close-btn,
.jinhujianintro-popup .close-btn,
.panel .close-btn {
  width: 15px !important;
  height: 15px !important;
}
@media screen and (max-width: 430px) {
  .about-popup .panel-container,
  .product-popup .panel-container,
  .jinhujianintro-popup .panel-container,
  .panel .panel-container {
    padding: 15px;
    padding-top: 30px;
  }
  .about-popup .panel-container .title,
  .product-popup .panel-container .title,
  .jinhujianintro-popup .panel-container .title,
  .panel .panel-container .title {
    font-size: 0.4rem;
    font-weight: bold;
  }
  .about-popup .panel-container .divider,
  .product-popup .panel-container .divider,
  .jinhujianintro-popup .panel-container .divider,
  .panel .panel-container .divider {
    width: 10px;
    height: 3px;
    border-radius: 0 0 50% 50%;
    background: var(--primary-color);
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .about-popup .panel-container .subtitle,
  .product-popup .panel-container .subtitle,
  .jinhujianintro-popup .panel-container .subtitle,
  .panel .panel-container .subtitle {
    font-size: 0.3rem;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .about-popup .panel-container .desc,
  .product-popup .panel-container .desc,
  .jinhujianintro-popup .panel-container .desc,
  .panel .panel-container .desc {
    font-size: 0.21rem;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 430px) {
  .about-popup .panel-container,
  .product-popup .panel-container,
  .jinhujianintro-popup .panel-container,
  .panel .panel-container {
    padding: 30px;
    padding-top: 60px;
  }
  .about-popup .panel-container .title,
  .product-popup .panel-container .title,
  .jinhujianintro-popup .panel-container .title,
  .panel .panel-container .title {
    font-size: 0.5rem;
    font-weight: bold;
  }
  .about-popup .panel-container .divider,
  .product-popup .panel-container .divider,
  .jinhujianintro-popup .panel-container .divider,
  .panel .panel-container .divider {
    width: 20px;
    height: 6px;
    border-radius: 0 0 50% 50%;
    background: var(--primary-color);
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .about-popup .panel-container .subtitle,
  .product-popup .panel-container .subtitle,
  .jinhujianintro-popup .panel-container .subtitle,
  .panel .panel-container .subtitle {
    font-size: 0.3rem;
    color: #333;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .about-popup .panel-container .desc,
  .product-popup .panel-container .desc,
  .jinhujianintro-popup .panel-container .desc,
  .panel .panel-container .desc {
    font-size: 0.3rem;
    line-height: 22px;
    letter-spacing: 1px;
  }
}
