h1,
h2,
h3 {
  line-height: 2;
  font-weight: 400;
}
.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.6em;
  margin-right: 20px;
  fill: currentColor;
  overflow: hidden;
}
.salary-tax {
  position: relative;
  padding: 80px 0;
}
.salary-tax .wrap {
  width: 80%;
  margin: 0 auto;
}
.salary-tax .wrap .salary-title {
  color: #44b0ff;
  font-size: 40px;
  text-align: center;
}
.salary-tax .wrap .salary-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #44b0ff;
  border-radius: 3px;
  margin: 0 auto;
}
.salary-tax .wrap .salary-sub-title {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 24px;
}
.salary-tax .wrap .content {
  margin: 0 auto;
  margin-top: 100px;
  width: 90%;
}
.salary-tax .wrap .content .content-left {
  width: 40%;
  min-width: 420px;
}
.salary-tax .wrap .content .content-left .content-left-img {
  width: 100%;
  margin: 0 auto;
}
.salary-tax .wrap .content .content-right ul .content-right-item {
  max-width: 500px;
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
.salary-tax .wrap .content .content-right ul .content-right-item::before {
  content: "";
  height: 1px;
  background-color: #44b0ff;
  bottom: 0;
  position: absolute;
  width: 0;
  z-index: 10;
}
.salary-tax .wrap .content .content-right ul .content-right-item .info-title {
  line-height: 26px;
  color: #666;
  margin: 10px 0;
}
.salary-tax .wrap .content .content-right ul .content-right-item .info-desc {
  padding-left: 54px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.salary-tax-ab {
  margin-top: 0;
  background: rgba(68, 176, 255, 0.03);
}
.waves {
  background: linear-gradient(360deg, #30baff 0, #6bdbff 100%);
  padding-top: 20px;
  height: 340px;
  background-color: #fff;
}
.waves .salary-title {
  color: #ffffff;
  font-size: 34px;
  text-align: center;
}
.waves .salary-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 6px;
  background: #ffffff;
  border-radius: 3px;
  margin: 0 auto;
}
.waves .salary-sub-title {
  font-size: 18px;
  color: #fffefe;
  text-align: center;
  margin-top: 18px;
}
.waves .btn-default {
  margin: 0 auto;
  background: #fff;
  color: #44b0ff;
  width: 200px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .salary-tax {
    position: relative;
    padding: 10px 0;
  }
  .salary-tax .wrap {
    width: 98%;
    margin: 0 auto;
  }
  .salary-tax .wrap .salary-title {
    color: #44b0ff;
    font-size: 20px;
    text-align: center;
  }
  .salary-tax .wrap .salary-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background: #44b0ff;
    border-radius: 3px;
    margin: 0 auto;
  }
  .salary-tax .wrap .salary-sub-title {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 4px;
  }
  .salary-tax .wrap .content {
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
  }
  .salary-tax .wrap .content .content-left .content-left-img {
    width: 400px;
  }
  .salary-tax .wrap .content .content-right ul .content-right-item {
    margin-bottom: 30px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
  }
  .salary-tax .wrap .content .content-right ul .content-right-item::before {
    content: "";
    height: 1px;
    background-color: #44b0ff;
    bottom: 0;
    position: absolute;
    width: 0;
    z-index: 10;
  }
  .salary-tax .wrap .content .content-right ul .content-right-item .info-title {
    line-height: 14px;
    color: #666;
  }
  .salary-tax .wrap .content .content-right ul .content-right-item .info-desc {
    line-height: 18px;
    font-size: 12px;
    color: #999;
  }
  .waves {
    height: 240px;
  }
  .waves .salary-title {
    font-size: 24px;
  }
  .waves .salary-sub-title {
    font-size: 18px;
    color: #fffefe;
    text-align: center;
    margin-top: 8px;
  }
  .waves .btn-default {
    margin: 0 auto;
    background: #fff;
    color: #44b0ff;
    width: 150px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1220px) {
  .salary-tax {
    position: relative;
    padding: 10px 0;
  }
  .salary-tax .wrap {
    width: 98%;
    margin: 0 auto;
  }
}
