.m-about-banner {
  width: 100%;
  height: 5.173333rem;
  box-sizing: border-box;
  padding-top: 1.173333rem;
  background: linear-gradient(180deg, #1a5ad8 0%, rgba(56, 147, 238, 0.9) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m-about-banner p {
  font-size: 0.64rem;
  color: #fff;
  font-weight: bold;
  line-height: 0.746667rem;
  text-align: center;
}
.m-about-tab {
  height: 1.44rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0 1.693333rem;
  display: flex;
  justify-content: space-between;
}
.m-about-tab .tab-item {
  display: flex;
  align-items: center;
  height: 100%;
  color: #888;
  font-size: 0.373333rem;
  position: relative;
}
.m-about-tab .tab-item .line {
  position: absolute;
  bottom: 0;
  transition: 0.2s all linear;
  transform-origin: center;
  width: 0;
  display: flex;
  height: 0.053333rem;
  background-color: #1a5ad8;
  border-radius: 0.026667rem;
}
.m-about-tab .tab-item.actived {
  color: #1a5ad8;
}
.m-about-tab .tab-item.actived .line {
  width: 100%;
}
.m-inr-title {
  height: 1.946667rem;
  color: #000;
  font-weight: bold;
  font-size: 0.533333rem;
  display: flex;
  justify-content: center;
  line-height: 2.08rem;
}
.m-introduct {
  width: 100%;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.m-introduct .m-inr-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #F6FAFF;
  border-radius: 0.133333rem;
  height: 1.6rem;
  /* img {
      width: 3.466667rem;
      height: 1.6rem;
    } */
  margin-bottom: 0.266667rem;
}
.m-introduct .m-inr-logo h2 {
  width: 100%;
  height: 0.533333rem;
  line-height: 1.6rem;
  background-image: url('../../img/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}
.m-introduct p {
  text-indent: 2em;
  color: #555;
  font-size: 0.373333rem;
  line-height: 0.8rem;
  letter-spacing: normal;
}
.m-process {
  width: 100%;
  height: 8.813333rem;
  background-color: #FAFCFF;
}
.m-process .step-container {
  height: 6.066667rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.m-process .step-container .step .time {
  color: #aaa;
  font-size: 0.293333rem;
  line-height: 0.373333rem;
  margin-bottom: 0.133333rem;
}
.m-process .step-container .step .desrc {
  color: #333;
  font-size: 0.346667rem;
  line-height: 0.4rem;
}
.m-process .step-container .step .desrc p {
  letter-spacing: normal;
}
.m-process .step-container .left-container {
  flex: 1;
  position: relative;
}
.m-process .step-container .left-container > div {
  position: absolute;
  right: 0.333333rem;
}
.m-process .step-container .left-container > div:first-child {
  top: 2.266667rem;
}
.m-process .step-container .left-container > div:nth-child(2) {
  top: 6.186667rem;
}
.m-process .step-container .left-container > div:nth-child(3) {
  top: 9.706667rem;
}
.m-process .step-container .left-container > div .time {
  text-align: right;
}
.m-process .step-container .left-container > div p {
  text-align: right;
}
.m-process .step-container .right-container {
  flex: 1;
  position: relative;
}
.m-process .step-container .right-container > div {
  position: absolute;
  left: 0.333333rem;
}
.m-process .step-container .right-container > div:first-child {
  top: 0.72rem;
}
.m-process .step-container .right-container > div:nth-child(2) {
  top: 4.226667rem;
}
.m-process .step-container .right-container > div:nth-child(3) {
  top: 8.146667rem;
}
.m-process .step-container .step-bar {
  background-color: #E6EFFB;
  width: 1px;
  min-width: 1px;
  height: 100%;
  position: relative;
  opacity: 0.8;
}
.m-process .step-container .step-bar .dot {
  position: absolute;
  transform: translateX(-50%);
  width: 0.266667rem;
  height: 0.266667rem;
  left: 0.013333rem;
  background-color: #E2EEFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-process .step-container .step-bar .dot span {
  width: 0.133333rem;
  height: 0.133333rem;
  border-radius: 50%;
  background: #1a5ad8;
}
.m-process .step-container .step-bar .dot:first-child {
  top: 0.72rem;
}
.m-process .step-container .step-bar .dot:nth-child(2) {
  top: 2.266667rem;
}
.m-process .step-container .step-bar .dot:nth-child(3) {
  top: 4.226667rem;
}
.m-process .step-container .step-bar .dot:nth-child(4) {
  top: 6.186667rem;
}
.m-process .step-container .step-bar .dot:nth-child(5) {
  top: 8.146667rem;
}
.m-process .step-container .step-bar .dot:nth-child(6) {
  top: 9.706667rem;
}
.m-process .step-container .step-bar .step-right {
  position: absolute;
  left: 25px;
}
.m-process .step-container .step-bar .step-left {
  left: -25px;
  position: absolute;
}
.m-us {
  width: 100%;
  height: 7.546667rem;
}
.m-us .m-us-info {
  margin-bottom: 0.533333rem;
  display: flex;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.m-us .m-us-info img {
  width: 0.533333rem;
  height: 0.533333rem;
  margin-right: 0.213333rem;
}
.m-us .m-us-info p {
  color: #333;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
}
