*,html{
  font-size: 14px;
}
body{
    background-color: #f0f1f2;
}

.bg-lightblue{
   background-color: #E3EAFF !important;
}

.text-purple {
  color: #8666E0 !important;
}

.bg-purple-light {
  --bs-bg-opacity:1;
  background-color: rgba(242, 238, 255, 1) !important;
}

.border-purple {
  border-color: #B7A3E2 !important;
}

.text-blue {
  color: #0070D3 !important;
}

.bg-blue-light {
  --bs-bg-opacity:1;
  background-color: rgba(235, 245, 255, 1) !important;
}

.border-blue {
  border-color: #63AEFF !important;
}

.text-green {
  color: #3CA44F !important;
}

.bg-green-light {
  --bs-bg-opacity:1;
  background-color: rgba(236, 248, 233, 1) !important;
}

.border-green {
  border-color: #99DBA5 !important;
}

.navbar-brand .logo {
  width: auto;
  height: 40px;
}

.icon img {
  width: auto;
  height: 1em;
}

.top-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.top-bar ul li {
    position: relative;
    padding: 5px 15px;
    display: flex;
    align-items: center;
}
.top-bar ul li a{
    color: var(--bs-gray-200);
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    line-height:200%;
}

/* 设置图标的大小 */
.top-bar ul li i img {
    width: auto;  /* 根据需要调整图标大小 */
    height: 14px;
    margin-right: 8px;
}

/* 设置文字显示效果 */
.top-bar ul li .text {
    display: inline;
}

/* 数显分割线 */
.top-bar ul li:not(:last-child) {
    border-right: 1px solid #9595954D;
}

/* 在手机端隐藏文字，只显示图标 */
@media (max-width: 1399.98px) {
  .top-bar ul li {
    position: relative;
    padding: 3px 4px;
    display: flex;
    align-items: center;
}
.top-bar ul li i img {
    width: auto;  /* 根据需要调整图标大小 */
    height: 12px;
    margin-right:4px;
}
    .top-bar ul li .text {
        display: none; /* 隐藏文字 */
    }
    .top-bar ul li a{
    line-height: 20px;
}
}



#navbar-top .navbar-nav a.nav-link{
    font-size: 22px;
}
#navbar-top .navbar-nav a.nav-link.active {
    font-weight: 600;
    color:var(--bs-red);
}
#navbar-top .navbar-nav .nav-item:has(.nav-link.active) {
    border-bottom: var(--bs-red) 3px solid;
}

.navbar-toggler {
    border: none;
    outline: none;
    padding: 10px 14px;
    border-radius: 0;
    line-height: 100%;
    background: rgba(255,255,255,0.8); /* 半透明背景 */
}

.navbar-toggler:hover {
    background-color: #D7E9FF;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none;
}

/* 移动端右侧抽屉效果 */
@media (max-width: 992px) {

  /* 隐藏默认的下拉覆盖，让侧滑菜单显示在右侧 */
  #navbar-top {
    position: fixed;
    top: 80px; /* 根据导航栏高度调整 */
    right: -80%;
    width: 80%;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 15px rgba(0,0,0,0.15);
    padding: 10px 0;
    border-radius: 12px 0 0 12px;
    transition: all 0.35s ease;
    z-index: 9999;
    display: block !important; /* 让 collapse 不占空间 */
    opacity: 0;
    visibility: hidden;
  }

  #navbar-top.show {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  #navbar-top::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 20px;
    border-width: 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
  }

  #navbar-top .navbar-nav {
    flex-direction: column;
    padding: 0 20px;
  }

  #navbar-top .navbar-nav .nav-item {
    margin: 8px 0;
  }

  #navbar-top .navbar-nav a.nav-link{
    font-size: 16px;
    padding: 10px 0;
    color: #0a3d78;
    border-bottom: 1px solid #eaeaea;
  }

  #navbar-top .navbar {
    box-shadow: none !important;
  }

  .language-switch {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .lang-toggle {
    background: #f2f4f7;
    border-radius: 30px;
    padding: 5px;
    display: inline-flex;
  }

  .lang-btn {
    border: none;
    background: transparent;
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
  }

  .lang-btn.active {
    background: #0a3d78;
    color: #fff;
  }

}

#footer-menu .navbar-nav a.nav-link.active {
    font-weight: 600;
    color:var(--bs-white);
}

#footer-menu  a.nav-link{
    font-size: 16px;
}

.lang-toggle {
    background: #dcdcdc;
    padding: 4px;
    border-radius: 30px;
    display: inline-flex;
}

.lang-btn {
    border: none;
    background: transparent;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.25s;
    color: #000;
}

.lang-btn.active {
    background: #0052a1; /* 蓝色，可按需调整 */
    color: #fff;
}


/**  Slider ***/
.home-banner {
  width: 100%;
  height: 80vh;
}

