/* 分页样式 */
.page-pagination {
  text-align: center;
  width: 100%;
}

.page-pagination .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 30px 0;
  border-radius: 8px;
}

.page-pagination .pagination>li {
  display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: var(--theme-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
  z-index: 2;
  color: var(--theme-color);
  background-color: #eee;
  border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-pagination .pagination .jumpto {
  display: inline-block;
  margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
  padding: 0 6px;
  color: #2c3e50;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  height: 37px;
  line-height: 34px;
  box-sizing: border-box;
}

.page-pagination .pagination .jumpto .page_number {
  width: 45px;
  margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
  margin-top: 40px;
  padding: 20px 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eee;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
  font-size: 14px;
  color: #666;
}

.next-prev .next-prev-right {
  text-align: right;
}

.next-prev a {
  color: var(--theme-color);
}

a {
  text-decoration: none !important;
}

/* ================================ nav.html START ================================ */
.language .language-flag a {
  display: flex;
  align-items: center;
}

.language .country-flag img {
  width: 20px;
}

.language .language-cont {
  width: 165px;
}

.topbar .head-contact .head-phone:before,
.topbar .head-contact .head-email:before {
  content: '';
}

.topbar .head-contact b {
  float: none;
}

.nav-banner video,
.nav-banner img {
  max-width: 100%;
}



@media screen and (min-width: 961px) {

  /* 导航吸顶样式 */
  #nav.affixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
}

/* ================================ nav.html END ================================ */



#myfooter .panel2 a {
  white-space: unset;
}

@media (min-width: 992px) {
  #nav li .icon-right {
    display: none;
  }
}



/* ================================ index.html START ================================ */
.fh5co-blog .blog-text h3 {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .fh5co-blog .blog-text p {
    height: 75px;
} */
/* #fh5co-blog,
#fh5co-contact,
#fh5co-footer,
#fh5co-gallery,
#fh5co-pricing,
#fh5co-schedule,
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer {
    padding: 5em 0;
} */
#fh5co-gallery .btn-select-plan {
  display: none;
  padding: 10px 20px;
  background: var(--theme-color);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

#fh5co-gallery .btn-select-plan::after {
  display: none;
}

.price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  #fh5co-pricing {
    padding-top: 0;
  }

  #fh5co-gallery .fh5co-heading,
  #fh5co-blog .fh5co-heading {
    margin-bottom: 0;
  }

}

.pricing img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.about-box {
  background-size: cover;
}

.about-box-bg .about-box {
  padding-top: 2em;
}

@media (min-width: 768px) {
  .about-box-bg .about-box {
    margin-top: 3em;
  }
}

.about-box-bg .fh5co-heading p {
  color: rgba(255, 255, 255, 0.8);
}

/* ================================ index.html END ================================ */



/* ================================ list_video.html START ================================ */
.block .class-content .news-item .news-img {
  position: relative;
}

.block .classes .class-info p {
  margin-bottom: 10px;
}

.block .classes h1 {
  margin-bottom: 20px;
}

.block .classes {
  margin-bottom: 40px;
}

.block .class-content .news-item .news-img img {
  height: auto;
}

.block .classes p,
.block .product-right .product-info p,
.block .product-right .product-info a p {
  text-align: left;
}

/* list_product.html */
.plistdeul {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  border-top: solid 1px #f4f4f4;
}

/* ================================ list_video.html END ================================ */




/* ================================ detail_product.html START ================================ */
.shown_products_b_a .descr {
  font-size: 16px;
}

.form-group textarea.form-control {
  height: 100px;
}


#submitBtn {
  background-color: #303030;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 200px;
  margin-top: 20px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 5px;
  border-radius: 5px;
  border: 0;
}

#submitBtn:hover {
  background-color: var(--theme-color);
}

.block .layout .product-right .opt img,
.block .layout .classes img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .block .classes {
    padding: 0 10px;
  }
}

/* ================================ detail_product.html END ================================ */


