.about_banner {
  background-image: url(../img/about_bg_1.png);
  background-size: 100% 400px;
}
.about_text {
  height: 400px;
  width: 100%;
}
.about_text_title {
  width: 100%;
  padding-top: 175px;
  margin-left: 25%;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about_text_content {
  width: 50%;
  margin-top: 15px;
  margin-left: 25%;
  font-size: 16px;
  color: #fff;
}
.touch {
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_box {
  position: relative;
  width: 500px;
  height: 500px;
  /* left: 19%; */

  border-radius: 50%;
  border-color: #f3faff;
  border-style: solid;
  border-width: 30px;
}
.circle_line {
  width: 530px;
  height: 530px;
  position: absolute;
  top: -15px;
  left: -15px;
  /* left: 6%; */
  border-radius: 50%;
  border-color: #85bbff;
  border-style: dotted;
  border-width: 3px;
}
.circle_pink {
  box-sizing: border-box;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border-width: 3px;
  border-color: #ffeae9;
  overflow: hidden;
  position: absolute;
  top: 155px;
  left: 155px;
  z-index: 2;
  -webkit-box-shadow: 0 0 51px 8px rgba(38, 50, 235, 0.26);
  box-shadow: 0 0 51px 8px rgba(38, 50, 235, 0.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
}
.circle_in {
  border-style: solid;
  width: 130px;
  height: 130px;
  top: 165px;
  left: 165px;
  border-radius: 50%;
  border-width: 20px;
  border-color: #ffeae9;
  position: absolute;
  z-index: 2;
}
.touch_img {
  position: absolute;
  top: 0;
  left: 0;
  /* margin-left: 10%; */
  width: 500px;
  height: 500px;
}
.touch_text {
  margin-left: 30px;
}
.touch_text_title span {
  font-size: 28px;
  font-weight: 600;
}
.touch_text_content {
  width: 400px;
  margin-top: 10px;
  font-size: 16px;
}
.mileage {
  height: 1000px;
  width: 100%;
}

.mileage_title {
  margin-left: 30%;
}
.mileage_left {
  margin-top: 10px;
  margin-left: 30%;
  display: flex;
}
.mileage_text {
  margin-left: 20px;
}
.mileage_text div {
  margin-top: 28px;
}
.mileage_text span {
  margin-left: 20px;
  margin-top: 20px;
  color: #3d3d3d;
}

.mileage_text .middle_y {
  font-size: 20px;
  color: #e4bf58;
  margin-left: -2px;
}
