.section2-item {
  padding: 0 50px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.section2-item:nth-child(1) {
  background-image: url("../img/01.png");
}
.section2-item:nth-child(2) {
  background-image: url("../img/02.png");
}
.section2-item:nth-child(3) {
  background-image: url("../img/03.png");
}
.section3 {
  background-color: #f4f5fa;
}
.section3-item {
  margin: 0 20px;
  padding: 60px 20px 40px 20px;
  border-radius: 80px 10px 10px 10px;
  background-color: #fff;
}
.section4-left {
  position: relative;
  width: 46.5%;
  margin-top: 10px;
}
.section4-right {
  position: relative;
  width: 52%;
  margin-top: 10px;
}
.section4-item-text {
  position: absolute;
  top: 20px;
  left: 20px;
  padding-left: 7px;
  line-height: 1;
  border-left: 4px solid #fa5130;
}
.section5-content {
  position: absolute;
  position: absolute;
  top: 15%;
  left: 10%;
  right: 10%;
  color: #ffffff;
}
.section5-item {
  cursor: pointer;
  width: 25%;
  position: relative;
}
.section5-icon {
  margin: 10% 0;
}
.section5-content .container-text {
  margin-top: 0;
}
.orange-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: all 0.3s;
}
.section5-item:hover .orange-mask {
  background-color: #fa5130;
}
.section6-btn {
  cursor: pointer;
  position: relative;
  margin-bottom: 70px;
}
.section6-btn img {
  display: none;
}
.section6-btn-active img {
  display: block;
}
.section6-right {
  flex: 1;
  display: none;
  justify-content: space-evenly;
  width: 100%;
}
.show-section6-right {
  display: flex;
}
.section6-box {
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  text-align: center;
  border-radius: 3px;
  background-color: #f4f5fa;
}
.old,
.now {
  width: 48%;
  max-width: 350px;
}
.old .section6-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.now .section6-box {
  font-weight: bold;
}
.section6-top {
  display: none;
  width: 100%;
  text-align: center;
}
.section6-top img {
  display: none;
}
.section6-top .section6-btn-active::after {
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #fa5130;
}
.section6-right-2 {
  display: none;
}
.section7-container {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  border-radius: 48px;
  box-shadow: 0px 0px 24px 0px rgba(48, 64, 135, 0.2),
    0px 0px 116px 0px rgba(48, 64, 135, 0.06);
}
.section7-item-title::after {
  background-color: #000000;
}
.section7-item {
  width: 25%;
  padding: 0 30px;
  border-right: 2px solid #f1f1f1;
  text-align: center;
}
.section7-item:last-child {
  border-right: none;
}
.section8 {
  background-color: #f4f5fa;
}
.section8-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 40px;
}
.section8-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
}
.section9-container {
  display: block;
}
.section9-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.section9-btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  color: #ffffff;
  border-radius: 4px;
  background-color: #fa5130;
}
.section9-btn a{
  color: #ffffff;
}
.section9-img {
  position: relative;
}
.section9-img:first-child {
  padding-left: 50px;
  padding-right: 30px;
}
.section9-img:first-child::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50%;
  background-color: #e1e3ec;
}
.section9-img:last-child {
  padding-right: 50px;
  padding-left: 30px;
}
.section9-img:last-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50%;
  background-color: #e1e3ec;
}
.section9-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 3px 10px 3px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 1024px) {
  .section2-item {
    padding: 0 20px;
  }
  .section3-item {
    width: 43%;
    margin: 10px;
  }
  .section3-container {
    flex-wrap: wrap;
  }
  .section5-icon {
    margin: 1% 0;
    width: 20px;
  }
  .section5-content {
    top: 2%;
  }
  .section5-icon-2 {
    width: 40px;
  }
  .section6-container {
    flex-direction: column;
  }
  .section6-left {
    display: none;
  }
  .section6-top {
    display: flex;
    justify-content: space-evenly;
  }
  .section6-top .section6-btn {
    width: 48%;
  }
  .section8-item {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .section2-item {
    padding: 20px 0;
  }
  .section2-icon {
    width: 40px;
  }
  .section3-item {
    width: 100%;
    margin: 10px 0;
  }
  .section4-item {
    width: 100%;
  }
  .section4-top-left {
    display: none;
  }
  .section4-left,
  .section4-right {
    width: 100%;
  }
  .section5-item {
    width: 50%;
  }
  .section5-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section5-icon {
    width: 15px;
  }
  .section5-content {
    top: 15%;
  }
  .section5-icon-2 {
    width: 30px;
  }
  .section7-container {
    border-radius: 28px;
  }
  .section7-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .section8-item {
    width: 100%;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .section8-item img {
    width: 40px;
  }
  .section9-item {
    flex-direction: column;
    text-align: center;
  }
  .section9-item:last-child {
    flex-direction: column-reverse;
  }
  .section9-img {
    padding-right: 0 !important;;
    padding-left: 0 !important;;
  }
  .section9-img::after {
    content: none !important;
  }
}
@media (max-width: 440px) {
  .section5-content {
    top: 3%;
  }
  .section5-content .section-item-title {
    padding: 5px 0;
  }
}
