/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
/*=== MEDIA QUERY ===*/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Volkhov:ital@1&display=swap"); */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
body {
  line-height: 1.65;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
/* 内页 hero 基础类（service 模板 / career 页使用）：
   高度改为由内容决定，避免固定高度带来的下方空白。 */
.slider {
  position: relative;
  padding: 6rem 0;
  height: auto;
  min-height: 18rem;
}

@media (max-width: 992px) {
  .slider {
    padding: 4rem 0;
    min-height: 14rem;
  }
}

.slider .block {
  color: #E3E3E4;
  text-align: center;
  font-weight: 500;
}

.slider .block h2 {
  font-weight: 500;
  padding-bottom: 1rem;
  color: #f8f9fa;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# common slider
--------------------------------------------------------------*/
.slider-common-bg {
  background: url("/assets/img/common-background.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .slider-common-bg {
    padding: 6rem 0;
    background-size: auto auto;
  }
}

/*--------------------------------------------------------------
# home page
--------------------------------------------------------------*/
.home-slider {
  background-color: #f5f5f7;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5.75rem;
  padding-bottom: 0;
  position: relative;
  height: 28rem;
  margin-top: 0;
  transition: background-image 0.3s ease;
}

.home-slider.loaded {
  background-image: url("/assets/img/home/home.webp");
}

@media (max-width: 992px) {
  .home-slider {
    padding: 4.5rem 0;
    background-size: auto auto;
    height: 24rem;
  }
} 

.home-slider .block {
  color: #E3E3E4;
  margin-left: 3rem;
  text-align: center;
}

.home-slider .block h1 {
  font-weight: 500;
  line-height: 3.75rem;
  padding-bottom: 1rem;
  color: #fff;
}

.home-slider .block h2 {
  font-weight: 500;
  color: #F6F6F6;
  line-height: 3.75rem;
  padding-bottom: 1rem;
}
.home-slider .block h3
{
  font-weight: 500;
  color: #fff;
  padding: 1rem 0;
  /* filter: brightness(180%); */
}

.home-slider .block h4 {
  line-height: 2.5rem;
  padding: 1rem 0;
  color: #fff;
}
.home-slider .block p {
  line-height: 2.5rem;
  padding: 1rem 0;
  color: #fff;
  font-weight: 350;
}

.home-slider .block .btn-main, .slider .block .btn-main, .call-to-action .block .btn-main,
.post-navigation .btn-main {
    padding: 1rem 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 0;
    margin-right: 1.875rem;
    margin-left: 0px;
    font-size: 1rem;

    background-color: transparent;
    /* 设置按钮背景透明 */
    border: 2px solid;
    /* 设置边框宽度 */
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0),
        /* 内部阴影透明，用于取消默认边框 */
        0 0 0 2px linear-gradient(to right, #0D47A1, #1976D2);
      /* 渐变边框 */

    border-image-slice: 1;
    /* 使渐变填充整个边框 */
    padding: 10px 20px;
    /* 设置按钮的内边距 */
    color: #fff;
    /* 设置按钮文本颜色为深蓝色 */
    cursor: pointer;
    /* 设置鼠标悬停时的光标样式 */
    border-radius: 0.5rem;
    /* 设置边框圆角 */
    transition: background-color 0.3s, color 0.3s;
    /* 添加过渡效果 */
}

.call-to-action .block .btn-main:hover,.home-slider .block .btn-main:hover,.post-navigation .btn-main:hover{
  background-color: #3c5f82;
    /* 设置悬停时的背景颜色 */
}

.post-navigation .btn-main {
  color: #000000;
}
@media (max-width: 992px) {
  .home-slider .block h1, h2, h3, h4, p{
      padding: 0 0;
  }
 .home-slider .block .btn-main,
 .post-navigation .btn-main,
 .slider .block .btn-main {
   padding: 0.5rem 1rem;
   margin-top: 0rem;
   margin-bottom: 1rem;
   margin-right: 1rem;
   margin-left: 0rem;
   font-size: 1rem;
 }
 .home-slider .block h1 {
    font-size: 2.2rem;
  }
  .home-slider .block h2 {
    font-size: 1.8rem;
  }
  .home-slider .block h3 {
    font-size: 1.6rem;
  }
  .home-slider .block h4 {
    font-size: 1.2rem;
  }
  
  /* 小屏幕下的slider h1优化 */
  .slider .block h1 {
    font-size: 1.8rem;
    letter-spacing: 0.3px;
  }
  
  .slider-solution-bg .block h1,
  .slider-community-bg .block h1,
  .slider-service-bg .block h1,
  .slider-career-bg .block h1 {
    font-size: 1.8rem;
    letter-spacing: 0.3px;
  }
  
  
  .slider-about-bg .block h1 {
    font-size: 1.8rem;
    letter-spacing: 0.3px;
  }
}

/*--------------------------------------------------------------
# carousel-indicators
--------------------------------------------------------------*/
.carousel-indicators li {
  background-color: white;
  /* 设置指示器底部按钮的背景颜色为黑色 */
  width: 6.25rem;
  /* 设置按钮的宽度 */
  height: 0.32rem;
  /* 设置按钮的高度 */
  margin: 0.625rem;
  /* 设置按钮之间的间距 */
}

/*--------------------------------------------------------------
# service page
--------------------------------------------------------------*/
.slider-service-bg {
  background: url("/assets/img/service/service.webp");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .slider-service-bg {
    padding: 6rem 0;
    background-size: auto auto;
  }
}

.slider-service-bg .block h1 {
  font-size: 2.5rem;
  line-height: 3.75rem;
  padding-bottom: 1rem;
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slider-service-bg .block h2 {
  color: #444444;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.slider-service-bg .block h3 {
  color: #444444;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.slider-service-bg .block h4 {
  color: #444444;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.slider-service-bg .block p {
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.service {
  text-align: left;
  padding: 3.75rem 0;
  background: #F5F5F5;
}

.service-item {
  margin-top:2.5rem;
  /* margin-bottom: 5rem; */
  margin-left: 0rem;
  margin-right: 0rem;
  padding-top: 2rem ;
  padding-bottom: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, .08);
  border: 1px solid #f0f0f0;
  height: calc(95%);
  position: relative;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service .service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
  border: 2px solid #999999;
}

.service .service-item:hover p {
  /* font-weight: 500; */
}

.service .service-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /* 使点击事件能触发 */
  text-decoration: none;
}
.service .service-item i {
  font-size: 2.5rem;
  color: #655E7A;
}
/* 
@media (max-width: 768px) {
  .service .service-item i{
    font-size: 0px;
  }
} */
.service .service-item h4 {
  color: #000;
  padding-top: 0.625rem;
  margin: 0;
  font-weight: 700;
}

.service .service-item p {
  padding-top: 0.625rem;
  margin: 0;
  text-align: left;
  font-size: 1.0rem;
  font-weight: 350;
}

.service .service-item .service-item-button {
  text-align: left;
  position: absolute;
  margin: 0;
  bottom: 1rem;
  left: 0;
  right: 0;
}

.service-item-button .btn {
  /* background: #b0a8c4; */
  display: inline-block;
  font-size: 1rem;
  /* letter-spacing: 1px; */
  padding: 0.5rem 1rem;
  /* text-transform: uppercase; */
  border-radius: 0;
  transition: all 0.2s ease;
}

/* 内页 hero（service / solution / community 页面使用）：
   顶部留位统一交给 .mt-70，这里只负责内容自身的上下留白。 */
.service-slider {
  text-align: left;
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 992px) {
  .service-slider {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.service-slider h1 {
  font-weight: 500;
  color: #333333;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.service-slider .section-title p{
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
}
/* 
.dark-service .title {
  color: #fff;
}

.dark-service .service-item {
  text-align: center;
  padding: 0 10px;
  padding-top: 30px;
}

@media (max-width: 480px) {
  .dark-service .service-item {
    padding: 0;
    padding-top: 30px;
  }
}

.dark-service .service-item i {
  font-size: 50px;
  color: #fff;
}

.dark-service .service-item h4 {
  color: #fff;
  padding-top: 15px;
  margin: 0;
  font-weight: 500;
  margin-bottom: 5px;
}

.dark-service .service-item p {
  padding-top: 10px;
  margin: 0;
  text-align: left;
} */

/* .service-about p {
  line-height: 28px;
} */

.service-arrow .block {
  padding: 4.375rem 1.875rem;
  text-align: center;
}
/* 
@media (max-width: 480px) {
  .service-arrow .block {
    padding: 60px 10px;
  }
} */

.service-arrow .block i {
  font-size: 2.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}

.service-arrow .block p {
  color: #fff;
  margin-bottom: 0;
}

.service-arrow .block h3 {
  font-size: 1.5rem;
}

.service-list .block {
  padding: 1.875rem;
  margin-bottom: 1.25rem;
  background: #fff;
}
/* 
@media (max-width: 480px) {
  .service-list .block {
    padding: 30px 20px;
  }
} */

.service-list .block p {
  margin-bottom: 0;
}

.service-detail {
  padding: 0 0;
}

.service-detail li {
  color: #000;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  /* line-height: 1.7; */
  
}

.service-detail a {
  font-weight: 500;
  color: #595959;
  text-decoration: underline;
    /* 添加下划线 */
}

.service-detail .section-title{
  text-align: center;
  margin-top: 0.625rem;
}

.service-detail .section-title p {
  /* text-transform: capitalize; */
  text-align: left;
  font-style: normal;
}

.service-detail .section-title li {
  text-align: left;
  color: #666;
  font-weight: 600;
  /* letter-spacing: 1px; */
}

.service-detail h4 {
  font-weight: 600;
}
.service-detail .block h2 {
  padding-top: 2.2rem;
  margin: 0;
}

.service-detail .block p {
  padding-top: 1.25rem;
  /* line-height: 28px; */
}

.service-detail img {
  width: 100%;
}

.service-detail .service-detail-img {
  overflow: hidden;
}

.service-detail .service-detail-img:hover img {
  transform: scale3D(1.1, 1.1, 1);
}

.service-detail .service-detail-img img {
  opacity: 1;
  transition: all 0.5s ease-out;
}

/*--------------------------------------------------------------
# solution page
--------------------------------------------------------------*/
.slider-solution-bg {
  background: url("/assets/img/solution/solution.webp");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .slider-solution-bg {
    padding: 6rem 0;
    background-size: auto auto;
  }
}
.slider-solution-bg .block h1{
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slider-solution-bg .section-title p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

/*--------------------------------------------------------------
# about page
--------------------------------------------------------------*/
.slider-about-bg {
  background: url("/assets/img/about/about.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;

}
.slider-about-bg .block h1 {
  color: #555555;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.slider-about-bg .block h4 {
  color: #3182ce;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

@media (max-width: 992px) {
  .slider-about-bg {
    padding: 6rem 0;
    background-size: auto auto;
  }
}

.about .block h2 {
  padding-top: 35px;
  margin: 0;
}

.about .block p {
  padding-top: 20px;
  line-height: 28px;
}

.about .block img {
  width: 100%;
}

.about .about-img {
  overflow: hidden;
}

.about .about-img:hover img {
  transform: scale3D(1.1, 1.1, 1);
}

.about .about-img img {
  opacity: 0.9;
  transition: all 0.5s ease-out;
}

.about .about-item {
  padding-bottom: 10px;
  text-align: center;
}

.about .about-item i {
  font-size: 60px;
  color: #655E7A;
}

.about .about-item h4 {
  padding-top: 15px;
  margin: 0;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.about .about-item p {
  padding-top: 10px;
  margin: 0;
  text-align: left;
}

.about .member {
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem 1.25rem;
  background: #fff;
}

.about .member img {
  max-width: 60%; 
  border-radius: 50%;
  margin: 0 0 20px 0;
}

.about .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.about .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.about .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.about .member .social {
  margin-top: 15px;
}

.about .member .social a {
  color: #919191;
  transition: 0.3s;
}

.about .member .social a:hover {
  color: #3c5f82;
}

.about .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# community page
--------------------------------------------------------------*/
.slider-community-bg {
  background: url("/assets/img/community/community.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .slider-community-bg {
    padding: 6rem 0;
    background-size: auto auto;
  }
}

.slider-community-bg .block h1{
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.slider-community-bg .section-title p{
  text-align: left; 
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}
.community img {
    max-width: 70%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 5rem;
  }


/*--------------------------------------------------------------
# career page
--------------------------------------------------------------*/
.slider-career-bg {
  background: url("/assets/img/career/jigsaw.jpg");
  background-size: 100% auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
}

.slider-career-bg .block h1 {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  font-weight: 700;
  letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  text-align: center;
}

.team .team-item {
  padding-bottom: 2rem;
}

.team .team-item i {
  font-size: 3.75rem;
  color: #655E7A;
}

.team .team-item h4 {
  padding-top: 1rem;
  margin: 0;
  font-weight: 500;
  /* text-transform: uppercase; */
}

.team .team-item p {
  padding-top: 0.625rem;
  margin: 0;
}

.team .member {
  text-align: center;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 0.75rem 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
  margin-left: 10rem;
  background: #fff;
  width: 50%;
}

.team .member i {
  font-size: 3.75rem;
  color: #655E7A;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 1rem 0 0 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 0.125rem;
  font-size: 1.125rem;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 0.8rem;
}

.team .member p {
  padding-top: 0.625rem;
  font-size: 0.874rem;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 1rem;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #3c5f82;
}

.team .member .social i {
  font-size: 1.1rem;
  margin: 0 0.125rem;
}

/*--------------------------------------------------------------
# footer 
--------------------------------------------------------------*/

.footer-socialize-item img {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  /* fill: #828282; */
  padding-right: 0.3rem;
  vertical-align: text-top;
  /* width: 100%;
  height: auto; */
}

.footer-socialize-item:hover .footer-socialize-hover {
  visibility: visible;
  opacity: 1;
}

.footer-socialize-item:hover .footer-socialize-content {
  transform: translateY(100%);
}

.footer-socialize-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}

.footer-socialize-content img {
  width: 5rem;
  height: auto;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.svg-icon {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  fill: #828282;
  padding-right: 0.3rem;
  vertical-align: text-top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
}

@media (max-width:992px) {
  h1 {
      font-size: 2.8rem;
      line-height: 3rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (max-width: 992px) {
  h2 {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

p {
  color: #000;
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8rem;
  font-weight: 300;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: #3c5f82;
}


.navbar-toggle .icon-bar {
  background: #655E7A;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
  box-shadow: none;
  height: 3rem;
  outline: none;
  font-size: 0.9rem;
}
input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
  box-shadow: none;
  border: 0.1rem solid #655E7A;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}

.slick-slide {
  outline: 0;
}

.btn-main, .btn-small, .btn-transparent {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2.25rem;
  /* text-transform: uppercase; */
  border-radius: 0;
  transition: all 0.2s ease;
}
.btn-main.btn-icon i, .btn-icon.btn-small i, .btn-icon.btn-transparent i {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #3c5f82;
  color: #fff;
}

.btn-solid-border {
  border: 1px solid #655E7A;
  background: transparent;
  color: #655E7A;
}
.btn-solid-border:hover {
  border: 0.2rem solid #655E7A;
  background: #655E7A;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #655E7A;
}
.btn-transparent:hover {
  background: transparent;
  color: #655E7A;
}

.btn-large {
  padding: 1.25rem 3rem;
}
.btn-large.btn-icon i {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.btn-small {
  padding: 0.625rem 1.56rem;
  font-size: 0.75rem;
}

.btn-round {
  border-radius: 0.25rem;
}

.btn-round-full {
  border-radius: 3.125rem;
}

.btn.active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

/* 为固定定位的导航栏（fixed-top）统一预留顶部间距。
   导航栏高 = logo 高度 + 上下留白，见 :root 中的 --nav-height；
   留白变化时此处自动跟随，无需逐页调整。 */
main {
  padding-top: var(--nav-height);
}

/* 历史遗留类：早期给首页 hero 单独加的顶部间距，现由上面的 main 统一提供。
   保留选择器以免影响既有页面的 class 引用，值归零避免重复留位。 */
.mt-70 {
  margin-top: 0;
}

.btn:focus {
  color: #ddd;
}

.w-100 {
  width: 100%;
}

.margin-0 {
  margin: 0 !important;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.08);
  padding: 1.24rem;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-primary {
  background: #655E7A !important;
}

.bg-primary-dark {
  background: #4d485d !important;
}

.bg-primary-darker {
  background: #353240 !important;
}

.bg-dark {
  background: #202122 !important;
}

.section {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #F5F5F5;
}

.section-sm {
  padding: 4.375rem 0;
}

.section-top {
  padding-top: 2.75rem;
}

.title {
  padding: 1.25rem 1.875rem;
}
.title h2 {
  font-size: 1.125rem;
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: 0.125rem;
}

.section-title {
  margin-bottom: 0.625rem;
}
.section-title h2 {
  margin-bottom: 1.25rem;
}
.section-title h3 {
  margin-bottom: 1.25rem;
  font-weight: 700;
}
.section-title p {
  /* font-style: italic; */
  color: #000;
  font-weight: 400;
  font-size:1rem;
  margin-top: 2rem;
  /* font-family: "Poppins", serif; */
}


.heading {
  padding-bottom: 60px;
  text-align: center;
}
.heading h2 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.heading p {
  font-size: 18px;
  line-height: 40px;
  color: #292929;
  font-weight: 300;
}

.page-wrapper {
  padding: 70px 0;
}

.social-media-icons ul li {
  display: inline-block;
}
.social-media-icons ul li a {
  font-size: 18px;
  color: #333;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
}
.social-media-icons ul li .twitter {
  background: #00aced;
}
.social-media-icons ul li .facebook {
  background: #3b5998;
  padding: 7px 18px;
}
.social-media-icons ul li .googleplus {
  background: #dd4b39;
}
.social-media-icons ul li .dribbble {
  background: #ea4c89;
}
.social-media-icons ul li .instagram {
  background: #bc2a8d;
}

.dropdown-slide {
  position: static;
}
.dropdown-slide .open > a,
.dropdown-slide .open > a:focus,
.dropdown-slide .open > a:hover {
  background: transparent;
}
.dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-slide:hover .dropdown-menu {
  display: none;
  opacity: 1;
  display: block;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
  color: #777;
  transform: translateY(0px);
}
.dropdown-slide .dropdown-menu {
  border-radius: 0;
  opacity: 1;
  visibility: visible;
  position: absolute;
  padding: 15px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}
@media (max-width: 480px) {
  .dropdown-slide .dropdown-menu {
    transform: none;
  }
}

.commonSelect {
  margin-left: 10px;
  padding-right: 6px;
  position: relative;
}
.commonSelect:before {
  content: "\f3d0";
  font-family: "themefisher-font";
  position: absolute;
  right: -4px;
  top: 4px;
  font-size: 10px;
}
.commonSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  padding: 0;
  height: auto;
  color: #555;
}
.commonSelect select:focus {
  box-shadow: none;
  border: none;
}

.tabCommon .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}
.tabCommon .nav-tabs li {
  margin-right: 5px;
}
.tabCommon .nav-tabs li a.active {
  background-color: #1976D2;
  border: 1px solid #1976D2;
  color: #ffffff;
}
.tabCommon .nav-tabs a {
  border-radius: 0;
  background: #f9f9f9;
}
.tabCommon .nav-tabs a:hover {
  border: 1px solid transparent;
  background: #3c5f82;
  color: #fff;
}
.tabCommon .tab-content {
  padding: 20px;
  border: 1px solid #dedede;
}
.tabCommon .tab-content p {
  margin-bottom: 0;
}

.commonAccordion .panel, .commonAccordion-2 .panel {
  border-radius: 0;
  box-shadow: none;
}
.commonAccordion .panel .panel-heading, .commonAccordion-2 .panel .panel-heading {
  background: transparent;
  padding: 0;
}
.commonAccordion .panel .panel-title, .commonAccordion-2 .panel .panel-title {
  position: relative;
}
.commonAccordion .panel .panel-title a, .commonAccordion-2 .panel .panel-title a {
  display: block;
  font-size: 14px;
  /* text-transform: uppercase; */
  padding: 10px 10px;
}
.commonAccordion .panel .panel-title a:before, .commonAccordion-2 .panel .panel-title a:before {
  color: #555;
  content: "\f209";
  position: absolute;
  right: 25px;
  font-family: "themefisher-font";
}
.commonAccordion .panel .panel-title a.collapsed:before, .commonAccordion-2 .panel .panel-title a.collapsed:before {
  content: "\f217";
}

.list-circle {
  padding-left: 20px;
}
.list-circle li {
  list-style-type: circle;
}

.play-icon {
  border: 1px solid #dedede;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 30px;
}
.play-icon i {
  line-height: 60px;
}

.alert-common {
  border-radius: 0;
  border-width: 2px;
}
.alert-common i {
  margin: 0 5px;
  font-size: 16px;
}

.alert-solid {
  background: transparent;
  color: #655E7A;
}

@media (max-width: 480px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .buttonPart li {
    margin-bottom: 8px;
  }
}

.overly, .home-slider, .slider, .page-title {
  position: relative;
}
.overly:before, .slider:before, .home-slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f7;
    /* background: #625c71; */
    opacity: 0;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #655E7A !important;
}

#success,
#error {
  display: none;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

/*--
	Header Start 
--*/
header {
  background: #fff;
  padding: 20px 0;
}


header .navbar {
  margin-bottom: 0px;
  border: 0px;
}

header .navbar h2 {
  /* text-transform: uppercase; */
}

header .navbar-brand {
  padding-top: 5px;
}
header .navbar-default {
  background: none;
  border: 0px;
}
header .navbar-default .navbar-nav {
  padding-top: 10px;
}
header .navbar-default .navbar-nav li a {
  color: #333333;
  padding: 10px 26px;
  font-size: 15px;
}
header .navbar-default .navbar-nav li a:hover {
  color: #000;
}

/* 2026-09-19：导航栏留白与留位高度统一
   手机端上下各 5px；平板与桌面端上下各 12px。
   --nav-height 是导航栏的实际总高（logo 24px + 上下留白），
   供 .mt-70 等"为固定导航栏留位"的规则使用，两者必须同步改。 */
:root {
  --nav-padding-y: 0.3125rem;   /* 5px：手机端 */
  --nav-height: 2.5rem;         /* 40px：手机端导航总高（含少量余量） */
}

@media (min-width: 768px) {
  :root {
    --nav-padding-y: 0.75rem;   /* 12px：平板与桌面端 */
    --nav-height: 3.5rem;       /* 56px：平板与桌面端导航总高（含少量余量） */
  }
}

.navigation  {
  background: #fff;
  padding: var(--nav-padding-y) 0;
}
.navigation .navbar {
  margin-bottom: 0rem;
  border: 0rem;
}
.navigation .navbar-brand {
  padding-top: 0;
}

.navigation .navbar-brand .logo {
  height: 1.25rem;
}

.navigation .navbar-brand .logo_ch {
  height: 1.5rem;
  width: auto;
}

/* 2026-09-19：中文 logo（kubuds_ch.png）与英文 logo（kubuds_en.webp）并列显示 */
.navigation .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (max-width: 767px) {
  /* 小屏：缩小 logo，为菜单留出空间 */
  .navigation .navbar-brand .logo_ch {
    height: 1.15rem;
  }
  .navigation .navbar-brand .logo {
    height: 1rem;
  }
}
.navigation .navbar-toggler {
  font-size: 2.25rem;
}
.navigation .navbar-toggler:focus {
  outline: 0;
}
.navigation .navbar {
  background: none;
  border: 0px;
}
.navigation .navbar .navbar-nav {
  padding-top: 0;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar-nav {
    text-align: center;
  }
}
.navigation .navbar .navbar-nav > li > a {
  color: #211f1f;
  padding: 0.0625rem 1rem;
  font-weight: 540;
  font-size: 1.25rem;
  line-height: 1.15;
  /* text-transform: uppercase; */
  transition: 0.3s;
}

.navigation .navbar .navbar-language >li>a {
  font-size: 1.1rem;
}

.navigation .navbar .navbar-nav:not(.navbar-language) > li > a:hover, .navigation .navbar .navbar-nav:not(.navbar-language) > li > a:focus {
  color: #3c5f82 !important;
  background: transparent;
}

.navigation .navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 2rem 2rem 2rem 0 rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .navigation .navbar .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .navbar .dropdown-menu li:first-child {
  margin-top: 0.5rem;
}
.navigation .navbar .dropdown-menu li:last-child {
  margin-bottom: 0.5rem;
}
.navigation .navbar .dropdown-menu a {
  font-weight: normal;
  color: #313030;
  padding: 0.625rem 1.25rem;
  transition: all 0.3s ease;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Ionicons";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f3d2";
  margin-right: 7px;
}

.dropright .dropdown-toggle::after {
  content: "\f3d3";
  margin-left: 7px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem;
  }
}

.dropdown-submenu:hover > .dropdown-item,
.dropdown-item:hover {
  background: transparent;
  color: #3498db !important;
}

.dropdown-item.active {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

.dropdown-submenu.active > .dropdown-toggle {
  text-decoration: underline;
  color: inherit;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
  }
  .dropdown-menu li:first-child {
    margin-top: 0.5rem;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}


.call-to-action {
  padding: 4.375rem 0rem;
  text-align: center;
}
.call-to-action h2 {
  font-weight: 500;
  color: #fff;
}

.call-to-action p {
  color: #fff;
  font-weight: 350;
}

.call-to-action .btn-main, .call-to-action .btn-transparent, .call-to-action .btn-small {
  padding: 1rem 2rem;
  font-size: 1rem;
  margin-top: 2rem;
}


.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  margin-right: 15px;
  font-size: 20px;
  width: 20px;
}

.social-icons {
  margin-top: 40px;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
}
.social-icons a {
  display: inline-block;
}
.social-icons i {
  color: #2C2C2C;
  margin-right: 25px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map .map {
  width: 100%;
  height: 300px;
}




.single-product {
  padding: 60px 0 40px;
}
.single-product .breadcrumb {
  background: transparent;
}
.single-product .breadcrumb li {
  color: #000;
  font-weight: 200;
}
.single-product .breadcrumb li a {
  color: #000;
  font-weight: 200;
}
.single-product .product-pagination li {
  display: inline-block;
  margin: 0 8px;
}
.single-product .product-pagination li + li:before {
  padding: 0 8px 0 0;
  color: #ccc;
  content: "/ ";
}
.single-product .product-pagination li a {
  color: #000;
  font-weight: 200;
}
.single-product .product-pagination li a i {
  vertical-align: middle;
}

.single-product-slider .carousel .carousel-inner .carousel-caption {
  text-shadow: none;
  text-align: left;
  top: 20%;
  bottom: auto;
}
.single-product-slider .carousel .carousel-inner .carousel-caption h1 {
  font-size: 50px;
  font-weight: 100;
  color: #000;
}
.single-product-slider .carousel .carousel-inner .carousel-caption p {
  width: 50%;
  font-weight: 200;
}
.single-product-slider .carousel .carousel-inner .carousel-caption .btn-main, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-transparent, .single-product-slider .carousel .carousel-inner .carousel-caption .btn-small {
  margin-top: 20px;
}
.single-product-slider .carousel .carousel-control {
  bottom: auto;
  background: #fff;
  width: 6%;
  padding: 10px 0;
}
.single-product-slider .carousel .carousel-control i {
  font-size: 40px;
  text-shadow: none;
  color: #555;
}
.single-product-slider .carousel .carousel-indicators li img {
  height: auto;
  width: 60px;
}
.single-product-slider .carousel .carousel-control.right,
.single-product-slider .carousel .carousel-control.left {
  background-image: none;
  top: 40%;
}

.single-product-slider .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.single-product-slider .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
.single-product-slider .carousel-indicators li.active img {
  opacity: 1;
}
.single-product-slider .carousel-indicators li:hover img {
  opacity: 0.75;
}
.single-product-slider .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.single-product-details .color-swatches {
  display: flex;
  align-items: center;
}
.single-product-details .color-swatches span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.single-product-details .color-swatches a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
.single-product-details .color-swatches li {
  display: inline-block;
}
.single-product-details .color-swatches .swatch-violet {
  background-color: #8da1cd;
}
.single-product-details .color-swatches .swatch-black {
  background-color: #000;
}
.single-product-details .color-swatches .swatch-cream {
  background-color: #e6e2d6;
}
.single-product-details .product-size {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.single-product-details .product-size span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.single-product-details .product-size .form-control {
  display: inline-block;
  width: 130px;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  color: #000;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  box-shadow: none;
}
.single-product-details .product-category {
  margin-top: 20px;
}
.single-product-details .product-category > span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.single-product-details .product-category ul {
  width: 140px;
  display: inline-block;
}
.single-product-details .product-category ul li {
  display: inline-block;
  margin: 5px;
}
.single-product-details .product-quantity {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.single-product-details .product-quantity > span {
  width: 100px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.single-product-details .product-quantity .product-quantity-slider {
  width: 140px;
  display: inline-block;
}
.single-product-details .product-quantity .product-quantity-slider input {
  height: 34px;
}
.single-product-details .product-quantity .product-quantity-slider .input-group-btn:first-child > .btn,
.single-product-details .product-quantity .product-quantity-slider .p-quantity .input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.single-product-details .product-quantity .product-quantity-slider button {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.clients-logo-section {
  padding-top: 30px;
  padding-bottom: 75px;
}
.clients-logo-section .clients-logo-img {
  padding: 0px 50px;
}

.clients-logo img {
  width: auto !important;
  padding: 20px;
}


.instagram-feed a {
  margin: 6px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  width: 23.5%;
}
@media (max-width: 768px) {
  .instagram-feed a {
    width: 49%;
    margin: 3px;
  }
}
@media (max-width: 480px) {
  .instagram-feed a {
    width: 100%;
    margin: 3px;
  }
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .post-comments .media {
    display: block;
  }
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
@media (max-width: 480px) {
  .post-comments .media > .pull-left {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}
.post-comments .comment-author a {
  color: #655E7A;
  font-size: 14px;
  /* text-transform: uppercase; */
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #655E7A;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #655E7A;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
  margin-bottom: 30px;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #655E7A;
  margin-bottom: 0;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  /* text-transform: uppercase; */
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #655E7A;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #655E7A;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #655E7A;
}
.comment-reply-form textarea,
.comment-reply-form .btn-main,
.comment-reply-form .btn-transparent,
.comment-reply-form .btn-small {
  height: auto;
}

.bg-1 {
  background-image: url("../images/call-to-action-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-2 {
  background: url("/assets/img/about/building.jpg");
  background-size: cover;
  background-attachment: fixed;
}


.checkout .block {
  padding: 15px;
  margin-bottom: 10px;
}

.checkout-form .form-group {
  position: relative;
  margin-bottom: 8px;
}
.checkout-form .form-group label {
  position: absolute;
  top: 18px;
  left: 15px;
  right: auto;
  bottom: auto;
  color: #888;
  font-size: 10px;
  font-weight: 400;
  /* text-transform: uppercase; */
  opacity: 1 !important;
  width: 85px;
}
.checkout-form .form-group input {
  border-radius: 0;
  display: block;
  padding: 6px 10px 5px 100px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 50px;
}
.checkout-form .checkout-country-code .form-group {
  float: left;
}
.checkout-form .checkout-country-code .form-group:first-child {
  width: calc(45% - 2px);
  margin-right: 4px;
}
.checkout-form .checkout-country-code .form-group:last-child {
  width: calc(55% - 2px);
}

.shopping.cart .product-list .table .cart-amount th {
  background: #f9f9f9;
  padding: 10px;
  /* text-transform: uppercase; */
}
.shopping.cart .product-list .table > tbody > tr > td {
  vertical-align: middle;
}
.shopping.cart .product-list .product-info a {
  margin-left: 10px;
  color: #000;
  font-weight: 600;
}
.shopping.cart .product-list .product-remove {
  color: #c7254e;
}
.shopping.cart .account-details {
  margin-top: 30px;
}
.shopping.cart .account-details legend {
  font-weight: 600;
  font-size: 16px;
  /* text-transform: uppercase; */
}
.shopping.cart .account-details .btn-pay {
  margin: 20px 0;
}

.product-checkout-details .product-card > a {
  padding-right: 20px;
}
.product-checkout-details .product-card .price {
  margin-top: 15px;
}
.product-checkout-details .product-card .media-object {
  width: 80px;
}
.product-checkout-details .product-card h4 {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}
.product-checkout-details .product-card .remove {
  font-size: 12px;
  cursor: pointer;
}
.product-checkout-details .discount-code {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 20px 0 10px;
  padding: 10px 0;
}
.product-checkout-details .discount-code p {
  margin: 0;
}
.product-checkout-details .discount-code p a {
  font-weight: 400;
  color: #555;
}
.product-checkout-details .summary-prices {
  border-style: solid;
  border-color: #dedede;
  border-width: 0px 0 1px 0;
  padding-bottom: 10px;
}
.product-checkout-details .summary-prices li {
  padding: 5px 0;
}
.product-checkout-details .summary-prices li span + span {
  float: right;
}
.product-checkout-details .summary-total {
  margin-top: 5px;
}
.product-checkout-details .summary-total > span {
  font-weight: 500;
  font-size: 18px;
}
.product-checkout-details .summary-total span + span {
  float: right;
}
.product-checkout-details .verified-icon {
  margin-top: 25px;
}
.product-checkout-details .verified-icon img {
  width: 100%;
}

.purchase-confirmation .purchase-confirmation-details {
  padding: 20px;
  border: 1px solid #dedede;
}
.purchase-confirmation .purchase-confirmation-details .table {
  margin: 0;
  color: #444;
}
.purchase-confirmation .purchase-confirmation-details .table b,
.purchase-confirmation .purchase-confirmation-details .table strong {
  font-weight: 400;
}

.empty-cart .block i {
  font-size: 50px;
}

.success-msg .block i {
  font-size: 40px;
  background: #1bbb1b;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: inline-block;
  line-height: 60px;
}

.page-404 {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 70px 0;
  text-align: center;
}
.page-404 h1 {
  font-size: 250px;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 130px;
    line-height: 150px;
  }
}
@media (max-width: 400px) {
  .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .page-404 h1 {
    font-size: 150px;
    line-height: 200px;
  }
}
.page-404 h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 30px;
}
.page-404 .copyright-text {
  margin-top: 50px;
  font-size: 12px;
}
.page-404 .copyright-text a {
  font-weight: 600;
}
.page-404 .btn-main, .page-404 .btn-transparent, .page-404 .btn-small {
  margin-top: 40px;
}

.footer {
  padding: 0px 0px;
}

.footer h4{
  font-weight: 600;
  color:#000;
}

.footer p {
  font-size: 0.9rem;
  line-height: 2rem;
  color: #222121;
}
.footer a {
  color: #222121;
}
.footer a:hover {
  color: #3c5f82;
  /* 在悬停时将链接的颜色修改为红色 */
}
.footer .footer-manu {
  padding-bottom: 25px;
}
.footer .footer-manu ul {
  margin: 0px;
  padding: 0px;
}
.footer .footer-manu ul li {
  display: inline-block;
  padding: 10px 20px;
}
.footer .footer-manu ul li a {
  display: inline-block;
  color: #494949;
}
.footer .footer-manu ul li a:hover {
  color: #000;
}
.footer .copyright a {
  font-weight: 600;
}

.footer .footer-copyright {
  background: #fff;
  padding-top: 10px;
}
.footer .footer-top {
  /* background: #F5F5F5; */
  background: #edf2f7;
  text-align: left;
  padding: 5rem 0rem;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #655E7A;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

.font-bold {
  font-weight: 600;
}



strong {
  font-weight: 600
}

/* 默认字体大小 */
html {
  font-size: 16px;
  /* 设置默认字体大小为16px */
}

/* 在大屏幕上设置更大的字体大小 超过1920大屏幕*/
@media screen and (min-width: 1900px) {
  html {
    font-size: 18px;
  }
}

/* 在屏幕上设置较小的字体大小 1280以下小笔记本*/
@media screen and (max-width: 1260px) {
  html {
    font-size: 13px;
  }
} 

/* 在小屏幕上设置较小的字体大小 手机*/
@media screen and (max-width: 992px) {
  html {
    font-size: 12px;
  }
}

/* 在小屏幕上设置较小的字体大小 手机 */
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

.container {
  width: 80%;
  /* 容器宽度为80% */
  padding-right: 1rem;
  /* 右内边距 */
  padding-left: 1rem;
  /* 左内边距 */
  margin-right: auto;
  /* 左右居中 */
  margin-left: auto;
  
}

.text-area{
  background: #fff;
  padding: 2rem 2rem;

}
@media (min-width: 992px) {
  .container {
    max-width: 1640px;
    /* 在大屏幕（≥992px）下，设置最大宽度 */
  }
}

/* ===== 移动端 / 平板响应式优化（2026-09-18）=====
   原 .container 固定 width:80%，在手机上左右各空出约 10%（375px 屏内容仅占 ~71%）。
   以下规则让中小屏容器自适应满宽，减少无谓留白，移动端可见内容更多。 */
@media (max-width: 991px) {
  .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* 文章（日报/周报/新闻）移动端进一步压缩留白、避免内容溢出 */
@media (max-width: 767px) {
  .post-detail-section {
    padding: 1.25rem 0;
  }

  .post-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
  }

  .post-header h4 {
    font-size: 1.25rem;
  }

  .post-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* 表格：日报中的表格较宽，允许横向滚动而不是撑破布局 */
  .post-content-wrapper .post-content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 图片自适应，不溢出屏幕 */
  .post-content-wrapper .post-content img {
    max-width: 100%;
    height: auto;
  }

  /* 长链接 / 长英文串换行，避免横向溢出 */
  .post-content-wrapper .post-content a,
  .post-content-wrapper .post-content p,
  .post-content-wrapper .post-content li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* 列表缩进收窄，把宽度留给正文 */
  .post-content-wrapper .post-content ul,
  .post-content-wrapper .post-content ol {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

/* About 页面 - 公司介绍卡片覆盖到顶部背景图上方 */
.section-top .about {
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(0,0,0,.08);
  border-radius: 0.5rem;
  padding: 2rem 2rem;
  margin-top: -20rem;
  position: relative;
  z-index: 5;
}

/* 响应式优化，避免遮挡文字且留出呼吸空间 */
@media (max-width: 992px) {
  .section-top .about {
    margin-top: -3rem;
    padding: 1.5rem 1.5rem;
  }
}

/* About - 人物横排卡片布局与覆盖旧占位 */
.section-top .team {
  text-align: center;
}

.section-top .team .team-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  /* 人物卡片之间的空白间隔 */
  flex-wrap: wrap;
  /* 小屏自动换行 */
  margin-top: 2rem;
}

/* 覆盖旧的 .team .member 大尺寸与外边距设置 */
.section-top .team .member {
  width: 18rem !important;
  margin: 0 !important;
  padding: 1.25rem 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, .08);
  border-radius: 0.5rem;
}

.section-top .team .member img {
  width: 8rem;
  /* 固定显示宽度 128px */
  height: 11.2rem;
  /* 固定显示高度 179px：4 张照片等大、姓名对齐 */
  object-fit: cover;
  /* 不同比例照片居中填充，统一裁切为同尺寸椭圆 */
  border-radius: 50%;
  margin: 0 auto 1rem auto;
}

.section-top .team .member h4 {
  margin-bottom: 0.25rem;
}

.section-top .team .member span {
  font-size: 0.95rem;
}

/* 响应式：中屏缩小卡片宽度；小屏单列居中 */
@media (max-width: 992px) {
  .section-top .team .member {
    width: 14rem !important;
  }
}

@media (max-width: 576px) {
  .section-top .team .member {
    width: 100% !important;
    max-width: 24rem;
  }
}

/* 新闻列表卡片式设计 - 固定尺寸网格布局 */
.news-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.news-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, .08);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
}

.news-card-header {
  flex-shrink: 0;
  margin-bottom: 0rem;
}

.news-title {
  margin-bottom: 0.75rem;
  font-size: 1.1rem !important;
  font-weight: 600;
  line-height: 1.4;
  max-height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.news-title a:hover {
  color: #3c5f82;
}

.news-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #666;
}

.news-date {
  font-weight: 500;
}

.news-author {
  font-style: italic;
}

.news-card-content {
  flex: 1;
  color: #555;
  line-height: 1.5;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-card-content a {
  color: #555;
  text-decoration: none;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

.news-card-content a:hover {
  color: #3c5f82;
}

/* 确保新闻卡片内容中的段落标签也使用固定字体大小和粗细 */
.news-card-content p {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}

/* 确保新闻卡片内容中的所有文本元素都使用固定字体大小和粗细 */
.news-card-content * {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

/* 特别处理strong和b标签，防止突然加粗 */
.news-card-content strong,
.news-card-content b {
  font-weight: 400 !important;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .news-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news-grid-container {
    grid-template-columns: 1fr;
  }
  
  .news-card {
    height: auto;
    min-height: 200px;
  }
}

/* 面包屑导航样式 */
.breadcrumb-nav {
  margin-bottom: 2rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.breadcrumb-item {
  color: #666;
}

.breadcrumb-item a {
  color: #3182ce;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #3c5f82;
}

.breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #999;
  margin: 0 0.5rem;
}

/* 新闻详情页面样式 */
.post-detail-section {
  padding: 3rem 0;
}

.post-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.post-header h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.post-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.post-date {
  font-weight: 500;
}

.post-author {
  font-style: italic;
}

.post-content-wrapper .post-content {
  margin-bottom: 2rem;
  line-height: 1.8;
  color: #555;
  font-size: 1.1rem !important;
}

.post-content-wrapper .post-content p,
.post-content-wrapper .post-content div,
.post-content-wrapper .post-content span,
.post-content-wrapper .post-content * {
  font-size: 1.1rem !important;
}

.post-content-wrapper .post-content ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.post-content-wrapper .post-content ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.post-content-wrapper .post-content ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.post-content-wrapper .post-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.post-content-wrapper .post-content img {
  max-width: 80%;
  height: auto;
  max-height: calc(100vw * 0.5); /* 最大高度为视口宽度的30%，确保不超过宽度的1.5倍 */
  display: block;
  margin: 1rem auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.post-content-wrapper .post-content img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* 新闻图片懒加载样式 */
.post-content-wrapper .post-content img[loading="lazy"] {
  opacity: 0.7;
}

.post-content-wrapper .post-content img.loaded {
  opacity: 1;
}

/* 响应式图片尺寸控制 */
@media (max-width: 768px) {
  .post-content-wrapper .post-content img {
    max-height: calc(100vw * 0.4); /* 移动端稍微减小最大高度 */
  }
}

@media (max-width: 480px) {
  .post-content-wrapper .post-content img {
    max-height: calc(100vw * 0.35); /* 小屏幕设备进一步减小 */
  }
}

.post-navigation {
  text-align: center;
}


/* 响应式设计 */
@media (max-width: 768px) {
  .news-events-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .news-item {
    padding: 1.25rem;
  }
  
  .news-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .post-header h4 {
    font-size: 1.2rem;
  }
  
  .post-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  
}

/* 新闻详情页面内容包装器 */
.post-content-wrapper {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 80%;
  max-width: 800px;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .post-content-wrapper {
    width: 90%;
    margin-top: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 768px) {
  .post-content-wrapper {
    width: 95%;
    margin-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 480px) {
  .post-content-wrapper {
    width: 100%;
    margin-top: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    border-radius: 0;
  }
}

/* 新闻页面背景图设置 */
.slider-post-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 22rem;
}

.slider-post-bg .block h1 {
  color: #555555;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
  font-weight: 600;
  letter-spacing: 0.5px;
}

.slider-post-bg .block h4 {
  color: #3182ce;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

@media (max-width: 992px) {
  .slider-post-bg {
    background-size: cover;
    height: 20rem;
  }
}

@media (max-width: 768px) {
  .slider-post-bg {
    height: 15rem;
    padding: 2rem 0 !important;
  }
}

@media (max-width: 480px) {
  .slider-post-bg {
    height: 12rem;
    padding: 1.5rem 0 !important;
  }
}

/* 新闻列表卡片式设计 */
.news-events-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.news-item {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, .08);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
}

.news-header h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.news-header h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-header h3 a:hover {
  color: #3c5f82;
}

.news-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.news-date {
  font-weight: 500;
}

.news-author {
  font-style: italic;
}

.news-excerpt {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

.news-excerpt a {
  color: #555;
  text-decoration: none;
}

.news-excerpt a:hover {
  color: #3c5f82;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .news-events-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .news-item {
    padding: 1.25rem;
  }

  .news-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* 面包屑导航样式 */
.breadcrumb-nav {
  margin-bottom: 2rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.breadcrumb-item {
  color: #666;
}

.breadcrumb-item a {
  color: #3182ce;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #3c5f82;
}

.breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #999;
  margin: 0 0.5rem;
}

/*# sourceMappingURL=style.css.map */
