@charset "utf-8";
button {
  outline: 0;
}
#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: 80px 0 60px;
  text-align: center;
  font-weight: 700;
}
.common-h2-title2 {
  padding: 80px 0 20px;
}
.common-h2-subtitle2 {
  font-size: 14px;
  color: rgba(25, 28, 61, 0.7);
  text-align: center;
}
.btn-wrapper {
  width: 100%;
  text-align: center;
}
.concat-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  background-color: #eff3fe;
  border-radius: 4px;
  border: solid 1px #4a74f6;
  font-size: 16px;
  color: #4a74f6;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.concat-btn:hover {
  background-color: #4a74f6;
  color: #fff;
  border: solid 1px #4a74f6;
}
#modal-content-btn:after,
#top-banner-btn:after,
.concat-btn:after,
.tab-content-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;
}
#modal-content-btn:active:after,
#top-banner-btn:active:after,
.concat-btn:active:after,
.tab-content-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: #ededee;
}
#top-banner-img {
  width: 100%;
  height: 420px;
  background: url(../images/hhl_mini_imgs/top-banner.png) no-repeat center;
  margin: 0 auto;
  color: #191c3d;
}
#top-banner-content {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 420px;
  margin: 0 auto;
}
#top-banner-h1 {
  font-size: 24px;
  padding: 112px 0 32px;
  margin: 0 auto;
  letter-spacing: 6px;
  color: #14160e;
}
#top-banner-h2 {
  font-size: 64px;
  font-weight: 700;
  color: #14160e;
  padding-bottom: 27px;
  margin: 0 auto;
}
#top-banner-btn {
  width: 442px;
  height: 52px;
  background-color: #4a74f6;
  border-radius: 26px;
  font-size: 18px;
  border: 0;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#top-banner-btm,
#top-banner-btm-wrapper {
  width: 100%;
  background-color: #fdfdfd;
}
#top-banner-btm {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mini-market-content,
#top-banner-btm,
.mini-market-item,
.top-banner-btm-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top-banner-btm-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f0f0f0;
}
.top-banner-btm-item img {
  margin-right: 14px;
  display: inline-block;
  width: 32px;
  height: 32px;
}
#mini-market-content,
.mini-market-item {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mini-market-content {
  width: 100%;
  max-width: 1240px;
  padding: 0 30px 50px 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.mini-market-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: 170px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 7px 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;
}
.mini-market-item img {
  display: inline-block;
}
.mini-market-item-title {
  color: #191c3d;
  font-size: 18px;
  font-weight: 700;
}
.mini-market-item-content {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #92939d;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#kindof-minipro-wrapper {
  width: 100%;
  height: 876px;
  background-color: #f4f7fb;
}
#kindof-minipro,
.kindof-minipro-box-item:hover {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#kindof-minipro,
.kindof-minipro-box-item,
.kindof-minipro-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#kindof-minipro {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  padding: 84px 20px 88px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#kindof-minipro-left {
  width: 312px;
  height: 705px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(../images/hhl_mini_imgs/phone1.png);
  background-size: 100% auto;
}
#kindof-minipro-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 70px;
  width: calc(100% - 312px);
}
#kindof-minipro-p1 {
  font-size: 32px;
  line-height: 53px;
  letter-spacing: 2px;
  color: #191c3d;
  font-weight: 700;
  padding-bottom: 7px;
}
#kindof-minipro-p2 {
  font-size: 14px;
  color: #191c3d;
  padding-bottom: 50px;
}
#kindof-minipro-box {
  margin-bottom: 42px;
}
.kindof-minipro-box-item,
.kindof-minipro-item-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kindof-minipro-box-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 112px;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  display: flex;
  justify-content: left;
  align-items: center;
}
.kindof-minipro-box-item:hover {
  cursor: pointer;
  border: solid 1px #4a74f6;
}
.kindof-minipro-item-left {
  width: 230px;
  height: 110px;
  background-color: #4a74f6;
  border-radius: 4px 0 0 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.kindof-minipro-item-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 28px;
  font-size: 16px;
  line-height: 25px;
  color: rgba(25, 28, 61, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#func-set-title-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  height: 105px;
  padding-top: 59px 20px 0 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.func-set-item-title {
  width: 25%;
  font-size: 18px;
  color: #191c3d;
  text-align: center;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
}
#func-set-container,
#func-set-title-container,
.func-set-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#func-set-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}
.func-set-item {
  width: 25%;
  height: 197px;
  border-right: 1px solid #eceef4;
  -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;
}
.func-set-item p {
  padding: 11px 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.func-set-item img {
  display: inline-block;
  width: 28px;
  height: auto;
  margin-right: 18px;
}
.func-set-item-last {
  border: 0;
}
#version-func-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1240px;
  padding: 0 20px;
  height: 405px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
  box-shadow: 0 0 30px rgba(43, 156, 176, 0.15);
}
#tab-content,
#tab-menu {
  position: absolute;
  top: 0;
  left: 0;
}
#tab-menu {
  width: 280px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}
