@charset "utf-8";
#top-banner-seo {
  width: 100%;
  height: 420px;
  background-color: #adcbf3;
}
#top-banner-seo #seo-banner-img {
  width: 100%;
  height: 420px;
  background: url(../images/hhl_seo_imgs/top-banner.png) no-repeat center;
  margin: 0 auto;
  color: #fff;
}
#top-banner-seo #seo-banner-img #seo-banner-content {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 420px;
  margin: 0 auto;
}
#top-banner-seo #seo-banner-img #seo-banner-content .banner-h1 {
  font-size: 64px;
  padding: 113px 0 26px;
  margin: 0 auto;
}
#top-banner-seo #seo-banner-img #seo-banner-content .banner-h2 {
  font-size: 22px;
  padding-bottom: 28px;
  margin: 0 auto;
}
#top-banner-seo #seo-banner-img #seo-banner-content button {
  width: 164px;
  height: 50px;
  font-size: 18px;
  border: 0;
  line-height: 50px;
  text-align: center;
  background-color: #4fadf9;
  border-radius: 25px;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#top-banner-seo #seo-banner-img #seo-banner-content button:hover {
  opacity: 0.6;
}
#website-problem-top {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#website-problem-top #website-problem-top-left {
  display: inline-block;
  position: relative;
  width: 500px;
  height: 440px;
  background: url(../images/hhl_seo_imgs/problem.png) no-repeat top left;
  background-size: 100% auto;
  color: #fff;
}
#website-problem-top #website-problem-top-left #website-problem-tip1 {
  position: absolute;
  font-size: 17px;
  top: 51px;
  left: 101px;
}
#website-problem-top #website-problem-top-left #website-problem-tip2 {
  position: absolute;
  font-size: 20px;
  top: 70px;
  left: 295px;
}
#website-problem-top #website-problem-top-left #website-problem-tip3 {
  position: absolute;
  font-size: 18px;
  bottom: 96px;
  left: 33px;
}
#website-problem-top #website-problem-top-left #website-problem-tip4 {
  position: absolute;
  font-size: 17px;
  bottom: 170px;
  left: 389px;
}
#website-problem-top #website-problem-top-left #website-problem-tip5 {
  position: absolute;
  top: 220px;
  left: 163px;
  width: 113px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}
#website-problem-top #website-problem-top-left #website-problem-tip6 {
  position: absolute;
  top: 270px;
  left: 168px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#website-problem-top #website-problem-top-line {
  display: inline-block;
  width: 1px;
  height: 440px;
  border-left: dashed 1px #dae9fd;
  margin-top: 0px;
  margin-left: 20px;
}
#website-problem-top #website-problem-top-right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 520px);
  height: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 0 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#website-problem-top #website-problem-top-right .website-problem-item {
  position: relative;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-radius: 4px;
  color: #fff;
  padding-left: 36px;
  display: flex;
}
#website-problem-top #website-problem-top-right .website-problem-item .website-problem-blue-circle,
#website-problem-top #website-problem-top-right .website-problem-item .website-problem-red-circle {
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border: solid 3px #4a74f6;
  border-radius: 50%;
  top: 21px;
  left: -4px;
}
#website-problem-top #website-problem-top-right .website-problem-item .website-problem-blue-item {
  display: inline-block;
  width: 150px;
  height: 54px;
  font-size: 16px;
  background-color: #4a74f6;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
