@charset"utf-8";
@import url(./layui/layui.css);
@import url(../css/font.css);

h1,h2,h3{
    font-family: "BaarSophiaBold" !important;
}

li {
    list-style: none
}

legend {
    color: #5a5a5a
}

fieldset,
img {
    border: 0
}

i,
em {
    font-style: normal
}

ul {
    margin: 0;
    padding: 0
}

strong {
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

del,
ins {
    text-decoration: none
}

small {
    font-size: 12px;
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select {
    font-size: 100%
}

input.hidefocus::-moz-focus-inner {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0
}

* {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

strong {
    font-weight: bold
}

ul {
    list-style: none
}

*html.clearfix {
    zoom: 1
}

*+html.clearfix {
    zoom: 1
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    font-family: 'Poppins';
    background: #f8f5f0;
    line-height: 2
}

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #565656
}

* html .clearfix {
    zoom: 1
}

*+html .clearfix {
    zoom: 1
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both
}

.contentfix {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%
}

.contentleft {
    margin-left: 8.6%
}

body .bold {
    font-weight: bold
}


header .layui-nav .layui-nav-more {
    display: none
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* 头部样式开始 */
.top-and-banner {
    max-width: 1800px;
    width: 100%;
    background: url(../images/cookware-banner.png) no-repeat;
    height: 800px;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 48px;
}

.top-and-banner .top {
    display: flex;
    align-items: center;
    max-width:1500px;
    margin:0 auto;
}

.top-and-banner .bottom{
    margin-top: 153px;
}

.top-and-banner .top .getquote {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: #fff;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    padding: 5px 15px;
}

.top-and-banner .top .logo {
    padding: 40px 0px;
    margin-left:20px;
}

.top-and-banner .top .logo a img{
    margin-left: 0px;
}

.top-and-banner .top .menu {
    display: flex;
    margin-left: 40px;
}

.top-and-banner .top .menu-phone {
    display: none;
    margin: 0 auto;
    margin-right: 40px;
    width: 40px;
    height: 40px;

}

.top-and-banner .top .menu li {
    display: flex;
    align-items: center;
    margin:23px;

}

.top-and-banner .top .menu li a {
    color: #fff;
    font-size: 1.8rem;
}


.top-and-banner .bottom h1 {
    font-size: 6.6rem;
    font-family: "Poppins";
    color: #fff;
    line-height: 1.2;
    text-align: center;
    max-width: 1250px;
    margin: 0 auto;
}

.top-and-banner .bottom h1 span{
    font-size: 4rem;
}

.top-and-banner .bottom .bottom-button {
    background: #edb932;
    width: 245px;
    height: 40px;
    margin: 0 auto;
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-and-banner .bottom .bottom-button a {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    text-align: center;
}

.top-and-banner .top .menu-phone span {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;

}

.top-and-banner .top .getquote {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: #fff;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}

.top-and-banner .top .getquote:hover{
    background:#fff;
    color:#000;
    transform: scale(1.1);
}

@media screen and (min-width:768px) and (max-width:992px) {
    .top-and-banner .top .menu {
        margin-left: 108px;
    }

    .top-and-banner .top .logo {
        padding: 30px;
    }

    .top-and-banner .top .getquote {
        display: none;
    }
    .top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 148px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }
    .top-and-banner .top .getquote {
        display: none;
    }

    .top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }
    .top-and-banner{
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

}

.top-and-banner .top .menu-phone .bar {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* 添加平滑过渡效果 */
}

.top-and-banner .top .menu-phone.active .bar:nth-child(1) {
    transform: rotate(45deg);
    /* 第一条变成对角线 */
    position: relative;
    top: 10px;
    /* 调整位置 */
}

.top-and-banner .top .menu-phone.active .bar:nth-child(2) {
    opacity: 0;
    /* 第二条消失 */
}

.top-and-banner .top .menu-phone.active .bar:nth-child(3) {
    transform: rotate(-45deg);
    /* 第三条变成对角线 */
    position: relative;
    bottom: 16px;
}

@media screen and (min-width:0px) and (max-width:767px) {
    .top-and-banner {
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

    .top-and-banner .bottom h1 {
        font-size: 4.6rem;
    }

    .top-and-banner .top .getquote {
        display: none;
    }
    .top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 148px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        max-height: 70vh;
        overflow-y: auto;
    }

    .top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }
    
    .top-and-banner .top .getquote {
        display: none;
    }

    .top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }
}
@media screen and (min-width:993px) and (max-width:1401px){
    .top-and-banner .top .menu{
        margin-left: 0;
    }    
}


/* 头部样式结束 */

/* product_list start */
.product-list{
    width: 100%;
}
.product-list .productlist{
    max-width: 1800px;
    margin: 0 auto;
    width: 83.33%;
}
.product-list .product_list-content{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/* product_list end */

/* footer start */
.footer {
    width: 100%;
    margin-top: 95px;
    margin-bottom: 129px;
}

.footer .footer-content {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.footer .footer-content .footer-logo {
    margin: 0 auto;
    margin-left: 0;
    flex: 2;
    margin-right:122px;
}

.footer .footer-content .footer-logo img {
    margin-left: 0;
    margin-bottom: 65px;
}

.footer .footer-content .footer-logo .drop {
    display: flex;
}

.footer .footer-content .footer-logo .drop a:nth-child(1) {
    display: block;
    border-radius: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: 3%;
    height: 30px;
}
.footer .footer-content .footer-logo .drop a:nth-child(2){
    display: block;
    border-radius: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: 27%;
    height: 30px;
}
.footer .footer-content .footer-logo .drop a:nth-child(3){
    display: block;
    border-radius: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: 51%;
    height: 30px;
}
.footer .footer-content .footer-logo .drop a:nth-child(4){
    display: block;
    border-radius: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: 75%;
    height: 30px;
}
.footer .footer-content .footer-logo .drop a:nth-child(5){
    display: block;
    border-radius: 5px;
    background: url(../images/icon.png) no-repeat;
    background-position: 99%;
    height: 30px;
}

.footer .footer-content .footer-logo .drop a{
    width: 35px !important;
}

.footer .footer-content .footer-logo .drop a:nth-child(n+2) {
    margin-left: 7px;
}

.footer .footer-content .footer-details {
    display: flex;
    justify-content: space-around;
    flex: 8;
}

.footer .footer-content .footer-details h3 {
    font-size: 2.4rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    line-height: 3;
}

.footer .footer-content .footer-details li ul li a {
    font-size: 1.6rem;
    font-family: "Poppins";
    color: rgb(15, 15, 15);
}

@media screen and (min-width:768px) and (max-width:992px) {
    .footer .footer-content .footer-logo {
        padding-left: 0;
        flex: auto;
    }

    .footer .footer-content {
        flex-wrap: wrap;
        width:83.33%;
    }

    .footer .footer-content .footer-details {
        flex: auto;
        margin-top: 40px;
    }

    .footer .footer-content .footer-details {
        justify-content: space-between;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .footer .footer-content .footer-logo {
        padding-left: 0;
        flex: auto;
    }

    .footer {
        margin-bottom: 0;
    }

    .footer .footer-content .footer-details {
        flex: auto;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer .footer-content .footer-details .lifirst {
        margin-bottom: 40px;
    }

    .footer .footer-content {
        flex-wrap: wrap;
        width:83.33%;
    }

    .footer .footer-content .footer-details h3 {
        line-height: 1.5;
    }
}

/* footer end */
/* footerr start */
.footerr {
    width: 100%;
    border-top: 1px solid #333;
    height: 117px;
}

.footerr .footerr-content {
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.footerr .footerr-content p {
    font-size: 1.4rem;
    color: #333;
}

@media screen and (min-width:0px) and (max-width:767px){
    .footerr .footerr-content p{
        width: 83.33%;
        margin: 0 auto;
    }
}


/* footerr end */
/* 侧边按钮开始 */
.gotop {
    position: fixed;
    right: 20px; /* 适当调整按钮位置 */
    bottom: 27px;
    background: #edb932;
    width: 50px; /* 按钮大小 */
    height: 50px;
    border-radius: 50%; /* 圆形按钮 */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 999; /* 确保按钮显示在页面上方 */
}

.gotop:hover {
    background: #d4a725; /* 鼠标悬停效果 */
    transform: scale(1.1); /* 放大效果 */
}

.gotop .arrow-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff; /* 向上箭头的颜色 */
    margin-bottom: 3px; /* 调整箭头位置 */
}
/* 侧边按钮结束 */

/* 产品目录面包屑开始 */
.bread{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bread .bread-content{
    max-width: 1200px;
    margin: 0 auto;
}
.bread .bread-content .bread-con{
    max-width: 1200px;
}

.bread .bread-content .bread-con span{
    font-size: 1.4rem;
    color: #000;

}
.bread .bread-content .bread-con a{
    color: #000;
}
.bread .bread-content .bread-con a::after {
    content: ' > ';
}

.bread .bread-content .bread-con span:last-child a::after {
    content: ''; /* 去掉最后一个分类链接后的 '>' */
}

@media screen and (min-width:0px) and (max-width:992px){
    .bread .bread-content{
        width:83.33%
    }
}

/* 产品目录面包屑结束 */
/* 产品选择开始 */
.ajax-load-more-wrap.white .alm-load-more-btn{
    border-color: rgb(237, 185, 50) !important;
    border-radius: 20px !important; 
}
.product-listchoose{
    width: 100%;
}
.product-listchoose .listchoose-content{
    max-width: 1800px;
    width: 83.33%;
    margin: 0 auto;
}
.product-listchoose .listchoose-content .listchoose-con{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.product-listchoose .listchoose-content .listchoose-con .con-left{
    max-width: 190px;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist{
    margin-bottom: 40px;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist .con-prolisttop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist .con-prolisttop .con{
    margin-left: 20px;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist .con-prolisttop .span-bto{
    width: 85px;
    height: 2px;
    display: block;
    background: rgb(250, 205, 137);
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist ul li{
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 5;
}

.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist ul li.active a {
    background-color: initial!important;
    border-left: 4px solid #edb932;
    color: #001020!important;
    font-weight: 600;
    height: auto!important;
    padding-left: 16px;
}

.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist ul li a:hover{
    border-radius: 0;
    padding-left: 16px;
    transition: .3s;

}


.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist ul li a{
   color: #000;
   font-weight: 500;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist h2{
    font-size: 2.1rem;
    font-family: "Poppins";
    line-height: 1.5;
    font-weight: bold;
}
.product-listchoose .listchoose-content .listchoose-con .con-left .con-prolist h2 a{
    color: rgb(7, 7, 7);
}
.product-listchoose .listchoose-content .listchoose-con .con-rightswipper{
    width: 80%;
    margin-left: 54px;
}
.product-listchoose .listchoose-content .listchoose-con .con-right{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 11px;
}
@media screen and (min-width:0px) and (max-width:992px){
    .product-listchoose .listchoose-content .listchoose-con .con-rightswipper{
        width: auto;
        margin-left: 0px;
    }
}
.product-listchoose .listchoose-content .listchoose-con .con-right .product-item{
    margin-bottom: 60px;
}
.product-listchoose .listchoose-content .listchoose-con .con-right .product-item img{
    border-radius: 10px;
    width: 310px;
    height: 311px;
}
.product-listchoose .listchoose-content .listchoose-con .con-right .product-item h3{
    font-size: 2.1rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    line-height: 1.5;
    max-width: 310px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-listchoose .listchoose-content .listchoose-con .con-right .product-item p{
    font-size: 1.4rem;
    color: #000;
    line-height: 1;
    max-width:310px;
}
@media screen and (min-width:768px) and (max-width:992px){
    .product-listchoose .listchoose-content .listchoose-con .con-left{
        display: none;
    }
    .product-listchoose .listchoose-content .listchoose-con .con-right{
        max-width: none;
        justify-content: space-between;
    }
}
@media screen and (min-width:0px) and (max-width:767px){
    .product-listchoose .listchoose-content .listchoose-con .con-left{
        display: none;
    }
    .product-listchoose .listchoose-content .listchoose-con .con-right{
        max-width: none;
        display: flex;
        justify-content: center;
    }
}
/* 产品选择结束 */

/* 表单开始 */
.ContactUs {
    width: 100%;
}

.ContactUs .ContactUs-contentt{
    max-width: 1800px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: url('../images/product-contact.webp') left center / 50% 100% no-repeat, #fff;
    
}

.product-listchoose .listchoose-content .listchoose-con .con-rightswipper .alm-btn-wrap{
    margin-bottom:60px;
}

.ContactUs .ContactUs-contentt .caont{
    max-width: 1500px;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.ContactUs .ContactUs-contentt .cright{
    width: 50%;
    padding-left: 75px;
}

.ContactUs .ContactUs-contentt .cleft{
    width: 50%;
    height: auto;
    border-radius: 15px 0px 0px 15px;
}

.ContactUs .ContactUs-contentt .cleft h2{
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 52px;
}

.ContactUs .ContactUs-content {
    max-width: 1800px;
    margin: 0 auto;
    background:linear-gradient(to right, #f2f2f2 52%, #fff 50%);
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
}

.ContactUs .ContactUs-content .conta{
    display:flex;
    max-width:1500px;
    margin:0 auto;
    width:100%
}

.ContactUs .ContactUs-content .conta .cleftt{
    margin-left: 142px;
}

@media screen and (min-width:769px) and (max-width:1499px){
    .ContactUs .ContactUs-content .conta{
        width:auto;
    }
}

@media screen and (min-width:0px) and (max-width:992px){
    .ContactUs .ContactUs-content .conta .cleftt{
        margin-left: 0px !important;
    }
    .ContactUs .ContactUs-content .cright{
        margin-left:0px !important;
    }

    .ContactUs .ContactUs-content{
        background:none;
    }
    .ContactUs .ContactUs-contentt .cleft{
        border-radius:15px;
    }
}


@media screen and (min-width:0px) and (max-width:767px){
    .ContactUs .ContactUs-content .conta{
        flex-direction:column;
        width:83.33%
    }

    .ContactUs .ContactUs-content{
        background:none;
    }

    .ContactUs .ContactUs-content .conta{
        flex-direction:column;
    }

    .ContactUs .ContactUs-content .cright{
        width:auto !important;
    }
}

.ContactUs .ContactUs-content .conta .cleft {
    width: 50%;
    height: auto;
    border-radius: 15px 0px 0px 15px;
    background: url(../images/product-contact.webp) no-repeat;
    background-size: cover;
    background: #f2f2f2;
}



.ContactUs .ContactUs-content .cleftt h2{
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 55px;
    margin-bottom: 52px;
}

.ContactUs .ContactUs-content .cleftt .phone-icon{
    display: block;
    width: 81px;
    height: 81px;
    background: url(../images/phone-icon.webp) no-repeat;
}


.ContactUs .ContactUs-content .cleftt ul li .contact-details .details-p-title{
    font-size: 1.4rem;
}

.ContactUs .ContactUs-content .cleftt .email-icon{
    display: block;
    width: 81px;
    height: 81px;
    background: url(../images/email-icon.webp) no-repeat;
}

.ContactUs .ContactUs-content .cleftt .location-icon{
    display: block;
    width: 81px;
    height: 81px;
    background: url(../images/location-icon.webp) no-repeat;
}

.ContactUs .ContactUs-content .cleftt li{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 40px;
}

.ContactUs .ContactUs-content .cleftt li .details-p{
    font-size: 2rem;
    color: rgb(7, 7, 7);
    line-height: 1.333;
    max-width:510px;
}
  

.ContactUs .ContactUs-content .cleftt li .contact-details{
    width: 79%;
}

.ContactUs .ContactUs-content .cright {
    width: 50%;
    margin-left:170px;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    max-width: 712px;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    height: ( var( --wpforms-field-size-input-height ) * 1.5);
}

@media screen and (min-width:768px){
    .wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium{
        max-width:100% !important;
    }
}

/* 修改 WPForms 提交按钮的默认样式 */
.wpforms-submit {
    background-color: #edb932 !important;
    height: 50px !important;
    padding: 0 40px !important;
}

/* 修改 WPForms 提交按钮的鼠标悬停样式 */
.wpforms-submit:hover {
    background-color: #edb932; /* 悬停时的背景色 */
    color: #ffffff;           /* 悬停时的文字颜色 */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* 添加阴影 */
}

.wp-forms-row {
    max-width: 712px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ContactUs .ContactUs-content .cright .crtop .crtopone {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.ContactUs .ContactUs-content .cright .crtop .crtopone span {
    display: inline-block;
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    margin-right: 10px;
}

.ContactUs .ContactUs-contentt .cright .crtop .crtopone {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.ContactUs .ContactUs-contentt .cright .crtop .crtopone span {
    display: inline-block;
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    margin-right: 10px;
}

.ContactUs .ContactUs-content .cright .crtop .crtoptwo h2 {
    font-size: 5rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.ContactUs .ContactUs-contentt .cright .crtop .crtoptwo h2{
    font-size: 5rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
    padding: 5px 0 !important;
}

.ContactUs .ContactUs-content .cright .crtop .crtopone p {
    font-size: 1.4rem;
    font-family: "Poppins";
    color: rgb(237, 185, 50);
}

.ContactUs .ContactUs-contentt .cright .crtop .crtopone p {
    font-size: 1.4rem;
    font-family: "Poppins";
    color: rgb(237, 185, 50);
}

@media screen and (min-width:768px) and (max-width:992px) {
    .ContactUs .ContactUs-content .cright {
        width: 100%;
        padding-left:0px;
    }

    .ContactUs .ContactUs-content {
        flex-direction: column;
        background:none;
        width：83.33%;
    }

    .ContactUs .ContactUs-content .cleftt{
        width: 100%;
        border-radius:15px 15px 0px 0px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .ContactUs .ContactUs-contentt .cright {
        width: 100%;
        padding-left:0px;
    }

    .ContactUs .ContactUs-contentt {
        flex-direction: column;
        background:none;
        width:83.33%;
    }

    .ContactUs .ContactUs-contentt .cleft{
        background:url('../images/product-contact.webp') no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
    }

    .ContactUs .ContactUs-contentt .caont{
        flex-direction:column;
        width:83.33%
    }

}

@media screen and (min-width:0px) and (max-width:767px){
    .ContactUs .ContactUs-contentt .caont{
        flex-direction:column;
    }
}

@media screen and (min-width:769px) and (max-width:1250px){
    .ContactUs .ContactUs-content .cleftt .phone-icon{
        width: 50px;
        height: 50px;
        background-size: 100%;
    }
    .ContactUs .ContactUs-content .cleftt .email-icon{
        width: 50px;
        height: 50px;
        background-size: 100%;
    }
    .ContactUs .ContactUs-content .cleftt .location-icon{
        width: 50px;
        height: 50px;
        background-size: 100%;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .ContactUs .ContactUs-contentt .cright {
        width: 100%;
    }

    .ContactUs .ContactUs-contentt {
        flex-direction: column;
        background:none;
        width:83.33%
    }

    .ContactUs .ContactUs-contentt .cright {
        padding-left: 0;
    }

    .ContactUs .ContactUs-contentt .caont{
        flex-direction:column;
    }

    .ContactUs .ContactUs-contentt .cleft{
        background:url('../images/product-contact.webp') no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
    }

    div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .ContactUs .ContactUs-content .cright .crtop .crtoptwo h2 {
        padding: 0 15px;
    }

    .wpforms-container .wpforms-recaptcha-container .g-recaptcha {
        margin-left: 5px;
    }

    .ContactUs .ContactUs-content .cleftt{
        width: 100%;
        border-radius:15px 15px 0px 0px;
    }

    .ContactUs .ContactUs-content .cleftt .phone-icon{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .ContactUs .ContactUs-content .cleftt .email-icon{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .ContactUs .ContactUs-content .cleftt .location-icon{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .ContactUs .ContactUs-content .cleftt li .details-p{
        font-size: 2rem;
    }
}

/* 表单结束 */

/* about start */
/* 头部样式 */
.about-top-and-banner {
    max-width: 1800px;
    width: 100%;
    height: 755px;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 45px;
}

.about-top-and-banner .top {
    display: flex;
    align-items: center;
    max-width:1500px;
    margin:0 auto;
}

.about-top-and-banner .bottom {
    margin-top: 153px;
}

.about-top-and-banner .top .getquote {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: #fff;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    padding: 15px;
}

.about-top-and-banner .top .logo {
    padding: 40px 0px;
    margin-left:20px;
}

.about-top-and-banner .top .logo a img{
    margin-left:0px
}

.about-top-and-banner .top .menu {
    display: flex;
    margin-left: 40px;
}

.about-top-and-banner .top .menu-phone {
    display: none;
    margin: 0 auto;
    margin-right: 20px;
    width: 40px;
    height: 40px;

}

.about-top-and-banner .top .menu li {
    display: flex;
    align-items: center;
    margin: 23px;

}

.about-top-and-banner .top .menu li a {
    color: #fff;
    font-size: 1.8rem;
}


.about-top-and-banner .bottom h1 {
    font-size: 6.6rem;
    font-family: "Poppins";
    color: #fff;
    line-height: 1.2;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}

.about-top-and-banner .bottom h1 span {
    font-size: 4rem;
}


.about-top-and-banner .top .menu-phone span {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;

}

@media screen and (min-width:768px) and (max-width:992px) {
    .about-top-and-banner .top .menu {
        margin-left: 108px;
    }

    .about-top-and-banner .top .logo {
        padding: 30px;
    }

    .about-top-and-banner .top .getquote {
        display: none;
    }

    .about-top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 148px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .about-top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }

    .about-top-and-banner .top .getquote {
        display: none;
    }

    .about-top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }

    .about-top-and-banner {
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

}

.about-top-and-banner .top .menu-phone .bar {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* 添加平滑过渡效果 */
}

.about-top-and-banner .top .menu-phone.active .bar:nth-child(1) {
    transform: rotate(45deg);
    /* 第一条变成对角线 */
    position: relative;
    top: 10px;
    /* 调整位置 */
}

.about-top-and-banner .top .menu-phone.active .bar:nth-child(2) {
    opacity: 0;
    /* 第二条消失 */
}

.about-top-and-banner .top .menu-phone.active .bar:nth-child(3) {
    transform: rotate(-45deg);
    /* 第三条变成对角线 */
    position: relative;
    bottom: 16px;
}

@media screen and (min-width:0px) and (max-width:767px) {
    .about-top-and-banner {
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

    .about-top-and-banner .bottom h1 {
        font-size: 4.6rem;
    }

    .about-top-and-banner .top .getquote {
        display: none;
    }

    .about-top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 148px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .about-top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }

    .about-top-and-banner .top .getquote {
        display: none;
    }

    .about-top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }
}

@media screen and (min-width:993px) and (max-width:1401px) {
    .about-top-and-banner .top .menu {
        margin-left: 0;
    }
}

/* about us start */
.about {
    width: 100%;
    margin-top: 30px;
}

.about .about-up{
    max-width: 1800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
}

.about .about-content {
    max-width: 1500px;
    margin: 0 auto;
}

.about .about-content .about-ccon{
    max-width:1200px; 
    margin:0 auto;
    padding:50px 0px;
} 

.about .about-content .con-left img{
    border-radius:15px;
}

.about .about-content .con-right {
    max-width: 530px;
    margin-left:90px;
}

.about .about-content .con-right h2 {
    margin-top:18px;
    font-size: 4rem;
    color: #000;
    font-weight: bold;
}

.about .about-content .con-right p {
    font-size: 1.4rem;
    line-height: 2.182;
}

@media screen and (min-width:768px) and (max-width:992px){
    .about .about-content .con-left img{
        margin:0 auto;
    }
    .about .about-content{
        width:83.33%;
    }
    .about .about-content .con-right{
        max-width: none;
        margin-left: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:767px){
    .about .about-content .con-left img{
        margin:0 auto;
    }
    .about .about-content .con-right{
        max-width: none;
        margin-left: 0px;
    }
}

/* what we do start */
.wd {
    width: 100%;
}

.wd .wedo {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    width: 83.33%;
}

.wd .wedo .wedo-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 120px;
}


.wd .wedo .wedo-content .top h2 {
    font-size: 5rem;
    color: #000;
    line-height: 1.2;
    text-align: center;
}

.wd .wedo .wedo-content .top p {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
}

.wd .wedo .wedo-content .top span {
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.wd .wedo .wedo-content .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
}
.wd .wedo .wedo-content .bottom .botdetails h3 {
    font-size: 3rem;
    color: rgb(7, 7, 7);
    line-height: 1.5;
    font-weight: bolder;
}

.wd .wedo .wedo-content .bottom .botdetails .botbar{
    max-width:370px;
    margin:0 auto;
    margin-top:20px;
}

.wd .wedo .wedo-content .bottom .spancookwaredoge {
    position:absolute;
    background: url(../images/cookware-doge.webp) no-repeat;
    width:140px;
    height:140px;
    left:40px;
    bottom:0px
}

.wd .wedo .wedo-content .bottom  .spancupdoge {
    position:absolute;
    background: url(../images/cup-doge.webp) no-repeat;
    width:140px;
    height:140px;
    left:40px;
    bottom:0px
}

.wd .wedo .wedo-content .bottom .botdedoge{
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    min-width: 550px;
    height:100px;
    position:relative;
    align-items:center;
}

.wd .wedo .wedo-content .bottom .botdedoge a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-right: 0px;
    position: relative; 
    transition: transform 0.3s ease-in-out;
    margin-right:40px;
    color:#000;

}

.wd .wedo .wedo-content .bottom .botdedoge a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; 
    height: 2px;
    background-color: #eab93d;
    transition: width 0.3s ease-in-out; 
}

.wd .wedo .wedo-content .bottom .botdedoge a:hover::after {
    width: 100%; 
}


.wd .wedo .wedo-content .wedo-bottomfont {
    margin: 0 auto;
    margin-top: 126px;
    text-align: center;

}

@media screen and (min-width:0px) and (max-width:1330px){
    .wd .wedo .wedo-content .bottom .botdedoge{
        min-width: auto;
    }
}

@media screen and (min-width:0px) and (max-width:920px){
    .wd .wedo .wedo-content .bottom{
        display:block;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .wd .wedo .wedo-content .bottom {
        flex-wrap: wrap;
    }

    .wd .wedo .wedo-content .bottom .botdetails {
        max-width: none;
        margin-bottom: 40px;
        padding: 0;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .wd .wedo .wedo-content .bottom {
        flex-wrap: wrap;
    }

    .wd .wedo .wedo-content .bottom .botdetails {
        max-width: none;
        margin-bottom: 40px;
    }
}

/* why choose us */
.chooseus{
    width: 100%;
}
.chooseus .chooseus-content{
    max-width: 1800px;
    width: 83.33%;
    margin: 0 auto;
}
.chooseus .chooseus-content .con{
    max-width: 1200px;
    margin: 0 auto;
}
.chooseus .chooseus-content .con .top h2 {
    font-size: 5rem;
    color: #000;
    line-height: 1.2;
    text-align: center;
}


.chooseus .chooseus-content .con .top span {
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.chooseus .chooseus-content .con .bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
    margin-bottom: 90px;
}

.chooseus .chooseus-content .con .bottom li {
    max-width: 262px;
}

.chooseus .chooseus-content .con .bottom li h3 {
    font-size: 3rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    line-height: 1.5;
    font-weight: bolder;
    margin-bottom: 30px;
}

.chooseus .chooseus-content .con .bottom li p{
    font-size: 1.4rem;
    font-family: "Poppins";
    color: #000;
    max-width: 248px;
}

.chooseus .chooseus-content .con .bottom li span {
    color: #969698;
    font-size: 100px;
}

.chooseus .chooseus-content .con .wedo-bottomfont {
    margin: 0 auto;
    margin-top: 126px;
    text-align: center;
    max-width: 900px;

}
@media screen and (min-width:0px) and (max-width:992px){
    .chooseus .chooseus-content .con .bottom{
        display: block;
    }
    .chooseus .chooseus-content .con .bottom li{
        max-width: none;
    }
}


/* discover start */
.discover {
    width: 100%;
}

.discover .discover-content {
    max-width: 1800px;
    background: url(../images/ceh.png) no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 377px;
    border-radius: 15px;
}

.discover .discover-content .spanfont {
    font-size: 3rem;
    color: #fff;
}

.discover .discover-content .spanicon {
    display: inline-block;
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
}

.discover .discover-content h2 {
    font-size: 5rem;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:0px) and (max-width:780px){
    .discover .discover-content h2{
        font-size: 3.5rem;
        text-align: center;
    }
}
@media screen and (min-width:0px) and (max-width:767px){
    .about .about-content{
        padding: 25px;
    }
}

/* 工厂案例图片 */
.gc {
    margin-top:80px;
    margin-bottom:100px;
}
.gc .glass-clip .gcbottom {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 83.33%;
}


/* .gc .glass-clip .gcbottom a {
    font-size: 2.1rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    font-weight: bold;
} */

.gc .glass-clip .gcbottom h3{
    line-height: 1.2;
    margin-top: 20px;
    font-size: 2.1rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    font-weight: bold;
}

.gc .glass-clip .gcbottom p {
    font-size: 1.4rem;
    font-family: "Poppins";
    color: #000;
    line-height: 2;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .gc .glass-clip .gcbottom {
        flex-wrap: wrap;
    }

    .gc .glass-clip .gcbottom li {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:0px) and (max-width:767px) {
    .gc .glass-clip .gcbottom {
        flex-wrap: wrap;

    }

    .gc .glass-clip .gcbottom li {
        margin: 0 auto;
        margin-bottom: 40px;
    }
}
@media screen and (min-width:0px) and (max-width:767px) {
    .gc .glass-clip .gcbottom {
        flex-wrap: wrap;

    }

    .gc .glass-clip .gcbottom li {
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .gc .glass-clip .gctop img {
        display: block;
    }

    .gc .glass-clip .gctop {
        background: none;
    }

    .gc .glass-clip .gctop .top-content {
        height: auto;
    }
}

/* 头部分享按钮 */
/* .about-top-and-banner .getquotewap{
    display: flex;
    align-items: center;
    margin:0 auto;
    margin-right:0px;
} */

.about-top-and-banner .top .getquote {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: #fff;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    padding: 5px 15px;
    transition:all 0.3s ease-in-out;
}

.about-top-and-banner .top .getquote:hover{
    background:#fff;
    color:#000;
}

.about-top-and-banner .getquotewap span{
    display: inline-block; /* 确保 transform 生效 */
    transition: transform 0.2s ease, color 0.2s ease; /* 平滑效果 */
}
.about-top-and-banner .getquotewap span:hover{
    transform: translateY(-5px) scale(1.1); /* 上移5px，并放大1.1倍 */
}
.about-top-and-banner .getquotewap span:nth-child(n+2){
    margin-left: 20px;
}
@media screen and (min-width:0px) and (max-width:1200px){
    .about-top-and-banner .getquotewap{
        display: none;
    }
}

/* about end */
/* product start */
.productbutton-class{
    margin: 0 auto;
}
.product-top-and-banner {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 48px;
    background: #000;
}

.product-top-and-banner .top {
    display: flex;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.product-top-and-banner .top .getquote {
    font-size: 1.8rem;
    font-family: "Poppins";
    color: #fff;
    border-width: 1px;
    border-color: rgb(243, 243, 243);
    border-style: solid;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}

.product-top-and-banner .top .getquote:hover{
    background:#fff;
    color:#000;
    transform: scale(1.1);
}


.product-top-and-banner .top .logo {
    padding: 40px 0px;
    margin-left: 20px;
}

.product-top-and-banner .top .logo a img{
    margin-left:0px;
}

.product-top-and-banner .top .menu {
    display: flex;
    margin-left: 40px;
}

.product-top-and-banner .top .menu-phone {
    display: none;
    margin: 0 auto;
    margin-right: 40px;
    width: 40px;
    height: 40px;

}

.product-top-and-banner .top .menu li {
    display: flex;
    align-items: center;
    margin: 23px;

}

.product-top-and-banner .top .menu li a {
    color: #fff;
    font-size: 1.8rem;
}

.product-top-and-banner .top .menu-phone span {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;

}

@media screen and (min-width:768px) and (max-width:992px) {
    .product-top-and-banner .top .menu {
        margin-left: 108px;
    }

    .product-top-and-banner .top .logo {
        padding: 5px;
        margin: 30px;
    }

    .product-top-and-banner .top .getquote {
        display: none;
    }

    .product-top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 148px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .product-top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }

    .product-top-and-banner .top .getquote {
        display: none;
    }

    .product-top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }

    .product-top-and-banner {
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

}

.product-top-and-banner .top .menu-phone .bar {
    height: 3px;
    background: #fff;
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* 添加平滑过渡效果 */
}

.product-top-and-banner .top .menu-phone.active .bar:nth-child(1) {
    transform: rotate(45deg);
    /* 第一条变成对角线 */
    position: relative;
    top: 10px;
    /* 调整位置 */
}

.product-top-and-banner .top .menu-phone.active .bar:nth-child(2) {
    opacity: 0;
    /* 第二条消失 */
}

.product-top-and-banner .top .menu-phone.active .bar:nth-child(3) {
    transform: rotate(-45deg);
    /* 第三条变成对角线 */
    position: relative;
    bottom: 16px;
}

@media screen and (min-width:0px) and (max-width:767px) {
    .product-top-and-banner .top .menu li{
        flex-direction: column;
    }
    
    .product-top-and-banner .top .menu li a{
        margin: 0 auto;
        margin-left: 0px;
    }

    .product-top-and-banner .top .menu li ul{
        margin: 0 auto;
        margin-left: 0px;
    }

    .product-top-and-banner {
        margin-top: 0;
        border-radius: 0px 0px 15px 15px;
    }

    .product-top-and-banner .top .getquote {
        display: none;
    }

    .product-top-and-banner .top .menu {
        display: none;
        flex-direction: column;
        /* 垂直排列菜单项 */
        background-color: #333;
        /* 设置背景色 */
        position: absolute;
        /* 固定在顶部 */
        top: 120px;
        /* 距离顶部80px */
        right: 0;
        width: 100%;
        padding: 20px;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        max-height: 70vh;
        overflow-y: auto;
    }

    .product-top-and-banner .top .menu-phone {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* 添加平滑的过渡效果 */
    }

    .product-top-and-banner .top .getquote {
        display: none;
    }

    .product-top-and-banner .top .menu.active {
        display: flex;
        /* 显示下拉菜单 */
    }
}

@media screen and (min-width:993px) and (max-width:1401px) {
    .product-top-and-banner .top .menu {
        margin-left: 0;
    }
}

/* 面包屑修改 */
.custom-product-details .product-details .product-details-content .bread-con {
    padding: 45px 0;
}

.custom-product-details .product-details .product-details-content .bread-con a{
    color:#000;
}

@media screen and (min-width:0px) and (max-width:1200px){
    .custom-product-details .product-details .product-details-content .bread-con{
        width: 83.33%;
        margin: 0 auto;
    }
}

/* 产品缩略图详情开始 */
.custom-product-details {
    width: 100%;
}

.custom-product-details .product-details {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 50px;
    border-radius: 15px;
    padding-bottom: 142px;
}

.custom-product-details .product-details .product-details-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom {
    display: flex;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right {
    margin-left: 63px;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right h1 {
    font-size: 3.7rem;
    line-height: 1.2;
    max-width: 492px;
}

@media screen and (min-width:0px) and (max-width:768px){
    .custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right {
        margin-left: 40px;
    }
}

.thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 30px;
}

.thumbnail-container .icon-left{
    width: 14px;
    height: 55px;
    background: url(../images/swpier-left.webp) no-repeat;
}

.thumbnail-container .icon-right{
    width: 14px;
    height: 55px;
    background: url(../images/swpier-right.webp) no-repeat;
}

.thumbnail-container .thumbnail-gallery {
    display: flex;
    gap: 23px;
}

.thumbnail-container .thumbnail-gallery img.thumbnail{
    height: 165px;
    width: auto;
    cursor: pointer;
}

@media screen and (min-width:0px) and (max-width:768px){
    .thumbnail-container .thumbnail-gallery img.thumbnail{
        height: auto;
    }
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: 0;
}

.thumbnail {
    max-width: 185px !important;
    cursor: pointer;
    transition: border-color .3s;
    border-radius: 15px;
    height: 100%;
    max-height: 185px;
}

@media screen and (min-width:0px) and (max-width:480px){
    .thumbnail{
        max-width: 120px !important;
    }
}

.thumbnail:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-left .main-image img {
    border-radius: 15px;
    max-width: 602px;
    max-height: 602px;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right span {
    font-size: 2.1rem;
    color: #000;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .details-right-mediaicon span {
    border-radius: 5px;
    background-color: rgb(33, 26, 26);
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .details-right-mediaicon span:nth-child(n+2) {
    margin-left: 10px;
}


#st-1.st-animated{
    margin-top: 30px;
    margin-bottom: 30px;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .parameter ul li{
    list-style: inside;
}


.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .parameter ul li {
    list-style: inside;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .right-button {
    background: #edb932;
    width: 196px;
    height: 40px;
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right .right-button a {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media screen and (min-width:0px) and (max-width:992px){
    .custom-product-details .product-details .product-details-content .product-details-content-bottom .details-right{
        width: 83.33%;
    }
    .custom-product-details .product-details .product-details-content .product-details-content-bottom .details-left .main-image img{
        max-width: none;
        max-height: none;
        width: 85%;
    }
    .thumbnail-container{
        justify-content: center;
    }
}


.font-blod {
    font-weight: bold;
}

/* 产品内容开始 */
.product-details-center{
    width: 100%;
    margin-top: 100px;
}
.product-details-center .pdcenter{
    width: 83.33%;
    max-width: 1800px;
    margin: 0 auto;
}
.product-details-center .pdcenter .pdcenter-content{
    max-width: 1200px;
    margin: 0 auto;
}
.product-details-center .pdcenter .pdcenter-content span{
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
}


.product-details-center .pdcenter .pdcenter-content h2{
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
      
}
.product-details-center .pdcenter .pdcenter-content .product-features{
    margin-top: 100px;
}
.product-details-center .pdcenter .pdcenter-content .product-features .img-product{
    display: flex;
}
.product-details-center .pdcenter .pdcenter-content .product-features .img-product img{
    border-radius: 15px;
    width: 380px;
}
.product-details-center .pdcenter .pdcenter-content .supply{
    margin-top: 100px;
}
@media screen and (min-width:0px) and (max-width:1200px){
    .product-details-center .pdcenter .pdcenter-content .product-features .img-product{
        display: block;
    }
}
@media screen and (min-width:0px) and (max-width:992px){
    .custom-product-details .product-details .product-details-content .product-details-content-bottom{
        display: block;
    }
    .product-details-center .pdcenter .pdcenter-content .product-features .img-product img{
        margin-bottom:20px;
    }
    
}
/* 水杯图片墙 */
.photostyle{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photostyle li img{
    width: 100%;
    border-radius:15px;
}
.photostyle li{
    width: 32%;
    margin-bottom:40px;
}

.photostyle li:nth-last-child(-n+3){
    margin-bottom: 0px;
}

.fea4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fea4 div{
    width: 580px;
    height: 240px;
    margin-bottom: 40px;
    border-radius: 15px;
}

.fea4 div h3{
    margin-top: 35px;
    margin-left: 280px;
    font-size: 2rem;
}

.fea4 div p{
    margin-left: 280px;
    line-height: 1.5;
}

.fea3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fea3 li{
    width: 32%;
}

.fea3 li img{
    border-radius: 15px;
}

@media screen and (min-width:768px) and (max-width:992px){
    .fea4 div{
        width: 100%;
    }
    
    .photostyle li{
        width: 47%;
    }

    .photostyle li:nth-last-child(-n+2){
        margin-bottom: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:767px){
    .fea3 li{
        width: 100%;
        margin-bottom: 40px;
    }

    .fea4 div{
        width: 100%;
    }

    .fea4 div h3{
        margin-left: 50px;
    }

    .fea4 div p{
        margin-left: 50px;
    }

    .photostyle li{
        width: 100%;
    }

    .photostyle li:nth-last-child(1){
        margin-bottom: 0px;
    }
}

/* 相关产品开始 */
.related {
    width: 100%;
    margin-top: 100px;
    margin-bottom:100px;
}

.related .related-product {
    width: 83.33%;
    margin: 0 auto;
    max-width: 1800px;
}


.related .related-product .related-product-content {
    max-width: 1200px;
    margin: 0 auto;
}

.related .related-product .related-product-content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


@media screen and (min-width:992px){
    .related .related-product .related-product-content ul li:nth-child(n+2){
        margin-left: 15px;
    }
    .related .related-product .related-product-content ul li{
        width: 32%;
    }
}

@media screen and (min-width:768px ) and (max-width:992px){
    .related .related-product .related-product-content ul li{
        width: 45%;
    }
    .related .related-product .related-product-content ul li:nth-child(3){
        margin-top: 15px;
    }
}

@media screen and (min-width:0px ) and (max-width:768px){
    .related .related-product .related-product-content ul li:nth-child(n+2){
        margin-top: 15px;
    }
}

@media screen and (min-width:992px){
    .related .related-product .related-product-content ul li:nth-child(n+2){
        margin-left: 15px;
    }
}

.related .related-product .related-product-content h2{
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
}

.related .related-product .related-product-content span {
    background-color: rgb(250, 205, 137);
    width: 85px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
}
.related .related-product .related-product-content ul li img{
    border-radius: 15px;
}

.related .related-product .related-product-content ul li h3{
    line-height: 1.2;
    margin-top: 30px;
    font-size: 2rem;
    color: rgb(7, 7, 7);
}
/* product end */
/* single style */
.single-article-details h2{
    font-size:2.3rem;
}

.single-article-details .article-content{
    max-width:1200px;
    margin:0 auto;
    display:flex;
}

.single-article-details .article-content h1{
    font-size:4rem;
    line-height: 1.2;
    padding-bottom:35px;
    border-bottom:2px solid #eab93d;
}

.single-article-details .article-content .articlecontent-details{
    margin-top:20px;
}

.single-article-details .article-content .articlecontent-details p{
    line-height: 2;
    margin-bottom: 1.6em;
}

.single-article-details .article-content .articlecontent-details h2,
.single-article-details .article-content .articlecontent-details h3{
    padding-bottom: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.single-article-details .article-content .articlecontent-details img{
    border-radius:15px;
}

.single-article-details .article-content .article-product{
    background:#f9f9f9;
    margin: 0 auto;
    margin-right: 0px;
    padding: 40px 30px;
    height:1200px;
}

.single-article-details .article-content .article-product h3{
    font-size:2.4rem;
    line-height: 1.2;
}

.single-article-details .article-content .article-product .random-products li{
    margin-bottom: 20px;
    margin-top: 20px;
}

.single-article-details .article-content .article-product .random-products li img{
    width:100%;
}

@media screen and (min-width:0px ) and (max-width:991px){
    .single-article-details .article-content .article-product{
        display:none;
    }
}
/* blog list */
.bloglist{
    width:100%;
    margin-bottom:60px;
}
.bloglist .bloglistdiv{
    max-width: 1800px;
    margin: 0 auto;
}
.bloglist .bloglistdiv .bloglist-content{
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}
.bloglist .bloglistdiv .bloglist-content .bloglist-details{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li{
    padding-bottom: 50px;
    box-shadow: 0 2px 2px rgba(45,32,31,.15),0 5px 10px rgba(149,145,142,.1);
    padding:20px;
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li h3{
    line-height:1.2;
    margin-top:20px;
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li img{
    height:240px;
    width:100%;
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li .post-date{
    line-height:1.2;
    margin-top:20px;
    color:#3e3e3e;
} 

.bloglist .bloglistdiv .bloglist-content .bloglist-details li a{
    font-size: 2.1rem;
    font-family: "Poppins";
    color: rgb(7, 7, 7);
    font-weight: bold;
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details::before,
.bloglist .bloglistdiv .bloglist-content .bloglist-details::after{
    content: none !important;
    display: none !important;
}

@media screen and (min-width:992px ){
    .bloglist .bloglistdiv .bloglist-content .bloglist-details li{
        width:32%;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .bloglist .bloglistdiv .bloglist-content .bloglist-details{
        width: 83.33%;
    }
    .bloglist .bloglistdiv .bloglist-content .bloglist-details li{
        margin-bottom:20px;
    }

}

@media screen and (min-width:0px) and (max-width:767px){
    .bloglist .bloglistdiv .bloglist-content .bloglist-details{
        justify-content:center;
    }
    .bloglist .bloglistdiv .bloglist-content .bloglist-details li{
        margin-bottom:20px;
    }
}

/* 图片放大效果 */
.bloglist .bloglistdiv .bloglist-content .bloglist-details li img {
    transition: transform 0.3s ease-in-out; /* 添加平滑过渡效果 */
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li:hover img {
    transform: scale(1.1); /* 鼠标悬停时图片放大 10% */
}

/* li 阴影增强效果 */
.bloglist .bloglistdiv .bloglist-content .bloglist-details li {
    transition: box-shadow 0.3s ease-in-out; /* 添加平滑过渡 */
}

.bloglist .bloglistdiv .bloglist-content .bloglist-details li:hover {
    box-shadow: 0 5px 10px rgba(45, 32, 31, 0.2), 
                0 10px 20px rgba(149, 145, 142, 0.15); /* 鼠标悬停时增加阴影 */
}

/* 404页面样式 */
.container404{
    max-width:1500px;
    margin:0 auto;
}
@media screen and (min-width: 768px){
    .container404{
        padding: 150px 0 200px;
    }
    .container404 h1{
        font-size: 32px;
        font-weight: bold;
        margin: 0;
    }
    .container404 p{
        font-size: 24px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px){
    .container404{
        padding: 50px 0 100px;
    }
}

/* resources style */
.resources{
    width: 100%;
    margin-bottom: 60px;
}

.resources .resources-div{
    max-width: 1800px;
    margin: 0 auto;
    background:#fff;
    border-radius:15px;
}

.resources .resources-div .resources-centent{
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}

.resources .resources-div .resources-centent .resources-details{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding:50px 0px;
}

.resources .resources-div .resources-centent .resources-details a {
    display: block;
    position: relative;
    border: 12px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.resources .resources-div .resources-centent .resources-details a:hover > h3 {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

.resources .resources-div .resources-centent .resources-details h3 {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 26px 0px;
    background: #000;
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Content Type start */
.content-type {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-type .type-details {
    max-width: 1200px;
    margin: 0 auto;
}

.content-type .type-details .type-title {
    margin-left: 40px;
    margin-bottom: 20px;
}

.content-type .type-details .type-title h2 {
    font-size: 2.4rem;
}

.content-type .type-details .type-button .type-btn {
    margin-left: 40px;
    border: 1px solid #edb932;
    border-radius: 30px;
    width: 80px;
    height: 40px;
    color: #edb932;
}

.content-type .type-details .type-button .type-btn.active {
    background: #edb932;
    color: #fff;
}

.content-type .type-details .type-button .type-btn:hover {
    background: #edb932;
    color: #fff;
}

@media screen and (min-width:0px) and (max-width:767px) {
    .content-type .type-details .type-button .type-btn:nth-child(n+2) {
        margin-left: 20px;
    }

    .bloglist .bloglistdiv .bloglist-details li .post-date {
        margin-left: 20px;
    }

    .bloglist .bloglistdiv .bloglist-details li h3 {
        margin-left: 20px;
    }

    .bloglist .bloglistdiv .bloglist-details li .past-date-font {
        margin-left: 20px;
        max-width: 270px;
    }
}



/* Content Type end */

/* catalog start */

.bloglist .bloglistdiv .bloglist-details .catalogli {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bloglist .bloglistdiv .bloglist-details .catalogli .PDFa {
    display: block;
    position: relative;
    border: 12px solid #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.bloglist .bloglistdiv .bloglist-details .catalogli h3 {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 26px 0px;
    background: #000;
    color: #fff;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    margin-left: 0px;

}


.bloglist .bloglistdiv .bloglist-details .PDFa:hover>h3 {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

/* catalog end */

/* usage start */
.usage-ul{
    display: flex;
    margin-top: 30px;
}

@media screen and (min-width:768px) and (max-width:992px){
    .usage-ul{
        flex-wrap: wrap;
    }

    .usage-ul li{
        width: 50%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:0px) and (max-width:767px){
    .usage-ul{
        flex-direction: column;
        align-items: center;
    }
    .usage-ul li{
        max-width: 83%;
        margin-bottom: 30px;
    }
}
/* usage end */
/* product-faq */
.product-details-center .pdcenter .pdcenter-content .faq{
    margin-top: 100px;
}

.product-details-center .pdcenter .pdcenter-content h3{
    font-size: 3rem;
}




