
span[style*="font-family"], 
div[style*="font-family"],
td[style*="font-family"],
th[style*="font-family"] {
    font-family: 'Philosopher', sans-serif !important;
}

/* .product-detail *:not([class*="icon"]):not([class*="fa"]), 
.rich-text *:not([class*="icon"]):not([class*="fa"]),
table *:not([class*="icon"]):not([class*="fa"]) {
    font-family: 'Philosopher', sans-serif !important;
} */


.seize-sitetop {
  display: none;
  background: rgba(51, 51, 51, 0.75); 
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 50px
}

.seize-sitetop>.container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.seize-sitetop span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer
}

/* .seize-mo-header-search {
  margin-right: 95px
} */

.seize-sitetop span i {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}

.seize-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -webkit-transition: all .4s cubic-bezier(.7, 0, .2, 1);
  -ms-transition: all .4s cubic-bezier(.7, 0, .2, 1);
  transition: all .4s cubic-bezier(.7, 0, .2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
  box-shadow: 0 0 40px rgba(82, 85, 90, .1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.seize-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.seize-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 20px 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: times new roman
}

.seize-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center
}

.seize-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px
}

.seize-mo-leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
  padding-right: 40px;
}

.seize-mo-leftmenu>ul>li>a {
  padding: 0 0 0 20px;
  line-height: 50px;
}
.seize-mo-leftmenu>ul>li>i,
.seize-mo-leftmenu>ul>li>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 35px;
  text-align: center;
  cursor: pointer
}

.seize-mo-leftmenu ul li a {
  color: #333;
  display: block
}

.seize-mo-leftmenu ul li a:hover {
  text-decoration: none
}

.seize-mo-leftmenu ul li ul ul {
  padding-left: 10px;
}

.seize-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px
}

.seize-mo-leftmenu ul li ul li {
  line-height: 24px;
  position: relative;
}

.seize-mo-leftmenu ul li ul li+li {
  margin-top: 10px
}

.seize-mo-leftmenu ul li ul li a {
  position: relative;
  padding: 0 0 0 40px;
  line-height: 35px;
}

.seize-mo-leftmenu ul li ul li a::before {
  position: absolute;
  content: ">";
  left: 20px;
}

/* 移动端侧边栏：激活/当前状态特殊颜色 */
.seize-mo-leftmenu ul li.active > a {
  color: var(--color-primary) !important;
  font-weight: bold;
}
.seize-mo-leftmenu ul li.active > i {
  color: var(--color-primary) !important;
}

.seize-search {
  margin: 0 30px
}

.seize-search span {
  width: 45px;
  height: 25px;
  cursor: pointer;
  font-weight: 400;
  text-align: center
}

.seize-search span i {
  color: #333;
  font-size: 25px;
  height: 25px;
  display: inline-block;
  -webkit-text-stroke-width: .1px;
  text-stroke-width: .1px
}

.seize-search-box {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 88px;
  background: rgba(0, 0, 0, .67);
  padding: 25px 0
}

.seize-search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px
}

.seize-search-box .close i {
  font-size: 21px;
  color: #fff
}

.seize-search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.seize-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
  box-sizing: border-box
}

.seize-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.seize-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff
}

/* PC 端头部：应用毛玻璃效果 */
.seize-header {
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  /* background: rgba(255, 255, 255, 0.65);  */
  -webkit-backdrop-filter: blur(15px);   /* 核心毛玻璃效果 */
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04); /* 增加微妙的阴影使图层更精致 */
  transition: background 0.3s, backdrop-filter 0.3s;
}

