.ele-video{
    width: 100%;
}
.ele-video video{
    width: 100%;
    height: 100%;
}
.ele-content{
    width: 100%;
}
.ele-content .ele-content-inner{
    max-width: 1300px;
    margin: 0 auto;
}
.ele-content .ele-content-txt{
    text-align: center;
}
.ele-content .ele-content-txt h2{
    color: #D18E05;
    font-size: 48px;
    font-weight: 600;
}


.gallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
}
.gallery-item {
    flex: 1;
    height: 460px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: flex-grow 0.3s ease;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item:hover {
    flex-grow: 2;
}
.gallery-item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    width: 90%;
    height: 50%;
    position: absolute;
    left: 5%;
    top: 25%;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 1.3s ease-in-out, opacity 1.3s ease-in-out;
    opacity: 0;
}
.overlay h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
}
.overlay p {
    margin: 0 0 15px;
    font-size: 1.1em;
}
.read-more {
    display: inline-block;
    background-color: #ffa500;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
}
.mask {
    position: absolute;
    top: -50%;
    left: -5%;
    width: 120%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.1); /* 可调透明度 */
    z-index: 1; /* 确保位置在文字下面 */
}

.overlay h2,
.overlay p,
.overlay .read-more {
    position: relative; /* 确保文字在蒙版之上 */
    z-index: 2; /* 确保文本在蒙版之上 */
}


.alt-content,.alt-contents {
    display: none; /* 初始状态为隐藏 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; /* 根据需要进行调整 */
    max-width: 1200px; /* 最大宽度 */
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 20px; /* 内边距 */
    
}

