.page-common-wrapper {
  width: 1400px;
  margin: 0 auto;
}

/* 办事服务页面样式 */
.handle-service-wrapper {
  background: #f5f8fa;
  font-family: Source Han Sans;
  min-height: 100vh;
}

.tab-more {
  right: 0px;
}

.top-part {
  width: 100%;
  margin: 0 auto;
  /* width: 1920px; */
  height: 300px;
  background-image: url("../images/iWantLook/digitalInformationService-banner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-part .top-part-content {
  /* height: 423px; */
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-part .top-part-content .top-part-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.top-part .top-part-content .top-part-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  color: #ffffff;
  margin-top: 16px;
}

.top-info-wrapper {
  height: 657px;
  padding-top: 64px;
}

.top-info-box {
  display: flex;
}

.top-info-box .recent-activities-box-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.top-info-box .recent-activities-box-wrapper .recent-activities-main-wrapper {
  position: relative;
}

.top-info-box .recent-activities-box-wrapper .recent-activities-main-wrapper .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
}

.top-info-box .recent-activities-box-wrapper .recent-activities-main-wrapper .card-box img {
  width: 100%;
  height: 420px;
}

.top-info-box .recent-activities-box-wrapper .recent-activities-main-wrapper .card-box>div {
  font-family: Source Han Sans;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 86px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 65, 77, 0.56) 22%, #000608 79%);
  padding: 36px 0px 0px 24px;
}

.top-info-box .latest-news-box-wrapper {
  width: 50%;
  padding-left: 32px;
  position: relative;
}

.top-info-box .latest-news-box-wrapper .learn-more-wrapper {}

.top-info-box .latest-news-box-wrapper .latest-news-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  margin-top: 40px;

}

.top-info-box .latest-news-box-wrapper .latest-news-list-wrapper>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  /* line-height: 40px; */
}

.top-info-box .latest-news-box-wrapper .latest-news-list-wrapper>div>div:nth-child(1) {
  padding-left: 18px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  position: relative;
}

.top-info-box .latest-news-box-wrapper .latest-news-list-wrapper>div>div:nth-child(1)::after {
  content: '';
  position: absolute;
  left: 0px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;

  background: #999999;
}

.top-info-box .latest-news-box-wrapper .latest-news-list-wrapper>div>div:nth-child(2) {
  font-family: OPPOSans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}


.service-introduction-wrapper {
  width: 100%;
  background-image: url("../images/iWantLook/service-introduction-bg-chainEnterpriseConnect.png");
  /* background-image: url("../images/iWantLook/service-process-wrapper-bg.png"); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}

.service-introduction-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-introduction-box {
  margin-top: 48px;
  display: flex;
  gap: 64px;
  position: relative;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.service-introduction-left {
  /* width: calc(50% - 32px); */
  width: 758px;
}