.seize-header .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.seize-header .logo img {
  height: 55px;
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.seize-nav>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

.seize-nav>ul>li {
  position: relative;
  z-index: 30
}

.seize-nav>ul>li+li {
  margin-left: 50px
}

.seize-nav>ul>li>a {
  display: inline-block;
  font-size: 18px;
  -webkit-text-stroke-width: .1px;
  color: #000000;
  height: 40px;
  line-height: 40px
}

.seize-nav>ul>li ul {
  position: absolute;
  width: 320px;
  height: auto;
  left: -20px;
  text-align: left;
  top: 48px;
  z-index: 1000;
  border-radius: 4px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9); /* 下拉菜单也可以带轻微透明 */
  box-shadow: rgba(0, 0, 0, .14) 0 0 9px 0;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform .5s, opacity .3s;
  -webkit-transition: -webkit-transform .5s, opacity .3s
}

.seize-nav>ul>li>ul::before {
  content: '';
  position: absolute;
  left: 40px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  border-left: 8px solid transparent
}

.seize-nav>ul>li>ul li {
  border-bottom: 1px solid #ededed;
  position: relative
}

.seize-nav>ul>li>ul li:last-child {
  border: none
}

.seize-nav>ul>li>ul li>a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #313131;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize
}

.seize-nav>ul>li>ul>li>a {
  padding-right: 20px
}

.seize-nav>ul>li>ul li>a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px
}

.seize-nav>ul>li>ul li>a:hover {
  color: var(--color-primary)
}

.seize-nav>ul>li>ul li ul {
  left: 230px;
  top: 0
}


.seize-nav>ul>li.active>a {
  color: var(--color-primary) !important;
  font-weight: 700;
}

.seize-nav>ul>li ul li.active>a {
  color: var(--color-primary) !important;
  background-color: rgba(0, 0, 0, 0.03); 
}

.seize-nav>ul>li:hover>a {
  color: var(--color-primary)
}

.seize-nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg)
}

.seize-nav ul li:hover>ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0)
}

.seize-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.seize-mo-header-menu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none
}

.seize-mo-header-menu i {
  color: #333;
  font-size: 24px;
  display: inline-block;
  margin-top: 2px
}

.seize-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.seize-header-lang {
  position: relative;
  z-index: 200
}

.seize-header-lang .current-lang {
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #909090
}

.inquiry-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.inquiry-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.inquiry-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

.inquiry-popup .div_info h3 {
  padding-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
}

.inquiry-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}

.inquiry-popup .inquirbox h5 {
  background: #F0B323;
}

.inquiry-popup .inquirbox .row,
.inquiry-popup .inquirbox .row>div {
  margin-bottom: 16px;
}

.inquiry-popup .inquirbox .row:last-of-type {
  margin-bottom: 0;
}