/* 移动端样式 */
@media (max-width: 991px) {
  .block .product-right #submitBtn {
    width: 100%;
  }

  .block .class-content .news-item .news-info .news-btn {
    width: 100%;
  }

  #nav li .icon-right {
    position: absolute;
    display: block;
    right: 10px;
    top: 8px;
    z-index: 9999;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-align: center;
    border: solid 1px var(--theme-a-color);
    border-radius: 50%;
  }

  #nav li .icon-right.actived {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
  }

  #nav li .icon-right::after {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    color: var(--theme-a-color);
    font-size: 18px;
    margin: 0 auto;
  }

  .language-cont {
    left: 0;
    right: unset;
  }
}



/* co=26江苏贺盛（调味品） co=38久崎电机（常州有限分公司） */
.co-26 .hot-prolist li h3,
.co-38 .hot-prolist li h3,
.co-45 .hot-prolist li h3 {
  position: unset;
  /* width: calc(100% - 30px); */
  box-sizing: border-box;
  background-color: var(--theme-color);
  left: 0;
  padding: 12px 10px;
  /* margin: 15px 15px; */
  line-height: 16px;
  text-align: center;
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
}

.co-26 .hot-prolist li h3,
.co-38 .hot-prolist li h3 {
  width: calc(100% - 30px);
  margin: 15px 15px;
}

.co-45 .hot-prolist li h3 {
  width: 100%;
  background-color: transparent;
  color: #000;
}

@media (max-width: 991px) {

  .co-26 .hot-prolist li h3,
  .co-38 .hot-prolist li h3,
  .co-45 .hot-prolist li h3 {
    padding: 5px 5px;
    font-size: 12px;
  }
}



/* co=44 翔冰制冷设备 */
.co-44 .pricing-plan a {
  color: #fff;
}

/* co=45 欣达艺 46 柏顿*/
/* .co-44 #myfooter .overlay,
.co-45 #myfooter .overlay,
.co-46 #myfooter .overlay,
.co-45 .topbar,
.co-45 #nav li a.inmenu_1,
.co-45 .block .product-left .lefttitle {
    background: #666;
}

.co-45 #nav li:hover ul li a {
    color: #666;
} */

/* 产品详情：价格 + 下单购买 / 询盘 */
.shown_products_a_right .product-price-actions {
  margin: 16px 0 12px;
  clear: both;
}

.shown_products_a_right .product-unit-price {
  margin-bottom: 12px;
}

.shown_products_a_right .product-unit-price-label {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.shown_products_a_right .product-unit-price-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--theme-color, #c00);
}

.shown_products_a_right .product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.shown_products_a_right .btn-buy-now,
.shown_products_a_right .btn-send-inquiry {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  transition: opacity 0.2s;
}