.service-introduction-left-desc {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-introduction-left-fwdx {
  margin-top: 66px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.service-introduction-left-fwdx .fwdx-label {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-introduction-left-fwdx .fwdx-list {
  display: flex;
  gap: 64px;
}

.service-introduction-left-fwdx .fwdx-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.service-introduction-left-fwdx .fwdx-list-item img {
  width: 64px;
  height: 64px;
}

.service-introduction-left-fwdx .fwdx-list-item div {}

.service-introduction-left-fwdx .fwdx-list-item div p {
  text-align: center;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-introduction-right {
  position: relative;
  /* width: calc(50% - 32px); */
  width: calc(100% - 822px);
  /* height: 438px; */
  height: 390px;
  /* width: 758px; 64 */

}

.service-introduction-right img {
  position: absolute;
  /* left: 70.49px; */
  /* left: 0px;
  top: -352px;
  width: 1534px;
  height: 673px; */
  width: 584px;
  height: 438px;
}

.service-content-wrapper {
  padding-top: 64px;
  padding-bottom: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.service-content-wrapper .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.service-content-wrapper .service-content .service-content-box {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
}

.service-content-box>.card-box-wrapper:nth-child(1) {
  width: calc(50% - 16px);
}

.service-content-box>.card-box-wrapper:nth-child(2) {
  width: calc(50% - 16px);
}

.service-content-box>.card-box-wrapper:nth-child(3) {
  width: 100%;
  display: flex;
  /* padding-top: 113px; */
}

.service-content-box .card-box-wrapper {
  border-radius: 8px;
  background-color: #F0F6FF;
  padding: 40px 32px;
  position: relative;

}

.service-content-box .card-box-wrapper .card-box-content {
  /* padding-top: 40px; */
}

.service-content-box .card-box-wrapper .card-box-content .card-title {
  margin-bottom: 32px;
  text-align: center;
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;

}

.service-content-box .card-box-wrapper .card-box-content .card-desc {
  margin-bottom: 24px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;

}

.service-content-box .card-box-wrapper .card-box-content .card-info-key-point {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;

  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-content-box .card-box-wrapper .card-box-content .service-request-btn {
  width: 155px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 10px 10px;
  gap: 10px;

  background: #0075C0;

  box-sizing: border-box;
  border: 1px solid #0075C0;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}

.service-content-box .card-right-img-box {
  position: absolute;
  /* right: 0px;
  bottom: 0px; */
  right: -10px;
  bottom: -24px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-box-content {
  width: 448px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-box-content .card-title {
  text-align: left;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-box-content .card-right-title {
  text-align: left;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: calc(100% - 448px);
  padding-left: 24px;
  display: flex;
  gap: 16px;
  padding-top: 74px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content {
  padding: 24px 32px;
  /* background: url(容器 14929.png), linear-gradient(131deg, #0065AD -8%, #A9C6FF 107%); */
  background: linear-gradient(131deg, #0065AD -8%, #A9C6FF 107%);
  display: flex;
  flex-direction: column;
  width: 424px;
  height: 300px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content .card-right-title {
  margin-bottom: 32px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content .card-right-box-main {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content .card-right-box-main>div {
  min-width: 106px;
  height: 34px;
  padding: 4px 12px;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;

}



.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  width: auto;
  min-width: auto;
  padding: 0px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(1) {
  width: 114px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(2) {
  width: 114px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(3) {
  width: 114px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(4) {
  width: 84px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(5) {
  width: 84px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(6) {
  width: 84px;
}

.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div:nth-child(7) {
  width: 84px;
}


.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content:nth-child(2) .card-right-box-main>div>img {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
}


.service-content-box>.card-box-wrapper:nth-child(3) .card-right-img-box .card-right-service-content .view-all-service-content {
  align-self: center;
  width: 192px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;

  background: #FF7D13;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #FFFFFF;
}

.service-features-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0px 80px 0px;
  width: 100%;
  background-image: url("../images/iWantLook/service-features-wrapper-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service-features-wrapper .service-features-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}

.service-features-wrapper .service-features-content .service-features-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;

}

.service-features-box .card-box {
  cursor: pointer;
  width: calc(33.33% - 21px);
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 40px 32px;
  gap: 16px;
  flex-grow: 1;

  background: #FFFFFF;
  border-radius: 4px;
  border-width: 6px 0px 0px 0px;
  border-style: solid;
  border-color: transparent;
}

.service-features-box .card-box>img {
  width: 88px;
  height: 88px;
}

.service-features-box .card-box>.card-title {
  font-family: Source Han Sans;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.service-features-box .card-box>.card-desc {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}

.service-features-box .card-box:hover {
  background: linear-gradient(180deg, #CEE2FF 0%, #FFFFFF 45%);
  border-width: 6px 0px 0px 0px;
  border-style: solid;
  border-color: #0067FF;
}

.service-features-box .card-box:hover .card-title {
  color: #0067FF;
}










.service-case-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0px 64px 0px;
}

.service-case-wrapper .service-case-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 42px;
}

.service-case-wrapper .service-case-content .service-case-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 12px;
}

.service-case-box .card-box {
  position: relative;
  width: calc(33.33% - 8px);
  height: 283px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-case-box .card-box>img {
  width: 100%;
  height: 100%;
}

.service-case-box .card-box>div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 76px;
  background: rgba(40, 137, 200, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  gap: 10px;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}


.service-process-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0px 64px 0px;
  width: 100%;
  background-image: url("../images/iWantLook/service-process-wrapper-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.service-process-wrapper .service-process-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}

.service-process-wrapper .service-process-content .service-process-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 382px;
}

.service-process-box>img {
  width: 100%;
  height: 100%;

}





.footer-contact-number {
  background: #FFFFFF;

  box-shadow: 8px 2px 24px 0px rgba(55, 60, 67, 0.2);
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-number .contact-number-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer-contact-number .contact-number-label {
  font-family: Source Han Sans;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333
}

.footer-contact-number .contact-number-value {
  font-family: Source Han Sans;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #E95606
}







.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border-radius: 15px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

.slider {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* height: 500px; */
}

.slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  /* padding: 40px; */
  /* color: white; */
  width: 100%;
  height: 420px;

}

.slide-content {
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 25px;
  border-radius: 10px;
  max-width: 70%; */
}

.slide-content>div {
  font-family: Source Han Sans;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 86px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 65, 77, 0.56) 22%, #000608 79%);
  padding: 36px 0px 0px 24px;
}



.slide-1 {
  background-image: url("../images/iWantLook/szxxfw-recent-activities-png1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url("../images/iWantLook/szxxfw-recent-activities-png1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url("../images/iWantLook/szxxfw-recent-activities-png1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url("../images/iWantLook/szxxfw-recent-activities-png1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 12px;
  /* margin-top: 25px; */
  position: absolute;
  bottom: 0;
  bottom: -10px;
  right: 40px;
  /* height: 86px;
  86 - 36 */
  height: 50px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  width: 24px;
  background-color: white;
  transform: scale(1.2);
}




.slider-status {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  opacity: 0.8;
  display: none;
}

/* 弹窗样式 */

.container {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header {
  background-color: #2c80ff;
  color: white;
  padding: 22px 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.form-container {
  /* padding: 24px 34px; */

  padding: 0px 34px;
}


.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  /* font-weight: 600; */
  /* color: #333;
  font-size: 15px; */
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #333333;
}

.required::after {
  content: ' *';
  color: #ff4757;
}

.form-input {
  width: 100%;
  /* padding: 12px 15px; */
  padding: 0px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s;
  height: 40px;
  line-height: 40px;
}

.form-input:focus {
  outline: none;
  border-color: #2c80ff;
  box-shadow: 0 0 0 2px rgba(44, 128, 255, 0.2);
}

.form-input::placeholder {
  color: #aaa;
}

select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;
}

.textarea {
  /* min-height: 120px; */
  height: 90px;
  resize: vertical;
  font-family: inherit;
}

.dialog-footer-wrapper {
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 16px 24px;
  gap: 10px;
  align-self: stretch;

  box-sizing: border-box;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #EEEEEE;

}

.submit-btn {
  cursor: pointer;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;

  /* 中心深蓝色 */
  background: #0075C0;
  width: 96px;
  height: 36px;
  border-radius: 4px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #FFFFFF;
}

.submit-btn:hover {
  background-color: #1a6de8;
}

.submit-btn:active {
  transform: translateY(1px);
}

.validation-message {
  color: #ff4757;
  font-size: 13px;
  margin-top: 5px;
  display: none;
}

.validation-message.show {
  display: block;
}

/* 弹窗样式 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}

.modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: modalAppear 0.3s ease-out;
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  /* background-color: #2c80ff; */
  /* color: white; */
  /* padding: 18px 25px; */
  font-size: 18px;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0px 24px;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;

  font-variation-settings: "opsz" auto;
  color: #333333;


}

.close-btn {
  background: none;
  border: none;
  color: #979797;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}

.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.modal-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content p {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.modal-content strong {
  color: #2c80ff;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.open-modal-btn {
  background-color: #2c80ff;
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(44, 128, 255, 0.3);
  display: block;
  margin: 30px auto;
}

.open-modal-btn:hover {
  background-color: #1a6de8;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(44, 128, 255, 0.4);
}