html,
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}


.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0px;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

*,
::after,
::before {
    box-sizing: border-box;
}


.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;
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

a {
    text-decoration: none;
}

p {
    color: #333333;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}


section {
    padding: 24px 0;
    position: relative;
}

.catename {
    text-transform: capitalize;
    width: max-content;
    border-radius: 2px;
    color: #407F4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
  width:100%;
    /* 128.571% */
}


h2 {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.cover {
    display: block;
    width: 100%;
    background-color: #D9D9D9;
    object-fit: cover;
    border-radius: 12px;
}


.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    color: #55B76B;
    font-size: 30px;
}

.heading {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-left: 12px;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.time {
    color: #6D7F71;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    /* 133.333% */
    text-transform: uppercase;
}

.time i {
    font-size: 16px;
    padding-right: 8px;
}

.readnow {
    border-radius: 8px;
    border-bottom: 4px solid #333;
    background: #55B76B;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    padding: 12px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.deta {
    overflow: hidden;
    color: #545E69;
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 137.5% */
}

header {
    background: #FFF;
}

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


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

.nav-links li a {
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    display: block;
}

.nav-links li a:hover {
    color: #407F4D;
}

.burger,
.h5-searbtn,
.h5-close {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.logo a {
    color: #407F4D;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    padding: 10px 20px;
    display: block;
}



@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: 80px;
        height: 100vh;
    }


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

    .nav-links li a {
        color: #333;
        padding: 10px 20px;
    }


    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 8px 20px;
    }

    .h5-close {
        display: block;
        width: auto;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
    }

    .h5-close i {
        color: #55B76B;
    }

    .h5-searbtn {
        display: flex;
        padding: 8px 20px;
        margin-left: auto;
    }

    .burger i,
    .h5-searbtn i {
        color: #333;
        font-size: 20px;
    }

    .toggle i {
        color: #999999;
    }

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

    .logo a {
        padding: 2px 20px;
    }


}


.m1 .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.m1 .grid a {
    display: block;
    padding: 12px;
    position: relative;
    grid-column: span 1;
    grid-row: span 1;
}

.m1 .grid a:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.m1 .grid a img {
    aspect-ratio: 1 / 0.7;
    height: 100%;
}

.m1 .grid a .text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(20px);
    padding: 12px;
}

