html,
body {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    background: #f5f6fa;
    color: #222;
    font-size: 16px;
    padding-bottom: 3.5rem;
    /* min-width: 20rem; */
}

@media print {
    body {
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    }
}

.container,
.container-lg,
.container-lgl,
.container-md,
.container-sm {
    max-width: 1320px !important;
    min-width: 1200px !important;
}

a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0);
}

p {
    color: #404040;
}

dt {
    font-weight: 500;
}

li {
    list-style: none;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 12px;
}

.book_advance_day {
    padding-left: .5rem;
    padding-right: .5rem;
    color: #000b16;
}

.dropdown-toggle::after {
    display: none;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #11192559;
}

.border-bottom {
    border-color: #eee;
}

.text-muted {
    color: #11192559;
}

.fs-7 {
    font-size: 14px;
}

.dropdown-item {
    padding: .5rem 1rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #417919;
}

div.required label:after {
    content: "*";
    padding-left: 3px;
    height: 5px;
    margin-top: -16px;
    display: inline-block;
    vertical-align: middle;
    color: red;
}

div.required input+div label:before {
    content: "";
    color: red;
}

.pagination {
    border: none;
    border-radius: unset;
}

.pagination .page-item {
    margin: 0 .5rem;
}

.pagination .page-link {
    padding: .5rem 1rem;
    border-radius: 1.325rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 1.325rem;
    border-bottom-left-radius: 1.325rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 1.325rem;
    border-bottom-right-radius: 1.325rem;
}

.pagination .page-link {
    color: #417919;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background: #417919;
    border-color: #417919;
    color: #fff;
}

.scale-1,
.scale-2,
.scale-item {
    overflow: hidden;
}

.scale-1 img,
.scale-2 img,
.scale-item img {
    transition: transform 500ms;
    cursor: pointer;
}

.scale-item img:hover,
.scale-item img:focus,
.scale-1 img:hover,
.scale-1 img:focus {
    transform: scale(1.25);
}

.scale-2 img:hover,
.scale-2 img:focus {
    transform: scale(1.5);
}

main {
    min-height: 32rem;
}

.body_bg {
    background: #F5F5F5;
    width: 100%;
    overflow: hidden;
}

.price-item {
    font-size: .75rem;
    color: #11192559;
}

.price-color {
    font-size: 14px;
    color: #ff5000;
}


/*
 * Header
*/
.header-top,
.header-main {
    color: #838282;
}

.header-top,
.header-main,
.header-menu-pc {
    display: block;
    width: 100%;
    min-width: 1200px !important;
    background: #fff;
}

.header-top {
    height: 2.25rem;
}

.header-top-right a {
    display: inline-block !important;
}

.header-main {
    height: 5.75rem;
}

.header-menu {
    /*height: 3.5rem;*/
}

.header-menu-pc {
    /*background: #496a15;*/
}

.navbar-pc {
    display: block;
    min-width: 1320px !important;
    padding: 0;
    background: #417919 !important;
}

.navbar-pc .navbar-brand {
    color: #FFF;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    margin-right: 0;
}

.navbar-pc .navbar-brand:hover {
    /*text-decoration: underline;*/
    /*text-decoration-color: #f3f3f3;*/
    /*text-underline-offset: 0.5rem;*/
    color: #000;
    background: #fff;
}

.navbar-pc .nav-link {
    padding-right: 1.5rem !important;
    ;
    padding-left: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-pc .nav-link,
.navbar-pc .nav-link:focus,
.navbar-pc .nav-link:active,
.navbar-pc .nav-link.show {
    color: #fff;
    text-decoration: none;
}

.navbar-pc .nav-link:hover,
.navbar-pc .nav-link.active,
.navbar-pc .dropdown-item.active,
.navbar-pc .dropdown-item:active {
    color: #000;
    background: #fff;
    /*color: #fff;*/
    /*text-decoration: underline;*/
    /*text-decoration-color: #f3f3f3;*/
    /*text-underline-offset: 0.5rem;*/
}

.navbar-pc .nav-item:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00A13B;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transition: all .3s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
}