.banner-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.banner-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-content p {
  font-size: 20px;
}

.banner-content a {
  font-size: 16px;
}

 .banner-content industry-tag {
    width: 50%;
  }

.homepage-slider-view{
  height: 88vh;
  position:relative;
}
.data-counter{
  position: absolute;
  bottom: 1rem;
  z-index:1019;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);

}

.data-counter .counter-item h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}

.data-counter .counter-item p{
  font-size: 16px;
   margin-bottom: 0;
   text-align: center;
}

@media (max-width: 767px) {
  .banner-content {
  left: 50%;
  top: 35%;

}
  .banner-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .banner-content p {
    font-size: 12px;
  }

  .banner-content a {
    font-size: 14px;
  }
  .banner-content industry-tag {
    width: 100%;
  }
.data-counter .counter-item .icon-square{
    height: 45px;
    width: 45px;
  }
  .data-counter .counter-item h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
  }
  .data-counter .counter-item p{
    font-size: 14px;
  }
}

/* 三列卡片布局 */
.service-type-view {
    gap: 18px;
}



.service-item-card {
    width: 32%;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    transition: 0.25s ease;
}

/* Hover 高亮效果，与截图一致 */
.service-item-card:hover {
    box-shadow: 0 0 10px rgba(0, 80, 180, .25);
}

