.client {
  height: 100%;
  padding-top: 64px;
  box-sizing: border-box;
}
.client .info-wrap {
  width: 100%;
  background-color: #fff;
  padding-top: 89px;
  background-image: url(https://cdfinance-www.oss-cn-beijing.aliyuncs.com/newStatic/images/client/bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 91px;
}
.client .info-wrap .tit {
  font-size: 36px;
  color: #333;
  text-align: center;
}
.client .info-wrap .tit span {
  font-size: 36px;
}
.client .info-wrap .circle-wrap {
  width: 454px;
  height: 454px;
  margin: 0 auto;
  background-image: url(https://cdfinance-www.oss-cn-beijing.aliyuncs.com/newStatic/images/client/circle.png);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url('/css/backgroundsize.min.htc');
  behavior: url('/css/backgroundsize.min.htc');
  margin-top: 91px;
  position: relative;
  z-index: 1;
}
.client .info-wrap .circle-wrap .txt {
  width: 330px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  margin-left: 70px;
  padding-top: 96px;
  position: relative;
  z-index: 2;
}
.client .info-wrap .circle-wrap .txt.circle-wrap-txt-en {
  width: 410px;
  font-size: 14px;
  margin-left: 28px;
  padding-top: 49px;
}
.client .info-wrap .circle-wrap .circle-wrap-dot {
  width: 30px;
  position: absolute;
}
.client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot-en.circle-wrap-dot1 {
  top: 51px;
  left: 70px;
}
.client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot-en.circle-wrap-dot2 {
  bottom: 49px;
  right: 85px;
}
.client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot1 {
  top: 82px;
  left: 110px;
}
.client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot2 {
  bottom: 100px;
  right: 58px;
}
.client .story {
  background: #f0f0f0;
  padding: 90px 0 110px;
}
.client .story .tit {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 72px;
}
.client .story .white-bg {
  background: #fff;
  padding: 72px 100px 0;
  box-sizing: border-box;
}
.client .story .white-bg .client-img {
  width: 100%;
  display: block;
}
.client .story .item {
  display: block;
  position: relative;
  padding-bottom: 86px;
}
.client .story .stit {
  width: 738px;
  height: 66px;
  padding: 0 50px;
  line-height: 66px;
  text-indent: 106px;
  background-color: #ad402c;
  font-size: 27px;
  color: #fff;
  margin-top: -32px;
  position: relative;
  left: -100px;
  z-index: 1;
}
.client .story .txt {
  width: 684px;
  line-height: 27px;
  font-size: 18px;
  padding-left: 54px;
  margin-top: 18px;
  color: #333;
}
.client .story .orangin {
  position: absolute;
  right: 0;
  bottom: 72px;
  color: #333;
  font-size: 16px;
}
.client .page-wrap {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .client {
    padding-top: 52px;
  }
  .client .info-wrap {
    padding-top: 3rem;
    padding-bottom: 3.1rem;
  }
  .client .info-wrap .tit {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .client .info-wrap .tit span {
    font-size: 1.8rem;
  }
  .client .info-wrap .circle-wrap {
    width: 32rem;
    height: 32rem;
    margin-top: 3rem;
  }
  .client .info-wrap .circle-wrap .txt {
    width: 32rem;
    font-size: 1.2rem;
    line-height: 2.8rem;
    margin-left: 0rem;
    padding-top: 5.5rem;
  }
  .client .info-wrap .circle-wrap .txt.circle-wrap-txt-en {
    width: 32rem;
    font-size: 1.2rem;
    margin-left: 0;
    padding-top: 6rem;
    line-height: 2.2rem;
  }
  .client .info-wrap .circle-wrap .circle-wrap-dot {
    width: 2.5rem;
    position: absolute;
  }
  .client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot-en.circle-wrap-dot1 {
    top: 5.3rem;
    left: 3.2rem;
  }
  .client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot-en.circle-wrap-dot2 {
    bottom: 6rem;
    right: 4rem;
  }
  .client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot1 {
    top: 5.5rem;
    left: 7rem;
  }
  .client .info-wrap .circle-wrap .circle-wrap-dot.circle-wrap-dot2 {
    bottom: 7rem;
    right: 4rem;
  }
  .client .story {
    padding: 3rem 0 3.2rem;
  }
  .client .story .tit {
    font-size: 2rem;
    margin-bottom: 2.6rem;
  }
  .client .story .white-bg {
    padding: 2rem 15px 0;
  }
  .client .story .item {
    position: relative;
    padding-bottom: 5rem;
  }
  .client .story .stit {
    width: 100%;
    height: 4rem;
    padding: 0 15px;
    line-height: 4rem;
    text-indent: 0;
    font-size: 1.6rem;
    margin-top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .client .story .txt {
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 0 15px;
    margin-top: 1rem;
  }
  .client .story .orangin {
    right: 15px;
    bottom: 3rem;
    font-size: 1.4rem;
  }
  .client .page-wrap {
    padding: 30px 0;
  }
}