.shown_products_a_right .btn-buy-now {
  background: var(--theme-color, #c00);
  color: #fff;
  border: 1px solid var(--theme-color, #c00);
}

.shown_products_a_right .btn-send-inquiry {
  background: #fff;
  color: var(--theme-color, #c00);
  border: 1px solid var(--theme-color, #c00);
}

.shown_products_a_right .btn-buy-now:hover,
.shown_products_a_right .btn-send-inquiry:hover {
  opacity: 0.9;
  text-decoration: none;
}

/* 下单 / 付款页 */
.order-page .order-form-wrap,
.order-page .order-pay-wrap,
.order-page .order-paydone-wrap {
  max-width: 640px;
}

.order-page .order-product-summary {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.order-page .order-product-thumb {
  width: 120px;
  height: auto;
  object-fit: cover;
  border: 1px solid #eee;
}

.order-page .order-product-title {
  font-size: 18px;
  margin: 0 0 8px;
}

.order-page .order-product-price-qty {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.order-page .order-product-price {
  margin: 0;
  font-size: 15px;
  flex: 1;
  min-width: 0;
}

.order-page .order-product-price strong {
  color: var(--theme-color, #c00);
  font-size: 20px;
}

.order-page .order-product-qty {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}

.order-page .order-product-qty label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #666;
}

.order-page .order-product-qty .form-control {
  width: 88px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

.order-page .order-btn-primary {
  margin-top: 8px;
}

.order-page .order-pay-hint {
  color: #666;
  font-size: 14px;
}

/* 未登录购买：登录弹窗（与 index/user/login 字段一致） */
body.buy-login-open {
  overflow: hidden;
}

.buy-login-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}

.buy-login-overlay.is-open {
  display: flex;
}

.buy-login-dialog {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 24px 20px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.buy-login-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 26px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 4px 8px;
}

.buy-login-close:hover {
  color: #333;
}

.buy-login-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 36px 8px 0;
  color: #1a1a1a;
}

.buy-login-hint {
  font-size: 13px;
  color: #666;
  margin: 0 0 18px;
  line-height: 1.5;
}

.buy-login-field {
  margin-bottom: 14px;
}

.buy-login-field label {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 6px;
}

.buy-login-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.buy-login-input:focus {
  border-color: var(--theme-color, #c00);
  outline: none;
  box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12);
}

.buy-login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
}

.buy-login-remember {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}

.buy-login-forgot {
  color: var(--theme-color, #c00);
  text-decoration: none;
}

.buy-login-forgot:hover {
  text-decoration: underline;
}

.buy-login-msg {
  display: none;
  font-size: 13px;
  color: #c00;
  margin: 0 0 12px;
}

.buy-login-submit {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  background: var(--theme-color, #c00);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 12px;
}

.buy-login-submit:hover {
  opacity: 0.92;
}

.buy-login-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.buy-login-register {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.buy-login-register:hover {
  background: #f9f9f9;
  text-decoration: none;
}

button.buy-login-register {
  font-family: inherit;
  width: 100%;
  cursor: pointer;
  background: #fff;
}

button.buy-login-register:hover {
  background: #f9f9f9;
}

.buy-login-tabs {
  display: flex;
  gap: 0;
  margin: 8px 36px 16px 0;
  border-bottom: 1px solid #e8e8e8;
}

.buy-login-tabs__btn {
  flex: 1;
  padding: 10px 8px;
  border: none;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}

.buy-login-tabs__btn.is-active {
  background: #fff;
  color: var(--theme-color, #c00);
  border: 1px solid #e8e8e8;
  border-bottom-color: #fff;
}

.buy-tab-panel .buy-login-title {
  margin-top: 0;
}

.buy-login-tabs__switch {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 10px;
  border: none;
  background: none;
  font-size: 14px;
  color: var(--theme-color, #c00);
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
}

.buy-login-captcha-input {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.buy-login-captcha-input .buy-login-input {
  flex: 1;
  min-width: 100px;
}

.buy-login-captcha-img {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
}

.buy-register-external {
  margin-bottom: 8px;
}

.buy-login-submit--link {
  box-sizing: border-box;
}


/* .co-76 淳安干岛湖人人企业网站 */
.co-76 .pricing-plan a {
  color: #333;
}

.co-76 #myfooter .overlay {
  background: #fff;
}

.co-76 #myfooter,
.co-76 #myfooter a,
.co-76 #myfooter a:hover,
.co-76 #myfooter h3 {
  color: #333;
}

.co-76 #myfooter .icon-tiktok path {
  fill: #333 !important;
}

/* co163: 深圳宏鸿 */
.co-163 .hot-prolist li h3 {
  left: 0;
  width: 100%;
  text-align: center;
}

.co-163 .pricing-plan a {
  color: #333;
}

/* co23:  */
.co-23 .product-right .product-list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}

.co-23 .block .product-right .product-list .product-item {
  flex-direction: column;
  width: 30%;
  border-width: 0;
  padding: 20px 0;
  text-align: center;
}

.co-23 .block .product-right .product-list .product-item .product-img,
.co-23 .block .product-right .product-list .product-item .product-info {
  width: 100%;
}

.co-23 .block .product-right .product-list .product-item .product-info p,
.co-23 .block .product-right .product-list .product-item .product-info .btn {
  display: none;
}

@media (max-width: 991px) {
  .co-23 .block .product-right .product-list .product-item {
    width: 100%;
    border-width: 1px;
  }
}

.co-223 .hot-prolist li h3 {
  position: static;
  color: #000;
  padding: 10px 0;
  text-align: center;
}

.co-223 .fh5co-heading p {
  font-size: 21px;
}

.co-223 #myfooter .overlay {
  background: #9E9E9E;
}

.co-82 .im .box ul li a span,
.co-82 .slides-box .pagination li a,
body.co-82,
.co-82 .form-control,
.co-82 #feedbackForm .atextarea,
.co-82 #wowslider-container a.ws_next,
.co-82 #wowslider-container a.ws_prev,
.co-82 #wowslider-container .ws-title,
.co-82 #wowslider-container .ws_fullscreen,
.co-82 .tp-caption,
.co-82 .cloud-zoom-title,
.co-82 .product-title {
  font-family: 'jost', Arial, Helvetica, sans-serif !important;
}
.co-235 .im .box ul li a span,
.co-235 .slides-box .pagination li a,
body.co-235,
.co-235 .form-control,
.co-235 #feedbackForm .atextarea,
.co-235 #wowslider-container a.ws_next,
.co-235 #wowslider-container a.ws_prev,
.co-235 #wowslider-container .ws-title,
.co-235 #wowslider-container .ws_fullscreen,
.co-235 .tp-caption,
.co-235 .cloud-zoom-title,
.co-235 .product-title {
  font-family: 'jost', Arial, Helvetica, sans-serif !important;
}

@media (min-width: 768px) {
  .co-82 #fh5co-pricing:not(.about-box-bg) {
    padding-top: 3em;
    border-top: 1px solid #eee;
  }

  .co-82 #fh5co-gallery {
    padding-bottom: 3em;
  }
}

.co-82 .fh5co-heading h2 {
  font-size: 36px;
}

.co-82 .about-box-bg .fh5co-heading h2{
  color: #FFFFFF;
}
.co-82 .case .hot-prolist li h3,
.co-235 .hot-prolist li h3 {
  position: static;
  padding: 8px 0;
}

.co-82 .case .hot-prolist li h3 a,
.co-235 .hot-prolist li h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.co-82 #fh5co-gallery .hot-prolist li {
  overflow: hidden;
}

.co-82 #fh5co-gallery .hot-prolist li:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.co-82 #fh5co-gallery .hot-prolist li:hover .btn-select-plan {
  display: block;
}

@media (min-width: 768px) {
  .co-235 #fh5co-gallery {
    padding-bottom: 5em;
  }
}
/* ================================ case遮挡修复,暂时针对单个用户 ================================ */
.co-128 .case .hot-prolist h3{
  position: relative !important;
  left: 0 ;
  bottom: 0;
  margin: 10px 0 0 10%;
}

