@charset "utf-8";
.icon-arrow,
.icon-arrow-active,
.icon-check {
  background-image: url(../images/hhl_sitebuild_imgs/sprite.png);
  background-position: -207px -61px;
  width: 24px;
  height: 12px;
}
.icon-arrow,
.icon-check {
  background-position: -207px -73px;
}
.icon-check {
  background-position: -221px -40px;
  width: 14px;
}
.icon-check2,
.icon-check3,
.icon-check4,
.icon-close,
.icon-icon1,
.icon-icon10,
.icon-icon10-active {
  background-image: url(../images/hhl_sitebuild_imgs/sprite.png);
  background-position: -207px -85px;
  width: 14px;
  height: 12px;
}
.icon-check3,
.icon-check4,
.icon-close,
.icon-icon1,
.icon-icon10,
.icon-icon10-active {
  background-position: -221px -85px;
}
.icon-check4,
.icon-close,
.icon-icon1,
.icon-icon10,
.icon-icon10-active {
  background-position: -207px -97px;
}
.icon-close,
.icon-icon1,
.icon-icon10,
.icon-icon10-active {
  background-position: -92px -113px;
  width: 44px;
  height: 44px;
}
.icon-icon1,
.icon-icon10,
.icon-icon10-active {
  background-position: -47px -55px;
  width: 50px;
  height: 50px;
}
.icon-icon10,
.icon-icon10-active {
  background-position: -113px 0;
  width: 51px;
  height: 41px;
}
.icon-icon10 {
  background-position: -113px -41px;
}
.icon-icon11,
.icon-icon11-active,
.icon-icon12,
.icon-icon2,
.icon-icon3,
.icon-icon4,
.icon-icon5 {
  background-image: url(../images/hhl_sitebuild_imgs/sprite.png);
  background-position: 0 -113px;
  width: 46px;
  height: 45px;
}
.icon-icon11,
.icon-icon12,
.icon-icon2,
.icon-icon3,
.icon-icon4,
.icon-icon5 {
  background-position: -46px -113px;
}
.icon-icon12,
.icon-icon2,
.icon-icon3,
.icon-icon4,
.icon-icon5 {
  background-position: -207px -40px;
  width: 14px;
  height: 21px;
}
.icon-icon2,
.icon-icon3,
.icon-icon4,
.icon-icon5 {
  background-position: 0 0;
  width: 57px;
  height: 55px;
}
.icon-icon3,
.icon-icon4,
.icon-icon5 {
  background-position: 0 -55px;
  width: 47px;
  height: 58px;
}
.icon-icon4,
.icon-icon5 {
  background-position: -57px 0;
  width: 56px;
  height: 51px;
}
.icon-icon5 {
  background-position: -207px 0;
  width: 37px;
  height: 40px;
}
.icon-icon6,
.icon-icon7,
.icon-icon8,
.icon-icon8-active,
.icon-icon9,
.icon-icon9-active {
  background-image: url(../images/hhl_sitebuild_imgs/sprite.png);
  background-position: -86px -158px;
  width: 43px;
  height: 37px;
}
.icon-icon7,
.icon-icon8,
.icon-icon8-active,
.icon-icon9,
.icon-icon9-active {
  background-position: -164px -94px;
  height: 42px;
}
.icon-icon8,
.icon-icon8-active,
.icon-icon9,
.icon-icon9-active {
  background-position: 0 -158px;
  height: 38px;
}
.icon-icon8,
.icon-icon9,
.icon-icon9-active {
  background-position: -43px -158px;
}
.icon-icon9,
.icon-icon9-active {
  background-position: -164px 0;
  height: 47px;
}
.icon-icon9 {
  background-position: -164px -47px;
}
.icon {
  display: inline-block;
}
button {
  outline: 0;
}
#center-service-btn:hover,
#top-banner-btn:hover,
.btn-hover,
.concat-btn:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
.common-h2-title,
.common-h2-title2 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #191c3d;
  padding: 79px 0 60px;
  text-align: center;
  font-weight: 700;
}
.common-h2-title2 {
  padding: 0px 0 35px;
  text-align: left;
}
.btn-wrapper,
.concat-btn {
  width: 100%;
  text-align: center;
}
.concat-btn {
  width: 230px;
  height: 48px;
  line-height: 48px;
  background-color: #eff3fe;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  font-size: 16px;
  color: #4a74f6;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.concat-btn:hover {
  background-color: #4a74f6;
  color: #fff;
  border: solid 1px #4a74f6;
}
#center-service-btn:after,
#modal-content-btn:after,
#top-banner-btn:after,
.concat-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: -o-radial-gradient(circle, #666 10%, transparent 10.01%);
  background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: scale(10, 10);
  -ms-transform: scale(10, 10);
  transform: scale(10, 10);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}
