.elementor-101109 .elementor-element.elementor-element-8db1264{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-101109 .elementor-element.elementor-element-7fbadd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-101109 .elementor-element.elementor-element-2ed38fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-101109 .elementor-element.elementor-element-d56f104{--display:flex;}@media(max-width:1024px){.elementor-101109 .elementor-element.elementor-element-8db1264{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(min-width:768px){.elementor-101109 .elementor-element.elementor-element-7fbadd4{--width:70%;}.elementor-101109 .elementor-element.elementor-element-2ed38fb{--width:30%;}}@media(max-width:1024px) and (min-width:768px){.elementor-101109 .elementor-element.elementor-element-7fbadd4{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-d59e70c *//* PCL Structural Page - Structure Only Optimization */
.pcl-page-container {
    font-family: Tahoma, Verdana, sans-serif !important;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}

.pcl-page-container * { font-weight: normal !important; box-sizing: border-box; }

/* 标题与正文规范 */
.pcl-h1 { font-size: 20px !important; color: #d10a11; margin-bottom: 20px; }
.pcl-h2 { font-size: 18px !important; color: #1a1a1a; border-left: 4px solid #d10a11; padding-left: 15px; margin: 25px 0 15px; }
.pcl-p { font-size: 15px !important; color: #444; margin-bottom: 15px; }

/* 网格布局 */
.pcl-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.pcl-card {
    border: 1px solid #eee;
    padding: 20px;
    background: #fdfdfd;
}

/* 图文并排 */
.pcl-flex-row {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    align-items: flex-start;
}

.pcl-text-col { flex: 1.2; }
.pcl-img-col { flex: 1; }
.pcl-img-col img { width: 100%; height: auto; border: 1px solid #eee; }

.pcl-li { padding-left: 20px; font-size: 15px; color: #666; }
.pcl-li li { margin-bottom: 10px; }

/* 服务区优化 */
.pcl-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
    background: #f9f9f9;
    padding: 30px 15px;
}

.pcl-s-item { text-align: center; }
.pcl-s-num { color: #d10a11; font-size: 20px; margin-bottom: 5px; opacity: 0.6; }
.pcl-s-title { font-size: 15px !important; color: #1a1a1a; margin-bottom: 8px; }
.pcl-s-p { font-size: 13px !important; color: #888; line-height: 1.4; }

/* 手机端 2 栏强制 */
@media (max-width: 768px) {
    .pcl-grid-2col, .pcl-service-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
    .pcl-flex-row { flex-direction: column; }
    .pcl-h1 { font-size: 19px !important; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f118e4 *//* PCL Video Gallery Styling */

.pcl-video-section {
    font-family: Tahoma, Verdana, sans-serif !important;
    margin: 50px 0;
}

.pcl-video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* PC端双栏 */
    gap: 30px;
}

.pcl-video-card {
    border: 1px solid #eee;
    background: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
}

.pcl-video-card:hover {
    border-color: #d10a11;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* 保持视频 16:9 比例 */
.pcl-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.pcl-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pcl-video-info {
    padding-top: 20px;
}

.pcl-v-title {
    font-size: 16px !important;
    color: #1a1a1a;
    margin-bottom: 10px !important;
    font-weight: normal !important;
}

.pcl-video-section .pcl-p {
    font-size: 14px !important; /* 视频描述略小以保持平衡 */
    color: #666;
    line-height: 1.5;
}

/* 手机端 2 栏强制优化 */
@media (max-width: 768px) {
    .pcl-video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }
    
    .pcl-video-card {
        padding: 8px !important;
    }

    .pcl-v-title {
        font-size: 13px !important;
        min-height: 40px; /* 确保标题对齐 */
    }

    .pcl-video-section .pcl-p {
        display: none; /* 手机端两栏模式下隐藏长描述，保持整洁 */
    }
}/* End custom CSS */