/* ================================ 修复手机端文字被覆盖问题 ================================ */
@media (max-width: 768px) {
  .co-164 #fh5co-gallery .hot-prolist li h3 {
    bottom: 0 !important;
  }
}
/* ================================ 178用户居中优化 ================================ */

.co-178 .hot-prolist{
  justify-content: center;
}
.co-178 .hot-prolist h3{
  position: relative !important;
  left: 0 !important;
}
.co-178 .hot-prolist h3 a{
  text-align: center;
}
/* ================================
   公司 ID 82 专用样式
================================ */

/* 防止其他文件里的 opacity 影响子菜单层级 */
.co-82 #nav.nav-company-82 {
  opacity: 1 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

/* 通用语言列表基础样式 */
.co-82 .language-cont li {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  box-sizing: border-box;
}

.co-82 .language-cont li a {
  width: 100%;
  color: #0c0d0e !important;
  text-align: left !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

.co-82 .language-cont .country-flag {
  flex-shrink: 0;
  margin: 0 8px 0 0 !important;
}

/* ================================
   桌面端
================================ */

@media screen and (min-width: 961px) {

  /* 整个 Header 高于 Banner */
  .co-82 header {
    position: relative !important;
    z-index: 100000 !important;
    overflow: visible !important;
  }

  .co-82 #nav.nav-company-82 {
    /*position: relative !important;*/
    z-index: 100001 !important;
    overflow: visible !important;
  }

  .co-82 .nav-82-mobile {
    display: none !important;
  }

  .co-82 .nav-82-desktop {
    display: block !important;
    position: relative !important;
    z-index: 100002 !important;
    overflow: visible !important;
  }

  /* 顶部整体布局 */
  .co-82 .nav-82-inner {
    position: relative !important;
    z-index: 100003 !important;

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

    width: calc(100% - 40px);
    max-width: 1700px;
    height: 70px;

    margin: 0 auto;
    padding: 0;
    gap: 16px;

    overflow: visible !important;
    box-sizing: border-box;
  }

  /* ================================
     Logo 固定区域
  ================================ */

  .co-82 .nav-82-inner .logo {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
    overflow: visible;
  }

  .co-82 .nav-82-inner .logo a {
    display: block;
  }

  .co-82 .nav-82-inner .logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0 !important;
  }

  /* ================================
     一级导航
  ================================ */

  .co-82 .nav-82-inner > ul {
    position: relative !important;
    z-index: 100004 !important;
    height: 70px !important;

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

    min-width: 0;
    gap: 2px;

    margin: 0;
    padding: 0;

    list-style: none;
    overflow: visible !important;
  }

  /*
   * 这里只选择一级 li，
   * 避免影响二级菜单里的 li。
   */
  .co-82 .nav-82-inner > ul > li {
    /*position: relative;*/
    /*flex: 0 0 auto;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*overflow: visible !important;*/
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  /*
   * 这里只选择一级菜单链接，
   * 不再影响 submenu-box 里面的链接。
   */
  .co-82 .nav-82-inner > ul > li > a {
    display: block;
    padding: 6px 8px;

    color: #fff;
    text-decoration: none;
    white-space: nowrap;

    font-size: 13px;
    font-weight: 500;
    line-height: 22px;

    border-radius: 4px;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner > ul > li > a:hover,
  .co-82 .nav-82-inner > ul > li > a.inmenu_1 {
    background: rgba(255, 255, 255, 0.2);
  }

  /* ================================
     产品二级菜单
  ================================ */

  .co-82 .nav-82-inner .submenu-box {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    z-index: 100010 !important;
    /*display: none;*/

    /*position: fixed !important;*/
    /*left: 0 !important;*/
    /*right: auto !important;*/

    /*width: 100% !important;*/
    /*margin: 0 !important;*/
    /*padding: 20px 0;*/

    /*background: rgba(0, 0, 0, 0.82) !important;*/

    /*opacity: 1 !important;*/
    /*visibility: visible !important;*/

    /*overflow: visible !important;*/
    /*box-sizing: border-box;*/

    /*z-index: 100010 !important;*/
  }

  /*
   * JS 会生成 style="top: 70px;"，
   * 所以这里不强制覆盖 top。
   */

  .co-82 .nav-82-inner > ul > li:hover > .submenu-box,
  .co-82 .nav-82-inner .submenu-box:hover {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 450px;
  }

  /*
   * 填补一级导航和二级菜单之间可能存在的空隙，
   * 防止鼠标向下移动时菜单消失。
   */
  .co-82 .nav-82-inner .submenu-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;

    width: 100%;
    height: 10px;

    background: transparent;
  }

  .co-82 .nav-82-inner .submenu-box .layout-box {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: calc(100% - 40px);
    max-width: 1080px;

    margin: 0 auto;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .submenu-box .submenu-l {
    width: 40%;
  }

  .co-82 .nav-82-inner .submenu-box .submenu-r {
    width: 58%;
    overflow: hidden;
  }

  .co-82 .nav-82-inner .submenu-box .submenu-r img {
    display: block;
    width: 100%;
    /*max-width: 300px;*/
    /*height: auto;*/
    height: 387px;
    /*object-fit: cover;           !* 保持比例，裁切填充 *!*/
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);  /* 平滑缓动 */
    transform-origin: center center;
    will-change: transform; 
  }
  .co-82 .nav-82-inner .submenu-box .submenu-r img:hover{
    transform: scale(1.1);
  }
  .co-82 .nav-banner video,
  .co-82 .nav-banner img {
    margin-top: 70px;
  }
  .co-82 .nav-82-inner .submenu-box .submenu-2 {
    position: static !important;
    display: block !important;
    float: none !important;

    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: transparent !important;
    list-style: none;
  }

  .co-82 .nav-82-inner .submenu-box .submenu-2 > li {
    position: relative;
    float: none !important;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }

  .co-82 .nav-82-inner .submenu-box .submenu-2 > li:hover {
    border-bottom-color: var(--theme-color, #0056b3);
  }

  .co-82 .nav-82-inner .submenu-box .submenu-2 > li > a {
    display: block;
    width: 100%;

    padding: 0 12px;

    color: #fff !important;
    background: transparent !important;
    text-decoration: none;

    font-size: 14px;
    line-height: 48px;

    border-radius: 0;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .submenu-box .submenu-2 > li > a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  /* ================================
     搜索框固定区域
  ================================ */

  .co-82 .nav-82-inner .ss {
    flex: 0 0 210px;
    width: 210px;
    min-width: 210px;
  }

  .co-82 .nav-82-inner .ss form {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .co-82 .nav-82-inner .ss .sk {
    flex: 1 1 auto;

    width: auto;
    min-width: 0;
    height: 34px;

    padding: 0 10px;

    color: #fff;
    background: rgba(255, 255, 255, 0.15);

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
    border-radius: 4px 0 0 4px;

    font-size: 14px;
    outline: none;

    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .ss .sk::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .co-82 .nav-82-inner .ss .sbtn {
    flex: 0 0 64px;

    width: 64px;
    height: 34px;

    padding: 0 8px;

    color: var(--theme-color, #0056b3);
    background: #fff;

    border: 0;
    border-radius: 0 4px 4px 0;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    cursor: pointer;
    box-sizing: border-box;
  }

  /* ================================
     语言区域固定宽度
  ================================ */

  .co-82 .nav-82-inner .topbar-auth-lang {
    position: relative !important;
    z-index: 100006 !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    overflow: visible !important;
  }

  .co-82 .nav-82-inner .topbar-auth-lang .pc-language,
  .co-82 .nav-82-inner .topbar-auth-lang .language-info {
    position: relative !important;
    width: 100%;
    overflow: visible !important;
  }

  .co-82 .nav-82-inner .language-title {
    display: flex;
    align-items: center;
  }

  .co-82 .nav-82-inner .language-title .language-flag {
    flex: 1 1 auto;
    min-width: 0;
  }

  .co-82 .nav-82-inner .language-title .language-flag > a {
    display: flex;
    align-items: center;

    width: 100%;
    min-width: 0;

    color: #fff !important;
    text-decoration: none;
  }

  .co-82 .nav-82-inner .language-title .country-flag {
    flex: 0 0 auto;
    margin: 0 0 0 5px !important;
  }


  /*
   * 当前语言文字固定显示范围。
   * 防止 Português、Bahasa Melayu 等撑开整体布局。
   */
  .co-82 .nav-82-inner .language-title .language-flag span {
    display: block;
    flex: 1 1 auto;

    min-width: 0;
    max-width: 72px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .co-82 .nav-82-inner .language-ico {
    flex: 0 0 auto;
  }

  /* 语言下拉框 */
  .co-82 .nav-82-inner .pc-language .language-cont {
    display: none;

    position: absolute !important;
    /*top: calc(100% + 6px) !important;*/
    /*margin-top: 3px;*/
    right: 0 !important;
    left: auto !important;

    width: 190px;
    min-width: 190px;
    max-height: calc(100vh - 100px);

    /*margin: 0 !important;*/
    padding: 8px 0 !important;

    background: #fff !important;

    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);

    overflow-x: hidden !important;
    overflow-y: auto !important;

    z-index: 100020 !important;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .pc-language:hover .language-cont,
  .co-82 .nav-82-inner .pc-language .language-cont-hover {
    display: block !important;
  }

  /*
   * 填补语言标题和下拉框之间的间隙。
   */
  .co-82 .nav-82-inner .pc-language .language-cont::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;

    width: 100%;
    height: 8px;

    background: transparent;
  }

  .co-82 .nav-82-inner .pc-language .language-cont ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .co-82 .nav-82-inner .pc-language .language-cont li {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff !important;
  }

  .co-82 .nav-82-inner .pc-language .language-cont li:hover {
    background: #f5f5f5 !important;
  }

  .co-82 .nav-82-inner .pc-language .language-cont li a {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    padding: 8px 14px !important;

    color: #333 !important;
    background: transparent !important;

    font-size: 13px !important;
    line-height: 20px !important;

    white-space: nowrap;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .pc-language .language-cont li a span {
    color: #333 !important;
  }

  .co-82 .nav-82-inner .pc-language .language-cont img {
    display: block;

    width: 22px;
    height: 16px;

    object-fit: cover;
    border-radius: 2px;
  }

  /* 登录按钮 */
  .co-82 .nav-82-inner .topbar-login-btn {
    flex-shrink: 0;

    padding: 6px 14px;

    color: #fff;
    background: rgba(255, 255, 255, 0.15);

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;

    text-align: center;
    text-decoration: none;

    cursor: pointer;
    box-sizing: border-box;
  }

  .co-82 .nav-82-inner .topbar-login-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.28);
  }

  .co-82 .nav-82-inner .fl,
  .co-82 .nav-82-inner .nbtn {
    display: none !important;
  }

  /* Banner 永远低于 Header 和下拉菜单 */
  .co-82 .slide_container {
    position: relative !important;
    z-index: 1 !important;
    top: 70px;
  }

  .co-82 .slide_container .rslides,
  .co-82 .slide_container .rslides li,
  .co-82 .slide_container .slide_nav {
    z-index: 1 !important;
  }
}

/* ================================
   较小桌面屏幕
================================ */

@media screen and (min-width: 961px) and (max-width: 1200px) {

  .co-82 .nav-82-inner {
    width: calc(100% - 24px);
    gap: 8px;
  }

  .co-82 .nav-82-inner .logo {
    flex-basis: 145px;
    width: 145px;
    min-width: 145px;
  }

  .co-82 .nav-82-inner > ul {
    gap: 0;
  }

  .co-82 .nav-82-inner > ul > li > a {
    padding: 6px 5px;
    font-size: 12px;
  }

  .co-82 .nav-82-inner .ss {
    flex-basis: 180px;
    width: 180px;
    min-width: 180px;
  }

  .co-82 .nav-82-inner .ss .sbtn {
    flex-basis: 56px;
    width: 56px;
    font-size: 12px;
  }

  .co-82 .nav-82-inner .topbar-auth-lang {
    flex-basis: 105px;
    width: 105px;
    min-width: 105px;
  }

  .co-82 .nav-82-inner .language-title .language-flag span {
    max-width: 58px;
  }
}

/*
 * 屏幕宽度接近移动端时隐藏桌面搜索框，
 * 给西班牙语、德语等较长导航留出空间。
 */
@media screen and (min-width: 961px) and (max-width: 1080px) {

  .co-82 .nav-82-inner .ss {
    display: none !important;
  }

  .co-82 .nav-82-inner .logo {
    flex-basis: 140px;
    width: 140px;
    min-width: 140px;
  }
}

/* ================================
   移动端
================================ */

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

  .co-82 header {
    position: relative;
    z-index: 100000;
    overflow: visible;
  }

  .co-82 .nav-82-desktop {
    display: none !important;
  }

  .co-82 .nav-82-mobile {
    display: block !important;
    position: relative;
    z-index: 100001;
  }

  /* 第一行 */
  .co-82 .nav-82-mobile .topbar {
    position: relative;
    z-index: 100003;

    padding: 6px 20px;
    background: var(--theme-color, #0056b3);

    overflow: visible;
  }

  .co-82 .nav-82-mobile .topbar .layout1 {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 8px 10px;
    overflow: visible;
  }

  .co-82 .nav-82-mobile .topbar .topbar-auth-lang {
    position: relative;

    display: flex;
    align-items: center;
    order: -1;

    gap: 12px;
    float: none !important;

    overflow: visible;
  }

  .co-82 .nav-82-mobile .topbar .pc-language {
    position: relative;
    float: none !important;
  }

  .co-82 .nav-82-mobile .topbar .pc-language .language-flag a {
    color: #fff;
  }

  .co-82 .nav-82-mobile .topbar .topbar-login-btn {
    display: inline-block;
    flex-shrink: 0;

    padding: 6px 14px;

    color: #fff;
    background: rgba(255, 255, 255, 0.15);

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 4px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;

    text-align: center;
    text-decoration: none;

    cursor: pointer;
    box-sizing: border-box;
  }

  .co-82 .nav-82-mobile .topbar .topbar-login-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.28);
  }

  /* 移动端搜索 */
  .co-82 .nav-82-mobile .mobile-search {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .co-82 .nav-82-mobile .mobile-search form {
    display: flex;
    align-items: center;
  }

  .co-82 .nav-82-mobile .mobile-search input {
    width: 120px;
    height: 32px;

    padding: 0 8px;

    color: #fff;
    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px 0 0 3px;

    font-size: 14px;
    outline: none;
    box-sizing: border-box;
  }

  .co-82 .nav-82-mobile .mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .co-82 .nav-82-mobile .mobile-search button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 32px;

    color: var(--theme-color, #0056b3);
    background: #fff;

    border: 0;
    border-radius: 0 3px 3px 0;

    cursor: pointer;
  }

  /* 第二行 Logo */
  .co-82 .nav-82-mobile .top {
    padding: 12px 20px;

    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .co-82 .nav-82-mobile .top .fl {
    float: left;
  }

  .co-82 .nav-82-mobile .top .logo img {
    display: block;
    width: auto;
    height: 44px;
  }

  /* 第三行导航 */
  .co-82 .nav-82-mobile .nav-mobile {
    position: relative;
    z-index: 100002;

    padding: 0 20px;
    background: var(--theme-color, #0056b3);
  }

  .co-82 .nav-82-mobile .nav-mobile > ul {
    display: none;
    flex-direction: column;

    margin: 0;
    padding: 10px 0;

    list-style: none;
  }

  .co-82 .nav-82-mobile .nav-mobile > ul.show {
    display: flex;
  }

  .co-82 .nav-82-mobile .nav-mobile > ul > li {
    position: relative;
  }

  .co-82 .nav-82-mobile ul > li > a {
    display: block;
    padding: 5px 2px !important;

    color: #fff;
    text-decoration: none;

    font-size: 14px;
    /*font-weight: 500;*/
  }

  .co-82 .nav-82-mobile .nav-mobile > ul > li > a:hover,
  .co-82 .nav-82-mobile .nav-mobile > ul > li > a.inmenu_1 {
    background: rgba(255, 255, 255, 0.15);
  }

  .co-82 .nav-82-mobile .nav-mobile .fl {
    display: none;
    color: #0c0d0e !important;
  }

  .co-82 .nav-82-mobile .nav-mobile .nbtn {
    display: block;

    height: 48px;

    color: #fff;

    font-size: 24px;
    line-height: 48px;
    text-align: right;

    cursor: pointer;
    user-select: none;
  }

  /* 移动端语言下拉 */
  .co-82 .nav-82-mobile .language-cont {
    z-index: 100020 !important;
    max-height: 65vh;
    overflow-y: auto;
  }
}

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

  .co-82 .nav-82-mobile .topbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .co-82 .nav-82-mobile .topbar .layout1 {
    padding-left: 0;
    padding-right: 0;
  }

  .co-82 .nav-82-mobile .mobile-search input {
    width: 100px;
  }
}

/* ================================
   公司 82 其他页面样式
================================ */

.co-82 .about-box {
  position: relative;

  width: 100%;
  min-height: 500px;

  background-position: center;
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}

.co-82 .about-box-bg .pricing {
  display: none;
}

.co-82 #myfooter .panel1 img {
  max-width: 120px;
}
/* ================================ 108置顶 ================================ */
.co-108 .back-to-top {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #2f95d2;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* 仅手机端显示（≤768px） */
@media (max-width: 768px) {
  .co-108  .back-to-top {
    display: block;
  }

  .co-108 .back-to-top.show {
    opacity: 1;
  }

  .co-108 .back-to-top.hide {
    opacity: 0;
    pointer-events: none;
  }
}

/* 点击触摸反馈 */
.co-108 .back-to-top:active {
  background: #555;
  transform: scale(0.92);
}

/* 加个小箭头图标 */
.co-108 .back-to-top::before {
  content: "↑";
  font-size: 28px;
  font-weight: bold;
}

/* ================================ 152文字放置文字修改 ================================ */

.co-152 .hot-prolist li h3{
  bottom: -8%;
}
@media (min-width: 768px) {
  .co-152 #fh5co-pricing {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .co-152 .hot-prolist li {
    width: 48%;
    margin-bottom: 10%;
    margin-left: 1%;
  }
  .co-152 .hot-prolist li h3{
    bottom:-20px;
  }
}
