body {
    font-family: Poppins;
    line-height: 1.5;
    font-size: 14px;
}

body,
p,
ul,
li,
button,
h1,
h2,
h3,
h4,
figure,
ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

tr,
td {
    padding: 0px;
}

img {
    display: block;
}
.width100,.width100 img{
    width: 100%;height: auto;
}
.mt-header{
    padding-top: 115px;
}
button::after,
button::before {
    border: none;
}

button {
    background: none;
    border: none;
}
.forbidrootscroll{
    height: 100%;
    overflow: hidden;
}
button:focus {
    outline: none;
}

ul li,
ol li {
    list-style: none;
}

.new_arrival-bg {
    background-color: #8057B8;
    margin-top: 65px;
}
.width1300 {
    width: 1300px;
    margin: 0px auto;
}
.width1350 {
    width: 1350px;
    margin: 0px auto;
}
.black-bg,.black-bg2{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: none;max-width: 1919px;overflow: hidden;
}
:root {
    --background-color: #11B6FE;
    --text-color: #11B6FE;
    --primary-color: #11B6FE;
  }
.width100,.width100 img{
    width: 100%;
    height: auto;
}

.title_div {
    padding: 70px 0 50px 0;
    text-align: center;
}

.title_h2 {
    font-size: 30px;
    color: #333333;
}
.title_div .title_p{
    color: #999999;font-size: 14px
}
.title_hr_div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.title_hr1 {
    width: 84px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--background-color);
}

.title_hr2 {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--background-color);
    display: block;
    margin-left: 10px;
}

.title_p {
    font-size: 20px;
    color: #999999;
}
.flex{
    display: flex;
}
/* 头部 */
.top-nav{
    background: var(--background-color);text-align: center;padding: 10px 0;
}
.top-nav p{
    color: #ffffff;font-size: 14px;
}
.header {
    background-color: #fff;
    transition: background 0.3s ease;box-shadow: 0px 2px 27px 0px rgba(100,84,249,0.05);position: relative;z-index: 9;
}
.fixed-header {
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 90;
    transition: background 0.3s ease;box-shadow: 0px 2px 27px 0px rgba(100,84,249,0.05);border-bottom: 1px solid #DDDDDD;
}
.flex_header {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.header_right{
    width: 80%;
}
.header_top{
    margin-top: 30px;justify-content: space-around;
}
.header_top-contact li a{
    font-size: 14px;color: #333333;
}
.header_top-contact li a:hover{
  color: #00c0ff;
}
.header_top-contact li:nth-child(1){
    position: relative;margin-right: 20px;padding-right: 20px;
}
.header_top-contact li:nth-child(1)::after{
    content: "";width: 1px;height: 14px;background-color: #333333;right: 0;top: 4px;position: absolute;
}
.search_show{
    cursor: pointer;
}
.sociallink{
    margin-left: 10%;
}
.footer-share li{
    margin-right: 20px;
}
.footer-share li:last-of-type{
    margin-right: 0;
}
.header_bottom{
    align-items: center;justify-content: end;padding: 12px 0;
}
.nav_header {
    display: flex;
    align-items: center;
}

.nav_header-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.nav_header-ul li{
    position: relative;padding: 0 50px;
}

.nav_header-ul .nav_header-ul-li::after{
    content: "";width: 1px;height: 50px;background-color: #333333;right: 0;bottom: 0px;position: absolute;
}
.nav_header-ul .nav_header-ul-li:last-of-type::after{
    content: "";width: 0px;height: 50px;background-color: #333333;right: 0;bottom: 0px;position: absolute;
}
.nav_header-ul-a {
    font-size: 18px;
    color: #333333;
    height: 50px;border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;cursor: pointer; display: flex;align-items: center;
}
.nav_header-ul-a svg{
    margin-left: 5px;
}
.nav_header-ul-a.active,.nav_header-ul-a:hover{
    color: #000000;
   
}
.nav_header-ul-a:hover svg path{
    fill: var(--background-color);
}
.nav_header-ul-a.active,
.nav_header-ul-a:hover {
  border-bottom: 2px solid var(--background-color);
  border-top: 2px solid var(--background-color);
}
#header .login_btn{margin-top: 0;}
.login_btn .login_btn-p{
    background: linear-gradient(90deg, #7210D6, #553BFB);border-radius: 2px;color: #FFFFFF;padding: 8px 30px;cursor: pointer;display: inline-block;
}
#header .header_down-list {
    z-index: 8;
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    min-width: 220px;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;box-sizing: border-box;
    visibility: hidden;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.09);
}
#header .header_down-list a {
    font-size: 14px;
    color: #333333;
    display: block;
    padding: 5px;
}
.nav_header-ul-a{
    position: relative;
}
#header #header_Products:hover .header_down-list {
    visibility: initial;
}