.m1 .grid a:nth-child(1) .text {
    bottom: 36px;
    left: 36px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m1 .grid a:nth-child(1) .text .readnow {
    width: 160px;
    padding: 12px 24px;
}

.m1 .grid a:nth-child(1) .text .title {
    width: calc(100% - 172px);
}

.m1 .grid a .catename {
    padding-bottom: 8px;
  width: 100%;
}

.m2 .container,
.m4 .container {
    position: relative;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

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

.m2 a {
    display: block;
    padding: 12px;
    width: 25%;
    min-width: 25%;
    box-sizing: border-box;
}

.m2 a .item {
    padding: 12px 12px 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(139, 210, 160, 0.40);
}

.m2 a .item img {
    aspect-ratio: 1/0.7;
    margin-bottom: 8px;
}

.m2 a .item .catename {
    margin-bottom: 4px;
}

.m2 .heading {
    position: relative;
}

.carousel-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 10;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    width: 35px;
    height: 35px;
    padding: 0;
}

.m2 .carousel-btn.prev {
    right: 70px;
}

.m2 .carousel-btn.next {
    right: 12px;
}

.m2 .carousel-btn.prev i,
.m2 .carousel-btn.next i {
    color: #CCC;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.m2 .carousel-btn.prev:hover i,
.m2 .carousel-btn.next:hover i {
    color: #55B76B;
}

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

.m3 .featured {
    width: 65%;
}

.m3 .don {
    width: 35%;
}

.m3 .featured a {
    display: flex;
    padding: 12px;
}

.m3 .featured a img {
    aspect-ratio: 1/0.8;
    width: 45%;
}

.m3 .featured a .text {
    width: 65%;
    padding-left: 24px;
}

.m3 .featured a h2,
.m3 .featured a .deta {
    margin: 12px 0;
}

.m3 .don .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.m3 .don .grid a {
    padding: 12px;
    display: flex;
    position: relative;
    align-items: center;
}

.m3 .don .grid a img {
    width: 35%;
    aspect-ratio: 1/1;
}

.m3 .don .grid a .text {
    width: 65%;
    padding-left: 12px;
}

.m3 .don .grid a .text h2 {
    margin: 12px 0;
}

.m3 .don .grid a .text .catename {
    padding: 4px 12px;
    border-radius: 3px;
    border: 1px solid #B8CDBD;
  width: max-content;
}

.m3 .don .grid a:nth-child(1)::after {
    position: absolute;
    content: '';
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border-radius: 12px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.m3 .don .grid a:nth-child(1) img {
    width: 100%;
    aspect-ratio: 1/1;
}

.m3 .don .grid a:nth-child(1) .text {
    position: absolute;
    bottom: 36px;
    left: 36px;
    right: 36px;
    z-index: 99;
    width: calc(100% - 72px);
    padding-left: 0;
}

.m3 .don .grid a:nth-child(1) .text .catename {
    border-radius: 4px;
    background: #55B76B;
    padding: 4px 12px;
    color: #FFF;
    border: none;
      width: max-content;
}

.m3 .don .grid a:nth-child(1) .text h2 {
    color: #fff;
    margin: 12px 0;
}

.m3 .don .grid a:nth-child(1) .text .time {
    color: #fff;
}

.m4 {
    background: #55B76B;
    padding-bottom: 40px;
}

.m4 .heading {
    text-align: center;
    color: #fff;
}

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

.m4 a {
    display: block;
    padding: 12px;
    width: 33.33%;
    text-align: center;
    min-width: 33.33%;
    box-sizing: border-box;
}

.m4 a .item {
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
}

.m4 a .item img {
    aspect-ratio: 1/0.6;
    border-radius: 12px;
}

.m4 a .item h2 {
    margin: 12px;
}

.m4 .carousel-btn {
    position: absolute;
    top: auto;
    bottom: -50px;
    cursor: pointer;
    z-index: 10;
    border-radius: 4px;
    border: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
    padding: 0;
}

.m4 .carousel-btn.prev {
    left: 12px;
}

.m4 .carousel-btn.next {
    right: 24px;
}

.m4 .carousel-btn.prev i,
.m4 .carousel-btn.next i {
    color: #333333;
    font-size: 45px;
    line-height: 1;
    font-weight: 300;
}

.m4 .carousel-btn.prev:hover i,
.m4 .carousel-btn.next:hover i {
    color: #fff;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.carousel-dots .dot {
    width: 10px;
    height: 10px;
    background: #8BD2A0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.carousel-dots .dot.active {
    background: #fff;
}

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

.m5 a {
    display: block;
    padding: 12px;
    width: 25%;
}

.m5 a .item {
    border-radius: 12px;
    border: 1px solid #55B76B;
    background: #FFF;
    padding: 12px 12px 20px;
}

.m5 a .item img {
    aspect-ratio: 1/0.6;
    margin: 12px 0;
}

.m5 a .item .catename {
    width: 100%;
    display: flex;
    align-items: center;
}

.m5 a .item .catename i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: auto;
    border-radius: 12px;
    border: 1px solid #55B76B;
    background: #55B76B;
}

.m5 a .item .time {
    margin: 12px 0;
}

.m5 a .item .star {
    display: flex;
    align-items: center;
    gap: 6px;
}

.m5 a .item .star i {
    color: #FFCE31;
    font-size: 20px;
}

.m5 a .item .star i:last-child {
    color: #55B76B;
    margin-left: auto;
    font-size: 26px;
}



footer {
    margin-top: 50px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
}

footer .pt p,
footer .pb {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

footer .pb span {
    color: #55B76B;
}

footer .pb {
    padding-bottom: 20px;
}

footer .pb a {
    color: #333;
    padding: 0 20px 0;
    text-decoration: underline;
}

.c1 .flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.c1 .flex a {
    grid-column: span 1;
    grid-row: span 1;
    width: 100%;
}

.c2 {
    padding-top: 12px;
}

.c2 a .item img {
    margin: 0 0 12px 0;
}

.c2 a .item .time {
    margin: 12px 0 0 0;
}

.search {
    position: relative;
    padding: 16px 100px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search input {
    width: 100%;
    border-radius: 8px;
    padding: 7px 26px 7px 24px;
    outline: none;
    border: 4px solid #55B76B;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
  font-weight: 600;
}

.search input::placeholder {
    background: #fff;
    border-radius: 8px;
    color: #666;
    font-family: Montserrat;
    font-size: 14px;
  font-weight: 600;
}

.search_btn {
    position: absolute;
    right: 100px;
    padding: 9px 14px;
    border-radius: 0 8px 8px 0px;
    background-color: #55B76B;
}

.search_btn i {
    color: #fff;
}


.nodata {
    text-align: center;
    padding: 12px;
}

.nodata p {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
}

.nodata img {
    max-width: 150px;
}


.keylist .container .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.keylist .flex a {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    position: relative;
    border-radius: 4px;
    gap: 48px;
    background: #F5F5F6;
}


.keylist .flex a i {
    color: #6D7F71;
}

.keylist .flex a p {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.keylist .flex {
    padding: 12px;
}

.sear-list a,
.s1 a {
    display: block;
    padding: 12px;
}

.sear-list a .item,
.s1 a .item {
    border-radius: 12px;
      padding: 6px;
      border: 1px solid #EDEDED;
    background: #FFF;
}
.sear-list a .item .item-1,
.s1 a .item .item-1 {
      background: #F8F8F8;
    padding: 12px;
  border-radius: 12px;
}
.sear-list a .item h2,
.s1 a .item h2 {
    margin: 8px 0;
}

.dt .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dt-main {
    width: 67%;
    padding: 0 12px;
}

.dt .don {
    width: 30%;
}

.dt-content .info {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
}

.dt-content .info span:nth-child(1) {
    width: 15px;
    height: 15px;
    background-color: #407F4D;
    border-radius: 50%;
}

.dt-content .info span:nth-child(2) i {
    color: #479959;
    font-size: 12px;
    font-weight: 700;
}

.dt-content .info span:nth-child(3) {
    color: #479959 !important;
    text-decoration: underline;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-transform: capitalize;
}


.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 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    color: #333;
    font-family: Montserrat !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.4 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 700;
    font-family: Montserrat !important;
}

.dt-content ul li,
.dt-content ol li,
.dt-content p,
.dt-content span {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: Montserrat !important;
    font-weight: 500 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

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


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

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

}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto 15px !important;
    height: auto !important;
}

.dt-content .time {
    text-transform: capitalize;
    margin-bottom: 15px !important;
    color: #A6A6A6;
    font-size: 16px;
}
.dt-m5.m5 .flex{
    width: 67%;
}
.dt-m5.m5 a {
    width: 33.33%;
}

.dt .star {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 24px;
}

.dt .star p {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-right: 22px;
}

.dt .star i {
    font-size: 30px;
    cursor: pointer;
    margin: 0 3px;
    color: #B3B3B3;
}

.dt .star i.active{
    color: #FFD600;
}

.dt .don .share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
}

.dt .don .share .heading{
    width: 100%;
    padding-bottom: 12px;
}

.dt .don .share a{
    display: flex;
    padding: 0px;
    margin-left: 12px;
    background: #E8E8E8;
    height: max-content;
}

.dt .don .share a i{
    font-size: 30px;
    color: #333333;
}
.dt .don .heading{
    font-size: 18px;
    padding-bottom: 0;
}
@media (max-width:768px) {
    .m2 a {
        display: block;
        padding: 12px;
        width: 33.33%;
        min-width: 33.33%;
        box-sizing: border-box;
    }

    .m4 a {
        display: block;
        padding: 12px;
        width: 50%;
        text-align: center;
        min-width: 50%;
        box-sizing: border-box;
    }

    section {
        padding: 12px 0;
    }

    .m1 .grid {
        grid-template-columns: repeat(3, 1fr);
    }

    h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .carousel-btn {
        width: 30px;
        height: 30px;
    }

    .m2 .carousel-btn.prev {
        right: 60px;
    }

    .m3 .featured,
    .m3 .don {
        width: 100%;
    }

    .m3 .don {
        margin-top: 20px;
    }

    .det,
    .readnow {
        font-size: 14px;
        line-height: 20px;
    }

    .m3 .don .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .m3 .don .grid a:nth-child(1) {
        grid-column: span 1;
        grid-row: span 3;
    }

    .m3 .don .grid a:nth-child(1) img {
        width: 100%;
        aspect-ratio: initial;
        height: 100%;
    }

    .m5 a {
        width: 33.33%;
    }

    .back-to-top {
        bottom: 130px;
        right: 35px;
    }

    footer .pt p,
    footer .pb {
        font-size: 14px;
        line-height: 18px;
    }

    .c1 .flex a:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }

    .c1 .flex a:nth-child(2) .item,
    .c1 .flex a:nth-child(3) .item {
        padding-bottom: 0px;
    }

    .c1 .flex a:nth-child(2) .readnow,
    .c1 .flex a:nth-child(3) .readnow {
        display: none;
    }

    .c1 {
        padding-bottom: 20px;
    }

    .deta {
        font-size: 14px;
        line-height: 20px;
    }

    .dt-main{
        width: 100%;
    }
    .dt-content .info span{
        margin-bottom:  10px !important;
    }

    .dt-content .info span:nth-child(1){
        width: 10px;
        height: 10px;
    }
    .dt-content .time,
    .dt-content .info span:nth-child(3){
        font-size: 14px !important;
    }

    .dt-m5.m5 .flex{
        width: 100%;
    }

  .dt .don .share .heading{
      width: auto;
      padding-bottom: 0;}



}

@media (max-width:550px) {
  .dt-m5.m5 a{
  width:50%}
    .logo a {
        font-size: 28px;
        line-height: 32px;
    }

    section {
        padding: 6px 0;
    }

    .m1 .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .m1 .grid a {
        padding: 6px;
    }

    .container {
        padding: 0 6px;
    }

    .m1 .grid a:nth-child(1) .text {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .catename {
        font-size: 12px;
        line-height: 16px;
    }

    .heading {
        padding-left: 6px;
    }

    .det,
    .readnow {
        font-size: 12px;
        line-height: 16px;
    }

    .m1 .grid a .text {
        position: absolute;
        bottom: 12px;
        left: 12px;
        right: 12px;
        padding: 8px;
    }

    .m1 .grid a:nth-child(1) .text .readnow {
        width: max-content;
        padding: 8px 12px;
    }

    .m1 .grid a:nth-child(1) .text .title {
        width: calc(100% - 112px);
    }

    h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .m1 .grid a img {
        aspect-ratio: 1 / 0.9;
    }

    .m1 .grid a:nth-child(1) img {
        aspect-ratio: 1 / 0.6;
    }

    .heading {
        font-size: 18px;
        line-height: 20px;
    }

    .m2 .carousel-btn.prev i,
    .m2 .carousel-btn.next i {
        font-size: 18px;
    }

    .carousel-btn {
        width: 25px;
        height: 25px;
    }

    .m2 .carousel-btn.prev {
        right: 50px;
    }


    .m2 a {
        display: block;
        padding: 6px;
        width: 50%;
        min-width: 50%;
        box-sizing: border-box;
        order: 0;
    }

    .m2 a .item {
        padding: 8px 8px 12px;
    }

    .m3 .featured a .deta {
        display: none;
    }

    .m3 .featured a img {
                width: calc(50% - 12px);
        aspect-ratio: 1 / 0.65;
        margin-right: 12px;
    }

    .m3 .featured a .text {
        width: 50%;
        padding-left: 0px;
    }

    .m3 .featured a {
        padding: 6px;
    }

    .m3 .readnow {
        padding: 4px 16px;
    }

    .m3 .featured a h2 {
        margin: 6px 0;
    }

    .m3 .featured a .time {
        margin-bottom: 12px;
    }

    .m3 .don .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .m3 .don .grid a:nth-child(1) img {
        aspect-ratio: 1/0.7;
    }

    .m3 .don .grid a:nth-child(1) .text {
        bottom: 24px;
        left: 24px;
        right: 24px;
        width: calc(100% - 48px);
    }

    .m3 .don .grid a:nth-child(1) .text h2 {
        margin: 8px 0;
    }

    .m3 .don .grid a {
        padding: 6px;
    }

    .m3 .don .grid a:nth-child(1)::after {
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }

    .m3 .don .grid a img {
        width: 30%;
        aspect-ratio: 1 / 1;
    }

    .m3 .don .grid a .text {
        width: 70%;
        padding-left: 12px;
    }

    .m3 .don .grid a .text h2 {
        margin: 8px 0;
    }

    .m3 .don {
        margin-top: 16px;
    }

    .m4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .m4 a {
        padding: 6px;
    }

    .m4 a .item .readnow {
        padding: 8px 24px;
    }

    .m4 a .item {
        padding-bottom: 12px;
    }

    .m4 a .item h2 {
        margin: 8px;
    }

    .m4 .carousel-btn {
        bottom: -40px;

    }

    .m4 .carousel-btn.prev i,
    .m4 .carousel-btn.next i {
        font-size: 30px;
    }

    .carousel-dots {
        margin-top: 17px;
    }

    .carousel-dots .dot {
        width: 8px;
        height: 8px;
    }

    .m5 {
        padding-top: 20px;
    }

    .m5 a {
        width: 50%;
        padding: 6px;
    }

    .m5 a .item {
        padding: 8px 8px 12px;
    }

    .m5 a .item img,
    .m5 a .item .time {
        margin: 6px 0;
    }

    .m5 a .item .star i {
        font-size: 16px;
    }

    .m5 a .item .star i:last-child {
        font-size: 22px;
    }

    footer {
        margin-top: 30px;
    }

    footer .pb {
        padding-bottom: 14px;
    }

    .c1 .flex {
        grid-template-columns: repeat(2, 1fr);
    }

    .c1 .flex a:nth-child(2) .readnow,
    .c1 .flex a:nth-child(3) .readnow {
        display: block;
    }

    .c1 .flex a:nth-child(2) .item,
    .c1 .flex a:nth-child(3) .item {
        padding-bottom: 10px;
    }

    .c1 {
        padding-bottom: 10px;
    }

    .c2 {
        padding-top: 10px;
    }

    .c2 a .item img {
        margin: 0 0 8px 0;
    }

    .c2 a .item .time {
        margin: 8px 0 0 0;
    }

    .search {
        padding: 6px 20px;
    }

    .search input {
        padding: 4px 26px 4px 16px;
          padding: 7px 14px;
    }

    .search_btn {
        right: 20px;
    }

    .sear-list a .item,
    .s1 a .item {
        padding: 6px;
    }
  .sear-list a .item .item-1, .s1 a .item .item-1{
        padding: 6px;
  }
    .deta {
        font-size: 12px;
        line-height: 18px;
    }

    .sear-list a .item h2,
    .s1 a .item h2 {
        margin: 6px 0;
    }

    .sear-list a,
    .s1 a {
        display: block;
        padding: 6px;
    }

    .keylist .container .flex {
        gap: 12px;
    }

    .keylist .flex a p {
        font-size: 12px;
        line-height: 18px;
    }

    .keylist .flex a {
        gap: 24px;
        padding: 8px;
    }

    .keylist .flex {
        padding: 6px;
    }

    .nodata p {
        font-size: 14px;
        line-height: 18px;
    }

    .dt-content .info span {
        margin-bottom: 5px !important;
    }
    .dt-main{
        padding: 0 6px;
    }
    .dt-content .dt-title{
        font-size: 16px !important;
        margin-bottom: 8px !important;
    }
    .dt-content .time{
        margin-bottom: 8px !important;
    }
    .dt-content ul li, .dt-content ol li, .dt-content p, .dt-content span,
    .dt-content h1, .dt-content h2, .dt-content h3, .dt-content h4{
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }
    .dt-content ul, .dt-content ol{
        margin-bottom: 8px !important;
        margin-top: 0 !important;
    }
    .dt-content img{
        margin: 0 auto 8px !important;
    }
    .dt .star p{
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 8px;
    }
    .dt .star i {
        font-size: 24px;
    }

    .dt .don .heading,
    .dt-m5 .heading,
    .dt .don .share .heading{
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0;
    }
    .dt .don .share .heading{
        width: auto;
        padding-bottom: 0;
    }

    .dt .don .share a i {
        font-size: 26px;
    }

    .dt .don .share{
        margin-bottom: 12px;
    }

    .dt-m5{
        padding-top: 12px;
    }
  .m1 .grid a .catename{padding-bottom: 4px;}
}