.alt-content .close-btn ,.alt-contents .close-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    background: none;
    border: none;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    z-index: 3; /* 确保按钮在最上层 */
}
.alt-content .alt-warp{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.alt-content img{
    max-width: 100%;
}
.alt-content .alt-left,.alt-content .alt-right{
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.alt-content .alt-left h2{
    color: #000000;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}
.alt-content .alt-left .alt-line{
    height: 7px;
    border-bottom: 7px solid #D18E05;
    margin-bottom: 20px;
}
.alt-content .alt-left p{
    line-height: 35px;
    color:#666;
    
}
.alt-content .alt-right img{
    margin-bottom: 10px;
}
.overlay-mask {
    display: none; /* 初始状态为隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黑色背景，半透明 */
    z-index: 999; /* 确保在内容上方 */
}


.fast-con-form{
    display: flex;
    width: 100%;
    height: 250px;
    align-items: center;
    justify-content: center;
}
.fast-con-form .fast-show-form{
    height: 80px;
    width: 476px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 28px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D18E04;
    border-radius: 62px 62px 62px 62px;
    cursor: pointer;
}

.fast-list{
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #99999986;
}
.fast-list>div{
    width: 100%;
    height: 67px;
    line-height: 67px;
    
}
.fast-list>div ul{
    margin: 0;
    padding: 0;
    list-style-type: none; /* 去掉默认的列表样式 */
    display: flex;
    height: 100%;
}
.fast-list .fast-list-item li{
    flex: 1;
    width: 25%;
    text-align: center;
    font-size: 22px;
    margin: 0;
    padding: 0;
    border-top:0.5px solid #99999986;
    height: 100%;
    border-right: 0.5px solid #99999986;
    border-left: 0.5px solid #99999986;
}
.fast-list>div li span{
    color:#6cbb5a;
    font-size: 38px;
}
.fast-list .fast-list-top{
    background-color: #D18E04;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}
.fast-list .fast-list-top ul li{
    border-color: #FFFFFF;
    flex: 1;
    text-align: center;
}
.fast-list .fast-list-top li:nth-child(2),.fast-list .fast-list-top li:nth-child(3){
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
.fast-list .fast-list-top li:nth-child(2){
    border-right: none;
}

.fast-product-color{
    width: 100%;
    height: 530px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 6fr));
    gap: 10px;
    margin: 20px 0;
}
.fast-product-color .fast-color-item{
    margin:0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* cursor: pointer; */
    z-index: 0;
}
.fast-product-color .fast-color-item::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.fast-product-color .fast-color-item:hover::before{
    background-color:rgba(0, 0, 0, 0.0);
}
.fast-product-color .fast-color-item p{
    color: #ffffff;
    display: inline-block;
    width: 100%;
    line-height: 35px;
    text-align: center;
    position: absolute ;
    bottom: 20px;
    left: 0;
    z-index: 3;
}
.picbg0{
    background-image: url('/wp-content/uploads/a1-2.jpg');
}
.picbg1{
    background-image: url('/wp-content/uploads/a2.jpg');
}
.picbg2{
    background-image: url('/wp-content/uploads/米黄色222.png');
}
.picbg3{
    background-image: url('/wp-content/uploads/2023-9-6-a7-1.jpg');
}
.picbg4{
    background-image: url('/wp-content/uploads/a5.jpg');
}
.picbg5{
    background-image: url('/wp-content/uploads/a6.jpg');
}

.sample-container{
    width: 100%;
   
}
.sample-container .sample-content{
    max-width: 100%;
    margin: 0 auto;
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sample-container .sample-content .sample-block-tit{
    
    min-height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sample-block-tit  h2{
    color: #D18E05;;
    font-size: 48px;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-align: center;
}
.sample-block-tit p{
    text-align: center;
    font-size: 18px;
    line-height: 1.5rem;
    color:#666;
    
}
.sample-form{
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 100px;
}
.sample-form .sample-form-img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sample-form .sample-form-img img{
    max-width: 80%;
}


.sbg{
    background-color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sample-block{
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #fff;
}

.sample-block img{
    max-width: 80%;
    transition: transform 0.2s ease, background-color 0.2s ease; 
}
.sbg:hover{
    background-color: rgba(38, 38, 38, 1); 
} 
.sample-block img:hover{
    transform: scale(1.3); 
}
.sample-block p{
    text-align: left;
    font-size: 14px;
}
.sample-block>div{
    width: 49%;
}
.sample-block .sample-block-left{
    
    height: auto;
    margin-right: 40px;
    
}
.sample-block-left .block-big{
    width: 100%;
    height: 500px;
}
.s-b-con{
    width: 80%;
    height: auto;
    text-align: center;
}
.deck-pic{
    display: none;
}
.sample-block-left .block-deck-color{
    margin-top: 2px;
    width: 100%;
}
.sample-block-left .block-deck-color ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    margin:0;
    padding: 0;
}
.sample-block-left .block-deck-color ul li{
    margin:0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
.sample-block-left .block-deck-color ul li img{
    min-height: 228px;
    width: 100%;
    max-width: 100%;
    transform: none;
}
.sample-block .sample-block-right{
    height: auto;
    width: 51%;
}
.sample-block-right .block-big{
    width: 100%;
    height: 369px;
}
.sample-block-right .block-deck{
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    min-height: 112px;
}
.sample-block-right .block-deck-l{
    width: 45%;
}
.sample-block-right .block-deck-img{
    margin-left:20px;
}
@media (max-width: 768px){
    .ele-video{
        margin-top: 0px;
    }
    .ele-content .ele-content-inner{
        max-width: 95%;
    }
    .ele-content .ele-content-txt h2{
        font-size: 18px;
    }
    .fast-con-form{
        height: 150px;
    }
    .fast-con-form .fast-show-form{
        height: 50px;
        width: 70%;
        font-size: 16px;
    }
    .fast-list .fast-list-top{
        font-size: 12px;
    }
    .fast-list>div{
        width: 100%;
        height: 47px;
        line-height: 47px;
        
    }
    .gallery{
        flex-direction: column;
    }
    .gallery-item{
        width: 100%;
        height: 128px;
        flex: none;
    }
    .overlay{
        left:0;
        
    }
    .alt-content .alt-warp{
        flex-direction: column;
        max-height: 80vh;
        overflow-y:scroll;
    }
    .alt-content .alt-left h2{
        font-size: 18px;
    }
    .fast-product-color{
        grid-template-columns: repeat(auto-fit, minmax(50px, 6fr));
        gap: 3px;
        margin: 10px 0; 
        height: 150px;
    }
    .fast-product-color .fast-color-item{
        font-size: 12px;
    }
    .fast-list .fast-list-item li{
        font-size: 12px;
        white-space: normal;
        word-wrap: break-word; /* 超出宽度时允许换行 */
        overflow-wrap: break-word;
    }
    .fast-list .fast-list-item li.mline{
        line-height: 15px;
    }
    .sample-container .sample-content .sample-block-tit{
        min-height: 60px;
    }
    .sample-block-tit  h2{
        font-size: 24px;
    }
    .sample-block-tit p{
        font-size: 16px;
    }
    .sample-block{
        flex-direction: column;
    }
    .sample-block img {
        max-width: 100%; /* 让图片在手机端充满宽度 */
        transform: scale(1); /* 默认不放大 */
    }
    .sample-block img:hover {
        transform: scale(1.3); /* 在手机上减少放大程度 */
    }
    .sample-block>div{
        width: 90%;
        margin:0 auto;
    }
    .sample-block .sample-block-left{
        margin-right: auto;
    }
    .sample-block-left .block-deck-color ul li img{
        min-height: 80px;
    }
    .sample-block .sample-block-right{
        width: 90%;
        margin-top: 20px;
    }
    .sample-block-left .block-big{
        height: 350px;
    }
    .sample-block-right .block-big{
        height: 250px;
    }
    .sample-form{
        padding: 0;
    }
    
}