/* 隐藏二级菜单 */
.header_down-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* 隐藏三级菜单 */
.sub_down-list {
    visibility: hidden;
    position: absolute;
    width: 200px;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 20;
}

/* 显示二级菜单 */
#header_Products:hover .header_down-list {
    visibility: visible;
}

/* 显示三级菜单 */
.header_down-list li:hover .sub_down-list {
    visibility: visible;
}

#header #header_Resources:hover .header_down-list {
    visibility: initial;
}
#header #header_About:hover .header_down-list {
    visibility: initial;
}
#header .header_down-list li{
    margin-bottom: 0px;padding: 5px;
}
#header .sub_down-list li:hover{background-color: var(--background-color);}
#header .sub_down-list li:hover a{color: #ffffff;}
#header .sub_down-list li a{color: #333333;}
.header_down-list-li:hover{
    background-color: var(--background-color);
}
.header_down-list-li:hover .header_down-list-li-a{
    color: #ffffff !important;
}
/* 公共tab切换样式 */

.tab {
    display: flex;
    margin-bottom: 10px;border-bottom: 1px solid #cccccc;
}

.tab-button {
    padding: 10px 15px 20px 15px;
    cursor: pointer;
    border-bottom: 2px solid #FAFAFF;
    width: 25%;text-align: center;display: inline-block; position: relative;
}
.tab-button a,.tab-button {
    color: #333333;font-size: 20px;
}
.tab-button.active::after,.tab-button:hover::after  {
    content: "";
    position: absolute;width: 40%;left: 50%;transform: translateX(-50%);bottom: -4px;border-radius: 4px;
    height: 4px;background: linear-gradient(90deg, #7210D6, #553BFB);
}

.tab-content {
    display: none;
    padding: 30px 0;
}

.tab-content.active {
    display: block;
}
/* 公共特殊标题样式 */
.sup_title{
    padding: 50px 0 30px 0;text-align: center;
}
.sup_title h2{
    position: relative;display: flex;align-items: center;justify-content: center;
}
.sup_title h2 p{
    color: #6454F9;margin: 0 20px;
}
.sup_title h2 .line1,.sup_title h2 .line2{
    width: 30px;height: 4px;background-color: #6454F9;display: inline-block;position: relative;z-index: 1;
}
.sup_title h2 .line1::after{
    position: absolute;content: "";left: 0px;top: 50%;transform: translateY(-50%);  background-color: #FFFFFF; /* 透明颜色 */
    width: 4px;height: 4px;z-index: 1;left: 4px;
}
.sup_title h2 .line2::after{
    position: absolute;content: "";left: 0px;top: 50%;transform: translateY(-50%);  background-color: #FFFFFF; /* 透明颜色 */
    width: 4px;height: 4px;z-index: 1;left: 22px;
}
/* 页面导航 */
.breadcrumb{
    display: flex;align-items: center;
}
.breadcrumb li:nth-child(1) a{
    color: #999999;
}
.breadcrumb a{
    color: #333333;
}
.breadcrumb li a:hover{
    color: #333333;font-size: 14px;
}


/* form表单提交 */
.quote-bg{z-index:100; width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: fixed;top: 0;display: none;}
.quote_aryy{z-index: 98;position: fixed;bottom: 40px;min-height: 96px;right:0px}
.quote_img{display: flex;align-items: center;padding-right:16px;}
.quote_img img{transition: transform 100ms ease-in-out 0s;}
.quote_img img:hover{ transform: scale(1.1);transition: transform 100ms ease-in-out 0s;cursor:pointer;}
.quote_p{background-color:#4C4C4C;border-radius: 3px 3px 3px 3px;color:#FFFFFF;border: 1px solid #4C4C4C;padding:5px 7px;display: inline-block;
         margin-left: 5px;}
label{display: block;}
.quote_modal{position: fixed;top:8%;right: 0;bottom: 0;left: 5%;z-index: 101;width: 90%;display: none;}
.quote_form{padding:0px 10px 10px;position: absolute;top: 46%;width: 90%;transform: translateY(-50%);left: 5%;box-sizing: border-box;}
.quote_form input, .quote_form textarea,.quote_form .type-max {box-sizing: border-box;}
.code {height: 23px;color: red;font-size: 12px;text-align: left;}
.quote_form input,.quote_form .type-max  {width: 100%;padding: 0 10px;display: block; border-radius: 4px;height: 40px;line-height: 40px;
border: 1px solid #ccc;}
.quote_form .type-con{margin-bottom: 20px;}

.quote_form .type-title{font-size: 20px;color: var(--background-color);font-weight: bold;text-align: left;}
.quote_form textarea {border: 1px solid #ccc;width: 100%;padding:10px;border-radius: 4px;}
.Send-Message {height: 48px;margin-top: 10px;color: #ffffff;background: var(--background-color);justify-content: center;display: flex;align-items: center;
    border-radius: 3px 3px 3px 3px;font-size: 16px;cursor: pointer;line-height: 48px;padding: 0 20px;}
.quote_form-flex {display: flex;align-items: center;justify-content: space-between;}
.quote_form-flex label {width: 49%;}

.quote_form-flex label.quote_form-message{width: 100%;}

.result_msg{height:22px;text-align: left;}


/* 全局表单 */
.quote-popup {
    position: fixed;top:50%;left: 50%;transform: translate(-50%,-50%);z-index: 99;width: 50%;padding: 33px;box-sizing: border-box;background-color: #ffffff;
    display: none;
   
}
.quote-popup .quote_form .type-con{
    display: flex;align-items: center;justify-content: space-between;
}
.quote-popup .Send-Message{
    display: block;width: 100%;
}
.quote-popup .quote_form{
    padding: 0;
}
.quote_close{
    width: 30px;height: 30px;background-color: #EEEEEE;display: flex;align-items: center;justify-content: center;font-size: 20px;border-radius: 50%;cursor: pointer;
}
.quote-popup .quote_form{
  position: static;transform: translateY(0);width: 100%;
}
.quote-popup-success{
    text-align: center;display: none;
}
.quote-popup-success-img{
    margin: 0px auto;max-width: 200px;max-height: 200px;
}
.quote-popup-success-p1{
    font-size: 20px;font-weight: bold;color: var(--background-color);margin-top: 35px;
}
.quote-popup-success-p2{
    font-size: 16px;color: #333333;margin: 10px 0 50px 0;
}

/* 邮箱提示样式 */
.emailPosition{position: relative;}
.emailSuggestions{position: absolute; z-index: 1; background: #ffffff;width: 100%; left: 0; top: 50px; height: 300px; overflow: auto;
border: 1px solid #DDDDDD;display: none;}
.emailSuggestions li{padding: 7px 10px;}
.emailSuggestions li:hover{cursor: pointer;background-color: var(--background-color);color: #ffffff;}
.place_text-max{position: relative;}
.place_text{color:#787878;text-align: left;}
.place_text span,.Typehint span{color:red;}


.Middle-img {
    overflow: hidden;
}
.Middle-img img{
    transition: all 1s;
}
.Middle-img:hover img{
    transform: scale(1.1);
    transition: all 1s;
}
/* 底部 */
.footer_max {
    background-color: #ffffff;
    padding: 100px 0px 25px;position: relative;border-top: 1px solid #EEEEEE;
}
.footer_top{
    position: absolute;right: 8%;bottom: 40%;cursor: pointer;
}
.color_white {
    color: #FFFFFF;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
}
.footer_flex-left{
    width: 33%;
}
.footer_flex-left-p{
    margin: 15px 0;
}
.footer_flex-maddle {
    width: 30%;
    text-align: center;display: flex;
    justify-content: center;
}
.footer_flex-maddle .footer_list-li{
    width: 50%;
}
.footer_maddle-ul li {
    margin-bottom: 30px;width: 25%;
}

.footer_maddle-ul li a {
    font-size: 14px;
}
.footer_list-title{
    font-size: 18px;font-weight: bold;text-align: left;margin-bottom: 20px;
}
.footer_list-href{
    display: block;text-align: left;margin-bottom: 10px;
}
.footer_list-href:hover{
    color: #553BFB;
}
.footer_list-li a,.wholesale_intro{
    color: #333333;font-size: 14px;
}
.footer_flex-right {
    width: 25%;
    
}
.wholesale_text{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;color: #333333;
}
.company_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_flex-right button{
    background-color: var(--background-color);height: 44px;line-height: 44px;color: #ffffff;font-size: 16px;padding: 0 40px;cursor: pointer;margin-top: 40px;
}
.text_Copyright{
    background-color: #F5F5F5;font-size: 14px;padding: 14px 0;text-align: center;
}
@media screen and (max-width: 1400px) {
    .width1300,.width1350 {
        width: 96%;
        
    }
    .supper_content{
        width: 100%;
    }
    .nav_header-ul-a{
        font-size: 16px;
    }
    .nav_header-ul li{
        padding: 0 30px;
    }
    /* 全局表单 */
    .quote-popup{
        width: 60%;
    }
}
.ph_max{
    display: none;
}
.sidebar_phone{
    width: 80%;background: #ffffff;position: fixed;top: 0px; height: 100%;right: -100%;z-index: 99;padding-top: 87px;box-shadow: 0 0 10px rgba(0, 0, 0,0.2);transition:.5s;
}
.sidebar_phone .nav-ul{
    padding: 12px;
}
.sidebar_phone-logo{
    padding: 0 12px 20px 12px;
}
.sidebar_phone .nav-ul .nav-li {
    border-top: 1px solid #333333;
}
.sample-ul-two{
    background-color: #e1f0fc;
}
.sample-ul-two li{
    border-bottom: 1px solid #333333;
}
.sample-ul-two li:last-of-type{
    border-bottom: 0px;
}
.nav-child{
    padding: 0 !important;
}
.sample-right{
    background-color: #e1f0fc;width: 50px;text-align: center;height: 50px;display: flex;align-items: center;justify-content: center;
}
.sidebar_phone .sample-flex,.sidebar_phone .sample-left{
    display: flex;align-items: center;justify-content: space-between;cursor: pointer;
}
.sidebar_phone .two-classify-p{
    margin: 10px 0px 10px 15px;
}
.sidebar_phone .list-three{
    padding-left: 30px;
}
.sidebar_phone .list-three li{
    margin-bottom: 7px;
}
.sidebar_phone .nav-ul .nav-li-a{
    color: #000000;font-size: 16px;
}
.sidebar_phone .list-three a{
    color: #333333;font-size: 14px;
}
.sidebar_phone-close{
    width: 20px;position: absolute;right: 20px;top: 5%;cursor: pointer;
}
.sample-ul-two{
    display: none;
}

/* 面包屑 */
.breadcrumb-container{
    background-color: #F8F9FA;padding: 20px 0;box-sizing: border-box;
}
.breadcrumb {
    display: flex;
    align-items: center;border: 0px;margin: 0;padding: 0;background-color: #F8F9FA;
}
.breadcrumb li {
    font-size: 14px;
}
.breadcrumb li .breadcrumb {
    display: flex;align-items: center;
}
.breadcrumb li .breadcrumb {
    font-size: 14px;
    color: #333333;margin-left: 10px;
}
.breadcrumb li .breadcrumb img{
    margin-right: 10px;
}
.breadcrumb li .breadcrumb.active {
    font-size: 14px;color: var(--background-color);margin-left: 10px;
}
.breadcrumb > li.breadcrumb-item::after{
    width: 10px;height: 10px;top: 6px;
}
.breadcrumb > li.breadcrumb-item:first-child{
    padding: 0px;
}
/* 移除第一个 */
.breadcrumb > li.breadcrumb-item:first-child::after {
    content: none;
}

/* 移除最后一个 */
.breadcrumb > li.breadcrumb-item:last-child::after {
    content: none;
}
/* 分页显示 */
.pagination {
    background: #fff;border-radius: 3px;color: #3d3d3d;margin: 0 5px;display: flex;justify-content: left;cursor: pointer;margin-top: 35px;
  }
.pagination li span,
.pagination li.active {
    height: 30px;display: block;text-align: center;width: 30px;line-height: 30px!important;background: var(--background-color);color: #fff;
}
.pagination li {
    margin-right: 7px;
}
.pagination li a,
.pagination li {
    height: 30px;display: block;text-align: center;width: 30px;line-height: 30px!important;color: #333333;
}
.pagination li a,
.pagination li {
    background: #eeeeec;
}
.pagination li:hover a,
.pagination li:hover {
    background: var(--background-color);color: #fff;
}
/* 头部搜索框 */
.nav-search{
    width: 100%;background-color: #ffffff;z-index: 99;position: fixed;top: 116px;padding: 25px 0;display: none;height: 440px;
}
.nav-search-flex{
    position: relative;
}
.nav-search-flex .search_phone{
    position: absolute;right: 10px;top: 30%;transform: translateY(-50%);margin-right: 0px;
}
.search-input{
    padding: 0 50px 0px 0;box-sizing: border-box;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
    height: 50px;width: 100%;
    font-size: 20px;
    color: #333333;
    border-radius: 0px;
    margin-bottom: 0px;
}
.search-input:focus{
    border-bottom: 1px var(--background-color) solid !important;  border: none;  outline: none;
    transition: border-color 0.3s ease;
}
.search_p{
    font-size: 16px;color: #999999;margin-top: 20px;
}
.search_hide{
    font-size: 20px;background-color: #EEEEEE;border-radius: 50%;display: none;width: 30px;height: 30px;text-align: center;cursor: pointer;
}
.search_hide:hover{
    background-color: var(--background-color);color: #ffffff;
}

/* 封装tab样式 */
/* 默认隐藏所有 Tab 内容 */
.tab-pane {
    display: none;
}

/* 激活的 Tab 内容显示 */
.tab-pane.active {
    display: block;
}
.tab-nav li{
    cursor: pointer;
}
/* 激活的 Tab 导航高亮 */
.tab-nav li.active {
    font-weight: bold;cursor: pointer;
    color: var(--background-color);
    border-bottom: 2px solid  var(--background-color);
}
/* 视频播放按钮 */
.video-container {
    position: relative;
   
}
.play-button {
    position: absolute;
   
    cursor: pointer;
    z-index: 10;
}


/* 产品列表样式 */
.select_flex{
    align-items: center;background-color: #F4FAFF;padding: 5px 10px;box-sizing: border-box;width: 100%;
}
#category_select{
    height: 30px;line-height: 30px;cursor: pointer;margin-left: 10px;
}
.category_list{
    gap: 1.25%;margin-top: 10px;display: flex;flex-wrap: wrap;
}
.category_list li{
    width: 32.5%;background-color: #F4FAFF;padding: 10px;box-sizing: border-box;margin-bottom: 10px;
}
.product_name{
   margin-top: 12px;display: block; overflow: hidden;font-size: 16px;color: #333333;
   text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.product_name:hover{
    color: var(--background-color);text-decoration: underline;
}
.product_more{
    color: var(--background-color);font-size: 18px;padding: 10px 0;text-align: center;display: block;
}

.sideButtons{
    background: var(--background-color);
    position: fixed;
    top: 35%;
    right: 1%;
    width: 75px;
    padding: 30px 10px;
    text-align: center;
}
.sideButtons img{
    margin: 0 auto;
    width: 50%;
    height: auto;
}
.sideButtons .f-nav-span{
    color: #fff;
    font-size: 12px;
}
.sideButtons-1{margin-bottom: 25px;padding-bottom: 25px;border-bottom: 1px solid #fff;cursor: pointer;}


button.loading {
    position: relative;
    opacity: 0.8;
}
button.loading::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

@media screen and (max-width: 1600px) {
    .search_hide{
        right: 20px;
    }
}
.in-query-box,.ph-event-share{display: none;}
@media screen and (max-width: 1000px) {
    .pc_max,.sideButtons{display: none;}
    .ph_max{display: block;}
    .ph_menu-list{overflow: hidden;overflow-y: scroll;height: 85%;}
    .ha-header-inner{display: none;}
    .in-query-box{display: block;background: var(--background-color);height: 20px;}
    .in-query-box p{color: #ffffff;line-height: 20px;text-align: center;font-size: 12px;}

    .ph-event-share{display: block;}
    .ph-event-share a{margin-left: 0px !important;}
    .ph-event-share{width: 80%;margin-top: 20px;}
    .ph-event-share li{margin-right: 0px !important;}
    /* 头部 */
    .header_top{
        justify-content: center;flex-wrap: wrap;margin-top: 10px;
    }
    .mt-header{
        padding-top: 160px;
    }
    .sociallink{
        width: 100%;margin-left: 0;margin-top: 10px;padding-bottom: 10px;
    }
    .sociallink .footer-share{
        justify-content: center;width: 100%;
    }
    .h_bottom{
        justify-content: space-between;width: 96%;margin-left: 2%;align-items: center;border-top: 1px solid #EEEEEE;padding: 10px 0;
    }
    .search_phone{
        margin-right: 10px;cursor: pointer;
    }
    .side_phone{
        cursor: pointer;
    }
    .ha-header{
        border-bottom: 1px solid #EEEEEE;
    }
    .header_menu{
        justify-content: space-between;
        justify-content: space-between;
        width: 96%;
        margin-left: 2%;
        padding: 13px;
        overflow-x: scroll;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .header_menu a{
        font-size: 16px;color: #333333;margin-right: 15px;
    }
    /* 搜索框 */
    .ha-header-top{
        height: 117px;border-bottom: 1px solid #dddddd;
    }
    .search_phone_box{
        position: relative;text-align: center;display: none;line-height: 117px;
    }
    .search-input{
        width: 96%;border: 1px solid #EEEEEE;border-radius: 40px;height: 50px;padding: 0 60px 0 20px;font-size: 16px;
    }
    .search_phone_box-p{
        position: absolute;right:2%;top: 50%;transform: translateY(-50%);margin-right: 0px;background-color: #F2F5F9;border-radius: 0px 40px 40px 0px;
        height: 50px;display: flex;align-items: center;justify-content: center;text-align: center;width: 60px;
       
    }
    .search_phone_box .search_phone{
        margin-right: 0;
    }
    /* 全局表单 */
    .quote-popup{
        width: 70%;
    }

    .pagination{
        justify-content: center;
    }
    /* 面包屑 */
    .breadcrumb li:not(:first-child):not(:last-child) {
        display: none;
    }
    
    .breadcrumb li:not(:first-child){
        width: 70%;
    }
    .breadcrumb li:not(:first-child) span{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        width: auto;display: block;
        max-width: 100%;
    }

    /* 底部 */
    #footer{padding-bottom: 100px; }
    .f-nav-ul{
        background: var(--background-color);width: 100%;padding: 20px;display: flex;align-items: center;box-sizing: border-box;justify-content: space-between;position: fixed;bottom: 0px;z-index: 60;
    }
    .f-nav-ul li{
        width: 49%;text-align: center
    }
    .f-nav-ul li:nth-child(1){
        border-right: 1px solid #ffffff;
    }
    .f-nav-ul li img{
        margin: 0 auto 10px auto;
    }
    .f-nav-span{
        color: #ffffff;
    }
    .category_list li{
        width: 49.3%;
    }
    
}
@media screen and (max-width: 800px) {
    .footer_flex-left,.footer_flex-maddle,.footer_flex-right{
        width: 100%;text-align: center;
    }
    .footer_flex{
        flex-wrap: wrap;
    }
    .footer-share{
        justify-content: center;
    }
    .footer_list-href{
        text-align: center;
    }
    .footer_flex-left img{
        margin: 0 auto;
    }
    .footer_flex-maddle{
        margin-top: 20px;
    }

}

@media screen and (max-width: 600px) {
    .Send-Message{
        width: 100%;display: block;
    }
    /* 全局表单 */
    .quote-popup{
        width: 90%;
    }
    .title_div{
        padding: 50px 0px 30px 0;
    }
    .title_h2{
        font-size: 24px;
    }
    .search_hide{
        width: 20px;height: 20px;font-size: 14px;margin-right: 10px;
    }
}
@media screen and (max-width: 475px) {
    .header_top-contact li a{
        font-size: 12px;
    }
    .header_top-contact li:nth-child(1){
        margin-right: 10px;padding-right: 10px;
    }
    .d_flex img:nth-child(1){
        width: 20px;height: 20px;
    }
    .d_flex img:nth-child(2){
        width: 26px;height: 18px;
    }
    .ph_logo{
        width: 49px;height: 46px;
    }
    .footer_max{
        padding: 20px 0;
    }
    .ft_ph-logo{
        width: 105px;height: 102px;
    }
    .mt-header{
        padding-top: 120px;
    }
    .ha-header-top{
        height: auto;
    }
    .search_phone_box{
       line-height: auto;
    }
    .quote-popup{
        padding: 33px 15px;
    }
    .quote_img2{
        width: 20px;height: 20px;
    }
    .whatsapp_img{
        width: 20px;height: 20px;
    }
    .f-nav-span{
        font-size: 12px;
    }
    .f-nav-ul{
        padding: 4px 0;
    }
    .f-nav-ul li img{
        margin: 0 auto 5px;
    }
    /* form表单提交 */
    .quote_form-flex{
        flex-wrap: wrap;
    }
    .quote_form-flex label{
        width: 100%;
    }
    .h_bottom{
        padding: 13px 0;
    }
    .breadcrumb li:not(:first-child){
        width: 87%;
    }
    #footer{padding-bottom: 50px; }
    .header_menu{
        padding: 0px 0 10px 0;
    }
    .header_menu a{
        font-size: 14px;
    }
}