.watermark-camera-page {
  position: relative;
  z-index: 10;
  margin-top: 110px;
  min-width: 1200px;
  overflow: visible;
  color: #13213a;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  background: #eff8ff;
}

.watermark-camera-page + .kingshiper-footer {
  position: relative;
  z-index: 0;
}

.watermark-camera-page * {
  box-sizing: border-box;
}

.watermark-camera-page a {
  color: inherit;
  text-decoration: none;
}

.section1 {
  position: relative;
  z-index: 2;
  overflow: visible;
  background: #eff8ff url("https://res.callmysoft.com/wm-static-resource/wm/361_jx_wm/section1_bg01.png") center top/cover no-repeat;
}
.section1__container {
  position: relative;
  width: 1180px;
  height: 700px;
  margin: 0 auto;
}
.section1__content {
  position: absolute;
  left: 0;
  top: 141px;
  z-index: 2;
  width: 523px;
  padding: 30px 0;
}
.section1__badge {
  display: inline-flex;
  align-items: center;
  height: 37px;
  padding: 0 22px 0 11px;
  border: 1px solid #c6e7ff;
  border-radius: 999px;
  background: #fff;
  color: #1677f8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.section1__badge-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #1677f8;
}
.section1__title {
  margin: 20px 0 0;
  color: #13213a;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}
.section1__desc {
  width: 523px;
  margin: 20px 0 0;
  color: #526178;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}
.section1__download {
  position: relative;
  z-index: 10;
  display: inline-flex;
  margin-top: 29px;
}
.section1__download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  border-radius: 10px;
  background: #1677f8;
  box-shadow: 0 8px 8px rgba(22, 119, 248, 0.2);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.section1__download-btn:hover {
  background: #0969e8;
  box-shadow: 0 12px 18px rgba(22, 119, 248, 0.24);
  transform: translateY(-2px);
}
.section1__download-btn:active {
  background: #075fd0;
  box-shadow: 0 6px 10px rgba(22, 119, 248, 0.22);
  transform: translateY(0);
}
.section1__qrcode {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  z-index: 20;
  width: 174px;
  padding: 12px;
  border: 1px solid #d4eaff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(37, 107, 171, 0.15);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.section1__qrcode-canvas, .section1__qrcode-canvas canvas, .section1__qrcode-canvas img {
  display: block;
  width: 132px !important;
  height: 132px !important;
  margin: 0 auto;
}
.section1__qrcode p {
  margin: 8px 0 0;
  color: #1677f8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.section1__download:hover .section1__qrcode, .section1__download:focus-within .section1__qrcode {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.section1__visual {
  position: absolute;
  right: -8px;
  bottom: 36px;
  z-index: 1;
  width: 630px;
  height: 570px;
  user-select: none;
  pointer-events: none;
}
.section1__visual img {
  display: block;
  width: 630px;
  height: 570px;
}

.watermark-camera-page .section1__download-btn {
  color: #fff;
}

.section2 {
  padding: 105px 0;
  background: #fff;
}
.section2__heading {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section2__title {
  margin: 0;
  color: #0f172a;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 71.4px;
  letter-spacing: 0;
}
.section2__desc {
  margin: 12px 0 0;
  color: #68758a;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section2__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 1180px;
  margin: 56px auto 0;
}
.section2__card {
  padding: 28px;
  border: 1px solid #e5edf8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 12px rgba(42, 94, 157, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.section2__card:hover {
  border-color: #90d6fe;
  box-shadow: 0 10px 12px rgba(42, 94, 157, 0.08);
}
.section2__icon {
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 8px;
}
.section2__card-title {
  margin: 20px 0 0;
  color: #13213a;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.section2__card-desc {
  width: 320px;
  margin: 8px 0 0;
  color: #68758a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.5px;
}

.section3 {
  padding: 105px 0;
  background: #f4f8ff;
}
.section3__heading {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section3__title {
  margin: 0;
  color: #0f172a;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 71.4px;
  letter-spacing: 0;
}
.section3__desc {
  margin: 12px 0 0;
  color: #68758a;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section3__list {
  display: grid;
  grid-template-columns: repeat(4, 277px);
  gap: 31px;
  width: 1201px;
  margin: 56px auto 0;
}
.section3__card {
  position: relative;
  padding: 46px 0 222px;
  border: 3px solid #dce9f8;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #ddf0ff 100%);
  box-shadow: 0 10px 24px rgba(42, 94, 157, 0.04);
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.section3__card:hover {
  box-shadow: 0 16px 30px rgba(42, 94, 157, 0.1);
  transform: translateY(-6px);
}
.section3__num {
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 2;
  width: 88px;
  padding-top: 4px;
  color: #1677f8;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}
.section3__num span {
  position: relative;
  z-index: 1;
  display: block;
  transform: translateY(-8px);
}
.section3__num::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
  height: 36px;
  border-radius: 40px;
  background: linear-gradient(16deg, #c5e2ff 18.42%, #f2e4ff 95.58%);
}
.section3__card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #13213a;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
.section3__card-desc {
  position: relative;
  z-index: 1;
  margin: 6px auto 0;
  color: #68758a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
}
.section3__card-visual {
  position: absolute;
  left: 3px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 202px;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  pointer-events: none;
}
.section3__card-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: 192px;
  max-width: none;
  transform: translateX(-50%);
  user-select: none;
}
.section3__card-img--one, .section3__card-img--three {
  width: 276px;
}
.section3__card-img--two {
  left: 53.1%;
  width: 254px;
}
.section3__card-img--four {
  left: 57%;
  width: 232px;
}
.section3__card-img--three {
  left: 49%;
}

.section4 {
  padding: 105px 0;
  background: #fff;
}
.section4__heading {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section4__title {
  margin: 0;
  color: #0f172a;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 71.4px;
  letter-spacing: 0;
}
.section4__desc {
  margin: 12px 0 0;
  color: #68758a;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section4__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 28px;
  width: 1180px;
  margin: 116px auto 0;
}
.section4__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 26px 22px;
  border-radius: 14px;
}
.section4__icon {
  display: block;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
}
.section4__content {
  flex: 0 0 auto;
  width: 224px;
}
.section4__item-title {
  margin: 0;
  color: #111827;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32.3px;
}
.section4__item-desc {
  width: 224px;
  margin: 6px 0 0;
  color: #6b7280;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.65px;
}

.section5 {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background: #102244 url("https://res.callmysoft.com/wm-static-resource/wm/361_jx_wm/section5_bg01.png") center/cover no-repeat;
}
.section5__heading {
  position: relative;
  z-index: 1;
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section5__title {
  margin: 0;
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 71.4px;
  letter-spacing: 0;
}
.section5__desc {
  margin: 12px 0 0;
  color: #b9c8df;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section5__table {
  position: relative;
  z-index: 1;
  width: 1180px;
  height: 398px;
  margin: 48px auto 0;
  overflow: hidden;
  border-radius: 18px;
}
.section5__table-img {
  display: block;
  width: 1180px;
  height: 398px;
}

.section6 {
  padding: 105px 0;
  background: #fbfdff;
}
.section6__heading {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section6__title {
  margin: 0;
  color: #13213a;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0;
}
.section6__desc {
  margin: 12px 0 0;
  color: #68758a;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section6__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 22px;
  width: 1178px;
  margin: 56px auto 0;
}
.section6__card {
  overflow: hidden;
  border: 1px solid #e5edf8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(42, 94, 157, 0.05);
}
.section6__visual {
  width: 100%;
  aspect-ratio: 377/350;
  overflow: hidden;
  background: #ebf5ff;
}
.section6__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.section6__content {
  padding: 23px 20px 24px;
}
.section6__card-title {
  margin: 0;
  color: #13213a;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}
.section6__card-desc {
  width: 331px;
  margin: 9px 0 0;
  color: #68758a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.5px;
}
.section6__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}
.section6__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf6ff;
  color: #3274b6;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.section6__more {
  margin: 45px 0 0;
  color: #6c819e;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: center;
}

.section6-review {
  padding: 105px 0;
  background: #f4f8fc;
}
.section6-review__heading {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}
.section6-review__title {
  margin: 0;
  color: #0f172a;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 71.4px;
  letter-spacing: 0;
}
.section6-review__desc {
  margin: 12px 0 0;
  color: #68758a;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: center;
}
.section6-review__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 1180px;
  margin: 24px auto 0;
}
.section6-review__card {
  padding: 28px;
  overflow: hidden;
  border: 1px solid #e5edf8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 19px rgba(42, 94, 157, 0.04);
}
.section6-review__stars {
  width: 88px;
  height: 22px;
}
.section6-review__stars img {
  display: block;
  width: 88px;
  height: auto;
}
.section6-review__quote {
  width: 321px;
  min-height: 74px;
  margin: 17px 0 0;
  color: #68758a;
  font-size: 15px;
  font-weight: 400;
  line-height: 24.5px;
}
.section6-review__author {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 55px;
}
.section6-review__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #e8f4ff;
  color: #1677f8;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.section6-review__author-info {
  width: 130px;
}
.section6-review__author-name {
  margin: 0;
  color: #13213a;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.section6-review__author-desc {
  margin: 3px 0 0;
  color: #8491a3;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.section7 {
  position: relative;
  z-index: 20;
  overflow: visible;
  padding: 50px 0 51px;
  background: #e5f6ff;
}
.section7__container {
  display: grid;
  grid-template-columns: 616px 504px;
  gap: 60px;
  align-items: center;
  width: 1180px;
  margin: 0 auto;
}
.section7__content {
  padding: 0;
}
.section7__title {
  margin: 0;
  color: #13213a;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 51.3px;
  letter-spacing: 0;
}
.section7__desc {
  margin: 13px 0 0;
  color: #566b87;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}
.section7__download {
  position: relative;
  z-index: 10;
  display: inline-flex;
  margin-top: 25px;
}
.section7__download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 46px;
  border-radius: 10px;
  background: #1677f8;
  box-shadow: 0 8px 8px rgba(22, 119, 248, 0.2);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.section7__download-btn:hover {
  background: #0969e8;
  box-shadow: 0 12px 18px rgba(22, 119, 248, 0.24);
  transform: translateY(-2px);
}
.section7__download-btn:active {
  background: #075fd0;
  box-shadow: 0 6px 10px rgba(22, 119, 248, 0.22);
  transform: translateY(0);
}
.section7__qrcode {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  bottom: auto;
  z-index: 30;
  width: 174px;
  padding: 12px;
  border: 1px solid #d4eaff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(37, 107, 171, 0.15);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.section7__qrcode-canvas, .section7__qrcode-canvas canvas, .section7__qrcode-canvas img {
  display: block;
  width: 132px !important;
  height: 132px !important;
  margin: 0 auto;
}
.section7__qrcode p {
  margin: 8px 0 0;
  color: #1677f8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.section7__download:hover .section7__qrcode, .section7__download:focus-within .section7__qrcode {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.section7__visual {
  position: relative;
  width: 504px;
  height: 235px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 13px rgba(35, 117, 176, 0.12);
}
.section7__img {
  display: block;
  user-select: none;
  pointer-events: none;
}
.section7__img--base {
  width: 504px;
  height: 235px;
  object-fit: cover;
}
.section7__img--overlay {
  position: absolute;
  left: 8px;
  bottom: 5px;
  z-index: 1;
  width: 186px;
  height: 160px;
  object-fit: contain;
}

.watermark-camera-page .section7__download-btn {
  color: #fff;
}
