/* mobile.css */
.pc-container {
  display: none;
}

.mobile-container {
  background-color: #fff;
  max-width: 1070px;
  width: 100%;
}

.mobile-header {
  height: 64px;
}

.mobile-nav-bar {
  background: #fff;
  height: 64px;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
}

.mobile-nav-bar-logo {
  height: 50px;
  object-fit: cover;
}

.mobile-nav-bar-more {
  width: 24px;
  height: 24px;
}

.mobile-nav-bar-close {
  width: 24px;
  height: 24px;
  display: none;
}

.mobile-nav-bar-menu {
  background: #fff;
  height: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 64px;
  transition: all .5s;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: var(--text-color-primary);
  z-index: 10;
}

.mobile-nav-bar-menu.active {
  height: calc(100% - 64px);
  padding-bottom: 80px;
}

.mobile-nav-bar-menu-item,
.mobile-nav-bar-sub-menu-item {
  display: block;
  border-bottom: 1px solid #e9eaed;
  padding: 20px 24px;
  color: var(--text-color-primary);
}

.mobile-nav-bar .icon-xiajiantou.active {
  transform: rotate(180deg);
}

.mobile-nav-bar-sub-menu {
  background: #f2f3f6;
  height: 0;
  overflow: hidden;
  transition: height .5s;
  padding: 0 24px;
}

.mobile-nav-bar-sub-menu.active {
  height: 150px;
}

.mobile-nav-bar-sub-menu-item {
  padding: 20px 8px;
  color: var(--text-color-primary);
  font-size: 16px;
}


.banner {
  height: 200px;
  position: relative;
}

.swiper-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: transform 1s ease-in-out;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  transition-property: transform;
  background-position: 0, 0;
  background-size: cover;
}

.swiper-slide:first-child {
  background-image: url(/image/banner-1.jpg);
}

.swiper-slide:nth-child(2) {
  background-image: url(/image/banner-2.jpg);
}

