@import url('swiper-bundle6.min.css');
@import url('swiper-bundle11.min.css');
.h1_title1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 50px 0;
}

.crumbs_bg .nav_crumbs {
    background-color: #f7f0ec;
    border: none;
}

.h3_title1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
}

.h3_title1 img {
    height: 20px;
    margin-right: 26px;
    margin-left: -8px;
    margin-bottom: -3px;
}

.author_item_right {
    border-left: 1px #ccc solid;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.author_item_right_item {
    margin-bottom: 35px;
}

.author_item_right_tit {
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.6;
}

.author_item_right_tit a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.author_item_right_info {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author_item_right_info span {
    border-right: 1px #ccc solid;
    margin-right: 10px;
    padding-right: 15px;
}

.author_item_right_info img {
    width: 18px;
    filter: brightness(0);
    margin-right: 6px;
    margin-bottom: -3px;
}

.author_item_right_info a:hover img {
    filter: none
}

.author_item_right_tit::before {
    clear: both;
    content: "";
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    left: -44px;
    top: 8px;
}

.author_item_right_tit:hover::before {
    background-color: #6F2C09;
}

.author_item_right_more {
    position: relative;
}

.author_item_right_more img {
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    filter: brightness(0);
}

.author_item_right_more:hover img {
    filter: none;
}

.author_item_right_more i {
    font-size: 20px;
    margin-left: 10px;
    position: absolute;
    top: -2px;
}

.hr_dashed {
    border: none;
    height: 2px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #aaa 5px, #aaa 10px);
    margin: 10px 0 60px;
}

.author_item_left {
    border: 1px #ccc solid;
    margin-right: 40px;
    margin-bottom: 50px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.author_item_left:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.author_item_left_img {
    height: 370px;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
}

.author_item_left img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.author_item_left img:hover {
    transform: scale(1.1);
}

.author_item_left_bottom {
    padding: 25px 30px;
}

.author_item_left_name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.author_item_left p {
    line-height: 1.8;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
    .author_item_left {
        margin-right: 20px;
    }
    .author_item_right_info {
        font-size: 13px;
    }
    .author_item_right_info span {
        margin-right: 5px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .author_item_left img {
        height: auto;
    }
    .author_item_left_img {
        height: auto;
        overflow: hidden;
    }
    .author_item_left p {
        display: block;
    }
    .author_item_right_tit a {
        -webkit-line-clamp: 3;
    }
    .hr_dashed {
        margin: 0 0 40px;
    }
    .author_item_right {
        padding-left: 20px;
        border: none;
        padding-bottom: 0;
    }
    .author_item_right_tit::before {
        left: -20px;
        background-color: #1C1D1D;
    }
}

.author_detail_bg {
    background-image: url(../images/author-bg.svg);
    background-color: #f7f0ec;
    background-repeat: no-repeat;
    padding-bottom: 236px;
}

#author_detail_top_swiper {
    padding: 0 1px 50px;
    margin-bottom: 60px;
    margin-top: -232px;
}

.author_detail_top {
    text-align: center;
    margin-bottom: 40px;
}

.author_detail_top img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin-bottom: 20px;
    border: 1px #fff solid;
}

.author_detail_top h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.author_detail_top p {
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
}

.swiper-slide_blog {
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 10px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.swiper-slide_blog:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.swiper-slide_blog_img {
    overflow: hidden;
    border: 1px #ddd solid;
    width: 100%;
    height: 220px;
    display: block;
}

.swiper-slide_blog_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.swiper-slide_blog img:hover {
    transform: scale(1.1);
}

.swiper-slide_blog_bottom {
    padding: 20px 20px 15px;
    text-align: center;
}

.swiper-slide_blog_tit {
    font-weight: bold;
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-slide_blog_info {
    font-size: 14px;
}

.swiper-slide_blog_info span {
    border-right: 1px #aaa solid;
    margin-right: 10px;
    padding-right: 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #6e2a06;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 20px;
    border: 1px #6e2a06 solid;
    position: absolute;
    z-index: -1;
    left: -3px;
    top: -3px;
}

.h2_title1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.author_blog_list_item {
    margin-bottom: 30px;
}

.author_blog_list_img {
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border: 1px #ddd solid;
    margin-right: 30px;
    transition: box-shadow 0.3s ease;
}

.author_blog_list_img:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.author_blog_list_img img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.author_blog_list_img img:hover {
    transform: scale(1.1);
}

.author_blog_list_right {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author_blog_list_right_info {
    margin-bottom: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 18px;
}

.author_blog_list_right_info img {
    height: 16px;
    filter: brightness(0);
    margin-right: 8px;
    margin-bottom: -3px;
}

.author_blog_list_right_info a:hover img {
    filter: none
}

.author_blog_list_right_info span {
    border-right: 1px #aaa solid;
    margin-right: 10px;
    padding-right: 10px;
}

.author_blog_list_right_title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.author_blog_list_right p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.more_list_item {
    text-align: center;
    margin-bottom: 50px;
}

.more_list_item span {
    display: inline-block;
    border: 1px #1C1D1D solid;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 0px;
    font-weight: 500;
    line-height: 1.2;
}

.more_list_item span:hover {
    border-color: #6F2C09;
    color: #6F2C09;
}

.more_list_item img {
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    filter: brightness(0);
}

.more_list_item span:hover img {
    filter: none;
}

@media (max-width: 767px) {
    .author_blog_list_img {
        width: 200px;
    }
    .author_blog_list_img img {
        width: 200px;
    }
    .h1_title1 {
        font-size: 26px;
    }
    .h2_title1 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .author_blog_list_img {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .author_blog_list_img img {
        width: 100%;
    }
    .author_blog_list_right {
        height: auto;
        display: block;
    }
}

.crumbs_bg .nav_crumbs {
    background-color: #f7f0ec;
    border: none;
}

.blog_all_bg {
    background-image: url(../images/blog-bg2.jpg);
    background-position: bottom;
}


/* .blog_all {
    margin-bottom: 80px;
} */

.blog_all_list_item {
    position: relative;
    border: 1px #ddd solid;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease;
}

.blog_all_list_item:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.blog_all_list_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}

.blog_all_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog_all_list_img img:hover {
    transform: scale(1.1);
}

.blog_all_list_bottom {
    padding: 26px 20px 22px;
    border-top: 1px #ddd solid;
    background-color: #fff;
}

.blog_all_list_bottom p {
    line-height: 26px;
    height: 78px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog_all_list_info {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.blog_all_list_info a {
    border-left: 1px #ccc solid;
    margin-left: 10px;
    padding-left: 10px;
    color: #666;
}

.blog_all_list_info a:hover {
    color: #6F2C09;
}

.blog_all_list_info img {
    height: 16px;
    margin-bottom: -3px;
    margin-right: 6px;
    filter: brightness(0);
}

.blog_all_list_info a:hover img {
    filter: none;
}

.blog_all_list_title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    height: 56px;
}

.blog_all_list_title2 {
    -webkit-line-clamp: 1;
    height: auto;
    margin-bottom: 10px;
}

.blog_all_list_cate {
    background-color: #6F2C09;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 5;
    font-size: 15px;
}

.blog_all_list_cate:hover {
    color: #fff;
    background-color: #8c370a;
}

.more_list_item {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.more_list_item span {
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.2;
}

.more_list_item span:hover {
    border-color: #6F2C09;
    color: #6F2C09;
}

.more_list_item img {
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 8px;
    filter: brightness(0);
}

.more_list_item span:hover img {
    filter: none;
}

.h2_title1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.blog_all_product {
    margin-bottom: 30px;
    border: 1px #ddd solid;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.blog_all_product:hover {
    box-shadow: 0 20px 15px -15px rgba(139, 78, 17, 0.1);
}

.blog_all_product_img {
    height: 260px;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.blog_all_product_img img {
    object-fit: contain;
    height: 260px;
    width: 100%;
    transition: all .3s linear;
    display: block;
}

.blog_all_product_img img:hover {
    transform: scale(1.1);
}

.blog_all_product_save {
    background: #D73A30;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.blog_all_product_bottom {
    border-top: 1px #ddd solid;
    padding: 20px;
}

.blog_all_product_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    height: 72px;
    margin-bottom: 18px;
}

.new_block-rating {
    margin-bottom: 18px;
}

.product_buy_now {
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(111, 44, 9, .8);
    font-size: 15px;
    line-height: 46px;
    display: block;
    bottom: -46px;
    transition: all 0.3s ease 0s;
}

.blog_all_product_img:hover span.product_buy_now {
    bottom: 0;
}

.blog_all_product_price {
    font-size: 20px;
}

.blog_all_product_price span {
    color: #D73A30;
    font-weight: bold;
    margin-right: 10px;
}

.blog_all_product_price del {
    color: #999;
}

.blog_related_product {
    margin-bottom: 30px;
}

.h1_title1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    margin: 50px 0;
}

.h1_title2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 50px;
    color: #6F2C09;
}

.blog_all_list_bottom2 {
    border: none;
}

.blog_all_list_img2 {
    width: calc(100% - 20px);
    margin: 0 auto;
    margin-top: 10px;
}

.blog_swiper_top {
    margin-bottom: 50px;
}

.swiper-button-next2,
.swiper-button-prev2 {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 36px;
    height: 36px;
    background-position: center center;
    border-radius: 50%;
    transition: 0.3s;
}

.swiper-button-prev2 {
    background-image: url(../images/swiper-left.png);
    left: -50px;
}

.swiper-button-next2 {
    background-image: url(../images/swiper-right.png);
    right: -50px;
}

.swiper-button-prev2:hover {
    background-image: url(../images/swiper-left2.png);
}

.swiper-button-next2:hover {
    background-image: url(../images/swiper-right2.png);
}

.blog_swiper_top {
    position: relative;
}

#blog_all_product_swiper {
    padding-bottom: 30px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #6e2a06;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 8px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 20px;
    border: 1px #6e2a06 solid;
    position: absolute;
    z-index: -1;
    left: -3px;
    top: -3px;
}

.hide {
    display: none;
}

.blog_all_tab #tab-switch1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 30px;
}

.blog_all_tab #tab-switch1 span {
    width: 18%;
    background-size: 60px;
    background-repeat: no-repeat;
    background-color: #6f2d0969;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 76px;
    background-position: center;
    cursor: pointer;
}

.blog_all_tab #tab-switch1 span.active {
    background-color: #6f2d09d5;
    box-shadow: 0px 10px 15px -5px rgba(139, 78, 17, 0.3);
}

