body {
    font-family: 'Montserrat', 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: 'Montserrat';
    src: url() format('truetype');
    font-weight: normal;
    font-style: normal;
} */

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

.dt-content h1,
.dt-content h2 {
    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: #181E23 !important;
    font-family: 'Montserrat', sans-serif !important;
}

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

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

.dt-content p,
.dt-content span {
    color: #181E23 !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: 'Montserrat', 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: 'Montserrat', 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: #181E23 !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: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

.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: #1f1f1f;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    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: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    color: #1de278
}

.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: #fff;
    margin: 2px;
}

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

.logo a:hover {
    color: #1de278;
}


@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;
        background-color: #1f1f1f;
    }

    .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-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.m1,
.m2,
.m3,
.m4,
.dt {
    padding: 24px 0;
}

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

.m2 h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}

.m2 p {
    line-height: 20px;
}

.m2 .image-box2 {
    padding: 15px;
}

.m2 img {
    width: 100%;
    aspect-ratio: 1/0.5;
}

/* 计数器 */
.m2 a {
    counter-increment: mvp-trend;
}

.m2 .number::after {
    content: "0" counter(mvp-trend);
}

.m3 .recent-posts .recent-post-img {
    width: 70px;
    margin: 0;
}

.m3 .recent-posts .r-text {
    width: calc(100% - 70px);
    padding-left: 12px;
  font-weight: 500;
}

.m3 .recent-posts li img {
    width: 100%;
    aspect-ratio: 1/1;
}

.m3 .Curated .readmore {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.m3 .blog-item-1:hover .blog-img .readmore {
    background-color: #1de278;
    color: #000;
}

.m3 .Curated img {
    width: 100%;
    aspect-ratio: 1/0.6;
}


.search {
    position: relative;
    max-width: 500px;
    margin: 0 auto 24px;
}

.search input {
    width: 100%;
    border-radius: 10px;
    outline: none;
    padding: 8px 24px;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.search input::placeholder {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    border-radius: 0px 10px 10px 0px;
}

.search_btn a {
    padding: 4px 15px;
    display: block;
}

.search_btn a img {
    width: 30px !important;
    aspect-ratio: auto !important;
}

.inner-page-header{
    padding: 30px 0 0px;
}

.inner-page-header .breadcrumb li{
    font-size: 20px;
}
.inner-page-header .breadcrumb li a{
    color: #000;
}
.inner-page-header .breadcrumb li a:hover{
    text-decoration:underline;
}

.inner-page-header .breadcrumb li:nth-child(2){
    color: #1de278;
}

.blog-item-3 .blog-img p{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.blog-page a:hover .btn-sm{
    background-color: #1de278;
    color: #000;
}

.blog-page a img{
    width: 100%;
    aspect-ratio: 1/0.9;
}

@media (max-width:550px) {

    .m1,
    .m2,
    .m3,
    .m4,
    .dt {
        padding: 8px 0;
    }

    .m1 .mb-25 {
        margin-bottom: 0px;
    }

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

    .m1 h2,
    .blog-item-1 .title,
    .blog-item-3 .title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 1.2;
    }

    .m1 h6 {
        font-size: 12px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .m1 p {
        margin-bottom: 10px;
    }

    p {
        line-height: 18px;
        font-size: 12px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .image-box2 .number {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .m2 h4,
    .m2 p {
        margin-bottom: 5px;
    }

    .m2 a {
        margin-bottom: 15px;
    }

    .blog-item-1 .blog-content {
        padding: 10px;
    }

    .Curated .mb-25 {
        margin-bottom: 15px;
    }

    .search {
        margin: 0 auto 15px;
    }
    .inner-page-header{
        padding: 10px 0 5px;
    }

    .blog-page a img{
        aspect-ratio: 1/0.6;
    }
    .m4 .mb-25 {
        margin-bottom: 15px;
    }

    .m4 .align-items-center .mb-15 {
        margin-bottom: 5px;
    }




}