.news-title {
    margin: 0;
    text-align: center;
    color: #202935;
    font-size: 28px
}

.news-meta {
    margin-top: 8px;
    text-align: center
}

.news-meta>span {
    display: inline-block;
    margin-right: 16px;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 16px
}

.news-meta i {
    font-size: 17px;
    margin-right: 4px;
    vertical-align: bottom
}

.news-meta a {
    color: #8a8a8a;
    font-size: 12px
}

.news-meta a:hover {
    color: var(--tb--main)
}

.title-on {
    padding-top: 24px
}

.news-content {
    padding-bottom: 1px;
    font-size: 16px;
    line-height: 1.8;
    color: #202935
}

.news-content.title-on {
    padding-top: 24px
}

.news-content:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.news-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.news-content a {
    color: var(--tb--main)
}

.news-content a :hover {
    text-decoration: underline
}

.news-content pre {
    max-height: 500px;
    margin: 24px 0;
    font: 12px "courier new";
    background: #4a4a4a;
    padding: 8px 24px;
    color: #ffda8b;
    border: none;
    overflow: auto;
    word-wrap: break-word
}

.news-content pre.wp-block-preformatted,
.news-content pre.wp-block-verse {
    font: 12px "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 24px;
    background-color: #f3f5f7;
    color: #525252
}

.news-content .wp-video,
.news-content .mejs-layer,
.news-content video,
.news-content embed,
.news-content iframe {
    margin: 0 auto 24px
}

.news-content blockquote {
    margin: 24px 0;
    padding-left: 24px;
    border-left: 4px solid #e7ebf3
}

.news-content blockquote p {
    margin: 0;
    padding: 0;
    margin-bottom: 4px
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6,
.news-content p {
    margin: 0 0 24px
}

.news-content h1 {
    font-size: 22px;
    font-weight: bold
}

.news-content h2 {
    position: relative;
    margin: 24px 0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 22px
}

.news-content h2::before {
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 7px;
    content: "";
    width: 5px;
    border-radius: 10px;
    background-color: #409eff
}

.news-content h3 {
    font-size: 16px
}

.news-content h4 {
    font-size: 14px
}

.news-content h5 {
    font-size: 14px
}

.news-content h6 {
    font-size: 14px
}

.news-content ul,
.news-content ol {
    margin: 0 0 24px 0
}

.news-content table {
    width: 100%;
    margin-bottom: 8px
}

.news-content table th,
.news-content table tr,
.news-content table td {
    border: 1px solid #e7ebf3
}

.news-content table th {
    text-align: center
}

.news-content table td {
    padding: 4px 8px;
    line-height: 1.4
}

.news-content embed[align=middle] {
    text-align: center
}

.mainPic {
    max-width: 100%;
    height: auto;
}

.product-strip {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    line-height: 22px;
    margin-bottom: 12px;
    padding: 6px 8px 6px 12px;
    background-image: linear-gradient(90deg, rgb(250, 237, 225) 0%, rgb(250, 231, 212) 100%);
    color: rgb(17, 25, 45);
}

.product-title {
    margin: 0;
    color: #202935;
    font-size: 28px
}

.product-ftitle {
    margin-top: 8px;
    display: inline-block;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 16px
}

.detail_price {
    padding: 20px 0;
}

.origin_price {
    color: rgb(122, 122, 122);
    font-size: 14px;
    font-weight: 400;
}

.title_price {
    font-size: 14px;
    font-weight: 500;
}

.products_price {
    font-size: 28px;
    font-weight: 600;
    color: rgb(255, 80, 0);
}

/* 满减活动 */
.detail_full_reduction {
    margin-top: 16px;
    margin-bottom: 28px;
    background: #f5f5f5;
    padding: 20px 20px 20px 55px;
    position: relative;
}

.detail_full_reduction.gifts_full_reduction {
    border-radius: 4px;
}

.detail_full_reduction i {
    display: block;
    width: 24px;
    height: 27px;
    background-image: url(/theme/jacgcc/img/icon.png);
    background-position: 0 0;
    position: absolute;
    left: 18px;
    top: 22px;
}

.detail_full_reduction ul li {
    line-height: 26px;
    font-size: 14px;
    color: #555;
}

.detail_full_reduction ul li span {
    color: #eb3e3e;
    font-weight: bold;
}

.detail_full_reduction .f_title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
}

.gifts_full_reduction i {
    background-image: unset;
    top: 20px;
    font-size: 27px;
    color: #eb3e3e;
}

.gifts_full_reduction ul li>a {
    padding-left: 3px;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 12px;
}