#center-service-btn:active:after,
#modal-content-btn:active:after,
#top-banner-btn:active:after,
.concat-btn:active:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0.3;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
#top-banner {
  width: 100%;
  height: 420px;
  background-color: #cacfe6;
}
#top-banner-img {
  width: 100%;
  height: 420px;
  background: url(../images/hhl_sitebuild_imgs/top-banner.png) no-repeat center;
  margin: 0 auto;
  color: #191c3d;
}
#top-banner-content {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  height: 420px;
  margin: 0 auto;
}
#top-banner-h1 {
  font-size: 36px;
  padding: 80px 0 22px;
  margin: 0 auto;
  font-weight: 700;
}
#top-banner-h2,
#top-banner-h3 {
  font-size: 64px;
  font-weight: 700;
  color: #191c3d;
  padding-bottom: 33px;
  margin: 0 auto;
}
#top-banner-h3 {
  font-size: 20px;
}
#top-banner-btn {
  width: 164px;
  height: 50px;
  font-size: 18px;
  border: 0;
  line-height: 50px;
  text-align: center;
  background-color: #4fadf9;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#website-why-content {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
#service-intro-container,
#website-why-content,
.website-why-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.website-why-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  height: 270px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 46px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
}
.service-intro-item:hover,
.website-why-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
}
.website-why-item-title {
  color: #191c3d;
  font-size: 18px;
  font-weight: 700;
}
.website-why-item-content {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #92939d;
  text-align: center;
}
#service-intro-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 800px;
  margin: 0 auto;
}
.service-intro-item {
  position: relative;
  width: 24%;
  height: 800px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
}
.service-intro-item-top {
  position: relative;
  width: 100%;
  padding: 30px 0 24px 0;
  border-radius: 14px 14px 0 0;
}
.service-intro-bg1 {
  background: url(../images/hhl_sitebuild_imgs/bg1-1.png) no-repeat top center;
  background-size: 100% 100%;
}
.service-intro-bg2 {
  background: url(../images/hhl_sitebuild_imgs/bg1-2.png) no-repeat top center;
  background-size: 100% 100%;
}
.service-intro-bg3 {
  background: url(../images/hhl_sitebuild_imgs/bg1-3.png) no-repeat top center;
  background-size: 100% 100%;
}
.service-intro-bg4 {
  background: url(../images/hhl_sitebuild_imgs/bg1-4.png) no-repeat top center;
  background-size: 100% 100%;
}
.service-intro-title1,
.service-intro-title2 {
  color: #1d1f35;
  text-align: center;
  font-weight: 700;
}
.service-intro-title1 {
  font-size: 22px;
  line-height: 24px;
  padding-bottom: 10px;
}
.service-intro-title2 {
  font-size: 36px;
  line-height: 38px;
}
.service-intro-title2 b {
  font-size: 18px;
}
.service-intro-rec {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffdcd8;
  font-size: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #c495a0), color-stop(0%, #882a41), to(#60132a));
  background-image: -o-linear-gradient(left, #fff 0, #c495a0 0, #882a41 0, #60132a 100%);
  background-image: linear-gradient(90deg, #fff 0, #c495a0 0, #882a41 0, #60132a 100%);
  border-radius: 0 14px 0 14px;
}
.service-intro-title1sp {
  color: #fff;
}
.service-intro-title2sp {
  color: #51c168;
}
.service-intro-item-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  padding: 16px 22px 30px 22px;
  text-align: center;
}
.service-intro-item-row {
  font-size: 16px;
  margin-bottom: 23px;
  padding: 0 25px;
  color: #1d1f35;
}
.service-intro-item-rect {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #dacab8;
  margin-right: 14px;
}
.service-intro-item-rect .icon {
  position: absolute;
  bottom: 2px;
  left: 0;
}
.service-intro-btn {
  width: calc(100% - 50px);
  height: 48px;
  border-radius: 4px;
  position: absolute;
  bottom: 30px;
  left: 25px;
  cursor: pointer;
}
.service-intro-btn:hover {
  background-color: #4a74f6 !important;
  color: #fff !important;
  border: solid 1px #4a74f6 !important;
}
.intro-item-weight-row {
  font-weight: 700;
}
#service-intro-btn1 {
  font-size: 16px;
  color: #4a74f6;
  background-color: #eff3fe;
  border: solid 1px #4a74f6;
}
#service-intro-btn2 {
  font-size: 16px;
  color: #e84545;
  background-color: #fff4f3;
  border: solid 1px #ed5a5a;
}
#service-intro-btn3 {
  font-size: 16px;
  color: #f29040;
  background-color: #fffbf4;
  border: solid 1px #e69655;
}
#service-intro-btn4 {
  font-size: 16px;
  color: #2aa343;
  background-color: #fafffb;
  border: solid 1px #51c168;
}
#website-effect {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  padding-bottom: 80px;
  margin: 0 auto;
}
#website-effect-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.website-effect-item {
  width: 32%;
  height: 220px;
  font-size: 14px;
  color: #fff;
  background-color: #737373;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 102px 35px 44px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 21px;
}
.website-effect-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.website-effect-item-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
}
#website-effect-item1 {
  background: url(../images/hhl_sitebuild_imgs/bg2-1.png) no-repeat top center;
  background-size: 380px 220px;
}
#website-effect-item2 {
  background: url(../images/hhl_sitebuild_imgs/bg2-2.png) no-repeat top center;
  background-size: 380px 220px;
}
#website-effect-item3 {
  background: url(../images/hhl_sitebuild_imgs/bg2-3.png) no-repeat top center;
  background-size: 380px 220px;
}
#center-servic-box {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
#center-service {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 230px;
  padding: 0px 0 0 180px;
  background: url(../images/hhl_sitebuild_imgs/banner-center.png) #3f71ff no-repeat top left;
  background-size: cover cover;
  border-radius: 4px;
  margin: 0 auto 82px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.center-service-title {
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  padding-right: 240px;
}
#center-service-decs {
  font-size: 16px;
  color: #c4cffb;
  padding-top: 24px;
}
#center-service-btn {
  position: absolute;
  right: 40px;
  top: 70px;
  width: 198px;
  height: 50px;
  background-color: #ff6d3d;
  border-radius: 25px;
  letter-spacing: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}