#website-problem-top #website-problem-top-right .website-problem-item .website-problem-blue-item:hover {
  background: #ef8445;
}
#website-problem-top #website-problem-top-right .website-problem-item .website-problem-rect-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
  display: inline-block;
  width: calc(100% - 150px);
  height: 54px;
  font-size: 16px;
  color: #191c3d;
  background-color: #f6f8ff;
  border-radius: 0 4px 4px 0;
}
#website-problem-bottom {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px 60px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#website-problem-bottom #website-problem-bottom-right {
  position: relative;
  width: 550px;
  height: 380px;
  background: url(../images/hhl_seo_imgs/seo.png) no-repeat top left;
  background-size: cover;
  margin-top: 76px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-seo {
  font-size: 16px;
  color: #fff;
  padding-top: 183px;
  padding-left: 42px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-seo #website-problem-seo2 {
  padding-left: 90px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-seo #website-problem-seo3 {
  padding-left: 75px;
}
#website-problem-bottom #website-problem-bottom-right .website-problem-seo-key {
  color: #191c3d;
  font-size: 14px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k1 {
  position: absolute;
  top: 21px;
  left: 74px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k2 {
  position: absolute;
  top: 4px;
  left: 244px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k3 {
  position: absolute;
  top: 52px;
  left: 368px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k4 {
  position: absolute;
  bottom: 104px;
  right: 113px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k5,
#website-problem-bottom #website-problem-bottom-right #website-problem-k6 {
  position: absolute;
  bottom: 25px;
  right: 202px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k6 {
  right: 356px;
}
#website-problem-bottom #website-problem-bottom-right #website-problem-k7 {
  position: absolute;
  bottom: 101px;
  left: 75px;
}
#website-problem-bottom #website-problem-bottom-left {
  width: calc(100% - 580px);
}
#website-problem-bottom #website-problem-bottom-left .block-left-title {
  width: 100%;
  font-size: 32px;
  letter-spacing: 2px;
  color: #191c3d;
  padding: 50px 0 30px;
}
#website-problem-bottom #website-problem-bottom-left #website-problem-bottom-content {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: #191c3d;
  padding-bottom: 60px;
}
#website-problem-bottom #website-problem-bottom-left .get-btn {
  width: 230px;
  height: 48px;
  line-height: 48px;
  background-color: #eff3fe;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  font-size: 16px;
  letter-spacing: 0;
  color: #4a74f6;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#seo-advantage {
  width: 100%;
  height: 672px;
  background-color: #ddecff;
  background: url(../images/hhl_seo_imgs/seo-bg.png) no-repeat top center;
  background-size: cover 672px;
}
#seo-advantage #seo-advantage-img {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#seo-advantage #seo-advantage-img p {
  text-align: left;
}
#seo-advantage #seo-advantage-container {
  width: 40%;
  min-width: 480px;
  margin-top: 38px;
}
#seo-advantage #seo-advantage-container .seo-advantage-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #191c3d;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 0 24px rgba(122, 147, 211, 0.3);
  box-shadow: 0 0 24px rgba(122, 147, 211, 0.3);
  letter-spacing: 0;
}
#seo-advantage #seo-advantage-container .seo-advantage-item .check-img {
  width: 14px;
  margin-right: 10px;
}
#seo-advantage #seo-advantage-container #seo-advantage-btn {
  width: 230px;
  height: 48px;
  line-height: 48px;
  background: #4a74f6;
  border: 1px solid #4a74f6;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
