
/* 匯入共用產品列表模組.css */
/* @import url("../../style_nav/style_product/style_product_list.css"); */





/*========================================================*/
/*-------品牌代理_樣式--------*/
/*========================================================*/



.acting_bg{    
    display: flex;                
    flex-direction: column;       
    row-gap: clamp(2.9004rem, 4.6875vw, 5.625rem); /* 最小值 46.41px、大小約 4.6875vw、最大值 90px */
}
    .acting_bg .id_offset{
        position: absolute;
    }

    .acting_section{        
        position: relative;
    }

        .acting_section_area{    
            display: flex;     
            flex-direction: column;     
            gap: 1.875rem; /*30px*/
        }







        /* 分隔線 */
        .divider{
            background-color: #c8c8c8 ; 
            width: 100%;
            height: 1px;
            display: block;
        }










        

/*==============================================================*/
/*-------品牌代理_品牌介紹--------*/
/*==============================================================*/

.acting_section1{
    display: flex;     
    flex-direction: column;     
    gap: 1.875rem; /*30px*/
}
    .acting_banner{
        
    }

        .acting_banner strong{
            padding: 0;
            margin: 0;
            display: block;
        }
            .acting_banner img{
                width: 100%;
                height: auto;
            }


    .acting_section1 .acting_philips{
        display: flex;
        /* flex-wrap: wrap; */
        gap: 1.25rem; /*20px*/
    }

        .acting_philips_img{
            min-width: 6.25rem; /*100px*/
        }
            .acting_philips_img strong{
                position: relative;
                padding-top: 100%;
                display: block;
                overflow: hidden;
                border-radius: 50%;
            }
                .acting_philips_img img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    float: none;
                    width: 100% !important;
                    height: 100% !important;
                    object-fit: cover;
                    transition: 0.3s ease all;
                }
        .acting_section1 .acting_philips .text{
            width: auto;
            font-size: inherit;
            line-height: inherit;
            /*column-count: 2;*/ /* 將文章分成兩欄 */
            /*column-gap: 20px;*/ /* 欄之間的間距 */
        }








/*==============================================================*/
/*-------品牌代理_品牌介紹_活動登錄--------*/
/*==============================================================*/

        .acting_section1 .acting_eventReg{
            margin: 0;
            padding: 0;
            list-style-type : none;
            /* display: block; */
            display: grid;
            grid-template-columns: repeat(2 , 1fr);
            gap: clamp(2.9004rem, 4.6875vw, 5.625rem); /* 最小值 46.41px、大小約 4.6875vw、最大值 90px */
        }
            .acting_section1 .acting_eventReg li{
                margin: 0;
                padding: 0;
                list-style-type : none;
                display: flex;
                flex-direction: column;
                gap: clamp(1.2891rem, 2.0833vw, 2.5rem); /* 最小值 20.63px、大小約 2.0833vw、最大值 40px */
            }

            .acting_section1 .acting_eventReg_img{

            }
                .acting_section1 .acting_eventReg_img  a{
                    position: relative;
                    padding-top: 63%;
                    /* border-radius: 10px; */
                    display: block;
                    overflow: hidden;
                }
                    .acting_section1 .acting_eventReg_img  img{
                       width: 100%;
                       height: 100%;
                       object-fit: cover;
                       position: absolute;
                       top: 0;
                       left: 0;
                       bottom: 0;
                       right: 0;
                       float: none;
                       width: 100% !important;
                       height: 100% !important;
                       object-fit: cover;
                       transition: 0.3s ease all; 
                    }

                .acting_section1 .acting_eventReg .description{
                    color: var(--dark_color);
                    font-size: clamp(0.8889rem, 0.8333vw, 1.0000rem); /* 字體 最小值 14.22px、大小約 0.8333vw、最大值 16.00px */
                    font-weight: normal;
                    line-height: 1.1;
                }
                    .acting_section1 .acting_eventReg .description strong{
                        color: inherit;
                        font-size: inherit;
                        font-weight: inherit;
                        padding: 0;
                        margin: 0;
                        line-height: inherit;
                    }










@media (max-width: 990px){

    .acting_section1 .acting_philips {
        flex-direction: column;
        /* gap: 1.25rem; */
    }
        .acting_philips_img {
            max-width: 150px;
            min-width: unset;
            margin: 0 auto;
            width: 100%;
        }
}

@media (max-width: 640px){

    .acting_section1 .acting_eventReg{
        grid-template-columns: repeat( 1 , 1fr);
    }	

}













        

/*===============================*/
/*-------品牌代理_保固連結--------*/
/*===============================*/

