#app {
  font-size: 0.18rem;
}

.section-top {
  position: relative;
  background: #1D1E2A;
  padding: 0 4.2rem;
  height: 7.5rem;
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #1D1E2A;
  z-index: 999;
}

.menu-container-left {
  display: flex;
  align-items: center;
}

.logo {
  width: 1.48rem;
  /* height: 0.33rem; */
  margin-right: 0.67rem;
}

.menu-container-left div {
  display: flex;
  align-items: center;
}

.menu-container-left div span {
  margin-right: 0.24rem;
  cursor: pointer;
}

.login {
  cursor: pointer;
}

.section-top-img {
  position: absolute;
  top: 0;
  height: 100%;
}

.section-top-img:first-of-type {
  left: 0;
}

.section-top-img:last-of-type {
  right: 0;
}

.section-top-content {
  padding-top: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff
}

.top-title p {
  font-size: 0.64rem;
}

.top-tip {
  margin-top: 0.2rem;
  margin-bottom: 0.32rem;
  font-size: 0.2rem;
  color: #ACB0B9;
  width: 5.28rem;

  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  line-height: 0.36rem;
}

.btn {
  display: inline-block;
  background-image: linear-gradient(135deg, #FE5244 0%, #FF883E 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 0.18rem;
  padding: 0.1rem 0.15rem;
  cursor: pointer;
}

.section-top-content img {
  width: 4.16rem;
}

/* ---------------- */
.section-intro {
  padding: 0.72rem 4.2rem;
  display: flex;
  justify-content: space-around;
  background: #EEECEF;
  height: 4.5rem;
}

.section-intro-item {
  font-size: 0.14rem;
  color: #5C5D6C;
  letter-spacing: 0;
  line-height: 0.21rem;
  text-align: center;
  width: 1.6rem;
}

.section-intro-item p {
  text-align: left;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  line-height: 21px;
}

.section-intro-item img {
  width: 0.45rem;
  margin-bottom: 0.29rem;
}

.section-intro-item:nth-of-type(3) img {
  width: 0.38rem;
  margin-bottom: 0.26rem;
}

/* 产品服务介绍 */
.product-intro {
  background: #fff;
  height: 10.6rem;
  padding: 1.4rem 4.2rem;
}

.product-intro-title {
  text-align: center;
}

.product-intro-title p:first-of-type {
  font-size: 0.36rem;
  color: #1D1E2A;
  line-height: 0.36rem;
}

.product-intro-title p:last-of-type {
  font-size: 0.2rem;
  color: #1D1E2A;
  margin-bottom: 0.76rem;
}

.product-intro-title span {
  display: inline-block;
  background-image: linear-gradient(135deg, #FE5244 0%, #FF883E 100%);
  border-radius: 2px;
  width: 0.77rem;
  height: 0.1rem;
  margin: 0.16rem 0 0.24rem;
}

.bannerPc li {
  background: #fff;
}

.bannerPc li .product-img {
  height: 3.79rem;
  overflow: hidden;
  /* width: 9.38rem; */
}

.product-intro-text {
  width: 100%;

  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  font-size: 0.18rem;
  color: #1D1E2A;
  margin-top: 1.15rem;
  height: 1.17rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.product-intro-text .scroll {
  height: 1.17rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.product-intro-text .scroll .item {
  position: absolute;
  top: 0;
  width: calc(100%/3);
  background: #fff;
  transition: all 0.2s;
  opacity: 1;
  height: 1.17rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 0.18rem;
  color: #1D1E2A;
}

.scroll .item>p:first-of-type {
  margin: 0.19rem;
}

.product-intro-text>div {
  line-height: 21px;
}

.current-item {
  font-family: PingFangSC-Semibold;
  font-size: 0.2rem;
  color: #1D1E2A;
  letter-spacing: 0;
  line-height: 0.36rem;
}

/* .intro-text-left {
  padding-top: 0.46rem;
}

.intro-text-right {
  padding-top: 0.46rem;
} */

.intro-text-center {
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #5C5D6C;
  letter-spacing: 0;
  line-height: 21px;
}

.intro-text-center>p {
  white-space: pre-wrap;
}

.intro-text-center p:nth-child(1) {
  font-family: PingFangSC-Semibold;
  font-size: 0.2rem;
  color: #1D1E2A;
  letter-spacing: 0;
  line-height: 36px;
}


.product-intro-text p:nth-child(2) {
  font-size: 0.14rem;
  text-align: left;
  color: #5C5D6C;
}

.product-intro .bx-default-pager {
  display: none;
}

/* --------------解决方案------------- */

.solution {
  padding: 0.72rem 4.2rem;
  background: #EEECEF;
}

.solution-title {
  font-size: 0.36rem;
  text-align: center;
  color: #1D1E2A;
}

.solution-title span {
  display: inline-block;
  background-image: linear-gradient(135deg, #FE5244 0%, #FF883E 100%);
  border-radius: 2px;
  width: 0.77rem;
  height: 0.1rem;
  margin: 0.16rem 0 0.24rem;
}

.solution-content {
  display: flex;
  justify-content: space-between;
}

.solution-content-left-step {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.24rem;
}

.step-container {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #1D1E2A;
  cursor: pointer;
}

.step-container .step {
  background: #F5F5F7;
  border: 1px solid #1D1E2A;
  width: 0.45rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.26rem;

}

.step-container .step.active {
  background: #1D1E2A;
  color: #fff;
}

.solution-list-info {
  margin-top: 0.16rem;
  font-size: 0.14rem;
  color: #5C5D6C;
  letter-spacing: 0;
  line-height: 0.27rem;
  padding-left: 0.71rem;
  display: none;
}

.show {
  display: block;
}

.solution-list-info div {
  display: flex;
  align-items: center;
}

.solution-list-info .circular {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 9px;
  border: 1px solid #1D1E2A;
}

.solution-banner {
  width: 6.56rem;
  margin-left: 0.56rem;
}

.solution-banner.bannerPc li {
  background: transparent;
}

/* footer */
.footer {
  padding: 0.72rem 4.2rem;
  background: #1D1E2A;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  color: #fff;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
}

.footer p {
  line-height: 24px;
}

.footer-info-title {
  font-size: 0.2rem;
  margin-bottom: 9px;
  line-height: 36px !important;
  font-family: PingFangSC-Semibold;
}

.footer>div:first-of-type {
  width: 3.5rem;
}

/* .footer>div:first-of-type p:last-of-type,
.footer>div:nth-of-type(2) {
  line-height: 0.24rem;
} */

.footer>div:nth-of-type(2) p:nth-of-type(4) {
  margin-top: 0.3rem;
}

.footer>div:last-of-type img {
  width: 1.56rem;
  height: 1.56rem;
}