.sec1 {
  display: flex;
  align-items: center;
}
.sec1 .pic {
  width: 410px;
}
.sec1 .pic img {
  display: block;
  width: 100%;
}
.sec1 .text {
  flex: 1;
  padding: 0px 20px 0px 75px;
}
.sec1 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec1 .text .title span {
  color: #eb6796;
}
.sec1 .text .info {
  margin-top: 40px;
}
.sec1 .text .info p {
  font-size: 16px;
  color: #000000;
}
.sec1 .text .info .desc {
  text-indent: 2em;
  margin-bottom: 40px;
  line-height: 30px;
}
.sec1 .text .info .ask {
  line-height: 60px;
  font-size: 30px;
  color: #323232;
  margin-bottom: 40px;
}
.sec1 .text .info .row {
  padding-left: 45px;
  position: relative;
  line-height: 38px;
}
.sec1 .text .info .row:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #aaaaaa;
  position: absolute;
  left: 32px;
  top: 18px;
}

.sec2 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2 .text {
  margin-left: 50px;
  width: 520px;
  line-height: 38px;
  font-size: 16px;
  color: #000000;
}



