/* 头部渐变、样式完全参考你的截图 */
.service-item-card .card-header {
    background: linear-gradient(to bottom, #DDEBFF, #ffffff);
    padding: 16px 18px;
    font-weight: 600;
    border-bottom: 1px solid #e5e7eb;
}

/* 标题字体更粗 */
.service-item-card .card-title {
    font-size: 20px;
    font-weight: 700;
}

/* 价格区 */
.service-item-card .price {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.service-item-card .price span {
    font-size: 14px;
    color: #777;
}

/* 内容区域 */
.service-item-card .card-body {
    padding: 18px 20px 30px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.service-list li {
    margin-bottom: 8px;
    padding-left: 16px;
}


/* 列表链接 */
.service-list a {
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

.service-list a:hover {
    text-decoration: underline;
}

.service-list li a::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 4px;
    width: 11px;
    height: 13px;

    background-image: url('../images/svg/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
}



/* ---------- 响应式适配 ---------- */
@media (max-width: 992px) {
    .service-item-card {
        width: 100%;
    }
    .service-list li {
      display:inline-block;
      width: 49%;
    }

    .service-item-card:nth-child(2) .service-list li {
      display:block;
      width: 100%;
    }
}

.feature-three-item {
  width: 32%;
  border: none;
   border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.feature-three-item .card-title{
  color: var(--bs-primary);
  font-weight: 600;
}

.feature-three-item .card-text{
  font-size: 16px;
  text-align: start;
}

.feature-three-item img{
  border: none;
   border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.feature-three-item .card-body{
  background-color: #F0F1F2;
  border: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.key-feature-view{
   position:relative;
}

.key-feature-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 180px;
  height: 180px;

  background-image: url('../images/svg/key-center-bg.svg');
  background-size: cover;
  background-position: center;

  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 50%;
  text-align: center;
}


.key-feature-center h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

.key-feature-item {
  background-color: #fff;
  width: 49%;
  justify-content: start;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.key-feature-item h3 {
  color: var(--bs-primary);
  font-size: 28px;
  font-weight: 700;
}

.key-feature-item li {
  font-size: 16px;
}

.key-feature-item:nth-child(-n+2) {
  margin-bottom: 1rem;
}

.key-feature-item:nth-child(1) {
  border-top-left-radius: 16px;
  background-image: url(../images/svg/key01.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
}

.key-feature-item:nth-child(2) {
  border-top-right-radius: 16px;
  background-image: url(../images/svg/key02.svg);
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
}

.key-feature-item:nth-child(3) {
  border-bottom-left-radius: 16px;
  background-image: url(../images/svg/key03.svg);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}

.key-feature-item:nth-child(4) {
  border-bottom-right-radius: 16px;
  background-image: url(../images/svg/key04.svg);
  background-repeat: no-repeat;
  background-position: left 10px bottom 10px;
}


/* Mobile responsiveness */
@media (max-width: 767px) {
  .key-feature-item .w-75{
    width: 100% !important;
  }

.key-feature-item h3 {
  color: var(--bs-primary);
  font-size: 18px;
  font-weight: 700;
}

.key-feature-item li {
  font-size: 12px;
}
}


.contact-form-view h3{
  font-size: 24px;
}
.contact-form-view p{
  font-size: 14px;
}

.contact-form-view form label{
  font-size: 14px;
  min-width: 70px;
  text-align: center;
}

.contact-form-item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form-view .contact-form-item input{
   border: var(--bs-border-width) solid var(--bs-border-color);
   border-radius: var(--bs-border-radius);
}

.contact-form-view .contact-form-item #custom-name{
  min-width:120px;
}

.contact-form-view .contact-form-item #custom-mobile{
  min-width:150px;
}

.contact-form-view  .btn-sm {
    min-width: 180px;
    font-size: 14px;
}

.banner-slider-view {
  background-color: #ddebff;
  background-image: url(../images/bg/banner-slider-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.second-banner-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateX(3rem) translateZ(0);
    transition: opacity .3s;
    bottom:10%;
    z-index: 10;
}

.second-banner-slider .swiper-horizontal>.swiper-pagination-bullets,
.second-banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.second-banner-slider .swiper-pagination-custom,
.second-banner-slider .swiper-pagination-fraction {
    bottom:10%;
}

.swiper-pagination-bullet {
    background: var(--bs-primary, #7CAFEB);
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
}
.swiper-pagination-bullet-active {
    background: var(--bs-primary,var(--bs-primary));
    opacity: var(--swiper-pagination-bullet-opacity,1);
}

.swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px) !important;
}

.translator-list-view {
  background-color: #abcffb;
  background-image: url(../images/bg/translator-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.filter-bar .filter-item {
    display: flex;
    flex-direction: column;
    min-width: 17%;
}

.filter-bar label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: start;
}


.business-view{
  background-color: #fff;
  background-image: url(../images/bg/map-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.business-area-list img.icon {
  width: auto;
  height: 1rem;
}

.brand-swiper .swiper-slide img {
    width: auto;
    height: 80px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.3s;
}

.brand-swiper .swiper-slide img:hover {
    filter: grayscale(0%);
}

.brand-swiper .swiper-horizontal>.swiper-pagination-bullets,
.brand-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.brand-swiper .swiper-pagination-custom,
.brand-swiper .swiper-pagination-fraction {
    bottom: -5px;
    left: 0;
    top: var(--swiper-pagination-top,auto);
    width: 100%;
}

.footer-info h5{
  font-size: 18px;
  font-weight: 500;
}

.footer-info p{
  font-size: 14px;
}
/*.footer-info p.address{
  min-height: 60px;
}*/

.copyright{
  font-size: 14px;
  color:var(--bs-gray-600);
  border-top: 0.5px solid var(--bs-gray-600);
  line-height: 180%;
}

@media (max-width: 1200px) {


}

@media (max-width: 767px) {


  .feature-three-item {
      width: 100%;
      margin-bottom: 2rem;
  }

  .contact-form-view .contact-form-item #custom-name {
    min-width: 80px;
    margin-bottom: .25rem;
  }
  .contact-form-view .contact-form-item #custom-mobile{
    min-width:120px;
    margin-bottom: .25rem;
  }

  .business-view .w-75{
    width: 100% !important;
  }

  .key-feature-center {
    width: 130px;
    height: 130px;
  }
  .key-feature-center h2 {
      font-size: 16px;
      margin: 0;
      padding: 0;
  }
  div.key-feature-item:nth-child(2) h3,
  div.key-feature-item:nth-child(4) h3 {
     text-align: right !important;
     padding-right: 0.75rem;
  }

  .key-feature-item {
    min-height: 235px;
  }
}

/** Other PAGES**/
.page-header{
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.title {
    font-size: 40px;
    padding-left: 20px;
    position: relative;
    line-height: 40px;
    font-weight: 700;
    line-height: 180%;
}

.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 30px;
    background: var(--bs-red);
}

.industry-section {
    display: flex;
    align-items: center;
    /* gap: 40px; */
    width: 100%;
}

.industry-text {
    /* flex: 1; */
    position: relative;
}

.industry-text p {
  font-size:20px;
  list-style: 36px;
}

.industry-swiper {
    /* flex: 1; */
    position: relative;
    overflow: hidden;
}

.industry-image {
   flex: 1;
}

/* 右侧遮罩渐隐效果 */
.industry-swiper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 200px; /* 控制渐隐范围，越大越柔和 */
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.9) 100%
    );
    z-index: 9;
}

.industry-swiper .swiper-slide{
  padding-top:.8rem;
  padding-bottom: .8rem;
}

.industry-swiper img {
    height: 300px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.industry-section .swiper-horizontal>.swiper-pagination-bullets,
.industry-section .swiper-pagination-horizontal.swiper-pagination-bullets {
 transform: translateX(-5%);
}

.about-key-view {
  background-image:
    url(../images/bg/about-bg-dot.png),
    linear-gradient(180deg, #2F6DB8 0%, #0A4FA2 100%);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto, cover;
  min-height: 500px;
}

.about-key-card-view {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: wrap;
    padding-top: 120px;
}

/* 每个卡片的宽度 */
.about-key-card-view .key-card {
    flex: 1 1 calc(25% - 25px);
    background: #fff;
    border-radius: 14px;
    padding: 70px 30px 40px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: .25s ease;
    background-image: url(../images/svg/key01.svg);
    background-position:  right 10px bottom 10px;
    background-repeat: no-repeat;
    background-size: 25% 25%;
    margin-bottom: 80px;
}

.about-key-card-view .key-card:nth-child(2){
background-image: url(../images/svg/key02.svg);
}
.about-key-card-view .key-card:nth-child(3){
background-image: url(../images/svg/key03.svg);
}
.about-key-card-view .key-card:nth-child(4){
background-image: url(../images/svg/key04.svg);
}

.about-key-card-view .key-card::before{
    content: "";
    position: absolute;
}

/* 顶部斜光影 */
.about-key-card-view .key-card::before {
    content: "";
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;        /* 可以比卡片宽度大 */
    height: 79px;      /* 根据实际图片高度 */
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.about-key-card-view .key-card:nth-child(1)::before {
    background-image: url(../images/bg/key-card-bg-1.png);
}
.about-key-card-view .key-card:nth-child(2)::before {
    background-image: url(../images/bg/key-card-bg-2.png);
}
.about-key-card-view .key-card:nth-child(3)::before {
    background-image: url(../images/bg/key-card-bg-3.png);
}
.about-key-card-view .key-card:nth-child(4)::before {
    background-image: url(../images/bg/key-card-bg-4.png);
}


/* hover 浮起效果 */
.about-key-card-view .key-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* 圆形标题（绝对定位 + 居中） */
.about-key-card-view .key-card .card-header {
    width: 100px;
    height: 100px;
    color: #0A4FA2;
    border-radius: 50%;
    border: 2px solid #0A4FA2;
    background-color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    font-weight: bold;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);

    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    z-index: 99;
}

/* 列表内容 */
.about-key-card-view .key-card ul {
    padding-left: 18px;
    color: #333;
    line-height: 1.7;
}

.about-key-card-view .key-card ul li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
  .about-key-card-view .key-card {
    flex: 1 1 calc(50% - 25px);
  }
}

@media (max-width: 576px) {
  .about-key-card-view .key-card {
    flex: 1 1 100%;
  }
}

.preorder-form-view {
  background-color: rgba(255, 255, 255, .7);
  margin-top: 30px;
  border-radius: 10px;
  min-height:450px;
  width: 100%;
}

.booking-header {
  position: relative;
}

.booking-title {
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  left: 20px;
  top: 20px;
}

.booking-bar {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #d32f2f;
  margin-right: 10px;
}

.booking-tip {
  color: #1e5ad7;
  font-size: 14px;
  white-space: nowrap;
  padding-top: 20px;
  line-height: 36px;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
}

.booking-icon {
  font-size: 18px;
}

.preorder-captcha {
  height: 35px;
}

@media (max-width: 576px) {
  .booking-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .booking-tip {
    margin-top: 28px;
    white-space: normal;
  }

  .booking-icon {
    display: none;
  }
}

.about-contactus-view{
  background-image: url(../images/bg/about-bg-3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-contactus-view .form-view{
  background-color: rgba(255, 255, 255, .7);
  border-radius: 20px;
  min-height:450px;
  width: 85%;
}

.woman-view {
  background-image: url(../images/bg/woman.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 20%;
  transform: translateX(-60%);
  z-index: 3;
  width: 360px;
  height: 490px;
}

.request-form {
    width: 75%;
    padding: 30px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    font-family: "Microsoft YaHei", sans-serif;
}

/* ——标题—— */
.request-form h2 {
    text-align: center;
    color: #1e73be;
    font-size: 26px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .title {
        font-size: 20px;
        padding-left: 10px;
    }
    .industry-text p {
        font-size: 14px;
    }
    .request-form {
        width: 100%;
        padding: 0;
        margin: 10px auto;
    }
    .woman-view {
        width: 240px;
        height: 280px;
    }
    .upload-row {
        margin-left: 16%;
    }
    .upload-box input{
        width: 70%;
    }
    .upload-box label {
        width: 120%;
    }
}

/* ——每行—— */
.form-row {
    display: flex;
    align-items: flex-start !important; /* 关键：顶部对齐 */
    margin-bottom: 18px;
}

.form-row label {
    width: auto;       /* 保证左右列一致 */
    margin-right: 10px;
    padding-top: 6px;   /* 与 input 的内边距平齐（美观用） */
}

.form-row textarea {
    height:160px;
    resize: vertical;
}


.upload-row label {
  width: auto;
    padding-top: 6px;
}

.form-row input,
.form-row textarea {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    outline: none;
    transition: .25s;
    font-size: 14px;
}

.form-row input:focus,
.form-row textarea:focus {
    border-color: #409eff;
    box-shadow: 0 0 0 2px rgba(64,158,255,0.15);
}

.upload-row .upload-box {
    display: flex;
    width: 100%;
    gap: 10px;
}

.upload-box label{
  width: auto;
}

.upload-text {
    flex: 1;
}
.file-tip {
    margin-top: 5px;
    color: #666;
    font-size: 13px;
}

.timeline-item {
    padding: 20px 20px 20px 0;
    border-left: 3px solid transparent;
    margin-left: 20px;
}

.timeline-item.active {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    border-right: 3px solid #d9534f; /* 红色竖线 */
}

.timeline-year {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.timeline-sub {
    font-size: 16px;
    color: #888;
}

.education-timeline-line {
    /* border-right: 1px solid #ddd; */
    height: 100%;
    margin-left: 10px;
    text-align: right;
    position: relative;
}

.education-timeline-dot {
    width: 12px;
    height: 12px;
    /* background-color: #d9534f; */
    border: 2px solid #d9534f;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: 45px;
}

.education-timeline-item {
    position: relative;
    line-height: 20px;
    padding: 30px 0;
}

.education-year-text {
    font-size: 20px;
    font-weight: 500;
    color: #444;
}

@media (max-width: 768px) {
    .education-year-text {
        font-size: 12px;
    }
    .education-timeline-item {
      padding: 30px 0;
    }
}

.education-school-name {
    font-size: 22px;
    font-weight: 700;
}

.education-dept {
    font-size: 16px;
    color: #666;
}

.education-major {
    font-size: 16px;
    color: #000;
}
.price-sidebar {
    background-color: #fff;
    border-right: 1px solid #dee2e6;
    min-height: 50vh;
}
.price-sidebar a {
    color:#000;
    text-decoration: none;
}

.price-mobile-content-intro {
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #DA5513;
    background-color: #FFEED4;
}

.price-nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    text-align: center;
    line-height: 50px;
}

.price-nav-item:hover {
    background-color: #f0f7ff;
}

.price-nav-item.active {
    background-color: var(--bs-primary);
    font-size: 16px;
    border-radius: 10px;
    opacity: 90%;
    color: white;
    font-weight: bold;
}

.price-nav-item.active .price-nav-icon {
    color: white;
}

@media (max-width: 768px) {
    .price-sidebar {
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
        padding: 0 10px;
    }
    .price-nav-item {
        min-height: 55px;
        padding: 12px 15px;
        line-height: 20px;
    }
}

.price-nav-icon {
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.price-nav-icon svg {
    width: 16px;
    height: 16px;
    color: #666;
}

.price-nav-item.active .price-nav-icon svg{
    color: white;
}

.price-nav-right-icon {
    margin: 0 12px;
    display: flex;
    align-items: right;
    justify-content: right;
    color: #fff;
    display: none;
}

.price-nav-item.active .price-nav-right-icon {
    display: block;
}

.price-content-area {
    padding: 0 20px;
}

.price-tips-content {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #FFEED4;
  font-size: 12px;
  margin-bottom: 10px;
  color: #DA5513;
}

.price-content-area td {
  text-align: center;
}

.price-content-img {
    margin-bottom: 20px;
    img {
        width: 100%;
        height: auto;
    }
}

.price-mobile-content-img {
    img {
        width: 100%;
        height: 100px;
    }
}

.price-header-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
}
.price-placeholder-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    color: #888;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}

/* 左侧导航栏样式 - 使用fields前缀 */
.fields-sidebar {
    background-color: #fff;
    border-right: 1px solid #dee2e6;
    min-height: 100vh;
    padding: 20px 15px 20px 0;
}
.fields-nav-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.fields-nav-item {
    padding: 10px 0;
    /*border-left: 4px solid transparent;*/
    margin-bottom: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f5f5f5;
}
.fields-nav-item:hover {
    background-color: #f0f7ff;
}

.fields-nav-icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.fields-nav-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.fields-arrow {
    transition: transform 0.3s ease;
    color: #999;
    font-size: 0.9rem;
}

/* .fields-nav-item.active .fields-arrow {
    color: white;
} */

.fields-subnav {
    display: none;
    padding-left: 20px;
}

.fields-subnav.show {
    display: block;
    border-bottom: 1px solid #f5f5f5;
}

.fields-subitem {
    padding: 14px 20px;
    padding-left: 40px;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.fields-subitem:hover {
    background-color: #f0f7ff;
}

.fields-subitem.active {
    background-color: #0A4FA2;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
}

.fields-subitem-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

.fields-subitem.active .fields-subitem-icon {
    color: #fff;
}

/* ===============================
   Mobile 子菜单：两列布局
   =============================== */
@media (max-width: 767px) {

    /* 子菜单容器（仅 show 时生效） */
    .fields-subnav {
        margin-left: 0;
        border-left: none;
        background-color: transparent;
    }

    .fields-subnav.show {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 26px;
    }

    /* 子菜单项 */
    .fields-subitem {
        width: calc(50% - 6px);
        padding: 12px 8px;
        padding-left: 8px;   /* 覆盖 PC 的 40px */
        justify-content: flex-start;
        text-align: left;
        border-left: none;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }

    .fields-subitem:hover {
        background-color: #e9f1ff;
    }

    .fields-nav-item {
        border-bottom: 1px solid #CCC;
    }
}

/* 右侧内容区域（简化） */
.fields-content-area {
    padding: 20px;
}

.fields-header-image {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.fields-content-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-top: 20px;
    min-height: 400px;
}

.service-image-box {
    min-height: 220px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .service-image-box {
      padding: 10px 5px;
    }
    .fields-sidebar {
        min-height: auto;
        border-right: none;
    }
    .fields-nav-item {
        min-height: 55px;
        padding: 12px 15px;
    }
}

/** 翻译领域所见即所得容器 ***/
.pricing-table {
  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dcdfe6;
    background: #fff;
  }

  table tr {
    border-bottom: none;
  }

  table tr td {
    text-align: left;
    border: 1px solid #C7C7C7;
    padding: 10px 24px;
    vertical-align: center;
    font-size: 15px;
    color: #333;
  }

  table tr:first-child td {
    background: #D4E8FF;
    font-weight: 600;
    color: #333;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  li {
    display: flex;
    justify-content: space-between; /* 左右分布的关键 */
    align-items: center;
    list-style: disc;
  }

  li::before {
    content: ""; /* 空内容 */
    display: inline-block;
    width: 4px;  /* 圆点直径 */
    height: 4px; /* 圆点直径 */
    background-color: #333; /* 圆点颜色 */
    border-radius: 50%;     /* 变成圆形 */
    margin-right: 10px;     /* 圆点和文字的距离 */
    flex-shrink: 0;         /* 防止圆点被挤压 */
  }

  li::marker {
    font-size: 14px;
    color: #333;
  }

  strong {
    margin-left: auto;      /* 这是关键！它会将 strong 标签挤到右边 */
    font-weight: 800;
    color: #1a202c;
    /* 如果你想让价格对齐得更整齐，可以加个最小宽度 */
    min-width: 100px;
    text-align: right;
  }

  /* 最后一行添加感叹号图标 */
  tr:last-child td::before {
    content: "!";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1.5px solid #c2410c;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 12px;
    font-weight: bold;
  }

  tr:last-child td {
    background: #FFEED4;
    color: #DA5513;
  }

  @media (max-width: 768px) {
    table,
    tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
        border: none;
    }

    /* 让 tr 逻辑上消失，让 td 直接参与 flex/grid 排序 */
    tr {
        display: contents;
    }

    td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        border: 1px solid #e2e8f0;
        margin-bottom: -1px; /* 合并边框 */
    }

    /* --- 排序逻辑 --- */
    
    /* 第一列单元格 (笔译相关) */
    td:nth-child(1) {
        order: 1;
    }

    /* 第二列单元格 (口译相关) */
    td:nth-child(2) {
        order: 2;
    }

    /* --- 卡片间距与样式微调 --- */

    /* 为两个卡片之间增加间距 */
    /* 我们在第一列的最后一个单元格（原本表格的最后一行第一列）下方加间距 */
    tr:last-child td:nth-child(1) {
        margin-bottom: 30px; 
        border-bottom: 1px solid #e2e8f0;
    }

    /* 调整移动端标题（卡片头）的圆角或边框 */
    tr:first-child td {
        border-top: 2px solid #3b82f6; /* 给卡片顶部加个亮条更像卡片 */
    }

    /* 修正移动端列表内 strong 标签的间距 */
    li strong {
        min-width: auto; 
    }

    /* 针对最后一行（橙色部分）的圆角处理（可选） */
   tr:last-child td {
      border-bottom: 1px solid #fbbf24;
    }
  }
}

.pricing-table li br {
  display: none;
}

/* 1. 基础布局：让表格看起来不像表格 */

.pricing-bottom {
  table[style*="width:100%"] {
    border: none !important;
    border-collapse: collapse;
    margin: 20px 0;
  }

  td {
    border: none !important; /* 去掉所有单元格边框 */
    vertical-align: middle;  /* 垂直居中 */
    padding: 10px;
  }

  input[name="link_order"] {
    -webkit-appearance: none; /* 清除系统默认样式 */
    display: inline-flex;
    align-items: center;
    
    /* 颜色与背景 */
    background-color: #CB1428 !important;
    color: #ffffff !important;
    
    /* 形状与间距 */
    border: none;
    border-radius: 12px;
    padding: 15px 30px 15px 60px; /* 左侧留出更多空间放图标 */
    
    /* 字体 */
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;

    /* --- 核心：插入左侧图标 --- */
    background-image: url("/static/assets/images/svg/vector.svg");
    background-repeat: no-repeat;
    background-position: 20px center; /* 图标定位在左侧 20px 处 */
    background-size: 30px 30px;      /* 图标大小 */
  }

  input[name="link_order"]:hover {
    background-color: #CB1428 !important;
  }

  td:last-child {
    color: #0A4FA2; /* 蓝色 */
    font-size: 14px;
    line-height: 1.6;
    padding-left: 20px; /* 与按钮拉开距离 */
  }

  /* 4. 手机端响应式适配 */
  @media (max-width: 768px) {
    table, 
    tbody, 
    tr, 
	  td {
        display: block !important; /* 强制转为块级，上下堆叠 */
        width: 100% !important;
    }

	  td {
        padding: 10px 0 !important;
        text-align: center; /* 手机端居中显示 */
    }

    input[name="link_order"] {
        width: 100%;       /* 按钮占满宽度 */
        font-size: 18px;
        padding: 12px 20px 12px 50px;
        background-position: 15px center;
        background-size: 24px 24px;
    }

    td:last-child {
        padding-left: 0;
        font-size: 12px;
        text-align: center;
    }
  }
}

.fields-banner-text {
  figure.table table {
    --bs-table-bg: transparent;
    --bs-table-border-color: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-hover-bg: transparent;
    --bs-table-active-bg: transparent;

    background: transparent;
    border: none;
    border-collapse: collapse;
  }

  /* td / th */
  figure.table td,
  figure.table th {
    background: transparent;
    border: none;
  }

  figure.table {
    border: none !important;
    margin: 0;
  }

  table td {
    background: transparent;
    border: none;
    vertical-align: top;
    padding-right: 20px;
  }

  table tr {
    border-bottom: none;
  }

  ul {
    margin: 0;
    padding-left: 20px;
  }

  @media (max-width: 768px) {
    table td {
      padding: 0;
    }
    li {
      line-height: 25px;
    }
  }
}

.works-case-wrapper {
    position: relative;
    padding: 0 80px; /* 增加左右内边距，确保按钮有足够的空白位 */
    max-width: 1000px; /* 根据你的页面调整 */
    margin: 0 auto;
}

.works-case {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 !important;
  padding: 10px 0 !important; /* 上下留点投影空间 */
}

/* 确保 slide 内部居中 */
.works-case .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.works-case img {
    width: 100%;     /* 改为 100% 宽度适配 slidesPerView */
    height: 150px;   /* 适当增加高度 */
    object-fit: cover; /* 建议用 cover 剪裁或 contain 包含 */
    border-radius: 8px;
    filter: grayscale(20%);
    transition: 0.3s;
}

.works-case .swiper-slide img:hover {
    filter: grayscale(0%);
}

/* 自定义蓝色圆形按钮 */
.custom-swiper-btn {
    background-color: #337ab7 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    /* 使用 flex 让内部的 SVG 居中 */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* 设置颜色，因为 SVG 默认使用了 fill: currentColor */
    color: white !important; 
}

.custom-swiper-btn svg {
    /* 这里的宽度和高度就是你想要的箭头大小 */
    width: 20px !important; 
    height: 20px !important;
    
    /* 覆盖掉你看到的那些默认样式 */
    object-fit: contain;
    flex-shrink: 0; /* 防止被挤压 */
}

.swiper-button-prev.custom-swiper-btn {
    left: 20px !important; /* 定位在 wrapper 的最左侧空白处 */
}

.swiper-button-next.custom-swiper-btn {
    right: 20px !important; /* 定位在 wrapper 的最右侧空白处 */
}

/* 鼠标悬停效果 */
.custom-swiper-btn:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

@media (max-width: 768px) {
    /* 1. 核心：给按钮留出足够的物理空间 */
    .works-case-wrapper {
        padding: 0 50px !important; /* 手机端留出 50px 放置按钮 */
    }

    /* 2. 缩小按钮尺寸，防止它占地太大 */
    .custom-swiper-btn {
        width: 34px !important;
        height: 34px !important;
    }
    
    .custom-swiper-btn svg {
        width: 16px !important;
        height: 16px !important;
    }

    /* 3. 调整按钮位置，确保它在两端的 Padding 区域内 */
    .swiper-button-prev.custom-swiper-btn {
        left: 8px !important;
    }
    .swiper-button-next.custom-swiper-btn {
        right: 8px !important;
    }

    /* 4. 调整图片高度，防止在手机端显得太细长 */
    .works-case .swiper-slide img {
        height: 250px; /* 手机端可以适当调高，让案例更清晰 */
    }
}

.payment-content-card {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    min-height: 400px;
}

.payment_image {
    background-image: url(/static/assets/images/bg/paymenthod.webp);
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-left: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: none;
    position: relative;
}

@media (max-width: 768px) {
    .payment_image {
        background-image: url(/static/assets/images/bg/mobile_paymenthod.webp);
    }
}

.payment_image p {
    font-size: 36px;
    font-weight: 800;
    margin-top: 40px;
    color: #FFFFFF;
}

.payment-content-text {
    padding: 40px;
    min-height: 200px;
}

@media (min-width: 992px) {
    .payment-left-text {
        font-weight: bold;
        text-align: right;
    }
}

@media (max-width: 991.98px) {
    .payment-left-text {
        font-weight: bold;
        text-align: left;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

.contact-city-name {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d9534f;
}

.contact-city-map {
    margin-top: 10px;
    img{
        width: 100%;
        height: auto;
    }
}

/* .contact-city-box {
    min-height: 80px;
} */

ul.list-unstyled li span {
    padding-left: 10px;
    font-weight: bold;
}

/* 新增样式：让卡片内容撑满，图片在底部 */
.contact-card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-card-content {
    flex: 1 0 auto; /* 内容区域自适应 */
}

.contact-card-image {
    margin-top: auto; /* 图片始终在底部 */
    flex-shrink: 0; /* 防止图片被压缩 */
}

.case-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 10px;
    cursor: zoom-in;
    transition: transform .2s;
}

@media (max-width: 768px) {
  .case-img {
    padding: 0;
  }
}

@media print {
  @page {
    size: A4;
    margin: 10mm;
  }

  .no-print {
    display: none !important;
  }
}

/* 默认显示（桌面端） */
.pc-only {
  display: block;
}

/* 小屏（手机）隐藏 */
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

.callback-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 30px 60px;
    position: relative;
}

.callback-avatar {
    position: absolute;
    left: 120px;
    background-image: url(/static/assets/images/index/contact-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
    margin-right: 30px;
}

.callback-content {
    margin-left: 200px;
}

.callback-content h4 {
    font-size: 1.4rem;
}

@media (max-width: 768px) {
    .callback-avatar {
        left: 0;
        bottom: 0;
        height: 160px;
    }
    .callback-content {
        margin-left: 20px;
    }

    .callback-content h4 {
        font-size: 1rem;
    }
}

.callback-input {
    width: 160px;
}

.callback-btn {
    padding: 10px 28px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .callback-box {
        flex-direction: column;
        text-align: left;
    }
}

/* 整体去掉默认 accordion 样式 */
.experience-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.experience-accordion .accordion-button {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
    padding: 16px 20px;
}

.experience-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000;
    box-shadow: none;
}

.experience-accordion .accordion-button:focus {
    box-shadow: none;
}

/* 左右布局 */
.experience-title {
    display: flex;
    gap: 20px;
    width: 100%;
}

.experience-year {
    min-width: 160px;
    font-size: 20px;
    font-weight: 700;
}

.experience-company {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .experience-year {
        font-size: 14px;
    }
    .experience-company {
        font-size: 14px;
    }
    .education-school-name {
        font-size: 16px;
    }
    .education-dept {
        font-size: 12px;
    }
    .education-major {
        font-size: 12px;
    }
}

/* 内容区域 */
.experience-body {
    font-size: 16px;
    line-height: 1.8;
    padding: 24px 20px;
    background-color: #fff;
}

.experience-list {
    margin-top: 10px;
}

/* 右侧箭头微调 */
.accordion-button::after {
    transform: scale(1.2);
}

.bg-topview {
  background: linear-gradient(180deg, #DFE9F3 0%,
  #FFFFFF 30px,
  #FFFFFF 150px,
  #F0F1F2 150px,
  #F0F1F2 100%);
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 8px;
    text-decoration: none;
}

.page-btn:hover {
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: #fff;
}

.page-btn.disabled {
    color: #aaa;
    cursor: not-allowed;
}

.modal-alert-img {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 200px;
    width: auto;
}

.modal-alert-box {
    padding: 0 100px;
}

.alert-modal-title {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
  .alert-modal-title {
    font-size: 14px;
  }
  #alertModalBody {
    font-size: 12px;
  }
}

.btn-loading {
  pointer-events: none;
  opacity: 0.7;
}

.btn-loading::after {
  content: '...';
  margin-left: 6px;
}

.modal-body {
    justify-content: center;
}

/* 标题文字居中 */
#alertModalTitle {
    text-align: center;
}

/* 内容文字居中 */
#alertModalBody {
    display: block;
    width: 100%;
    text-align: center;
}

/** 所见即所得容器 ***/
.wysiwyg_box  {
  table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dcdfe6;
    background: #fff;
  }

  table tr {
    border-bottom: none;
  }

  table tr td {
    text-align: left;
    border: 1px solid #C7C7C7;
    padding: 10px 24px;
    vertical-align: center;
    font-size: 15px;
    color: #333;
  }

  table tr:first-child td {
    background: #D4E8FF;
    font-weight: 600;
    color: #333;
  }

  table td ul {
    margin: 0;
    columns: 2;                 /* 两列 */
    column-gap: 40px;           /* 两列间距 */
  }

  @media (max-width: 768px) {
    table td ul {
      columns: 1;
      column-gap: 0;
    }
  }
}