#digital-service #digital-service-content {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#digital-service #digital-service-content .digital-service-item {
  width: 18.5%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #eceef4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 160px;
}
#digital-service #digital-service-content .digital-service-item img {
  display: inline-block;
  width: 58px;
  height: auto;
}
#digital-service #digital-service-content .digital-service-item p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 14px;
  padding: 0 10px;
  text-align: center;
}
#digital-service #digital-service-content .digital-service-item:hover {
  -webkit-box-shadow: 0 0 20px #e2e2de;
  box-shadow: 0 0 20px #e2e2de;
}
#seo-tech-service {
  width: 100%;
}
#seo-tech-service #seo-tech-service-content {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 54px;
}
#seo-tech-service #seo-tech-service-content .seo-tech-service-item {
  width: 18.5%;
  margin-bottom: 20px;
  height: 280px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 15px 0;
  -webkit-box-shadow: 0 0 20px rgba(216, 231, 250, 0.8);
  box-shadow: 0 0 20px rgba(216, 231, 250, 0.8);
}
#seo-tech-service #seo-tech-service-content .seo-tech-service-item:hover {
  -webkit-box-shadow: 0 0 36px rgba(122, 147, 211, 0.7);
  box-shadow: 0 0 36px rgba(122, 147, 211, 0.7);
}
#seo-tech-service #seo-tech-service-content .seo-tech-service-item img {
  display: inline-block;
  width: 62px;
  height: auto;
  margin-bottom: 28px;
}
#seo-tech-service #seo-tech-service-content .seo-tech-service-item .seo-tech-item-title {
  font-size: 18px;
  text-align: center;
  color: #191c3d;
  padding-bottom: 16px;
}
#seo-tech-service #seo-tech-service-content .seo-tech-service-item .seo-tech-item-content {
  font-size: 14px;
  color: rgba(25, 28, 61, 0.6);
  line-height: 22px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 66px;
  overflow: hidden;
}
#seo-tech-service #seo-tech-bottom-btn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
#seo-tech-service #seo-tech-bottom-btn .get-btn {
  width: 230px;
  height: 48px;
  line-height: 48px;
  background-color: #eff3fe;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  font-size: 16px;
  letter-spacing: 0;
  color: #4a74f6;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#seo-tech-service #seo-tech-bottom-btn .get-btn:hover {
  background: #4a74f6;
  color: #fff;
}
#website-effect-seo {
  width: 100%;
  padding: 0;
}
#website-effect-seo #website-effect-content-seo {
  width: 100%;
  max-width: 1240px;
  padding: 60px 20px 80px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo {
  width: 31.6%;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 71px 32px 71px 0;
  text-align: right;
  background-color: #dadada;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item1 {
  background: url(../images/hhl_seo_imgs/type-bg.png) no-repeat top left;
  background-size: cover 200px;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item2 {
  background: url(../images/hhl_seo_imgs/channel-bg.png) no-repeat top left;
  background-size: cover 200px;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item3 {
  background: url(../images/hhl_seo_imgs/time-bg.png) no-repeat top left;
  background-size: cover 200px;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo p {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  text-align: right;
}
#website-effect-seo #website-effect-content-seo .website-effect-item-seo p.seo-title {
  font-size: 22px;
  color: #191c3d;
  text-align: right;
  padding-bottom: 20px;
}
#page-bottom-ad {
  width: 100%;
  height: 268px;
  background: url(../images/hhl_seo_imgs/bottom-bg.png) #2334a0 no-repeat top center;
  background-size: 100% 268px;
  margin: 70px auto 0 auto;
  background-color: #26379a;
}
#page-bottom-ad #page-bottom-ad-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#page-bottom-ad #page-bottom-ad-content button {
  display: inline-block;
  border: none;
  width: 230px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #ff6d3d;
  border-radius: 27px;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
}
#page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left {
  width: calc(100% - 260px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left h5 {
  font-size: 46px;
  color: #fff;
  padding-bottom: 20px;
}
#page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left p {
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #website-problem-top {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #website-problem-top #website-problem-top-line {
    display: none;
  }
  #website-problem-top #website-problem-top-right {
    width: 80%;
    height: unset;
    padding: 40px 0 0px;
  }
  #website-problem-top #website-problem-top-right .website-problem-item {
    margin-bottom: 30px;
    padding-left: 0;
  }
  #website-problem-top #website-problem-top-right .website-problem-item .website-problem-blue-circle,
  #website-problem-top #website-problem-top-right .website-problem-item .website-problem-red-circle {
    display: none;
  }
  #website-problem-top #website-problem-top-right .website-problem-item .website-problem-blue-item {
    width: 180px;
  }
  #website-problem-top #website-problem-top-right .website-problem-item .website-problem-rect-item {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 768px) {
  #top-banner-seo {
    width: 100%;
    height: 8.95rem;
  }
  #top-banner-seo #seo-banner-img {
    width: 100%;
    height: 8.95rem;
    background: url(../images/hhl_seo_imgs/wap-top-banner.png) no-repeat center;
    background-size: 100% 100%;
  }
  #top-banner-seo #seo-banner-img #seo-banner-content {
    max-width: unset;
    padding: 0 0.6rem;
    height: 8.95rem;
  }
  #top-banner-seo #seo-banner-img #seo-banner-content .banner-h1 {
    font-size: 1.2rem;
    padding: 2.9rem 0 0.35rem;
  }
  #top-banner-seo #seo-banner-img #seo-banner-content .banner-h2 {
    font-size: 0.6rem;
    line-height: 0.75rem;
    padding-bottom: 0;
    width: 7.5rem;
    margin: 0;
  }
  #top-banner-seo #seo-banner-img #seo-banner-content button {
    display: none;
  }
  #website-problem-m {
    width: 100%;
  }
  #website-problem-m .website-problem-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
  }
  #website-problem-m .website-problem-item img {
    display: inline-block;
    width: 2rem;
    height: auto;
  }
  #website-problem-m .website-problem-item .problem-icon-right {
    width: calc(100% - 2.45rem);
  }
  #website-problem-m .website-problem-item .problem-icon-right .problem-p1 {
    width: 100%;
    font-size: 0.6rem;
    color: #000;
    line-height: 1.1rem;
  }
  #website-problem-m .website-problem-item .problem-icon-right .problem-p1 span {
    color: #3c68d4;
  }
  #website-problem-m .website-problem-item .problem-icon-right .problem-p2 {
    width: 100%;
    color: #666;
    font-size: 0.55rem;
    line-height: 0.95rem;
  }
  #solve-method-seo {
    width: 100%;
    background-color: #fff;
    margin: 0.9rem 0 1rem 0;
  }
  #solve-method-seo #solve-method-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 5.26rem;
    background-color: #ece5fb;
    border-radius: 0.4rem;
    padding: 1.25rem 0.6rem 0 0.6rem;
    background: url(../images/hhl_seo_imgs/center-bg.png);
    background-size: 100% 5.26rem;
  }
  #solve-method-seo #solve-method-box #solve-top-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: #6a52a6;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right top, from(#dfd1fc), to(#e2d5fb));
    background-image: -o-linear-gradient(left, #dfd1fc 0, #e2d5fb 100%);
    background-image: linear-gradient(90deg, #dfd1fc 0, #e2d5fb 100%);
    border-radius: 0.14rem 0 0.2rem 0;
  }
  #solve-method-seo #solve-method-box #solve-method-title {
    font-size: 0.6rem;
    line-height: 0.75rem;
    color: #342f3e;
    margin-bottom: 0.5rem;
  }
  #solve-method-seo #solve-method-box #solve-form {
    position: relative;
    width: 100%;
    height: 1.9rem;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  #solve-method-seo #solve-method-box #solve-form #solve-form-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7.75rem;
    height: 1.9rem;
    padding-left: 0.6rem;
    color: #999;
    font-size: 0.55rem;
    border: none;
    outline: none;
  }
  #solve-method-seo #solve-method-box #solve-form #solve-form-btn {
    border: none;
    width: calc(100% - 7.75rem);
    height: 1.9rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#ac51e6), to(#6a4abb));
    background-image: -o-linear-gradient(left, #ac51e6 0, #6a4abb 100%);
    background-image: linear-gradient(90deg, #ac51e6 0, #6a4abb 100%);
    border-radius: 0 0.14rem 0.14rem 0;
    z-index: 9;
    color: #fff;
    text-align: center;
    font-size: 0.55rem;
  }
  #solve-problem {
    width: 100%;
  }
  #solve-problem .solve-problem-item {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.55rem;
  }
  #solve-problem .solve-problem-item .solve-problem-item-left {
    font-size: 0.6rem;
    color: #fff;
    letter-spacing: 0.025rem;
    padding-left: 0.4rem;
    padding-right: 0.95rem;
  }
  #solve-problem #problem-item1 {
    background: url(../images/hhl_seo_imgs/bgc1.png) no-repeat top left;
    background-size: 100% 2.2rem;
  }
  #solve-problem #problem-item2 {
    background: url(../images/hhl_seo_imgs/bgc2.png) no-repeat top left;
    background-size: 100% 2.2rem;
  }
  #solve-problem #problem-item3 {
    background: url(../images/hhl_seo_imgs/bgc3.png) no-repeat top left;
    background-size: 100% 2.2rem;
  }
  #solve-problem #problem-item4 {
    background: url(../images/hhl_seo_imgs/bgc4.png) no-repeat top left;
    background-size: 100% 2.2rem;
  }
  #solve-problem #problem-item5 {
    background: url(../images/hhl_seo_imgs/bgc5.png) no-repeat top left;
    background-size: 100% 2.2rem;
  }
  #seo-solve-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0 1rem 0;
  }
  #seo-solve-wrapper .seo-solve-item {
    position: relative;
    width: 31.5%;
    height: 5.6rem;
    padding: 0.6rem 0.2rem;
    border-radius: 0.3rem;
    background-size: 100% 100%;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-p1 {
    color: #fff;
    font-size: 0.6rem;
    padding-bottom: 0.35rem;
    text-align: center;
    width: 100%;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-p2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.5rem;
    letter-spacing: 0.025rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-btn {
    position: absolute;
    bottom: 0.5rem;
    border: none;
    left: 50%;
    margin-left: -1.35rem;
    width: 2.7rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.65rem;
    font-size: 0.5rem;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-btn.solve-btn1 {
    color: #538bf7;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-btn.solve-btn2 {
    color: #5dbe90;
  }
  #seo-solve-wrapper .seo-solve-item .seo-solve-btn.solve-btn3 {
    color: #eea051;
  }
  #seo-solve-wrapper .seo-solve-item.seo-solve-1 {
    background: url(../images/hhl_seo_imgs/seo-bg1.png) no-repeat;
    background-size: 100% 100%;
  }
  #seo-solve-wrapper .seo-solve-item.seo-solve-2 {
    background: url(../images/hhl_seo_imgs/seo-bg2.png) no-repeat;
    background-size: 100% 100%;
  }
  #seo-solve-wrapper .seo-solve-item.seo-solve-3 {
    background: url(../images/hhl_seo_imgs/seo-bg3.png) no-repeat;
    background-size: 100% 100%;
  }
  #digital-service #digital-service-content {
    width: 100%;
    max-width: unset;
    padding: 0;
    flex-wrap: wrap;
  }
  #digital-service #digital-service-content .digital-service-item {
    width: 49%;
    border-radius: 0.2rem;
    border: solid 0.025rem #eceef4;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: unset;
    height: 2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.65rem;
  }
  #digital-service #digital-service-content .digital-service-item img {
    width: 1rem;
  }
  #digital-service #digital-service-content .digital-service-item p {
    font-size: 0.55rem;
    color: #333;
    line-height: 0.8rem;
    margin-top: 0;
    padding: 0 0 0 0.3rem;
    text-align: left;
  }
  #digital-service #digital-service-content .digital-service-item:hover {
    -webkit-box-shadow: none;
    box-shadow: unset;
  }
  #seo-tech-service {
    padding: 0 0.65rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  #seo-tech-service .common-h2-title {
    padding-bottom: 0 !important;
  }
  #seo-tech-service .common-h2-subtitle2 {
    display: none;
  }
  #seo-tech-service #seo-tech-service-content {
    max-width: unset;
    padding: 0;
    margin: 0 auto;
    margin-top: 1.1rem;
  }
  #seo-tech-service #seo-tech-service-content .seo-tech-service-item {
    width: 48.5%;
    margin-bottom: 1.3rem;
    height: unset;
    background-color: #fff;
    border-radius: 0;
    justify-content: left;
    flex-direction: unset;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #seo-tech-service #seo-tech-service-content .seo-tech-service-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #seo-tech-service #seo-tech-service-content .seo-tech-service-item img {
    width: 1.65rem;
    margin-right: 0.4rem;
    margin-bottom: unset;
  }
  #seo-tech-service #seo-tech-service-content .seo-tech-service-item .seo-tech-item-title {
    font-size: 0.6rem;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0;
  }
  #seo-tech-service #seo-tech-service-content .seo-tech-service-item .seo-tech-item-content {
    display: none;
  }
  #seo-tech-service #seo-tech-bottom-btn {
    padding-top: 0.2rem;
  }
  #seo-tech-service #seo-tech-bottom-btn .get-btn {
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 0.2rem;
    border: solid 0.025rem #4a74f6;
    font-size: 0.6rem;
    letter-spacing: 0;
  }
  #seo-tech-service #seo-tech-bottom-btn .get-btn:hover {
    background: #fff;
    color: #4a74f6;
  }
  #website-effect-seo {
    border-top: 0.45rem solid #f5f5f5;
    padding: 0 0.65rem;
    margin-top: 0.9rem;
  }
  #website-effect-seo .common-h2-title {
    padding-bottom: 0 !important;
  }
  #website-effect-seo .common-h2-subtitle2 {
    display: none;
  }
  #website-effect-seo #website-effect-content-seo {
    width: 100%;
    max-width: unset;
    padding: 0 0 0.6rem 0;
    flex-direction: column;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo {
    width: 100%;
    height: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.4rem 0.6rem 1.4rem 0;
    text-align: right;
    background-color: #dadada;
    border-radius: 0.3rem;
    margin-bottom: 0.6rem;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item1 {
    background: url(../images/hhl_seo_imgs/type-bg.png) no-repeat center left;
    background-size: cover cover;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item2 {
    background: url(../images/hhl_seo_imgs/channel-bg.png) no-repeat center left;
    background-size: cover cover;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo.seo-item3 {
    background: url(../images/hhl_seo_imgs/time-bg.png) no-repeat center left;
    background-size: cover cover;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo p {
    font-size: 0.6rem;
    line-height: 0.65rem;
  }
  #website-effect-seo #website-effect-content-seo .website-effect-item-seo p.seo-title {
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.6rem;
  }
  #page-bottom-ad {
    width: 100%;
    height: 5.7rem;
    background: url(../images/hhl_seo_imgs/bottom-bg.png) #2334a0 no-repeat top center;
    background-size: cover cover;
    margin: 0px auto 0 auto;
    background-color: #26379a;
  }
  #page-bottom-ad #page-bottom-ad-content {
    max-width: unset;
    padding: 0 0.65rem;
  }
  #page-bottom-ad #page-bottom-ad-content button {
    display: inline-block;
    border: none;
    width: 4.8rem;
    height: 1.65rem;
    line-height: 1.65rem;
    border-radius: 0.85rem;
    font-size: 0.65rem;
  }
  #page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left {
    width: calc(100% - 5.2rem);
  }
  #page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left h5 {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
  }
  #page-bottom-ad #page-bottom-ad-content .page-bottom-ad-left p {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
