.detail {
  max-width: 1140px;
  margin: 0 auto;
  padding: 80px 15px 66px;
}
.detail .detailTitle {
  font-size: 32px;
  font-weight: 700;
  margin: 50px 0 35px;
}
.detail .detailTxt {
  margin-bottom: 40px;
}
.detail .detailTxt div {
  font-size: 16px;
  color: #595959;
  line-height: 28px;
  text-indent: 2em;
}
.detail .detailImg {
  text-align: center;
  margin-bottom: 40px;
}
.detail .bottomTxt {
  font-size: 16px;
  color: #595959;
  line-height: 28px;
  text-align: center;
  font-weight: 500;
}
.detail .finallTxt {
  background-color: #fff7f6;
  text-align: center;
  color: #3540b9;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 8px 0;
}
