body {
    /* font-family: 'Barlow', sans-serif; */
    font-family: 'Barlow', sans-serif;
}

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


.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.catename {
    text-transform: capitalize !important;
}


/* @font-face {
    font-family: 'Barlow';
    src: url() format('truetype');
    font-weight: normal;
    font-style: normal;
} */

a h2:hover {
    text-decoration: underline;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span{
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-family: 'Barlow', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 700 !important;
    font-family: 'Barlow', sans-serif !important;
}


.dt-content p,
.dt-content span {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 30px;
    font-family: 'Barlow', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;

}

.dt-content ul li,
.dt-content ol li {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-style: normal;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
}
.dt-content strong,
.dt-content strong span{font-weight: 600 !important;}
.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

header {
    background-color: #fff;
    border-bottom: 2px solid #ffb200;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
}


.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav-links li a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    color: #ffb200;
    text-decoration: underline;
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #ffb200;
    margin: 2px;
}

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    padding: 20px 10px;
    display: block;
    font-weight: 600;
}

.logo a:hover {
    color: #000;
}


@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px 0px;
    }

    .logo a {
        padding: 10px 10px;
        font-size: 24px;
        line-height: 26px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

img {
    object-fit: cover;
}

.section-padding {
    padding: 24px 0;
}

.m1 h2 {
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.m1 p {
    font-size: 16px;
    line-height: 1.3;
}

.m1 a {
    align-items: center;
}

.m1 img {
    aspect-ratio: 1/0.6;
}

.mb-xl-10 {
    margin-bottom: 10px;
}

.m2 a {
    padding: 15px;
}

.m2 a h2 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.3 !important;
}

.m2 .star i {
    color: #D9D9D9;
    font-size: 20px;
}

.m4 .star i {
    color: #D9D9D9;
    font-size: 16px;
}

.m2 .star i.full,
.m4 .star i.full {
    color: #ffb200;
}

/* 最后一颗特殊处理 */
.m2 .star i.partial,
.m4 .star i.partial {
    background: linear-gradient(to right, #ffb200 var(--percent, 0%), #D9D9D9 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m2 a .star span,
.m4 a .star span {
    color: #ffb200;
}

.listing-top-heading h6 {
    font-size: 22px;
    padding: 10px 0;
}

.m4 img {
    width: 80px;
    height: 80px;
}

.m4 h2 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 4px;
}

.m4 a {
    padding: 12px 0;
    display: block;
}

.m3 a {
    padding: 15px;
}

.m3 h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.m3 p.t_13 {
    font-size: 16px;
    line-height: 1.3;
}

.m3 a .padding-20 {
    padding: 20px 20px 10px;
}

.m2 .Product-grid img {
    aspect-ratio: 1/1.3;
    object-fit: cover !important;
}

.m3 img {
    aspect-ratio: 1/0.6;
}

.search {
    position: relative;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.search_btn a {
    padding: 0px 15px;
    display: block;
    line-height: 40px;
    background-color: #000;
}

@media (max-width:550px) {
    .section-padding {
        padding: 8px 0;
    }

    .logo a {
        padding: 6px 10px;
        font-size: 24px;
        line-height: 26px;
    }

    .burger {
        padding: 10px 15px;
    }

    .m1 h2 {
        font-size: 18px;
        line-height: 1.3;
        margin: 0px 0 6px;
    }

    .m1 .mt-3 {
        margin-top: 0rem !important;
    }

    .m1 p {
        font-size: 14px;
        line-height: 1.3;
        margin: 0 0 6px;
    }

    .listing-top-heading h6 {
        font-size: 20px;
        padding: 10px 0;
    }

    .listing-top-heading {
        margin-bottom: 0;
    }

    .m2 .Product-grid img {
        aspect-ratio: 1/0.6;
        object-fit: cover !important;
    }

    .m2 a h2 {
        font-size: 18px;
        line-height: 1.3;
        margin: 0 0 6px;
    }

    .m3 h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .m2 a,
    .m3 a {
        padding: 10px 15px;
    }

    .m3 a .padding-20 {
        padding: 12px 15px 6px;
    }

    .m3 p.t_13 {
        font-size: 14px;
        line-height: 1.3;
    }

    .our_articles .post .post-wrapper .post-footer>p {
        padding: 6px 20px;
    }

    .sidebar_wrap .sidebar .sidebar_widgets {
        padding: 10px 15px;
    }

    .m4 a {
        padding: 10px 0
    }

    .dt-content h1,
    .dt-content h2,
    .dt-content h3,
    .dt-content h4,
    .dt-content ul li,
    .dt-content ol li,
    .dt-content p,
    .dt-content span {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }

    .dt-content .dt-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
        margin-bottom: 10px !important;
    }



}