.navbar-pc .nav-item .nav-link:hover:after {
    opacity: 1;
    transform: scaleX(1);
}

.navbar-pc .dropdown-menu {
    min-width: 7rem;
}

.navbar-pc .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-pc .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.navbar-pc .dropdown-menu.show {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.navbar-pc .navbar-toggler {
    margin-top: .5rem;
    margin-bottom: .5rem;
    background-color: white;
}

.navbar-pc .navbar-toggler:focus {
    box-shadow: none;
}

.navbar-pc .dropdown-menu {
    border: 0;
    border-radius: unset;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .12), 0 1px 3px rgba(0, 0, 0, .1);
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.navbar-pc .dropdown-menu-end {
    right: 0;
    left: auto;
}

.navbar-pc .dropdown-item {
    padding: .5rem 1.125rem;
}

.navbar-wap {
    padding: 0;
}

.navbar-wap .navbar-brand {
    margin-right: .75rem;
    color: #fff;
    font-size: 1rem;
}

.navbar-wap .navbar-brand:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #f3f3f3;
    text-underline-offset: 0.5rem;
}

.navbar-wap .navbar-brand img {
    height: 3rem;
}

.navbar-wap .navbar-toggler {
    background: #fff;
    border: none;
}

.navbar-wap .navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-wap .navbar-collapse {
    margin: 0 -1rem;
    padding: 0 1rem;
}

.navbar-wap .navbar-collapse.collapse.show {
    z-index: 10;
    background: #fff;
}

.header-menu-wap {
    background: #fff;
    border-bottom: 1px solid #ededed;
    min-height: 3.625rem;
}

/*.header-menu-wap .navbar-nav {*/
/*    flex-direction: row;*/
/*}*/

/*.header-menu-wap .navbar-nav .nav-item {*/
/*    float: left;*/
/*    padding: 0 1rem;*/
/*}*/

.header-menu-wap .nav-item .nav-link {
    /*text-align: center;*/
    padding-left: 1rem;
    padding-right: 1rem;
}

/*.header-menu-wap .collapse.show .nav-item:hover {*/
/*    background: #f1f1f1;*/
/*}*/

.page-header {
    padding: 5rem 0;
    align-items: center;
    text-align: center;
}

.page-header .breadcrumb,
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item.active,
.page-header .breadcrumb-item+.breadcrumb-item::before,
.page-header .breadcrumb a {
    color: #e0e0e0;
}

@media screen and (min-width: 1024px) {
    .page-header {
        padding: calc(5rem + 2vw) 0;
    }
}

@media screen and (min-width: 1600px) {
    .page-header {
        padding: calc(5rem + 3vw) 0;
    }
}

@media screen and (min-width: 1920px) {
    .page-header {
        padding: calc(5rem + 4vw) 0;
    }
}

.page-header h1 {
    letter-spacing: 0.25em;
    margin-bottom: 0;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.5;
    font-family: "方正小标宋", "仿宋_GB2312";
    width: auto;
}