.inquiry-popup .inquirbox input[type="text"],
.inquiry-popup .inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquiry-popup .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquiry-popup .inquirbox input[type="text"]:focus,
.inquiry-popup .inquirbox textarea:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.inquiry-popup .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquiry-popup .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquiry-popup .inquirbox .submit {
  margin: 0 auto;
  width: 100%;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.inquiry-popup .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.crm-form .inquirbox input[type="text"],
.crm-form .inquirbox textarea {
  padding: 10px 12px;
  font-size: 16px;
}

.crm-form .inquirbox .submit {
  margin: 0 auto;
  line-height: 45px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.crm-form .inquirbox .submit i {
  font-size: 22px;
}

.crm-form .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}


.seize-sitetop2 {
  height: 40px;
  background: #f0f0f0;
}
.seize-sitetop2 > .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.seize-sitetop2 .seize-sitetop-left,
.seize-sitetop2 .seize-sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.seize-sitetop-left h2 {
  font-size: 16px;
  font-family: var(--title-font-family);
  color: rgba(47, 47, 47, 0.45);
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.seize-sitetop-right .contact,
.seize-sitetop-right .share,
.seize-sitetop-right .contact p {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}

.seize-sitetop-right p {
  display: inline-block;
  font-size: 18px;
  color: rgba(91, 91, 101, 0.48);
  font-family: var(--title-font-family);
  padding: 0 0 0 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.seize-sitetop-right p i {
  font-size: 26px;
  color: var(--color-second);
  vertical-align: middle;
}
.seize-sitetop-right p:nth-of-type(1) a {
  color: var(--color-primary);
}
.seize-sitetop-right p:nth-of-type(2) a {
  background: var(--color-primary);
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
  display: inline-block;
  margin-left: 5px;
}
.seize-sitetop-right .share {
  font-size: 0;
  margin-left: 40px;
}
.seize-sitetop-right .share a {
  color: #5b5b65;
  display: inline-block;
}
.seize-sitetop-right .share a + a {
  margin-left: 10px;
}
.seize-sitetop-right .share a i {
  font-size: 22px;
  color: inherit;
}
.seize-sitetop-right .share a:hover {
  color: var(--color-primary);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.seize-sitetop2 span {
  display: block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.seize-sitetop2 span i {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 1367px) {
  .seize-sitetop-left h2 {
    font-size: 18px;
  }
  .seize-sitetop-right p {
    font-size: 18px;
  }
  .seize-sitetop-right .share {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1300px) {
  .seize-header .logo img {
    height: 48px
  }
}

@media screen and (max-width: 1281px) {
  .seize-sitetop-left h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .seize-sitetop-right p {
    font-size: 16px;
    padding-left: 20px;
  }

  .seize-sitetop-right .share {
    margin-left: 20px;
  }
  .seize-sitetop-right .share a + a {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1100px) {
  .seize-sitetop-left h2 {
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 992px) {
  .seize-sitetop-left h2 {
    display: none;
  }
  .seize-sitetop-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media screen and (max-width: 920px) {
  .seize-sitetop {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101; 
  }

  .seize-sitetop2 {
    display: none;
  }

  .seize-sitetop>.container {
    padding: 0
  }

  .seize-mo-leftmenu {
    display: block
  }

  .seize-nav,
  .seize-search {
    display: none !important
  }

  .seize-search-box {
    position: fixed !important; /* 将绝对定位改为固定定位 */
    top: 50px;                 
    padding: 20px 0;
    z-index: 99999 !important; 
  }

  .seize-search-box .close {
    display: none
  }

  .seize-search-box .serchbox {
    width: 90%
  }

  .seize-search-box .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 10px
  }

  .seize-search-box .serchbox .submit_btn {
    width: 50px;
    height: 40px;
    line-height: 40px
  }

  .seize-header {
    height: auto;
    position: static;
    padding: 20px 0;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.65); /* 移动端折叠菜单后同样赋予毛玻璃 */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }

  .seize-header .logo {
    width: 100%;
    text-align: center
  }

  .seize-header-lang {
    position: fixed;
    right: 10px;
    top: 10px;
  }

  .seize-header-lang .lang-selector .current-lang {
    padding: 4px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .seize-sitetop2 > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 100;
    background: rgba(5, 5, 7, 0.75); /* 改为半透明配合毛玻璃 */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .seize-sitetop-right {
    width: auto;
  }

  .seize-sitetop-right p,
  .seize-sitetop-right .share {
    display: none;
  }

  .seize-sitetop2 span {
    display: block;
    margin-right: 95px;
  }
}


@media screen and (max-width: 920px) {

  header.seize-header {
   position: fixed !important;
    top: 50px !important;       
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;    
    height: 70px !important;    
    /* background: rgba(255, 255, 255, 0.95) !important;  */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); 
    z-index: 100 !important;  
  }

.your-main-content-class {
    padding-top: 120px !important; 
  }
  
  .seize-header-lang.header-lang_only {
    position: absolute !important;
    right: 15px !important; 
    top: 50% !important;    
    left: auto !important;
    transform: translateY(-50%) !important; 
    -webkit-transform: translateY(-50%) !important;
    z-index: 99999 !important;
    display: inline-block !important;
  }


  .lang-selector .lang-box {
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    z-index: 99999 !important;
  }


  .seize-header-lang.header-lang_only * {
    z-index: 99999 !important;
  }
}

.bobo-sidebanner .container .left {
    width: 100%;
    text-align: left;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}