@charset "utf-8";
/* CSS Document */

/*.productshow_tab_main h3 {
  font-size: 22px;
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin: 10px 10px 10px 0;
}*/
p,
span,
h1,
h2,
h3,
h4,
h5,
h6{
  white-space: normal;
}
.productshow_tab_main h2 {
  font-size: 24px;
  color: #000;
  margin: 10px 10px 10px 0;
  font-weight: bold;
  text-transform: none;
}
.feedback{
  z-index: 99999999;
}


.bread_crumb_main span{
    word-wrap: break-word;
    white-space: normal;
}
 .productlist_main_intro_content h1,.productlist_main_intro_content p,.product_show_main_describe p,.productshow_tab_main p,.newshow_main p{
      word-wrap: break-word;
       white-space: normal;
    }

.dropdown-item{
        white-space: pre-wrap !important;
}


.table_wrap{overflow-x: auto;}

/*.fl-module-heading .fl-heading{padding: 10px 20px !important;}*/
.productshow_tab_main .fl-builder-content h3.fl-heading{ padding: 10px 20px !important;}

.nav_wrap .head_nav > li li a{ text-transform: none !important;}

.product_show_main_describe h1{ font-size:28px !important;}

.nav_wrap .head_nav>li li a:hover {
  padding-left: 10px !important;
}

.productshow_tab_main p{text-transform: none !important;}

.contact_left h1{word-wrap: break-word !important; text-transform: none !important;}

.scrollsidebar{ right:0 !important}

.bread_crumbs a，.bread_crumbs span{ word-wrap: break-word; word-break: break-all;}

.contact_left h1,.contact_list li p, .contact_list li a,.contact_plan2_main_left h1,.contact_plan2_list li p, .contact_plan2_list li a,.contact_plan3_card_box li p,.contact_plan3_card_box li h2{ word-wrap: break-word;word-break: break-all;}

.bottomDiv{ width:100% !important}

/*.footer_copyrights_p{ display:none}
.footer_Powered{ display:none}
.footer_bottom_right{ display:none}*/

div.acf-field[data-name='body_code_1']{ display:none !important}


.aboutus .fl-rich-text p,.aboutus .fl-heading .fl-rich-text {
    word-wrap: break-word;
}


@media (max-width:576px){
	.page_ctrl_box .prev, .page_ctrl_box .next{ font-size: 12px;}
  .nslick-slide img{width: 100%!important;}
.feedback{
  display: none;
}
	}
@media (min-width:576px) and (max-width:768px) {
  .nslick-slide img{width: 100%!important;}
.feedback{
  display: none;
}
}
@media (min-width:768px) and (max-width:992px) {
  .nslick-slide img{width: 100%!important;}
.feedback{
  display: none;
}
}
@media (min-width:992px) and (max-width:1200px) {
  .nslick-slide img{width: 100%!important;}
.feedback{
  display: none;
}
	}
@media (min-width:1200px) and (max-width:1400px) {}
@media (min-width:1400px) and (max-width:1680px) {}
/*2024-11-11*/
.product_left_hotproduct .scrollDiv li h3 {
    font-size: 16px;
    color: #000;
    /* text-transform: lowercase; */
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: unset;
    line-height: 26px;
}
/*产品内页表格样式*/
.productshow_tabmain table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
}

.productshow_tabmain table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.productshow_tabmain table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.productshow_tab h4{
  width: 50%!important;
}

.change-language-cont {
  top: 55px;
  padding: 10px 5px;
  width: 500px;
  right: 0;
  left: auto;
  max-height: 100vh;
  overflow-y: scroll !important;
}
.language-flag a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.change-language-info .change-language-title {
  position: relative;
  line-height: initial;
  padding: 6px 25px 6px 5px;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  z-index: 100000;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/**/
#cookie-consent-banner {
            position: fixed;
            bottom: 0px;
            left: 20px;
            right: 20px;
            max-width: 600px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            padding: 20px;
            z-index: 10000;
            transform: translateY(100%);
            transition: transform 0.5s ease-in-out;
        }

        #cookie-consent-banner.visible {
            transform: translateY(0);
        }

        .cookie-content {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .cookie-message {
            font-size: 14px;
            line-height: 1.5;
            color: #333;
        }

        .cookie-message a {
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
        }

        .cookie-message a:hover {
            text-decoration: underline;
        }

        .cookie-buttons {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .cookie-btn {
            padding: 10px 20px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            min-height: 40px;
        }

        .btn-accept {
            background-color: #28a745;
            color: white;
            flex: 1;
        }

        .btn-accept:hover {
            background-color: #218838;
        }

        .btn-reject {
            background-color: #6c757d;
            color: white;
            flex: 1;
        }

        .btn-reject:hover {
            background-color: #545b62;
        }

        /* 隐私政策弹窗样式 */
        .privacy-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            z-index: 10001;
            align-items: center;
            justify-content: center;
        }

        .privacy-modal.active {
            display: flex;
        }

        .privacy-content {
            background: #ffffff;
            border-radius: 12px;
            width: 90%;
            max-width: 750px;
            max-height: 70vh;
            overflow-y: auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
        }

        .privacy-header {
            padding:15px 20px 10px 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .privacy-title {
            margin: 0;
            font-size: 18px;
            color: #333;
        }

        .close-modal {
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #999;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .close-modal:hover {
            color: #333;
        }

        .privacy-body {
            padding: 20px;
            color: #555;
            flex: 1;
        }

        .privacy-body h3 {
            color: #333;
            margin-top: 1.5em;
            margin-bottom: 0.8em;
        }

        .privacy-body p {
            margin-bottom: 1em;
        }

        .privacy-body ul {
            padding-left: 20px;
            margin-bottom: 1em;
        }

        .privacy-body li {
            margin-bottom: 0.5em;
        }

        /* 响应式设计 */
        @media (max-width: 768px) {
            #cookie-consent-banner {
                left: 10px;
                right: 10px;
                bottom: 0px;
            }

            .cookie-buttons {
                flex-direction: column;
            }

            .privacy-content {
                width: 95%;
                max-height: 90vh;
            }

            .privacy-header {
                padding: 15px;
            }

            .privacy-body {
                padding: 15px;
            }

            .privacy-title {
                font-size: 1.25rem;
            }
        }
        @media (max-width: 1200px) {
            #cookie-consent-banner{ bottom:80px;}
        }