#site-advantage {
  width: 100%;
  height: 499px;
  background-color: #e4effd;
}
#site-advantage-img {
  height: 100%;
  background: url(../images/hhl_sitebuild_imgs/serve-bg.png) no-repeat top center;
  background-size: 1920px 499px;
}
#site-advantage-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
}
.site-advantage-container-box {
  width: 50%;
  max-width: 540px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.site-advantage-content {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #191c3d;
  padding-bottom: 43px;
}
.site-advantage-items {
  width: 100%;
  height: 133px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#more-advatage,
#solve-method-container,
.site-advantage-item,
.site-advantage-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-advantage-item {
  width: 157px;
  height: 133px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-advantage-item .icon {
  margin-bottom: 13px;
}
.site-advantage-item-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: #191c3d;
  padding-bottom: 18px;
}
.site-advantage-item-content {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #838a9c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#more-advatage,
#solve-method-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#more-advatage {
  height: 352px;
  margin: 0 auto;
  padding-top: 30px;
}
.more-advatage-item {
  width: 23.5%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
}
.more-advatage-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
}
.more-advatage-item-title {
  font-size: 18px;
  letter-spacing: 0;
  color: #191c3d;
  font-weight: 700;
  padding-bottom: 16px;
  text-align: center;
}
.more-advatage-item-content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #92939d;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#solve-method-container {
  height: 326px;
  margin: 0 auto 50px;
}
.solve-method-item {
  width: 23.5%;
  height: 150px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #858585;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service-flow-item:hover,
.solve-method-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#solve-item-bg1 {
  background: url(../images/hhl_sitebuild_imgs/bg3-1.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg2 {
  background: url(../images/hhl_sitebuild_imgs/bg3-2.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg3 {
  background: url(../images/hhl_sitebuild_imgs/bg3-3.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg4 {
  background: url(../images/hhl_sitebuild_imgs/bg3-4.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg5 {
  background: url(../images/hhl_sitebuild_imgs/bg3-5.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg6 {
  background: url(../images/hhl_sitebuild_imgs/bg3-6.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg7 {
  background: url(../images/hhl_sitebuild_imgs/bg3-7.png) no-repeat top center;
  background-size: cover;
}
#solve-item-bg8 {
  background: url(../images/hhl_sitebuild_imgs/bg3-8.png) no-repeat top center;
  background-size: cover;
}
#service-flow-container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 310px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 50px;
}
#see-more-content,
#seo-common-question-content,
#service-flow-container,
.service-flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.service-flow-item {
  position: relative;
  width: 23.5%;
  height: 310px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
}
.service-flow-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.3);
}
.service-flow-item-sp {
  background-color: #4a74f6;
  color: #fff;
}
.service-flow-item-sp .service-flow-item-content {
  color: #fff;
}
.service-flow-item-sp .service-flow-item-title {
  color: #fff;
  font-weight: 700;
}
.service-flow-item-sp .flow-item-top-right {
  width: 96px;
  height: 34px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c2643), color-stop(0%, #243176), color-stop(0%, #2c3ba8), to(#343e83));
  background-image: -o-linear-gradient(left, #1c2643 0, #243176 0, #2c3ba8 0, #343e83 100%);
  background-image: linear-gradient(90deg, #1c2643 0, #243176 0, #2c3ba8 0, #343e83 100%);
  border-radius: 0 14px 0 14px;
}
.service-flow-item-title {
  color: #191c3d;
  font-size: 22px;
  padding: 26px 0 20px 0;
  font-weight: 700;
}
.service-flow-item-content {
  font-size: 14px;
  height: 78px;
  line-height: 26px;
  color: #616373;
}
.flow-item-top-right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  width: 96px;
  height: 34px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#1c2643), color-stop(0%, #4168a1), color-stop(0%, #65aaff), to(#4a74f6));
  background-image: -o-linear-gradient(left, #1c2643 0, #4168a1 0, #65aaff 0, #4a74f6 100%);
  background-image: linear-gradient(90deg, #1c2643 0, #4168a1 0, #65aaff 0, #4a74f6 100%);
  border-radius: 0 14px 0 14px;
}
#see-more-content,
#seo-common-question-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#seo-common-question-content {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  height: 440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.seo-common-question-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  height: 200px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #eceef4;
  padding: 38px 30px;
}
.seo-common-question-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(226, 226, 222, 0.3);
  box-shadow: 0 0 30px rgba(226, 226, 222, 0.3);
}
.seo-common-question-title {
  font-size: 18px;
  color: #191c3d;
  padding-bottom: 13px;
}
.seo-common-question-line {
  width: 33px;
  height: 3px;
  background-color: #4a74f6;
  margin-bottom: 33px;
}
.seo-question-item-content {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #616373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#see-more-content {
  width: 100%;
  max-width: 910px;
  padding: 0 20px;
  height: 123px;
  padding-bottom: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 100px;
}
.see-more-item {
  display: inline-block;
  position: relative;
  width: 48%;
  height: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 35px 37px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#modal-cover,
.see-more-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.see-more-item .icon {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 30px;
  cursor: pointer;
}
.see-more-item:hover {
  -webkit-box-shadow: 0 0 30px rgba(226, 226, 222, 0.3);
  box-shadow: 0 0 30px rgba(226, 226, 222, 0.3);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}
.see-more-item1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ee8845), to(#f16a42));
  background-image: -o-linear-gradient(left, #ee8845 0, #f16a42 100%);
  background-image: linear-gradient(90deg, #ee8845 0, #f16a42 100%);
}
.see-more-item2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#5289f7), to(#64aeff));
  background-image: -o-linear-gradient(right, #5289f7 0, #64aeff 100%);
  background-image: linear-gradient(-90deg, #5289f7 0, #64aeff 100%);
}
.see-more-item-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}
.see-more-item-content {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
#modal-cover {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(127, 127, 127, 0.5);
  display: none;
}
#modal-content {
  position: relative;
  top: 200px;
  width: 500px;
  height: 433px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}
#modal-content-top {
  width: 500px;
  height: 88px;
  line-height: 88px;
  font-size: 24px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  background: url(../images/hhl_sitebuild_imgs/modal-bg.png) no-repeat top center;
  background-size: cover;
}
#modal-content-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 500px;
  height: 345px;
  padding: 31px 55px 50px;
}
#modal-content-input-wrapper {
  position: relative;
  width: 390px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #d2d2d2;
  margin-bottom: 16px;
}
#modal-content-input-wrapper .icon-icon12 {
  margin-left: 14px;
  margin-right: 14px;
}
#modal-content-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 342px;
  height: 50px;
  border: 0;
  outline: 0;
}
#modal-content-btn,
.modal-box-item {
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
#modal-content-btn {
  width: 390px;
  height: 50px;
  border: 0;
  line-height: 50px;
  background-color: #4fadf9;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#modal-content-btn:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
#modal-content-desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 15px;
}
#modal-content-box,
#modal-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#modal-content-title {
  width: 100%;
  color: #333;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 14px;
}
#modal-content-title .modal-hr {
  width: 132px;
  height: 0;
  border: solid 1px #d2d2d2;
}
#modal-content-box {
  height: 58px;
}
.modal-box-item {
  width: 120px;
  height: 58px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0;
  font-size: 14px;
  line-height: 20px;
}
.modal-box-item1 {
  background-image: -o-linear-gradient(315deg, #4fadf9 0, #4a74f6 100%);
  background-image: linear-gradient(135deg, #4fadf9 0, #4a74f6 100%);
  -webkit-box-shadow: 0 2px 16px 0 rgba(79, 172, 249, 0.35);
  box-shadow: 0 2px 16px 0 rgba(79, 172, 249, 0.35);
}
.modal-box-item2 {
  background-image: -o-linear-gradient(315deg, #f4ba55 0, #efa737 50%, #e9941a 100%);
  background-image: linear-gradient(135deg, #f4ba55 0, #efa737 50%, #e9941a 100%);
  -webkit-box-shadow: 0 2px 16px 0 rgba(250, 196, 102, 0.35);
  box-shadow: 0 2px 16px 0 rgba(250, 196, 102, 0.35);
}
.modal-box-item3 {
  background-image: -o-linear-gradient(315deg, #f6894d 0, #ee6d43 50%, #e55038 100%);
  background-image: linear-gradient(135deg, #f6894d 0, #ee6d43 50%, #e55038 100%);
  -webkit-box-shadow: 0 2px 16px 0 rgba(249, 137, 103, 0.35);
  box-shadow: 0 2px 16px 0 rgba(249, 137, 103, 0.35);
}
#close-modal-btn {
  position: absolute;
  top: -44px;
  right: -45px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .reserve-size {
    font-family: PingFangSC-Regular;
    font-size: 0.55rem;
    color: #999999;
    margin-top: 0.4rem;
  }
  .title-size {
    width: 100%;
    margin: 0rem 0 0.6rem 0;
    padding: 0 0 0 0.35rem;
    border-left: 0.1rem solid #4d89f3;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: left;
    letter-spacing: 0.025rem;
  }
  #page-banner {
    width: 100%;
    height: 8.95rem;
    /* padding: 0.93rem 0px 1.1rem 0.28rem; */
    box-sizing: border-box;
    position: relative;
  }
  .page-banner-img {
    width: 100%;
    height: 8.95rem;
    /* position: absolute;
        top: 0;
        left: 0; */
  }
  .page-banner-size1 {
    color: #ffffff;
    position: absolute;
    top: 1.5rem;
    left: 0.6rem;
    font-family: FZLTDHK--GBK1-0;
    font-size: 1.4rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
  .page-banner-size1 span {
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: 0.4rem;
  }
  .page-banner-size2 {
    width: 6.15rem;
    height: 1.3rem;
    background-image: linear-gradient(90deg, #ffb008 0%, #ff671c 100%);
    border-radius: 0.65rem;
    font-family: PingFangSC-Regular;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: absolute;
    top: 5.6rem;
    left: 0.6rem;
    box-shadow: none;
    outline: none;
    border: none;
    background-repeat: no-repeat;
  }
  #solve-method {
    width: 100%;
    padding: 0 0.65rem;
    background: #fff;
    border-top: 0.45rem solid #f5f5f5;
  }
  #solve-method .btn-wrapper {
    display: none;
  }
  .common-h2-title,
  .common-h2-title2 {
    width: 100%;
    margin: 0.9rem 0 0.85rem 0;
    padding: 0 0 0 0.35rem;
    border-left: 0.1rem solid #4d89f3;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: left;
    letter-spacing: 0.025rem;
  }
  #solve-method-container {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: unset;
    margin-bottom: 0.6rem;
  }
  #solve-method-container .solve-method-item {
    width: 48.5%;
    background: #f1f6fb !important;
    border-radius: 0.05rem;
    height: 2.1rem;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.6rem;
    color: #222;
    font-weight: normal;
    line-height: 0.8rem;
  }
  #service-flow {
    width: 100%;
    padding: 0 0.65rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  #service-flow #service-flow-container {
    width: 100%;
    overflow: auto;
    height: unset;
    padding: 0;
    white-space: nowrap;
    margin: 0;
  }
  #service-flow #service-flow-container .service-flow-item {
    width: unset;
    height: 7.5rem;
    display: inline-block;
    margin: 0 0.7rem 1.2rem 0;
    border-radius: 0.3rem;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  #service-flow #service-flow-container .service-flow-item .flow-item-top-right {
    width: unset;
    padding: 0 0.2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.5rem;
    border-radius: 0 0.3rem 0 0.3rem;
  }
  #service-flow #service-flow-container .service-flow-item .service-flow-item-title {
    font-size: 0.65rem;
    margin: 0.5rem 0;
    padding: 0;
  }
  #service-flow #service-flow-container .service-flow-item .service-flow-item-content {
    font-size: 0.6rem;
    line-height: 0.7rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
  }
  #service-flow #service-flow-container .service-flow-item .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  #service-flow #service-flow-container .service-flow-item .icon.icon-icon8-active {
    background: url(../images/hhl_sitebuild_imgs/service1.png) no-repeat left center;
    background-size: 1.1rem auto;
  }
  #service-flow #service-flow-container .service-flow-item .icon.icon-icon9 {
    background: url(../images/hhl_sitebuild_imgs/service2.png) no-repeat left center;
    background-size: 1.1rem auto;
  }
  #service-flow #service-flow-container .service-flow-item .icon.icon-icon10 {
    background: url(../images/hhl_sitebuild_imgs/service3.png) no-repeat left center;
    background-size: 1.4rem auto;
  }
  #service-flow #service-flow-container .service-flow-item .icon.icon-icon11 {
    background: url(../images/hhl_sitebuild_imgs/service4.png) no-repeat left center;
    background-size: 1.2rem auto;
  }
  #service-flow .btn-wrapper {
    display: none;
  }
  #seo-common-question {
    width: 100%;
    padding: 0 0.65rem;
    background: #f5f5f5;
    border-top: 0.45rem solid #f5f5f5;
  }
  #seo-common-question-content {
    width: 100%;
    padding: 0;
    flex-direction: column;
    height: unset;
    padding-bottom: 0.5rem;
  }
  #seo-common-question-content .seo-common-question-item {
    width: 100%;
    height: unset;
    background: #fff;
    border: none;
    margin-bottom: 0.45rem;
    padding: 0.65rem 0.45rem 0.65rem 0.45rem;
  }
  #seo-common-question-content .seo-common-question-item .seo-common-question-line {
    display: none;
  }
  #seo-common-question-content .seo-common-question-item .seo-common-question-title {
    width: 100%;
    font-size: 0.6rem;
    line-height: 0.9rem;
    padding-left: 1.3rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
  }
  #seo-common-question-content .seo-common-question-item .seo-common-question-title::after {
    content: '问';
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e86341;
  }
  #seo-common-question-content .seo-common-question-item .seo-question-item-content {
    width: 100%;
    padding-left: 1.3rem;
    line-height: 0.9rem;
    font-size: 0.55rem;
    color: #444;
    position: relative;
  }
  #seo-common-question-content .seo-common-question-item .seo-question-item-content::after {
    content: '答';
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #57c677;
  }
  #seo-common-question-content .seo-common-question-item:nth-child(4) {
    display: none;
  }
  #see-more {
    width: 100%;
    padding: 0 0.65rem;
  }
  #see-more-content {
    width: 100%;
    padding: 0;
    margin-bottom: 0.8rem;
    height: unset;
  }
  #see-more-content .see-more-item {
    height: 6rem;
    padding: 1rem 0.5rem 0 0.5rem;
  }
  #see-more-content .see-more-item .see-more-item-title {
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
    padding: 0;
  }
  #see-more-content .see-more-item .see-more-item-content {
    font-size: 0.65rem;
    line-height: 0.9rem;
  }
  #see-more-content .see-more-item .icon-arrow {
    position: absolute;
    left: 0.5rem;
    right: unset;
    top: unset;
    bottom: 0.5rem;
  }
  #question-box {
    height: unset;
    width: 100%;
    padding: 0 0.65rem;
    background-color: #fff;
    overflow: hidden;
    border-top: 0.45rem solid #f5f5f5;
    padding-top: 0.9rem;
  }
  #question-list {
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
  }
  .question-content {
    width: 48.5%;
    height: 6.5rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    box-shadow: 0px 0px 5px #eaeaea;
    padding: 0.6rem 0.5rem 0 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
  }
  .question-content-img1 {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #f2ae3d;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .question-content-img2 {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #6cc779;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .question-content-img3 {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #5791f4;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .question-content-img4 {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #f16653;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-img1 {
    width: 0.9rem;
    height: 0.9rem;
  }
  .content-img2 {
    width: 0.9rem;
    height: 0.9rem;
  }
  .content-img3 {
    width: 0.9rem;
    height: 0.9rem;
  }
  .content-img4 {
    width: 0.9rem;
    height: 0.9rem;
  }
  .question-content-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    line-height: 0.81rem;
    letter-spacing: 0rem;
    color: #333333;
    margin: 0.45rem 0 0.2rem 0;
  }
  .question-content-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8rem;
    letter-spacing: 0rem;
    color: #666666;
  }
  .question-content-size3 {
    font-family: PingFangSC-Regular;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.8rem;
    letter-spacing: 0rem;
    color: #666666;
  }
  #introduce-box {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    padding: 0 0.65rem;
    padding-top: 0.9rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  .introduce-list1 {
    width: 100%;
    border-radius: 0.4rem;
    background-image: url(../images/hhl_sitebuild_imgs/wzjs-introduce1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.7rem;
    margin-bottom: 0.65rem;
    padding: 0.9rem 0.5rem 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    height: 4.7rem;
  }
  .introduce-list2 {
    width: 100%;
    border-radius: 0.4rem;
    background-image: url(../images/hhl_sitebuild_imgs/wzjs-introduce2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-top: 0.36rem; */
    margin-bottom: 0.65rem;
    padding: 0.9rem 0.5rem 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    height: 4.7rem;
  }
  .introduce-list3 {
    width: 100%;
    border-radius: 0.4rem;
    background-image: url(../images/hhl_sitebuild_imgs/wzjs-introduce3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-top: 0.36rem; */
    margin-bottom: 0.65rem;
    padding: 0.9rem 0.5rem 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    height: 4.7rem;
  }
  .introduce-list4 {
    width: 100%;
    border-radius: 0.4rem;
    background-image: url(../images/hhl_sitebuild_imgs/wzjs-introduce4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-top: 0.36rem; */
    margin-bottom: 0.65rem;
    padding: 0.9rem 0.5rem 0.4rem 0.6rem;
    box-sizing: border-box;
    position: relative;
    height: 4.7rem;
  }
  .introduce-tag1 {
    position: absolute;
    left: 0rem;
    top: 0rem;
    font-family: PingFangSC-Regular;
    font-size: 0.65rem;
    color: #ffffff;
    line-height: 0.85rem;
    box-sizing: border-box;
  }
  .jichu1 {
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    background-image: linear-gradient(90deg, #ffffff 0%, #b7c7f3 0%, #6e8fe7 0%, #3c79e2 100%);
  }
  .biaozhun1 {
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    background-image: linear-gradient(90deg, #ffffff 0%, #c495a0 0%, #882a41 0%, #60132a 100%);
  }
  .yingxiao1 {
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    background-image: linear-gradient(90deg, #ffffff 0%, #f4c889 0%, #e99012 0%, #e65439 100%);
  }
  .zhizun1 {
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    background-image: linear-gradient(90deg, #ffffff 0%, #faefd3 0%, #f4dea7 0%, #d69c58 100%);
  }
  .introduce-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .introduce-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.65rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
  }
  .introduce-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    margin: 0.25rem 0 0.25rem 0;
  }
  .introduce-size3 {
    font-family: PingFangSC-Regular;
    font-size: 0.65rem;
    font-weight: normal;
    letter-spacing: 0rem;
  }
  .introduce-size4 {
    font-family: PingFangSC-Medium;
    font-size: 0.5rem;
    letter-spacing: 0rem;
  }
  .introduce-size5 {
    font-family: DIN-Bold;
    font-size: 0.65rem;
    font-weight: normal;
    letter-spacing: 0rem;
    font-weight: bold;
  }
  .introduce-right {
    width: 3.2rem;
    height: 1.2rem;
    border-radius: 0.6rem;
    font-family: PingFangSC-Medium;
    font-size: 0.55rem;
    color: #ffffff;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .introduce-btn1 {
    background-image: linear-gradient(90deg, #91adf7 0%, #7096f7 100%);
    box-shadow: 0rem 0.02rem 0.16rem 0rem rgba(142, 170, 247, 0.35);
    background-repeat: no-repeat;
  }
  .introduce-btn2 {
    background-image: linear-gradient(90deg, #f6894d 0%, #ee6d43 50%, #e55038 100%);
    box-shadow: 0rem 0.02rem 0.16rem 0rem rgba(249, 137, 103, 0.35);
    background-repeat: no-repeat;
  }
  .introduce-btn3 {
    background-image: linear-gradient(90deg, #f4ba55 0%, #efa737 50%, #e9941a 100%);
    box-shadow: 0rem 0.02rem 0.16rem 0rem rgba(250, 196, 102, 0.35);
    background-repeat: no-repeat;
  }
  .introduce-btn4 {
    background-image: linear-gradient(90deg, #57c784 0%, #51c168 100%);
    box-shadow: 0rem 0.02rem 0.16rem 0rem rgba(88, 199, 131, 0.35);
    background-repeat: no-repeat;
  }
  #advantage-box {
    height: unset;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    padding: 0.9rem 0.65rem 0.9rem 0.65rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  #advantage-list {
    width: 100%;
    height: unset;
    background-color: #ffffff;
    border-radius: 0.4rem;
    box-shadow: 0 0 0.4rem #f1f1f1;
    padding: 0.8rem 0.6rem;
    box-sizing: border-box;
  }
  .advantage-top-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .advantage-top-content {
    width: 32%;
    height: 1.4rem;
    border: solid 0.025rem #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: PingFangSC-Regular;
    font-size: 0.55rem;
    color: #333333;
  }
  .advantage1 {
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantage2 {
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantage3 {
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantage-top-content span {
    margin-left: 0.2rem;
  }
  #advantage-center-list {
    margin-top: 0.55rem;
    box-sizing: border-box;
  }
  .advantage-center-content {
    width: 100%;
    height: unset;
    padding: 0.55rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .advantage-center-content::after {
    content: '';
    width: calc(100% - 2.35rem);
    display: inline-block;
    height: 0.025rem;
    background: #ededed;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .advantage-center-img {
    width: 1.75rem;
    height: 1.75rem;
    background-color: #fef7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .center-img1 {
    width: auto;
    height: 1.1rem;
  }
  .center-img2 {
    width: auto;
    height: 1.1rem;
  }
  .center-img3 {
    width: auto;
    height: 1.1rem;
  }
  .center-img4 {
    width: auto;
    height: 1.1rem;
  }
  .center-img5 {
    width: auto;
    height: 1.1rem;
  }
  .center-img6 {
    width: auto;
    height: 1.1rem;
  }
  .center-img7 {
    width: auto;
    height: 1.1rem;
  }
  .center-img8 {
    width: auto;
    height: 1.1rem;
  }
  .advantage-center-right {
    width: calc(100% - 2.35rem);
    height: 100%;
  }
  .advantage-center-size1 {
    font-family: PingFangSC-Medium;
    font-size: 0.6rem;
    line-height: 0.85rem;
    color: #333333;
  }
  .advantage-center-size2 {
    font-family: PingFangSC-Regular;
    font-size: 0.5rem;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #666666;
  }
  #advantage-btn {
    width: 100%;
    height: 1.85rem;
    background-image: linear-gradient(90deg, #ee8458 0%, #eb5b4a 100%);
    border-radius: 0.3rem;
    margin-top: 0.8rem;
    border: none;
    font-family: PingFangSC-Regular;
    font-size: 0.7rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