.blog_all_tab #tab-switch1 a {
    width: 18%;
    background-size: 60px;
    background-repeat: no-repeat;
    background-color: #6f2d0969;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 76px;
    background-position: center;
    cursor: pointer;
}

.blog_all_tab #tab-switch1 a.active,
.blog_all_tab #tab-switch1 a:hover {
    background-color: #6f2d09d5;
    box-shadow: 0px 10px 15px -5px rgba(139, 78, 17, 0.3);
}

.blog_cate_one_swiper {
    margin-bottom: 50px;
}

@media (max-width: 1080px) {
    .swiper-button-prev2 {
        left: -18px;
    }
    .swiper-button-next2 {
        right: -18px;
    }
}

@media (max-width: 991px) {
    .swiper-button-prev2 {
        left: -50px;
    }
    .swiper-button-next2 {
        right: -50px;
    }
    .blog_all_tab #tab-switch1 span {
        font-size: 16px;
    }
    .blog_all_tab #tab-switch1 a {
        font-size: 16px;
    }
}

@media (max-width: 850px) {
    .swiper-button-prev2 {
        left: -18px;
    }
    .swiper-button-next2 {
        right: -18px;
    }
}

@media (max-width: 767px) {
    .h1_title1 {
        font-size: 26px;
    }
    .h1_title2 {
        font-size: 26px;
    }
    .h2_title1 {
        font-size: 24px;
    }
    .blog_all_tab #tab-switch1 span {
        width: 20%;
        font-size: 15px;
    }
    .blog_all_tab #tab-switch1 a {
        width: 20%;
        font-size: 15px;
    }
    .blog_all_list_title {
        height: auto;
    }
}