.tab-menu-item {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.tab-menu-item:hover {
  cursor: pointer;
}
.tab-menu-item:hover .tab-content-item {
  display: block;
}
.tab-menu-item1 {
  background-color: #648afe;
  border-radius: 14px 0 0 0;
}
.tab-menu-item2 {
  background-color: #1d664d;
}
#tab-content {
  width: 100%;
  height: 404px;
}
.tab-content-item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab-content-left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 405px;
  padding: 111px 0 33px 49px;
  text-align: left;
  color: #fff;
  position: relative;
  border-radius: 14px 0 0 0;
}
.tab-content-left1 {
  background: url(../images/hhl_mini_imgs/bg1-1.png) no-repeat bottom left;
  border-radius: 14px 0 0 0;
}
.tab-content-left2 {
  background: url(../images/hhl_mini_imgs/bg1-2.png) no-repeat bottom left;
  border-radius: 14px 0 0 0;
}
.tab-content-right,
.tab-content-right-col1,
.tab-content-right-col2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab-content-right {
  width: calc(100% - 280px);
  height: 404px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-content-right-col1,
.tab-content-right-col2 {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}
.tab-content-right-col1 {
  width: 260px;
  padding-left: 63px;
  text-align: left;
}
.tab-content-right-col2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab-content-row {
  margin-bottom: 22px;
  color: #1d1f35;
}
.tab-row-item-rect {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #dacab8;
  margin-right: 16px;
}
.tab-row-item-rect .icon {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/hhl_mini_imgs/blue_arrow.png) no-repeat center center;
  background-size: 14px auto;
}
.tab-row-item-rect .icon.icon-check1 {
  background: url(../images/hhl_mini_imgs/green_arrow.png) no-repeat center center;
  background-size: 14px auto;
}
.tab-content-left-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
.tab-content-left-num {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 58px;
}
.tab-content-left-num b {
  font-size: 18px;
}
.tab-content-left-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 30px;
}
.tab-content-btn {
  position: absolute;
  bottom: 33px;
  left: 53px;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #fff;
  background: 0 0;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.tab-content-btn:hover {
  background-color: #fff;
  border: solid 1px #fff !important;
  color: #1d654e;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}
#seo-serve-flow {
  width: 100%;
}
#seo-serve-flow-container {
  width: 100%;
  padding: 0 20px;
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 85px;
}
#seo-serve-flow-container.seo-flow {
  max-width: 1240px;
}
#seo-serve-flow-container.seo-flow .seo-serve-flow-item {
  width: 15.5%;
}
#seo-serve-flow-container.seo-flow .seo-serve-flow-item .seo-serve-flow-title {
  margin-top: 10px;
}
#seo-serve-flow-list,
.seo-serve-flow-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#seo-serve-flow-list {
  width: 100%;
  display: flex;
  height: 186px;
  justify-content: space-between;
  align-items: flex-start;
}
.seo-serve-flow-item {
  width: 18.5%;
  height: 160px;
  background-color: #fff;
  border-radius: 14px;
  padding: 32px 0 39px;
  -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;
  position: relative;
  -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);
}
.seo-serve-flow-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.seo-serve-flow-item:hover .seo-serve-flow-btn {
  background-color: #f16d42;
}
.seo-serve-flow-item:hover .seo-serve-flow-circle {
  border: solid 3px #f16d42;
}
.seo-serve-flow-item img {
  display: inline-block;
  width: 48px;
  height: auto;
}
.seo-serve-flow-title {
  font-size: 16px;
  color: #191c3d;
  padding-top: 22px;
  padding: 0 5px;
  text-align: center;
}
.seo-serve-flow-btn {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -39px;
  width: 78px;
  height: 26px;
  line-height: 26px;
  background-color: #3665f5;
  border-radius: 13px;
  color: #fff;
  text-align: center;
}
.seo-serve-flow-circle {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f6f8fb;
  border: solid 3px #3665f5;
}
.red-flow-btn {
  background-color: #f16d42;
}
.red-flow-circle {
  border: solid 3px #f16d42;
}
#seo-serve-flow-line {
  width: 90%;
  height: 1px;
  border-bottom: solid 2px #cedafa;
  margin-left: 5%;
}
#serivice-promise-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 434px;
  background-color: #4a74f6;
  text-align: center;
}
#serivice-promise-bg {
  width: 100%;
  height: 434px;
  background: url(../images/hhl_mini_imgs/bg-center.png) no-repeat center;
  margin: 0 auto;
}
#serivice-promise {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  height: 434px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
  background-color: #4a74f6;
}
.serivice-promise-content,
.serivice-promise-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;
}
.serivice-promise-content {
  width: 100%;
  padding-top: 58px;
}
.serivice-promise-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3%;
  height: 143px;
  overflow: hidden;
  -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;
}
.serivice-promise-item img {
  display: inline-block;
  width: 44px;
  height: auto;
}
.serivice-promise-item-title {
  font-size: 18px;
  font-weight: 700;
}
.serivice-promise-item-content {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.8);
}
#see-more-content {
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#see-more-content.see-more-xcx {
  max-width: 1240px;
  padding: 0 20px;
  height: 123px;
  margin-bottom: 120px;
}
#see-more-content.see-more-xcx .see-more-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  width: 32%;
  height: 123px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 0 0 35px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#see-more-content.see-more-xcx .see-more-item .icon-arrow {
  background: url(../images/hhl_mini_imgs/right_arrow.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  width: 24px;
  height: 13px;
}
#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-item3 {
  background-image: -webkit-gradient(linear, right top, left top, from(#7f48f1), to(#7964fc));
  background-image: -o-linear-gradient(right, #7f48f1 0, #7964fc 100%);
  background-image: linear-gradient(-90deg, #7f48f1 0, #7964fc 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;
  z-index: 999;
}
#modal-content {
  position: relative;
  top: 200px;
  width: 500px;
  height: 300px;
  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 {
  width: 390px;
  height: 50px;
  border: 0;
  line-height: 50px;
  text-align: center;
  background-color: #4fadf9;
  border-radius: 6px;
  color: #fff;
  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-title {
  width: 100%;
  color: #333;
  font-size: 16px;
  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;
  -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;
}
#close-modal-btn {
  position: absolute;
  top: -44px;
  right: -45px;
  cursor: pointer;
}
.pub_module {
  width: 100%;
  padding: 0;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .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;
  }
  .reserve-size {
    font-family: PingFangSC-Regular;
    font-size: 0.55rem;
    color: #999999;
    margin-top: 0.4rem;
  }
  #page-banner {
    height: 8.95rem;
    padding: 0 0 0 0.6rem;
    background: url(../images/hhl_mini_imgs/top-banner_m.png) no-repeat top left;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #page-banner p {
    font-size: 1.3rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
  }
  #page-banner button {
    font-size: 0.5rem;
    background: #3e68f4;
    padding: 0 0.5rem;
    line-height: 1.1rem;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0.55rem;
  }
  .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;
  }
  #mini-market {
    width: 100%;
    padding: 0 0.65rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  #mini-market #mini-market-content {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  #mini-market #mini-market-content .mini-market-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem 0 0 0;
    flex-direction: unset;
    height: unset;
    margin: 0;
  }
  #mini-market #mini-market-content .mini-market-item img {
    display: inline-block;
    width: 1.65rem;
    height: auto;
    margin-top: -0.4rem;
  }
  #mini-market #mini-market-content .mini-market-item .mini-market-item-title {
    width: calc(100% - 2rem);
    font-size: 0.65rem;
    line-height: 0.75rem;
    margin-bottom: 0.2rem;
  }
  #mini-market #mini-market-content .mini-market-item .mini-market-item-content {
    width: 100%;
    padding-left: 2rem;
    line-height: 0.85rem;
    font-size: 0.5rem;
    padding-bottom: 0.55rem;
    text-align: left;
    position: relative;
  }
  #mini-market #mini-market-content .mini-market-item .mini-market-item-content::after {
    display: inline-block;
    height: 1px;
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(237, 237, 237, 0.8);
  }
  #see-more-content.see-more-xcx {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    height: unset;
    margin-bottom: 1rem;
  }
  #see-more-content.see-more-xcx .see-more-item {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1rem 0.7rem 1.35rem 0.7rem;
    height: unset;
  }
  #see-more-content.see-more-xcx .see-more-item .icon-arrow {
    left: 0.7rem;
  }
  .pub_module {
    width: 100%;
    padding: 0 0.65rem;
    border-top: 0.45rem solid #f5f5f5;
  }
  #mini-advantage {
    width: 100%;
  }
  #mini-advantage #mini-advantage-title {
    font-size: 0.5rem;
    line-height: 0.8rem;
    font-weight: normal;
    color: #333;
  }
  #mini-advantage #mini-advantage-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.7rem;
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item {
    padding: 0.5rem 0.4rem 0 0.4rem;
    width: 32%;
    height: 5.2rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item img {
    display: inline-block;
    width: 1.25rem;
    height: auto;
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item .mini-advantage-item-title {
    font-size: 0.55rem;
    margin: 0.1rem 0 0.3rem 0;
    color: #FFF;
    font-weight: bold;
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item .mini-advantage-item-content {
    font-size: 0.5rem;
    line-height: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item.mini-advantage-item1 {
    background-image: -o-linear-gradient(315deg, #5e4cb0 0, #766acc 100%);
    background-image: linear-gradient(135deg, #5e4cb0 0, #766acc 100%);
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item.mini-advantage-item2 {
    background-image: -o-linear-gradient(315deg, #59bd9d 0, #8be2bf 100%);
    background-image: linear-gradient(135deg, #59bd9d 0, #8be2bf 100%);
  }
  #mini-advantage #mini-advantage-content .mini-advantage-item.mini-advantage-item3 {
    background-image: -o-linear-gradient(315deg, #5c9fc3 0, #83d0dc 100%);
    background-image: linear-gradient(135deg, #5c9fc3 0, #83d0dc 100%);
  }
  #version-func {
    padding: 0;
    margin-bottom: 0.4rem;
    background-color: #fff;
  }
  #version-func .version-func-item {
    width: 100%;
    height: 4.7rem;
    padding: 1rem 0.6rem 0 0.6rem;
    margin-bottom: 0.7rem;
    position: relative;
  }
  #version-func .version-func-item.version-func-item1 {
    background: url(../images/hhl_mini_imgs/bg1-1_m.png) no-repeat top left;
    background-size: 100% 4.7rem;
  }
  #version-func .version-func-item.version-func-item2 {
    background: url(../images/hhl_mini_imgs/bg1-2_m.png) no-repeat top left;
    background-size: 100% 4.7rem;
  }
  #version-func .version-func-item .version-func-item-rec {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 2.5rem;
    height: 0.8rem;
    border-radius: 0.4rem 0rem 0.4rem 0rem;
    font-size: 0.5rem;
    line-height: 0.8rem;
    text-align: center;
    color: #3c2409;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #fff0d8), color-stop(0%, #ffe1b1), to(#df9c51));
    background-image: -o-linear-gradient(left, #fff 0, #fff0d8 0, #ffe1b1 0, #df9c51 100%);
    background-image: linear-gradient(90deg, #fff 0, #fff0d8 0, #ffe1b1 0, #df9c51 100%);
    border-radius: 0.14rem 0 0.14rem 0;
  }
  #version-func .version-func-item .version-func-item-title {
    font-size: 0.65rem;
    color: #3c2409;
    font-weight: 550;
    padding-bottom: 0.3rem;
    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;
  }
  #version-func .version-func-item .version-func-item-title .version-func-item-price {
    font-size: 0.7rem;
    font-weight: 550;
  }
  #version-func .version-func-item .version-func-item-title .version-price1 {
    color: #3c2409;
  }
  #version-func .version-func-item .version-func-item-content {
    width: 8.5rem;
    font-size: 0.5rem;
    color: #483722;
    font-weight: 550;
    line-height: 0.75rem;
  }
  #version-func .version-func-item .version-func-rec2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%, #fcfbec), color-stop(0%, #f8f6d9), to(#efe0b3));
    background-image: -o-linear-gradient(left, #fff 0, #fcfbec 0, #f8f6d9 0, #efe0b3 100%);
    background-image: linear-gradient(90deg, #fff 0, #fcfbec 0, #f8f6d9 0, #efe0b3 100%);
  }
  #version-func .version-func-item .version-func-item-btn {
    position: absolute;
    right: 0.6rem;
    bottom: 1rem;
    width: 3.5rem;
    height: 1.35rem;
    line-height: 1.35rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0.65rem;
    font-size: 0.6rem;
    color: #3a2407;
    border: 0;
  }
  #scene-flow {
    width: 100%;
  }
  #scene-flow .swiper-slide {
    width: 4.25rem !important;
    margin-right: 0.5rem;
  }
  #scene-flow .swiper-slide .scene-flow-item {
    width: 100%;
    text-align: center;
    background-color: transparent;
  }
  #scene-flow .swiper-slide .scene-flow-item .scene-flow-item-img {
    width: 100%;
    height: 8.85rem;
    -webkit-box-shadow: 0 0 0.3rem rgba(216, 231, 250, 0.3);
    box-shadow: 0 0 0.3rem rgba(216, 231, 250, 0.3);
  }
  #scene-flow .swiper-slide .scene-flow-item .scene-flow-item-title {
    font-size: 0.55rem;
    font-weight: 550;
    color: rgba(51, 51, 51, 0.8);
    padding-top: 0.6rem;
  }
  #seo-flow {
    height: 6.25rem;
    padding-bottom: 0.9rem;
    position: relative;
  }
  #seo-flow .swiper-container {
    padding-bottom: 0.8rem;
  }
  #seo-flow .swiper-slide {
    width: 3.8rem !important;
    height: 5.5rem;
    margin-right: 0.5rem;
    padding: 0.2rem 0;
  }
  #seo-flow .swiper-slide .seo-flow-item {
    width: 100% !important;
    height: 4.8rem;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0 0.3rem rgba(216, 231, 250, 0.43);
    box-shadow: 0 0 0.3rem rgba(216, 231, 250, 0.43);
    text-align: center;
    padding-top: 0.7rem;
  }
  #seo-flow .swiper-slide .seo-flow-item img {
    display: inline-block;
    width: 1.1rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  #seo-flow .swiper-slide .seo-flow-item .icon-flow-title {
    font-size: 0.5rem;
    line-height: 0.65rem;
    color: #333;
  }
  #seo-flow .swiper-slide .seo-flow-item .seo-flow-btn {
    position: absolute;
    bottom: 0.15rem;
    left: 50%;
    margin-left: -1.1rem;
    width: 2.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background-color: #3665f5;
    border-radius: 0.4rem;
    font-size: 0.5rem;
    color: #fff;
    border: none;
  }
  #seo-flow .swiper-slide .seo-flow-item .seo-flow-circle {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    margin-left: -0.15rem;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #f6f8fb;
    border: solid 0.08rem #3665f5;
    z-index: 99;
  }
  #seo-flow #seo-flow-bottom-line {
    position: absolute;
    bottom: 0.48rem;
    width: 13.45rem;
    right: 0;
    border-bottom: solid 0.05rem #d7e0fd;
  }
  #flow-btn-wrapper {
    width: 100%;
  }
  #flow-btn-wrapper button {
    display: block;
    width: 100%;
    height: 2rem;
    border-radius: 0.25rem;
    background: #ed8558;
    cursor: pointer;
    line-height: 2rem;
    font-size: 0.75rem;
    color: #fff;
    padding: 0;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#ed8558), to(#e85b4b));
    background: linear-gradient(left, #ed8558, #e85b4b);
    text-align: center;
    letter-spacing: 0.02rem;
    margin: 0.5rem 0 0.9rem 0;
  }
}
