.product_show_content {
    color: #555;
    font-size: 16px;
    line-height: 1.75;
}

.product_show_content .title {
    margin: 0 0 14px;
    color: #1f2933;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.product_show_content p {
    margin: 0 0 14px;
}

.product_show_content ul {
    margin: 8px 0 0;
    padding-left: 22px;
    list-style: disc;
}

.product_show_content li {
    margin: 6px 0;
}

.product_show_content figure {
    margin: 0;
}

.product_show_content img {
    width: 100%;
    border-radius: 8px;
}

.product_show_content .item {
    margin-bottom: 46px;
}

.detail_video_box {
    margin-bottom: 46px;
    color: #555;
    font-size: 16px;
    line-height: 1.75;
}

.detail_video_box .title {
    margin: 0 0 14px;
    color: #1f2933;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.detail_video_box .remark {
    margin: 0 0 14px;
}

.detail_video_box .img_box {
    margin: 0;
}

.detail_video_box .img_box img {
    width: 100%;
    border-radius: 8px;
}

.detail_video_box .detail_video_cover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #f5f5f5;
}

.detail_video_box .detail_video_cover img {
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.detail_video_box .detail_video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 76px;
    height: 76px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f08300;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.detail_video_box .detail_video_play svg {
    width: 34px;
    height: 34px;
    fill: #fff;
}

.product_show_content .text_image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 30px;
    align-items: center;
}

.product_show_content .full_text {
    grid-column: 1 / -1;
}

.product_show_content .text_image .img_box img,
.product_show_content .image_grid .img_box img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.product_show_content .image_grid .item_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.product_show_content .review .item_box {
    grid-template-columns: repeat(4, 1fr);
}

.product_show_content .review .img_box img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product_show_content .specs_table {
    width: 100%;
    margin-top: 18px;
    border-collapse: collapse;
    background: #fff;
}

.product_show_content .specs_table th,
.product_show_content .specs_table td {
    padding: 13px 16px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}

.product_show_content .specs_table th {
    width: 170px;
    color: #1f2933;
    background: #fafafa;
    font-weight: 800;
}

.product_show_content .specs_table td {
    color: #555;
}

.product_show_content .compact_table {
    font-size: 14px;
}

.product_show_content .compact_table th,
.product_show_content .compact_table td {
    padding: 9px 12px;
}

.product_show_content .advantage .specs_table {
    font-size: 15px;
}

@media (max-width: 1080px) {
    .product_show_content .image_grid .item_box,
    .product_show_content .review .item_box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .detail_video_box .title {
        font-size: 24px;
    }

    .product_show_content .title {
        font-size: 24px;
    }

    .product_show_content .text_image {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product_show_content .full_text {
        grid-column: auto;
    }

    .product_show_content .right .img_box {
        order: -1;
    }

    .product_show_content .right .full_text {
        order: 2;
    }

    .product_show_content .image_grid .item_box,
    .product_show_content .review .item_box {
        grid-template-columns: 1fr;
    }

    .detail_video_box .detail_video_cover img {
        aspect-ratio: 16 / 10;
    }

    .detail_video_box .detail_video_play {
        width: 58px;
        height: 58px;
    }

    .product_show_content .specs_table {
        font-size: 14px;
    }

    .product_show_content .specs_table th,
    .product_show_content .specs_table td {
        display: block;
        width: 100%;
        padding: 10px 12px;
    }

    .product_show_content .specs_table th {
        border-bottom: 0;
    }

    .product_show_content .compact_table th,
    .product_show_content .compact_table td {
        padding: 9px 12px;
    }
}
