/*
Theme Name: Circleyo Theme
Theme URI: https://www.circleyo.com
Author: Circleyo
Author URI: https://www.circleyo.com
Description: 网站定制主题
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: circleyo-theme
Tags: 定制
*/

/* 自定义变量属性 */
:root {
    --theme-margin-left-or-right: 15px;
    --theme-margin-left-and-right: 30px;
    --theme-content-width: 1200px;
}


/* 全局 */
html {
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}
/* a[href] {
  color: #1967D2;
} */

/* 覆盖 */
:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}

.wp-block-image img {
    vertical-align: middle;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0;
}


/* 新增 */
/* 头部logo区域 */
@media screen and (max-width: 1200px) {

    #logo-block {
        position: initial;
    }

        #logo-block .block-content {
            gap: 15px;
            margin: 0 var(--theme-margin-left-or-right);
            width: calc(100% - var(--theme-margin-left-and-right));
        }

    #footer-body-block > div {
        flex-direction: column;
        gap: 30px;
    }

    #footer-logo-block {
        margin: 0 var(--theme-margin-left-or-right);
        width: calc(100% - var(--theme-margin-left-and-right));
    }
}





.icon-img-wrap {
    line-height: 0;
}

#chart {
    margin: auto;
    width: var(--theme-content-width);
}

    #chart .highcharts-title {
        font-weight: 500;
        font-size: 30px;
    }

    #chart .highcharts-subtitle {
        font-size: 14px;
    }
@media screen and (max-width: 1200px) {

#chart {
    width: calc(100% - var(--theme-margin-left-and-right));
}

}


@media screen and (max-width: 1200px) {

.product-single-wrap,
.make-an-inquiry-wrap,
.order-process-wrap {
    margin: 0 var(--theme-margin-left-or-right);
    width: calc(100% - var(--theme-margin-left-and-right));
}

}





ul.circleyo {
    display: inline-block;
}

    ul.circleyo li {
        padding-left: 25px;
        font-size: 14px;
        line-height: 24px;
        background: url("/wp-content/themes/circleyo-theme/assets/images/icon_application_feature.png") no-repeat left 5px;
        text-align: left;
    }

.material-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.material-table thead {
    border-bottom: none;
}

.material-table tfoot {
    border-top: none;
}

.material-table th,
.material-table td {
    min-height: 36px;
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

    .material-table th::before,
    .material-table td::before {
        content: "";
        display: inline-block;
        min-height: 0px;
        height: 100%;
        vertical-align: middle;
    }

.material-table th {
    background-color: #1967D2;
    color: #ffffff;
    font-weight: bold;
}

.material-table tr:hover {
    background-color: #f9f9f9;
}


.material-table .et_pb_text_inner{
    margin: 0 auto;
    width: var(--theme-content-width);
    overflow: auto;
}
@media screen and (max-width: 1200px) {
    .material-table .et_pb_text_inner{
        width: calc(100% - var(--theme-margin-left-and-right));
    }
}

.wp-block-circleyo-theme-news-single .main .news-body a[href] {
    color: #1967D2;
}



.lc-pro-box{ width:100%}
.lc-pro-box > .title {
    display: flex;
    font-weight: 500;
    font-size: 30px;
    color: #111;
    line-height: 1;
}
.lc-pro-box > .title .title1 {
        margin-right: 5px;
        padding: 7px 7px;
        font-size: 14px;
        color: #fff;
        background: #1967d2;
        border-radius: 5px;
    }
.lc-pro-box .imgs .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.lc-pro-box .imgs .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lc-pro-box .imgs .items .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 40px)/3);
}
.lc-pro-box .imgs .items .image .product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lc-pro-box .boxs .box-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 35px 0;
}
.lc-pro-box .boxs .box-item .image {
    width: 355px;
    height: 238px;
}
.lc-pro-box .boxs .box-item .info {
    flex: 1;
}
.lc-pro-box .boxs .box-item .info .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;}
.lc-pro-box .boxs .box-item .info .desc {
    font-size: 14px;}
.lc-pro-box .boxs .box-item:nth-child(even) {
    flex-direction: row-reverse;
}
.lc-pro-box table {
    width: 100%;
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    border-collapse: collapse; /* 合并边框 */
}

.lc-pro-box table tr {}

.lc-pro-box table td {
    border: 1px solid #ccc;
    border-right: 0;
    border-top: 0;
    padding: 8px;
}

/* 表头样式 */
.lc-pro-box table tr:first-child td {
    background-color: #e6f3ff; /* 淡蓝色 */
    font-weight: bold;
}


.table-fluid{width: 100%;} 
.table-fluid th, .table-fluid td {
    background-color: #f2f2f2;
    border: 2px solid #ffffff;
    padding: 10px!important;
    white-space: nowrap;
}
.table-fluid > thead > tr > th {
    background-color: #0c71c3;
    color: #ffffff;
    font-weight: 600;
    border-top: none;
}
.table-fluid td:first-child, .table-fluid th:first-child {
    border-left: none;
    background-color: #0c71c3;
    color: #ffffff;
    font-weight: 600;
    width: 300px;
    padding-right: 20px!important;
}
.table-flow{  overflow: auto;}

ul.wp-block-list li{
        padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
    background: url(/wp-content/plugins/circleyoblocks/build/application-block-two/../images/icon_application_feature.643173c7.png) no-repeat left 5px;
}
  
.entry-content a{ color:#065bcf}


.sub-menu .sub-menu-item a {display:inline-block !important;  width: 100%;}

/* @media screen and (max-width: 1439px) {
  .block-content {
    display: none !important;
  }
} */


