.eBuy {
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}
.eBuy .left .title {
  font-size: 42px;
  color: #327ecf;
  font-weight: normal;
  position: relative;
  margin-left: 76px;
  line-height: 60px;
  margin-top: 38px;
  margin-bottom: 16px;
}
.eBuy .left .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  height: 36px;
  border-left: 6px solid #327ecf;
  transform: translateY(-50%);
}
.eBuy .left .txt-cont .txt-tt1 {
  display: flex;
  font-size: 26px;
  color: #327ecf;
  line-height: 40px;
  margin-bottom: 28px;
}
.eBuy .left .txt-cont .txt-tt1 p:nth-child(1) {
  font-size: 36px;
  color: #999;
  width: 56px;
}
.eBuy .left .txt-cont .txt-tt2 {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  margin-left: 56px;
  width: 420px;
  text-align: justify;
  margin-bottom: 46px;
}
.eBuy .left .my-product_icons {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  color: #327ecf;
  width: 420px;
  margin-left: 56px;
  margin-bottom: 68px;
  position: relative;
  padding-bottom: 40px;
}
.eBuy .left .my-product_icons::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 510px;
  border-bottom: 2px solid #ccc;
}
.eBuy .left .my-product_icons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-bottom: 2px solid #327ecf;
}
.eBuy .left .my-product_icons .el-image {
  width: 91px;
  height: 91px;
  margin-bottom: 5px;
}
.eBuy .left .detail-btn {
  margin-left: 76px;
}
.eBuy .left .detail-btn .el-button {
  color: #327ecf;
  line-height: 36px;
  height: 36px;
  padding: 0 28px;
  font-size: 16px;
  border: 1px solid #327ecf;
  border-radius: 4px;
}
.eBuy .right {
  margin-top: 90px;
}
.eDu {
  background: linear-gradient(90deg, #9ab1f5, #b6b1eb);
  padding-bottom: 50px;
}
.eDu .wrap {
  display: flex;
}
.eDu .wrap .left {
  margin-right: 130px;
  padding-top: 110px;
}
.eDu .wrap .title {
  font-size: 42px;
  color: #fff000;
  font-weight: normal;
  position: relative;
  margin-left: 76px;
  line-height: 60px;
  margin-top: 38px;
  margin-bottom: 16px;
}
.eDu .wrap .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  height: 36px;
  border-left: 6px solid #fff000;
  transform: translateY(-50%);
}
.eDu .wrap .txt-cont .txt-tt1 {
  display: flex;
  font-size: 26px;
  color: #fff000;
  line-height: 40px;
  margin-bottom: 28px;
}
.eDu .wrap .txt-cont .txt-tt1 p:nth-child(1) {
  font-size: 36px;
  color: #fff;
  width: 56px;
}
.eDu .wrap .txt-cont .txt-tt2 {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin-left: 56px;
  width: 420px;
  text-align: justify;
  margin-bottom: 46px;
}
.eDu .wrap .my-product_icons {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-size: 14px;
  color: #fff000;
  width: 420px;
  margin-left: 56px;
  margin-bottom: 68px;
  position: relative;
  padding-bottom: 40px;
}
.eDu .wrap .my-product_icons::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 510px;
  border-bottom: 2px solid #ccc;
}
.eDu .wrap .my-product_icons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  border-bottom: 2px solid #fff000;
}
.eDu .wrap .icons {
  display: flex;
  justify-content: center;
}
.eDu .wrap .icons-li {
  width: 90px;
  height: 90px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
  color: #fff;
  line-height: 28px;
}
.eDu .wrap .icons-li p:nth-child(1) {
  font-size: 18px;
  margin-top: 5px;
}
.eDu .wrap .icons-li p:nth-child(2) {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