@media (max-width: 600px) {
    .swiper-button-prev2 {
        left: 10px;
    }
    .swiper-button-next2 {
        right: 10px;
    }
    .blog_all_tab #tab-switch1 span {
        width: 33.333333%;
        margin-bottom: 10px;
        line-height: 56px;
        background-size: 40px;
    }
    .blog_all_tab #tab-switch1 a {
        width: 33.333333%;
        margin-bottom: 10px;
        line-height: 56px;
        background-size: 40px;
    }
    .blog_all_tab #tab-switch1 {
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}


/*Plugin CSS*/

.str_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    /* padding-right: 5px; */
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}

.blog_cate_one_swiper_top {
    margin-bottom: 40px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 40px;
}

.blog_cate_one_swiper_top a {
    width: 200px;
    height: 80px;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    white-space: normal;
    margin-right: 20px;
    line-height: 24px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

.blog_cate_one_swiper_top a:last-child {
    margin-right: 0;
}

.blog_cate_one_swiper_top .str_move_absolute a:last-child {
    margin-right: 20px;
}

.blog_cate_one_swiper_top a span {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog_cate_one_swiper_top a:nth-child(5n+1) {
    background-color: #fef9ee;
}

.blog_cate_one_swiper_top a:nth-child(5n+2) {
    background-color: #e6f5fa;
}

.blog_cate_one_swiper_top a:nth-child(5n+3) {
    background-color: #eae9f9;
}

.blog_cate_one_swiper_top a:nth-child(5n+4) {
    background-color: #e8f7f1;
}

.blog_cate_one_swiper_top a:nth-child(5n) {
    background-color: #f8e9f4;
}

.blog_cate_one_swiper_top a:nth-child(5n+1):hover,
.blog_cate_one_swiper_top a:nth-child(5n+1).active {
    box-shadow: 0 5px 6px 0px #eeebe4d2;
}

.blog_cate_one_swiper_top a:nth-child(5n+2):hover,
.blog_cate_one_swiper_top a:nth-child(5n+2).active {
    box-shadow: 0 5px 6px 0px #e0ebefd2;
}

.blog_cate_one_swiper_top a:nth-child(5n+3):hover,
.blog_cate_one_swiper_top a:nth-child(5n+3).active {
    box-shadow: 0 5px 6px 0px #dddce4d2;
}

.blog_cate_one_swiper_top a:nth-child(5n+4):hover,
.blog_cate_one_swiper_top a:nth-child(5n+4).active {
    box-shadow: 0 5px 6px 0px #e2ece8d2;
}

.blog_cate_one_swiper_top a:nth-child(5n):hover,
.blog_cate_one_swiper_top a:nth-child(5n).active {
    box-shadow: 0 5px 6px 0px #eee4ecd2;
}

.cate_one_swiper_all {
    height: 500px;
    position: relative;
    margin-bottom: 80px;
    border: 1px #ddd solid;
}

.cate_one_swiper_left {
    width: 35%;
    float: left;
    height: 430px;
    /* border: 1px #ddd solid;
    border-right: none;
    border-bottom: none; */
}

.cate_one_swiper_right {
    width: 65%;
    float: right;
    border-left: 1px #ddd solid;
}

.cate_one_swiper_img {
    width: calc(100% + 1px);
    height: 300px;
    overflow: hidden;
    display: block;
}

.cate_one_swiper_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .3s linear;
}

.cate_one_swiper_img img:hover {
    transform: scale(1.1);
}

.cate_one_swiper_bottom {
    background-color: #fff;
    padding: 24px 20px 18px;
    border-top: 1px #ddd solid;
}

.cate_one_swiper_info {
    font-size: 15px;
    margin-bottom: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.cate_one_swiper_info a {
    border-left: 1px #ccc solid;
    padding-left: 10px;
    margin-left: 10px;
}

.cate_one_swiper_info img {
    height: 16px;
    margin-bottom: -3px;
    filter: brightness(0);
    margin-right: 6px;
}

.cate_one_swiper_bottom a:hover img {
    filter: none;
}

.cate_one_swiper_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.cate_one_swiper_bottom p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 26px;
    font-size: 14px;
    height: 78px;
}

.cate_one_swiper2_img {
    width: 86px;
    height: 86px;
    overflow: hidden;
    display: block;
    float: left;
    border-right: 1px #ddd solid;
}

.cate_one_swiper2_img img {
    width: 86px;
    height: 86px;
    object-fit: cover;
    transition: all .3s linear;
}

.cate_one_swiper2_img img:hover {
    transform: scale(1.1);
}

.cate_one_swiper_left .swiper-slide {
    background-color: #fff;
    height: 86px;
    border-bottom: 1px #ddd solid;
}

.cate_one_swiper2 {
    cursor: pointer;
}

.cate_one_swiper2_title {
    padding: 10px 20px;
    display: flex;
    height: 86px;
    align-items: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 15px;
}

.cate_one_swiper2_title span,
.cate_one_swiper2_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cate_one_swiper_left .swiper-slide.swiper-slide-thumb-active {
    background-color: #f7f0ec;
    border-color: #6F2C09;
}

.cate_one_swiper_left .swiper-slide.swiper-slide-thumb-active .cate_one_swiper2_title a,
.cate_one_swiper_left .swiper-slide.swiper-slide-thumb-active .cate_one_swiper2_title span {
    color: #6F2C09;
}

.cate_one_swiper-button {
    /* border: 1px #ddd solid;
    border-right: none; */
    height: 70px;
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog_cate_one_swiper .swiper-button-next,
.blog_cate_one_swiper .swiper-button-prev {
    background-color: #f7f0ec;
    border-radius: 20px;
    width: 40px;
    height: 60px;
    top: 40%;
    /* transition: box-shadow 0.3s ease; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px;
    color: #333;
}

.blog_cate_one_swiper .swiper-button-next:hover,
.blog_cate_one_swiper .swiper-button-prev:hover {
    background-color: #6F2C09;
    box-shadow: 0 5px 6px 2px #6f2d0911;
}

.blog_cate_one_swiper .swiper-button-next:hover:after,
.blog_cate_one_swiper .swiper-button-prev:hover:after {
    color: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30%;
    transform: rotate(90deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30%;
    transform: rotate(90deg);
}

.time_author {
    display: inline-block;
}

.author_all_item {
    border-bottom: 2px #ddd dashed;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.author_all .author_all_item:last-child {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

#load_more_blog_all {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 20%;
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 20%;
    }
}

@media (max-width: 767px) {
    .cate_one_swiper2_title {
        display: none;
    }
    .cate_one_swiper_left {
        width: 86px;
    }
    .cate_one_swiper_right {
        width: calc(100% - 86px);
    }
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none;
    }
    .cate_one_swiper-button {
        width: 86px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 25%;
    }
    .author_item_left {
        margin-right: 0px;
    }
    .h3_title1 img {
        margin-left: 0;
        margin-bottom: -2px;
        margin-right: 15px;
    }
    .cate_one_swiper2_img {
        border-right: none;
    }
}

@media (max-width: 500px) {
    .cate_one_swiper_img img {
        height: 180px;
    }
    .cate_one_swiper_img {
        height: 180px;
    }
    .cate_one_swiper_bottom p {
        -webkit-line-clamp: 2;
        height: 52px;
    }
    .cate_one_swiper_left {
        height: 301px;
    }
    .cate_one_swiper_all {
        height: max-content;
        margin-bottom: 50px;
    }
    .cate_one_swiper_title {
        font-size: 16px;
    }
    .blog_cate_one_swiper_top a {
        height: 66px;
        line-height: 20px;
        margin-right: 10px;
    }
    .blog_cate_one_swiper_top a:last-child {
        margin-right: 0;
    }
    .blog_cate_one_swiper_top .str_move_absolute a:last-child {
        margin-right: 10px;
    }
    .blog_cate_one_swiper_top {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .cate_one_swiper_left {
        width: calc(100% - 26px);
    }
    .cate_one_swiper_left {
        height: 80px;
        float: none;
        margin: 0;
        border-right: 1px #ddd solid;
    }
    .cate_one_swiper-button {
        top: 0;
        right: 0;
        left: auto;
        height: 80px;
        width: 26px;
    }
    .cate_one_swiper_right {
        width: 100%;
        float: none;
    }
    .cate_one_swiper2_img {
        width: 100%;
        height: 78px;
    }
    .cate_one_swiper2_img img {
        width: 100%;
        height: 78px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        transform: rotate(0deg);
    }
    .blog_cate_one_swiper .swiper-button-next,
    .blog_cate_one_swiper .swiper-button-prev {
        top: 22px;
        right: 0;
    }
    .cate_one_swiper-button {
        border-bottom: 1px #ddd solid;
    }
    .blog_cate_one_swiper .swiper-button-next,
    .blog_cate_one_swiper .swiper-button-prev {
        width: 25px;
        height: 79px;
        border-radius: 0;
        background-color: #fff;
    }
    .cate_one_swiper_title {
        -webkit-line-clamp: 2;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .cate_one_swiper_bottom p {
        -webkit-line-clamp: 3;
        height: 78px;
    }
    .cate_one_swiper_info {
        line-height: 20px;
        overflow: initial;
        white-space: normal;
    }
    .cate_one_swiper_info a.info_cate {
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    .time_author {
        display: block;
        margin-bottom: 15px;
    }
    .cate_one_swiper_left .swiper-slide {
        height: 80px;
        padding: 1px;
    }
    .cate_one_swiper_left .swiper-slide.swiper-slide-thumb-active {
        background-color: #6F2C09;
    }
    .cate_one_swiper_right {
        border: none;
    }
}

.blog_cate_one_swiper_top {
    height: 120px !important;
}

#blog_all_product_swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#blog_all_product_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .blog_cate_one_swiper_top {
        height: 90px !important;
    }
    #cate_one_swiper2-1 .swiper-slide {
        height: 80px;
        width: 33.333333%;
    }
}

@media (min-width: 500px) {
    #cate_one_swiper2-1 .swiper-slide {
        height: 86px;
        width: 86px;
    }
}

@media (min-width: 768px) {
    #blog_swiper_top_cate1-1 .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #blog_all_product_swiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #blog_swiper_top_cate2 .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #cate_one_swiper2-1 .swiper-slide {
        height: 86px;
        /* width: 243px; */
    }
    #cate_one_swiper2-1 .swiper-grid-column>.swiper-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
    #author_detail_top_swiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
}

@media (min-width: 992px) {
    #blog_all_product_swiper .swiper-slide {
        width: calc(25% - 10px);
        margin-right: 20px;
    }
    #cate_one_swiper2-1 .swiper-slide {
        height: 86px;
        /* width: 327px; */
    }
}

@media (min-width: 1200px) {
    #author_detail_top_swiper .swiper-slide {
        width: calc(33.3333333333% - 10px);
        margin-right: 20px;
    }
    #cate_one_swiper2-1 .swiper-slide {
        height: 86px;
        /* width: 390px; */
    }
}

@media (max-width: 767px) {
    #blog_swiper_top_cate1-1 .swiper-slide {
        width: 100%;
    }
    #blog_all_product_swiper .swiper-slide {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    #author_detail_top_swiper .swiper-slide {
        width: 100%;
    }
    #blog_swiper_top_cate2 .swiper-slide {
        width: 100%;
    }
}

#cate_one_swiper2-1 .swiper-slide {
    overflow: hidden;
}

.str_wrap {
    text-align: center;
}

.str_move {
    position: relative;
}

.str_move_absolute {
    position: absolute;
}

.blog_cate_one_swiper_top .str_move_absolute .tab-switch2 {
    display: flex;
}

.blog_cate_one_swiper_top .tab-switch2 {
    justify-content: center;
}

#cate_one_swiper2-1 .swiper-slide {
    width: 100%;
}

.author_item_left_imga {
    width: 100%;
}
