/*
    Theme name: AYZXModule222
    Template:module
    Description:  子主题
*/


/* 引入父主题样式 */
@import url("../module/css/style.css");
.entry-preview2 .entry-info .entry-title, .widget-contact-wrap .widget-contact-sns a i svg {
    font-size: 25px;
    line-height: 2px;
}

.entry .entry-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.45;
    text-align: left
}

.sidebar .widget_nav_menu ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: var(--theme-black-color);
    line-height: 10px
}


.breadcrumb>li {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: top
}

/*段落行距*/
.entry-content p {
    line-height: 1.8em;
    margin-bottom: 0px;
    word-wrap: break-word;
}

/*产品内容图片间距设置为0*/
.entry-content figure {
    margin-bottom: 0px;
}

/*整站针对分辨率1600px+显示器内容区域宽度调整为1200px*/
@media (min-width:1200px){:root{--theme-container-width:1170px}}

:root {
    --theme-color: #206be7;
    --theme-hover: #1162e8;
    --action-color: var(--theme-color);
    --theme-el-bg-color: #fff;
    --theme-color-h: 0;
    --theme-color-s: 0%;
    --theme-color-l: 15%;
    --theme-color-hsl: var(--theme-color-h),var(--theme-color-s),var(--theme-color-l);
    --theme-black-color: hsl(var(--theme-color-hsl));
    --theme-gray-color: hsla(var(--theme-color-hsl),.8);
    --theme-light-color: hsla(var(--theme-color-hsl),.6);
    --theme-line-color: hsla(var(--theme-color-hsl),.07);
    --theme-border-color: hsla(var(--theme-color-hsl),.2);
    --theme-font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
    --theme-title-font: inherit;
    --theme-title-font-weight: 500;
    --theme-title-font-size: 32px;
    --theme-sidebar-width: 260px;
    --theme-content-sidebar-gap: 40px;
    --theme-post-item-gap: 20px
}


@media (min-width: 768px) {
    .entry-preview2 #preview {
        width: 50% !important;
    }

    .entry .entry-preview2 #preview {
        flex-direction: column;
    }

    .entry-preview2 #pg-list {
        width: 100% !important;
        margin: 20px 0 !important;
        padding: 0 25px !important;
        height: 60px !important;
    }

    .entry-preview2 #pg-list .pg-items ul {
        display: flex !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        /* 隐藏滚动条 */
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;

    }

    .entry-preview2 #pg-list .pg-items ul::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }

    .entry-preview2 #preview #pg-list .pg-items li {
        /* float: left !important; */
        display: inline-block !important;
        ;
    }

    .entry-preview2 #pg-list .pg-control {
        width: 16px !important;
        height: 100% !important;
    }

    .entry-preview2 #pg-list .sc-prev {
        top: 0 !important;
        left: 0 !important;
    }

    .entry-preview2 #pg-list .sc-next {
        top: 0 !important;
        right: 0 !important;
    }

    .entry-preview2 #pg-list .pg-items {
        /* left: 28px !important; */
    }

    .entry-preview2 #preview #pg-list .pg-items .lh {
        height: 100% !important;
    }

    .entry-preview2 #pg-list .pg-items li {
        margin: 0 5px !important;
        padding: 0 !important;
        width: 60px !important;
        height: 60px !important;
    }

    .entry-preview2 #pg-list .pg-items img {
        width: 60px !important;
        height: 100% !important;
    }

    .entry-preview2 #pg-list .sc-prev:before {
        transform: rotate(270deg);
        left: -2px;
        top: calc(50% - 8px);
    }

    .entry-preview2 #pg-list .sc-next:before {
        transform: rotate(270deg);
        left: -2px;
        top: calc(50% - 8px);
    }
}