.article-container,
.page-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.price-color {
    color: #ff5000;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    width: 100% !important;
    height: 40rem !important;
    /*margin-bottom: 4rem;*/
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.container .carousel-inner {
    border-radius: .5rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    width: 100% !important;
    height: 40rem !important;
    border-radius: 0;
}

.carousel-item img {
    width: 100% !important;
    height: 40rem !important;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-container {
    height: 40rem;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 31.875rem;
    width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* max-height: 31.875rem; */
    object-fit: cover;
    /*border-radius: 0.375rem;*/
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: unset;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -3.75rem;
    padding: 0 0 3.75rem;
}

.wrap>.container {
    padding: 70px 1rem 1.25rem;
}

/* Home
-------------------------------------------------- */
/* 默认字体大小，适用于桌面浏览器 */
.wrap-title {
    font-size: 2.25rem;
}

/* 当屏幕宽度小于1200px时，调整字体大小 */
@media (max-width: 1199.98px) {
    .wrap-title {
        font-size: 2rem;
    }
}

/* 当屏幕宽度小于992px时，调整字体大小 */
@media (max-width: 991.98px) {
    .wrap-title {
        font-size: 1.75rem;
    }
}

/* 当屏幕宽度小于768px时，调整字体大小 */
@media (max-width: 767.98px) {
    .wrap-title {
        font-size: 1.5rem;
    }
}

/* 当屏幕宽度小于576px时，调整字体大小，适用于大多数手机屏幕 */
@media (max-width: 575.98px) {
    .wrap-title {
        font-size: 1.25rem;
    }
}


/** 九宫格 **/
.index_nine_patch {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.nine_patch_item {
    overflow: hidden;
}

.nine_patch_item img {
    transition: transform 500ms;
    cursor: pointer;
}

.nine_patch_item img:hover,
.nine_patch_item img:focus {
    transform: scale(1.25);
    z-index: 1;
}

.nine_patch_label {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
}

/* 热卖 */
.recommend_product_title {
    font-size: 1.125rem;
}

.index-hot-sale-item,
.index-scenic-item {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

.index-hot-sale-item a {
    display: block;
    overflow: hidden;
}

.index-hot-sale-item a:hover,
.index-scenic-item:hover {
    cursor: pointer;
}

.index-hot-sale-item a img,
.index-scenic-item img {
    transition: transform 500ms;
    height: 100%;
    max-height: 240px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    /* 设置宽高比为 4:3 */
    object-fit: cover;
    /* 确保图片填充容器，裁剪多余部分 */
}

.index-hot-sale-item a:hover img,
.index-hot-sale-item a:focus img,
.index-scenic-item:hover img,
.index-scenic-item:focus img {
    transform: scale(1.125);
    z-index: -1;
}

.index-hot-sale-item .buy-count {
    font-size: 14px;
}

/*首页推荐图文*/
.index-recommend-news img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    /* 设置宽高比为 4:3 */
    object-fit: cover;
    /* 确保图片填充容器，裁剪多余部分 */
}

.index-recommend-news:hover {
    cursor: pointer;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

/* Ticket
-------------------------------------------------- */
/* 当屏幕宽度小于576px时，调整字体大小，适用于大多数手机屏幕 */
@media (max-width: 575.98px) {
    .sibling-cate.nav-underline {
        gap: .5rem;
    }
}
.sibling-cate-item {
    padding:0;
}
.cate-item_active {
    background-color: #417919 !important;
}
.product-list {}

.product-item {
    border-bottom: 1px solid #ededed;
}

.product-item:last-child {
    border-bottom: none !important;
}

.product-item_excerpt {
    color: #333;
    margin: 1rem 0;
}

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

.product-item:hover img {
    cursor: pointer;
    transform: scale(1.025);
}

.product-image-thumbs {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
}

.product-image-thumb {
    display: block;
    position: relative;
    color: #111925;
    border-radius: .375rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    object-fit: cover;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.product-image-thumb:last-child {
    margin-right: 0;
}

.product-image-thumb.active,
.product-image-thumb:hover {
    cursor: pointer;
    /*opacity: .5;*/
}

.product-image-thumb img {
    max-width: 100%;
    height: auto;
    align-self: center;
    border-radius: .375rem;
    border: 1px solid #dee2e6;
}

.product-image-thumb.active img,
.product-image-thumb:hover img {
    border: 1px solid #417919;
}

.product-item_title {
    font-size: 1.25rem;
}

/**
门票详情
 */
.product-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111925;
    line-height: 1.5;
    display: inline-block;
    margin: 0;
}

.product-price {
    /*font-size: 1.25rem;*/
    color: #ff5000;
    /*font-weight: 500;*/
}

.product-price-text {
    font-size: 14px;
    line-height: 2;
}

.product-price-min,
.product-price-max,
.product-sku-price {}

.product-sku-price small {
    font-size: 1rem;
}

.booking-block {
    /*white-space: pre-line;*/
}

/* sku list */
.item-props {
    box-sizing: border-box;
    margin-bottom: .5rem;
}

.item-props .item-prop-key {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding-top: .5rem;
}

.item-props .item-prop-val {
    color: #666;
}

.item-props .item-prop {
    margin-right: .25rem;
    line-height: 2rem;
    /*height: 2rem;*/
    vertical-align: middle;
    padding: 1px;
    float: left;
}

.item-props .prop {
    display: inline-block;
    background-color: #fff;
    /*white-space: nowrap;*/
    width: auto;
    min-width: 10px;
    padding: 2px 8px;
    text-align: left;
    border: 1px solid #e0e0e0;
    color: #111925;
    text-decoration: none;
    cursor: pointer
}

.item-props .prop:hover {
    border: 2px solid #ff5b45;
    margin: -1px
}

.item-props .prop:focus {
    outline: 0
}

.item-props .hide {
    display: none
}

.item-props .selected {
    border: 2px solid #ff5b45;
    margin: -1px;
    color: #ee5742
}

.item-props .disabled {
    border: 1px dashed #d6d6d8;
    color: #cdcdcd;
    margin: 0;
    cursor: not-allowed
}

.product-desc {
    box-sizing: border-box;
    color: #666;
}

.product-desc .desc-name,
.product-desc .desc-value {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
}

.book-nums {
    max-width: 150px;
}

.btn-reduce,
.btn-plus {
    border-color: #dfe2e6;
    padding: .25rem .75rem;
    font-size: 1rem;
}

.btn-booking,
.btn-buy {
    color: #fff;
    background-color: #ff5000;
    border: 1px solid #ff5000;
}

.btn-booking:hover,
.btn-buy:hover {
    color: #fff;
    background-color: #f71d00;
    border: 1px solid #f71d00;
}

.btn-add-cart {
    color: #e90;
    border: 1px solid #e90;
}

.btn-add-cart:hover {
    color: #e90;
    background-color: #ffeeae;
    border: 1px solid #e90;
}

.btn-pay,
.btn-pay:hover {
    background-color: #07c160;
    color: #fff;
}

.btn-collect {}

.btn-collect:hover {}

.td_sku_intro {
    font-size: 14px;
    color: #737373 !important;
}

/**
  * ticket view
  */
.thumbSwiper {
    height: 80%;
    width: 100%;
}

.productSwiper {
    height: 7.25rem;
    box-sizing: border-box;
    padding: 10px 0;
}

.productSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.productSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-detail .detail-item {
    padding: 1.75rem 0 0 0;
    margin-bottom: 2rem;
}

.product-detail .detail-item:first-child {
    padding-top: 0;
}

.product-detail .detail-header {
    border-top: 1px solid #f5f5f5;
    font-size: 1.125rem;
    padding: 1.75rem 0;
    font-weight: 700;
}

.product-detail .product-content {
    font-size: 14px;
}

.product-detail .product-content p {
    margin-bottom: 1rem;
}

.product-detail .product-content p:last-child {
    margin-bottom: 0;
}

.product-detail .product-content img {
    width: 100%;
    max-width: 52rem;
    height: auto;
}

.node-title {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.node-title span {
    display: inline-block;
    padding: .5rem 0;
    font-weight: 700;
}

.attr_block {
    padding: 0 1rem;
}

.attr_dt {}

.attr_dt dt {
    font-weight: normal;
}

.attr_dt dt,
.attr_dt dd {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.ipt_book,
.ipt_playdate {
    max-width: 10rem;
}

#sidebar-recommend {
    padding: 1rem !important;
}

#sidebar-recommend .sidebar-recommend-item:last-child {
    border-bottom: 0 !important;
}

.sidebar-product-top-item {
    display: block;
}

.sidebar-product-top-item .block-product-cover_image {
    display: none;
}

.sidebar-product-top-item.active {
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.sidebar-product-top-item.active .block-product-cover_image {
    display: block !important;
}

.sidebar-product-top-item.active .block-product-cover_image img {
    border-radius: 0.375rem;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

/* Book Page
-------------------------------------------------- */
.book-node-title {
    font-size: 1.125rem;
    /*border-bottom: 2px solid #4e7905;*/
    color: #fff;
    background: #417919 !important;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.book-node-title span {
    display: inline-block;
    padding: .5rem 0;
    font-weight: 500;
    /*background: #4e7905;*/
    /*border-bottom: 3px solid #4e7905;*/
}

/* Pay Page
-------------------------------------------------- */
.pay-node-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
}

.pay-node-title span {
    display: inline-block;
    padding: .5rem 0;
    font-weight: 700;
}

/* Footer
-------------------------------------------------- */
footer {
    color: #838383;
    font-size: 14px;
    padding: 3rem 1rem;
}

footer a {
    color: #838383;
}

footer a:hover {
    color: #838383;
    text-decoration: underline;
}

.footer p,
.footer div {
    font-size: 14px;
    margin-bottom: .5rem;
    color: #838383;
}

.wechat_qrcode_img,
.h5_qrcode_img {
    max-width: 10rem;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
}

.article-container {
    /*background: #FFF;*/
}

.page-title {
    margin: 1.5rem 0;
    font-size: 1.5rem;
}

/* 内容列表
-------------------------------------------------- */
.article-list {
    padding: 0;
}

.article-item {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ededed;
}

.article-item:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.article-item:hover img {
    transform: scale(1.125);
    animation: article-item-hover-animation 0.3s ease-in-out forwards;
}

.article-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

/** .article-item:hover img 鼠标退出动画 */
.article-item:not(:hover) img {
    animation: article-item-hover-animation-reverse 0.3s ease-in-out forwards;
}

@keyframes article-item-hover-animation-reverse {
    from {
        transform: scale(1.125);
    }

    to {
        transform: scale(1);
    }
}

@keyframes article-item-hover-animation {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.125);
    }
}

.article-item_cover_image {
    display: block;
    position: relative;
    color: #111925;
    overflow: hidden;
    margin-bottom: 1rem;
}

.article-item_cover_image img {
    list-style: none;
    color: #111925;
    vertical-align: middle;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.article-item-grid {
    cursor: pointer;
}

.article-item-grid img {
    transition: transform 500ms;
}

.article-item-grid:hover img,
.article-item-grid:focus img {
    transform: scale(1.25);
}

.article-item_cover_image_top {
    overflow: hidden;
}

.article-item_detail {
    /*height: 130px;*/
}

h3.article-item_title {
    color: #111925;
    font-size: calc(1rem + .5vw);
    line-height: 1.5;
    font-weight: normal;
    height: auto;
    /*max-height: 6rem;*/
    margin-bottom: 0.75rem;
}


.article-item_excerpt {
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.article-item_meta {
    position: relative;
    color: #11192559;
    font-size: 14px;
    height: 22px;
}

.article-item_meta span {
    margin-right: .625rem;
}

.article-item_meta span.is_top {
    color: #dc3545;
    font-weight: bold;
}

.article-item_meta span.is_good {
    color: #28a745;
    font-weight: bold;
}

/* 详情 */
.article {
    padding-top: 3rem;
}

h1.page-title,
h1.article-title {
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.25;
    margin: 1rem 0;
    color: #111925;
    text-align: center;
}

.article-meta {
    margin-bottom: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}

.article-meta span {
    margin-right: .5rem;
}

.article-meta span:last-child {
    margin-right: 0;
}

.article-meta span a {
    color: #666;
}

.article-meta_separator {
    margin-right: .25rem;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
}

.article-content {
    width: 100%;
}

.page-content,
.article-content {
    font-size: 1rem;
    line-height: 2.2;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.article-content h1,
.article-content h2,
.article-content h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 2;
}

.page-content h4,
.page-content h5,
.page-content h6,
.article-content h4,
.article-content h5,
.article-content h6,
.page-content p,
.article-content p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 2;
}

.page-content p:last-child,
.article-content p:last-child {
    margin-bottom: 0;
}

.page-content img,
.article-content img {
    width: 100%;
}

.page-content a,
.article-content a {
    color: #0d6efd;
}

.page-content a:hover,
.article-content a:hover {
    text-decoration: underline;
    text-decoration-color: #0d6efd;
    text-underline-offset: 0.25rem;
}

.page-content iframe,
.article-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1160 / 653;
}

/* 边栏 */
.block {
    /* border: 1px solid rgba(0, 0, 0, .125); */
    background: #fff;
    padding: 1.5rem 1rem 0 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.block-header {
    border-bottom: 2px solid rgba(0, 0, 0, .125);
    height: 2.5rem;
}

.block-title {
    display: inline-block;
    border-bottom: 2px solid #111925;
    height: 2.5rem;
    font-size: 1.25rem;
    font-weight: normal;
}

.block-body {
    padding: 1.25rem 0;
}

.block-body ul {
    margin-bottom: 0;
}

.block-body ul li:last-child,
.block-body p:last-child {
    margin-bottom: 0;
}

.block-body ul li {
    /*border-bottom: 1px dashed #ccc;*/
}

.block-body ul li:hover {
    /*text-decoration: underline;*/
    /*text-decoration-color: rgba(0, 0, 0, 0.7);;*/
    /*text-underline-offset: 0.25rem;*/
    /*border-bottom: 1px dashed #ccc;*/
}

.block-body ul li:last-child {
    border-bottom: 0;
}

.block-body ul li a {
    display: block;
    padding: .75rem 0;
    line-height: 1.75;
    border-bottom: 1px dashed #ccc;
}

.block-body ul li a:hover {
    color: #111925;
}

.block-body ul li:last-child a {
    border-bottom: none;
}

/* 文字资讯 */
.block-list {
    margin-bottom: 0;
    padding-top: 1rem;
}

.block-list .block-list-item {
    padding: .5rem 0;
    border-bottom: 1px dashed #ccc;
    /*font-size:.875rem;*/
    display: flex;
    align-items: center;
    gap: 1rem;
}

.block-list .block-list-item:last-child {
    border-bottom: none;
}

.block .block-list .block-list-item a {
    display: inline-block;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-list .block-list-item span {
    width: 20%;
    display: block;
    float: right;
    text-align: right;
}


/* 图文资讯 */
.block-body img.image-text-list-item-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    /* 设置宽高比为 4:3 */
    object-fit: cover;
    /* 确保图片填充容器，裁剪多余部分 */
}

.card {
    /*border-width: 0;*/
    box-shadow: 0 2px 4px rgba(0, 21, 41, .08);
}

.card-header {
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

.card-body p:last-child {
    margin-bottom: 0;
}

.card-img-top {}

.list-group-item {
    border-bottom-color: rgba(0, 0, 0, 0.125);
}

.block-footer {
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    text-align: center;
    padding: .5rem;
}

.block-footer .view_more {
    display: inline-block;
}


/**
 * content
 */
.content-body {
    color: #404040;
    font-size: 16px;
    line-height: 32px;
    font-family: Arial, "Hiragino Sans GB", STHeiti, "Helvetica Neue", Helvetica, "Microsoft Yahei", "WenQuanYi Micro Hei", sans-serif;
}

.content-body img {
    width: auto;
    max-width: 100%;
}

.content-body figure.image {
    text-align: center;
}

.content-body .table>thead>tr>th,
.content-body .table>tbody>tr>th,
.content-body .table>tfoot>tr>th,
.content-body .table>thead>tr>td,
.content-body .table>tbody>tr>td,
.content-body .table>tfoot>tr>td {
    border: 0;
}

.content-body h1,
.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5 {
    margin: 36px 0 1.5rem;
    font-size: 18px;
    font-weight: 600;
}

.content-body ul,
.content-body ol,
.content-body p {
    margin: 2rem 0 1.5rem 0;
}

.content-body p {
    text-align: justify;
    margin: 2rem 0 1.5rem 0;
}

/**
 * 用户中心
 */
.login-title span {
    text-align: center;
    font-size: 20px;
}

.user-nav .dropdown-toggle::after {
    content: none;
}

.user-nav .btn-logout {
    display: block;
    width: 100%;
    color: #212529;
    text-decoration: none;
}

.user-nav .btn-logout:hover {
    text-decoration: none;
}

.user-nav .user_icon_link {
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    padding: .25rem !important;
    display: block;
}

.user-nav .user-dropdown {
    font-size: 1rem;
    vertical-align: top !important;
    color: #f5f5f5;
}

.user-nav .user-dropdown:hover,
.user-nav .user-dropdown:focus,
.user-nav .user-dropdown:focus-within {
    color: #fff;
}

.user-nav .nav-link:hover {
    background: transparent;
}

.user-container {
    margin-top: 32px;
    min-height: 45rem;
}

/**
 * comment
 */
.comments .comment-author-avatar {
    float: left;
    width: 60px;
}

.comments .comment-author-avatar img {
    width: 60px;
}

/**
 * auth-clients
 */
.auth-icon {
    display: block;
    width: 32px;
    height: 32px;
    /*background: url(authchoice.png) no-repeat;*/
    border-radius: 3px;
    margin: 0 auto;
}

.auth-clients {
    display: block;
    list-style: none;
    overflow: auto;
}

.auth-clients li {
    float: left;
    display: block;
    margin: 0 1em 0 0;
    text-align: center;
}

.auth-title {
    display: block;
    margin-top: 0.4em;
    text-align: center;
    width: 58px;
}

/*
 * 订单支付页面
 * ==========
 */
.qrcode_pay_block {}

.qrcode_pay_block .wechat_pay {
    max-width: 12rem;
    text-align: center;
    padding: 1rem 0;
    margin: 0 auto;
}

.qrcode_pay_block .pay_logo {
    width: 145px;
}

.goto_alipay_logo {
    height: 1.25rem;
}

.qrcode_pay_block .pay_qrcode {
    width: 185px;
}

.btn_alipay,
.btn_wepay {
    margin-bottom: .5rem;
    margin-right: .5rem;
}

.btn_wepay,
.btn_wepay:focus {
    font-size: 1.25rem;
    text-align: center;
}

.wap_wepay_logo,
.wap_alipay_logo {
    height: 2rem;
}

.bg-wepay,
.bg-wepay:focus,
.bg-wepay:active {
    background: #04be02;
    color: #fff;
}

.pay_tab_icon {
    height: 1rem;
}

.ipt_book {
    /*max-width: 10rem;*/
    /*padding-left: 0;*/
}

/*
 * 视频页面
 */
.video_iframe {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 82.5rem;
}

.vr-block {
    /*width: 100%;*/
    /*max-width: 48.75rem;*/
}

.vr-block .vr-item {}

.vr-item h6 span {
    border-bottom: 2px solid #111;
}

.vr-item_lang a {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    /* padding: 0 .5rem; */
}

.vr-item_lang a:hover {
    text-decoration: underline;
    color: #111;
}

td.sku_intro {
    color: #212529bf;
}

/* 企业微信按钮 */
.btn-consult {
    margin-bottom: .5rem;
}

.btn-wework {
    color: #0079de;
    align-items: center;
    text-align: center;
}

.btn-consult svg,
.wework_consult_img {
    height: 16px;
    margin-bottom: 2px;
}


/* goods channel */
.goods-item:last-child {
    border-bottom: none !important;
}

.goods-item .goods-title {
    font-size: 16px;
    line-height: 1.5;
}

.info-item {
    display: flex !important;
    justify-content: space-between !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.info-item .info-item-label {
    color: rgba(0, 0, 0, 0.9);
}

.info-item .info-item-value {
    color: rgba(0, 0, 0, 0.55);
}


.card-header {
    padding: 1rem;
}

.card-title {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}

.card-action-right {
    font-size: .875rem;
}

.category-list-item {
    margin-bottom: 1rem !important;
    transition: all 0.35s ease;
    padding: 1rem;
    border-radius: var(--bs-border-radius) !important;
}

.category-list-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    border-color: transparent;
}

.category-list-item:last-child {
    margin-bottom: 0 !important;
}

.category-list-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.category-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-list-image img:hover {
    transform: scale(1.05);
}

.category-list-item:hover .category-list-item_title {
    color: #417919;
}

.category-list-item_title {
    line-height: 1.5;
    font-size: 1.125rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ================================
   Video List
   ================================ */
.video-list {
    padding: 1rem 0;
}

.video-list .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.video-list .row>[class*="col-"] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 2.5rem;
}

.video-item {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.video-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.video-item_cover_image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f5f5f5;
}

.video-item_cover_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.video-item:hover .video-item_cover_image img {
    transform: scale(1.08);
}

.video-item_cover_image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
}

.video-item_cover_image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    z-index: 3;
    margin-left: 4px;
    transition: all 0.3s ease;
}

.video-item:hover .video-item_cover_image::before {
    background: rgba(65, 121, 25, 0.85);
    transform: translate(-50%, -50%) scale(1.1);
}

.video-item:hover .video-item_cover_image::after {
    border-color: transparent transparent transparent #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-item .video-item_title {
    padding: 1rem;
    font-size: 1.125rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: #111925;
    margin: 0;
    /* height: 2.5rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.video-item:hover .video-item_title {
    color: #417919;
}

.video-item .video-item_excerpt {
    padding: 0 1rem;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    max-height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
}

.video-item .video-item_meta {
    padding: 1rem;
    font-size: 13px;
    color: #11192559;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.video-item .video-item_meta span {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}

.video-item .video-item_meta .author::before {
    content: '👤';
    margin-right: 4px;
    font-size: 12px;
}

.video-item .video-item_meta .copy-from::before {
    content: '📄';
    margin-right: 4px;
    font-size: 12px;
}

.video-item .video-item_meta .publish_date::before {
    content: '📅';
    margin-right: 4px;
    font-size: 12px;
}

/* ================================
   Channel Grid
   ================================ */
.channel-gird-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.channel-gird-col img {
    margin-bottom: 1.5rem;
    display: block;
    height: 400px;
}

/* ================================
   Gallery List
   ================================ */
.gallery-container {
    padding: 2rem 0;
}

.gallery-list {
    margin-bottom: 2rem;
}

.gallery-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.gallery-item .gallery-item_cover_image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.gallery-item .gallery-item_cover_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-item_cover_image img {
    transform: scale(1.08);
}

.gallery-item .gallery-item_detail {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.gallery-item .gallery-item_title {
    font-size: 1.125rem !important;
    font-weight: 500;
    line-height: 1.5;
    color: #111925;
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}

.gallery-item .gallery-item_title a {
    color: inherit;
    text-decoration: none;
}

.gallery-item:hover .gallery-item_title {
    color: #417919;
}

.gallery-item .gallery-item_excerpt {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    max-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
}

.gallery-item .gallery-item_meta {
    font-size: 13px;
    color: #11192559;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.gallery-item .gallery-item_meta span {
    display: inline-flex;
    align-items: center;
}

.gallery-item .gallery-item_meta .pinned {
    background: #ff4d4f;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.gallery-item .gallery-item_meta .recommended {
    background: #417919;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.gallery-item .gallery-item_meta .author::before {
    content: '👤';
    margin-right: 4px;
    font-size: 12px;
}

.gallery-item .gallery-item_meta .copy-from::before {
    content: '📄';
    margin-right: 4px;
    font-size: 12px;
}

.gallery-item .gallery-item_meta .publish_date::before {
    content: '📅';
    margin-right: 4px;
    font-size: 12px;
}