.swiper-slide-content {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-slide-title {
  font-weight: 600;
}

.swiper-slide-title-1 {
  color: #011959;
  font-size: 24px;
}

.swiper-slide-title-2 {
  color: #012A94;
  font-size: 28px;
  padding-left: 10px;
}

.swiper-slide-title-3 {
  color: #fff;
  font-size: 24px;
}

.swiper-slide-desc {
  font-size: 16px;
  color: #646464;
  padding: 20px 0;
}

.swiper-slide-content-1 {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-slide-desc-1 {
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
}

.swiper-slide-content-1-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.swiper-slide-content-1-right .iconfont {
  font-size: 20px;
}

.swiper-slide-btn {
  display: flex;
  align-items: center;
  margin-left: 15%;
}

.swiper-slide-btn-icon {
  width: 40px;
  height: 30px;
  clip-path: polygon(100% 50%, 0% 100%, 25% 50%, 0% 0%);
  background-color: #053DC8;
  margin-right: 10px;
}

.swiper-slide-btn-text {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0 40px;
  border-radius: 20px;
  cursor: pointer;
  width: fit-content;
  background-color: #053DC8;
  color: #fff;
}

.swiper-pagination {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.swiper-pagination .swiper-dot {
  display: inline-block;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  margin: 0 2px;
  opacity: .4;
  width: 48px
}

.swiper-pagination .swiper-dot.active {
  opacity: 1
}

@keyframes swiperSlide {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.section-1 {
  width: 100%;
}

.section-1-container {
  padding: 40px 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.section-1-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.section-1-sub-title {
  color: #053dc8;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 8px;
}

.section-1-content {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 0;
}

.section-1 .section-1-card {
  background: bottom 26px right 26px / 100px 100px no-repeat, linear-gradient(#f0f5ff, #fffaf8);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 142px;
  justify-content: center;
  margin: 16px 0 0;
  max-width: none;
  padding: 24px;
}

.section-1 .section-1-card:first-child {
  background-image: url(/image/card-1.png), linear-gradient(#f0f5ff, #fffaf8);
}

.section-1 .section-1-card:nth-child(2) {
  background-image: url(/image/card-2.png), linear-gradient(#f0f5ff, #fffaf8);
}

.section-1 .section-1-card:nth-child(3) {
  background-image: url(/image/card-3.png), linear-gradient(#f0f5ff, #fffaf8);
}

.section-1 .section-1-card:nth-child(4) {
  background-image: url(/image/card-4.png), linear-gradient(#f0f5ff, #fffaf8);
}

.section-1-card-title-1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.section-1-card-title-2 {
  color: #053dc8;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.section-1-split {
  background: #ffd092;
  border-radius: 10px;
  height: 4px;
  margin: 12px 0;
  width: 52px;
}

.section-1-card-text {
  color: #9ca2c0;
  font-size: 14px;
  line-height: 22px;
}

.section-3 {
  background: bottom / 1920px 256px url(/image/0496349.png) no-repeat, #f9fbff;
  color: #2b2d30;
  padding: 50px 0 100px;
  width: 100%;
  box-sizing: border-box;
}

.section-3-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.section-3-container {
  padding: 0 24px;
  margin: 40px auto 0;
  width: 100%;
  box-sizing: border-box;
}

.section-3 .version-desc-item {
  height: 276px;
  transition: all .8s;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

.version-desc-item .version-desc-item-tag {
  left: -5px;
  position: absolute;
  top: -8px;
  width: 60px;
  z-index: 2;
}

.version-desc-item-text {
  background: linear-gradient(#225bff, #2490ff);
  background-clip: text;
  color: transparent;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.version-desc-item .version-desc-item-background-2 {
  background-repeat: no-repeat, no-repeat;
  background-size: 150px 150px, 100% 100%;
  border-radius: 16px;
  height: 100%;
  padding: 24px;
  position: absolute;
  transition: all .8s;
  width: 100%;
  box-sizing: border-box;
}


.version-desc-item:first-child .version-desc-item-background-2 {
  background-image: url(/image/v1tag-1.png), linear-gradient(180deg, #f0f7ff, #e3efff);
  background-position: right 24px center, 0 0;
}

.version-desc-item:nth-child(2) .version-desc-item-background-2 {
  background-image: url(/image/v1tag-2.png), linear-gradient(180deg, #f0f7ff, #e3efff);
  background-position: right 24px center, 0 0;
}

.version-desc-item:nth-child(3) .version-desc-item-background-2 {
  background-image: url(/image/v1tag-3.png), linear-gradient(180deg, #f0f7ff, #e3efff);
  background-position: right 10px center, 0 0;
}

.version-desc-item-content {
  color: #346bbf;
  height: 147px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin: 8px auto 0;
  white-space: nowrap;
  width: 100%;
}

.version-desc-item-content .icon-dagou:before {
  margin-right: 5px;
}

.version-desc-item-btn-wrap {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.version-desc-item-btn {
  background: #ffb400;
  border-radius: 20px;
  color: #fff;
  padding: 0 32px;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}

.version-desc-item-text-btn {
  color: #176BEB;
  font-size: 10px;
}

.version-desc-item-text-btn .icon-youjiantou {
  font-size: 10px;
}

.section-3-btn-primary {
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 220px;
  margin: 40px auto 0;
  background: var(--text-color-primary);
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.section-4 {
  width: 100%;
  background: #eef3ff;
}

.section-4-container {
  width: 100%;
  padding: 0 24px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-4-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.section-4-content {
  background: #f9fbff;
  border-radius: 12px;
  margin: 40px auto 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  width: 100%;
}

.section-table-nav {
  background: #fff;
  box-shadow: 3px 0 15px #a7c2ff;
}

.section-table-nav-item {
  font-size: 14px;
  cursor: pointer;
  height: 72px;
  line-height: 72px;
  text-align: center;
  position: relative;
}

.section-table-nav-item.active {
  color: #004eff;
}

.section-table-nav-item::after {
  content: '';
  border-radius: 4px;
  height: 72px;
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #004eff;
  opacity: 0;
}

.section-table-nav-item.active::after {
  opacity: 1;
}

.section-table-pic {
  height: 300px;
  display: flex;
  align-items: center;
}

.section-table-pic-item {
  width: 100%;
  object-fit: cover;
  display: none;
}

.section-table-pic-item.active {
  display: block;
}

.section-5 {
  width: 100%;
  background: #E6EEFF;
  padding-top: 40px;
}

.section-5-container {
  width: 100%;
  padding: 0 24px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-5-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.section-5-content {
  width: 100%;
  margin-top: 40px;
}

.section-5-item {
  background: url(/image/1d9883f.png) no-repeat, #fff;
  background-size: 100% 200px;
  border-radius: 16px;
  box-shadow: inset 0 10px 0 #26a3ff, 0 17px 56px rgba(163, 183, 227, .6);
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.section-5-item-img {
  height: 40px;
  left: -12px;
  position: absolute;
  top: 30px;
  width: 100px;
}

.section-5-item-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 32px;
  text-align: center;
}

.section-5-item-price {
  color: #053dc8;
  margin-top: 12px;
  text-align: center;
}

.section-5-item-price-count {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.section-5-item-price-decorate {
  font-size: 18px;
  line-height: 25px;
}

.section-5-item-tips {
  color: #9ca2c0;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 12px;
  text-align: center;
}

.section-5-item-desc {
  padding: 0 32px 20px;
}

.section-5-item-desc-item {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.section-5-item-desc-item .icon-dagou1 {
  padding-right: 10px;
}

.section-5-item-desc-item-price {
  color: #053dc8;
  font-size: 18px;
  font-weight: 600;
}

.section-5-btn-primary {
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 220px;
  margin: 40px auto 0;
  background: var(--text-color-primary);
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.section-6 {
  width: 100%;
  background: #f6faff;
}

.section-6-container {
  width: 100%;
  padding: 50px 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section-6-title {
  font-weight: 600;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
}

.section-6-title-num {
  color: #004EFF;
}

.section-6-sub-title {
  font-size: 16px;
  line-height: 30px;
  margin-top: 8px;
  text-align: center;
}

.section-6-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.section-6-item {
  width: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 3px 3px 13px 0 hsla(0, 0%, 78%, .471);
}

.section-6-item-title {
  color: var(--text-color-primary);
  font-size: 16px;
  font-weight: 600;
  margin: 16px 12px 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-6-item-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.section-6-item-desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  color: #a2a2a2;
  font-size: 12px;
  height: 54px;
  line-height: 18px;
  margin: 8px 12px;
  word-break: break-all;
  text-align: justify;
}

.section-6-item-btn {
  color: #004eff;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
  text-align: center;
  display: block;
}

.section-6-btn-primary {
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  width: 220px;
  margin: 40px auto 0;
  background: var(--text-color-primary);
  border-radius: 28px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.mobile-footer {
  width: 100%;
  background: var(--text-color-primary);
  color: #cecece;
  padding: 40px 0;
  box-sizing: border-box;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-menu-item {
  line-height: 40px;
  height: 40px;
  color: #cecece;
  border-bottom: 1px solid rgba(233, 234, 237, .145);
  display: flex;
  justify-content: space-between;
}

.footer-serve-item {
  padding: 4px 0;
  color: #cecece;
}

.foot-beian-a {
  color: #cecece;
}

/* 背景蒙板样式 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

/* 弹窗样式 */
.modal {
  background-color: white;
  width: 100%;
  position: relative;
  padding: 24px;
}

/* 关闭按钮样式 */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
}

.modal-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 40px;
  padding-top: 24px;
  text-align: center;
}

/* 表单样式 */
.modal-form {
  margin-top: 20px;
  color: #333;
  font-size: 14px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: inline-block;
  margin-bottom: 5px;
}

.form-group.wh-100 input,
.form-group.wh-100 select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-group-spac {
  margin-right: 50px;
}

.submit-button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  margin-top: 40px;
}

.submit-button:hover {
  background-color: #45a049;
}