.acting_section2{

}
    .acting_section2 .acting_section_area{
        display: grid;
        grid-template-columns: 2fr 3fr;
        gap: 1.875rem; /*30px*/
    }
    
            .acting_section2 .acting_warranty_img{
                
            }
                .acting_section2 .acting_warranty_img a{
                    position: relative;
                    padding-top: 98.8%;
                    /* border-radius: 10px; */
                    display: block;
                    overflow: hidden;
                }
                    .acting_section2 .acting_warranty_img  img{
                       width: 100%;
                       height: 100%;
                       object-fit: cover;
                       position: absolute;
                       top: 0;
                       left: 0;
                       bottom: 0;
                       right: 0;
                       float: none;
                       width: 100% !important;
                       height: 100% !important;
                       object-fit: cover;
                       transition: 0.3s ease all; 
                    }

                .acting_section2 .acting_warranty_right{
                    color: var(--dark_color);
                    /*font-size: clamp(0.8889rem, 0.8333vw, 1.0000rem);*/ /* 字體 最小值 14.22px、大小約 0.8333vw、最大值 16.00px */
                    font-weight: normal;
                    line-height: 1.1;

                    display: flex;
                    flex-direction: column;
                    gap: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 最小值 10px、大小約 0.7813vw、最大值 15px */
                }
                    .acting_section2 .acting_warranty_right .title{
                        color: inherit;
                        font-size: clamp(1.3750rem, 1.9792vw, 2.3750rem); /* 字體 最小值 22.00px、大小約 1.9792vw、最大值 38px */
                        font-weight: 600;
                    }
                        .acting_section2 .acting_warranty_right .title strong{
                            color: inherit;
                            font-size: inherit;
                            font-weight: inherit;
                            padding: 0;
                            margin: 0;
                            line-height: inherit;
                        }
                    .acting_section2 .acting_warranty_right .text_area{
                        color: var(--dark_color2);
                        line-height: 1.8;
                    }
                    .acting_section2 .acting_warranty_right .btn_area{
                        text-align: left;
                        margin: 0;
                    }
                        .acting_section2 .acting_warranty_right .btn_area input{
                            margin: 0;
                        }





@media (max-width: 768px){

    .acting_section2 .acting_section_area{
        display: flex;
        grid-template-columns: unset;
        flex-direction: column;
    }

}
















        

/*==============================================================*/
/*-------品牌代理_產品快速連結--------*/
/*==============================================================*/

.acting_section3{

}

    .acting_section3 .acting_section_area{
        display: flex;
        flex-direction: column;
        gap: clamp(1.2891rem, 2.0833vw, 2.5000rem); /* 最小值 20.63px、大小約 2.0833vw、最大值 40.00px */
    }


        .acting_section3 .right_title2{
            text-align: center;
        }
        .acting_section3 .btn_area{
            margin: 0;
        }
            .acting_section3 .btn_area input{
                margin: 0;
            }




        /*-------品牌代理_產品快速連結分類--------*/
        .acting_product_area{
            display: grid;
            grid-template-columns: repeat(4 , 1fr);
            gap:clamp(0.6445rem, 1.0417vw, 1.2500rem); /* 最小值 10.31px、大小約 1.0417vw、最大值 20px */
        }

            /*-------品牌代理_產品快速連結分類_列表--------*/
            .acting_product_list{
                display: flex;
                flex-direction: column;
                gap: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 最小值 10px、大小約 0.7813vw、最大值 15px */
            }
       
            .acting_product_Img{
                
            }
                .acting_product_Img a{
                    position: relative;
                    padding-top: 55.6%;
                    /* border-radius: 10px; */
                    display: block;
                    overflow: hidden;
                }
                    .acting_product_Img img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        float: none;
                        width: 100% !important;
                        height: 100% !important;
                        object-fit: cover;
                        transition: 0.3s ease all;
                    }
                    .acting_product_Img a:hover img{
                        transform: scale(1.1);
                        transition: 0.3s ease all;
                    }
            .acting_title{
                color: var(--dark_color);
                font-size: clamp(0.8889rem, 0.8333vw, 1.0000rem); /* 字體 最小值 14.22px、大小約 0.8333vw、最大值 16.00px */
                font-weight: normal;
                line-height: 1.3;
            }
                .acting_title a{
                    color: inherit;
                    font-size: inherit;
                    font-weight: inherit;
                    line-height: inherit;
                    display: block;
                    text-decoration: none;
                }





@media (max-width: 990px){

    /*-------品牌代理_產品快速連結分類--------*/
    .acting_product_area{
        grid-template-columns: repeat(3 , 1fr);
    }

}

@media (max-width: 768px){

    .acting_section3 .acting_section_area{
        gap: clamp(0.6250rem, 0.7813vw, 0.9375rem); /* 最小值 10px、大小約 0.7813vw、最大值 15px */
    }
        /*-------品牌代理_產品快速連結分類--------*/
        .acting_product_area{
            grid-template-columns: repeat(2 , 1fr);
            margin-top: 25px;
        }

}