@keyframes z-banner-hover {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

body {
    font-weight: 400;
}

.z-wrap {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
.z-wbr {
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}

.z-sp {
    display: none;
}

.z-pc {
    display: block;
}

@media screen and (max-width: 1200px) {
    .post-wrap {
        padding-left: var(--z-body-padding);
        padding-right: var(--z-body-padding);
    }
}

@media screen and (max-width: 768.5px) {
    .z-sp {
        display: block;
    }

    .z-pc {
        display: none;
    }
}

.post-wrap {
    max-width: var(--z-body-max-width);
    margin-left: auto;
    margin-right: auto;
}

.post-first-title {
    font-size: 5.12rem;
    line-height: 1.4;
    font-weight: 700;
}

.post-first-title::before {
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.76rem solid var(--z-page-primary-color);
    margin-right: 1.92rem;
    position: relative;
    top: 4px; 
    transform: translateY(100%);
}

.post-second-title {
    font-size: 2.88rem;
    line-height: 1;
    padding: 2.56rem 0 1.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.post-third-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.92rem;
    line-height: 3;
}

.third-title::before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1px;
    background-color: black;
    margin-right: 1.28rem;
}

.site-post > .nav-list a:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 0;
}

.site-post > .nav-list {
    max-width: var(--z-body-max-width);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.site-post .is-type-video {
    width: 100%;
    aspect-ratio: 16 / 9;

}
.site-post .is-type-video .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
}

.site-post .is-type-video iframe {
    width: 100%;
    height: 100%;
}

.site-post a[href] {
    color: var(--z-link-color);
}

/* 底部banner样式覆盖 */
.tpl-banner.tpl-banner-footer {
    display: block;
    margin-bottom: 0;
}

.site-post .product-detail .features {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0 var(--z-body-padding);
}

.site-post .product-detail .features .li {
    display: flex;
    align-items: center;
    gap: 24px;
    border: solid 1px var(--z-page-primary-color);
    color: var(--z-page-primary-color);
    font-size: 16px;
    font-weight: 700;
    min-height: 72px;
    padding: 29px 34px;
    /* width: 100%; */
    width: calc(50% - 12px);
    word-break: break-word;
}

.site-post .product-detail .features img {
    width: 50px !important;
    max-width: 50px;
}


/* 表格 */
.site-post .product-detail .specification {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    padding: 0 var(--z-body-padding);
}

.site-post .product-detail .specification .li .wp-block-group__inner-container{
    display: flex;
    gap: 2px;
}

.site-post .product-detail .specification p {
    padding: 8px;
    background-color: #f7f7f7;
}

.site-post .product-detail .specification p:first-child {
    width: 330px;
    flex-shrink: 0;
}

.site-post .product-detail .specification p:last-child {
    flex-grow: 1;
}

.site-post .second-title,
.site-post .third-title  {
    margin-block-start: 0;
    margin-block-end: 0;
}

.site-post .first-title {
    margin-block-start: 32px;
    margin-block-end: 24px;
}


@media screen and (max-width: 768.5px) {
    .tpl-banner.tpl-banner-footer {
        width: 100%;
        margin: 0;
        margin-top: 16px;
    }

    .site-post .first-title  {
        margin-block-start: 0;
        margin-block-end: 8px;
    }


    .site-post .post-wrap .block-content {
        padding-left: 0;
        padding-right: 0;
    }

    .site-post .product-detail .features {
        flex-direction: column;
    }

    .site-post .product-detail .features .li {       
        width: 100%;
    }
    .site-post .product-detail .specification .li {
        width: 100%;
    }

    .site-post .product-detail .specification .li .wp-block-group__inner-container{
        flex-direction: column;
    }

    .site-post .product-detail .specification .li .wp-block-group__inner-container p{
        width: 100%;
        word-break:break-word;
    }
    
    .site-post .product-detail .specification p:nth-child(2n) {
        background-color: #fff;
    }
}
