/* 分页样式 */
.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 .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;
}
/* ================================ 82用户修改 ================================ */
.co-82 .language-cont li{
  background: #fff !important;
  width: 100%;
}
.co-82 .language-flag .country-flag{
  margin: 0 0 0 5px !important;
}
.co-82 .language-cont li a{
  color: #0c0d0e !important;
  line-height: 16px !important;
  padding: 0 !important;
  text-align: left !important;
  font-size: 16px !important;
}
.co-82 .language-cont{
  z-index: 9999 !important;
}

/* ================================ 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;
}
