html,
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
}

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


*,
::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;
}

a {
    text-decoration: none;
}

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

h2 {
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: #333;
}

p {
    color: #666;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.calendar {
    color: #999;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.calendar i {
    padding-right: 8px;
}

.catename {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
}

header {
    background: #FEFCEB;
    position: relative;
    z-index: 9999;
}

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

.logo img {
    max-width: 200px;
    max-height: 35px;
}

.logo a {
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    padding: 15px 20px;
    display: block;
    color: #FFF;
}

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


.nav-links li {
    position: relative;
}

.nav-links li a {
    text-transform: capitalize;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    padding: 15px 20px;
    display: block;
}

.nav-links li a.active,
.nav-links li a:hover {
    border-radius: 24px 4px 4px 4px;
    background: #F5DF4D;
}


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

.pc-searbtn {
    margin-left: 100px;
}

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

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

.h5-text {
    display: none;
}

.burger a,
.h5-home a,
.h5-searbtn a {
    display: contents;
}

@media (max-width:992px) {
    .pc-searbtn {
        margin-left: 50px;
    }

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

@media screen and (max-width: 768px) {

    .navbar {
        padding: 8px 0px;
    }

    .nav-links {
        display: none;
        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;
        flex-wrap: wrap;
        margin: 0px 0;
    }


    .nav-links.nav-active {
        display: flex;
        position: fixed;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .nav-links li a {
        display: block;
        color: #333;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 24px;
    }

    .pc-searbtn {
        display: none;
    }

    .burger {
        display: flex;
        padding: 8px 18px;
        margin-left: 0px;
    }

    .h5-home {
        display: flex;
        padding: 8px 18px;
        margin-left: auto;
    }

    .h5-close {
        display: block;
        width: auto !important;
        margin-left: 0 !important;
        text-align: center;
        padding: 20px;
        position: absolute !important;
        top: -10px;
        right: 10px;

    }

    .h5-close i {
        font-size: 20px;
        color: #999;
    }

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

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

    .toggle i {
        color: #999;
    }

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

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

    .h5-text {
        display: block;
        width: 100% !important;
    }


    .h5-home:hover,
    .h5-searbtn:hover,
    .burger:hover {
        border-radius: 24px 4px 4px 4px;
        background: #F5DF4D;
    }

    .toggle {
        background: transparent;
    }
}

@media (max-width:550px) {
    .h5-searbtn {
        margin-right: 12px;
    }

    .burger,
    .h5-searbtn,
    .h5-home {
        padding: 6px 10px;
    }

    .burger i,
    .h5-searbtn i,
    .h5-home i {
        font-size: 18px;
    }

    .navbar {
        padding: 4px 0px;
    }

    .toggle {
        padding: 20px;
    }

    .logo img {
        max-height: 30px;
    }
}

.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 svg {
    width: 35px;
}

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


section {
    padding: 12px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
  /*  background: #D9D9D9;*/
    border-radius: 24px 4px 4px 4px;

}

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

.heading {
    width: max-content;
    color: #333;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: -webkit-fill-available;
    padding-bottom: 12px;
    padding-left: 12px;
    text-transform: capitalize;
    position: relative;
    width: max-content;
    z-index: 99;
}

.heading::after {
    position: absolute;
    content: '';
    width: calc(100% - 12px);
    height: 8px;
    bottom: 12px;
    left: 12px;
    background-color: #F5DF4D;
    z-index: -1;
}

.time {
    color: #999;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
}


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

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

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

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

@media (max-width:550px) {

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

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

    footer .pb a {
        padding: 0 14px 0;
    }
}

.m1 {
    position: relative;
}

body::after {
    position: absolute;
    content: '';
    top: -250px;
    width: 100%;
    height: 550px;
    border-radius: 0 0 20% 20%;
    background-color: #FEFCEB;
    z-index: -1;
}


.m1 .box1,
.m1 .box3 {
    height: 100%;
    width: 25%;
}

.m1 .box2 {
    /* height: 100%; */
    width: 50%;
}

.m1 a {
    display: block;
    padding: 12px;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 999;
}

.m1 a::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 50%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none;
    border-radius: 24px 4px 4px 4px;
}

.m1 .box2 a img {
    height: 100%;
    border-radius: 24px 4px 4px 4px;
}

.m1 .box1 a img,
.m1 .box3 a img {
    aspect-ratio: 1/0.7;
    border-radius: 24px 4px 4px 4px;
}

.m1 a .text {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m1 a .text .catename {
    background: #F5DF4D;
    width: max-content;
    padding: 6px 12px;
    color: #333;
}

.m1 a h2 {
    color: #fff;
}

.m1 a .time {
    color: #CCC;
    line-height: 1;
}

.m1 .box2 a h2 {
    font-size: 20px;
    line-height: 24px;
}

.m1 .box2 a .text {
    gap: 12px;
}

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

.m2 a .item {
    border-radius: 24px 4px 4px 4px;
    background: #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20);
}

.m2 a .item img {
    aspect-ratio: 1/0.66;
}

.m2 a .item .text {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m2 a .item .text .catename {
    color: #599A91;
}

.m3 .box1,
.m3 .box2,
.m3 .box3 {
    width: 33.33%;
}


.m3 a {
    width: 100%;
    display: flex;
    padding: 12px;
    align-items: center;
}

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

.m3 a .text {
    width: 55%;
    padding-left: 12px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}

.m3 a .popular {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #666666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.m3 a .popular i {
    color: #FF623B;
}

.m3 a .catename {
    background: #F5DF4D;
    width: max-content;
    padding: 6px 12px;
    color: #333;
}

.m3 a.top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.m3 a.top img {
    width: 100%;
    aspect-ratio: 1/0.55;
}

.m4 {
    opacity: 0.9;
    background: #F7F7F7;
}

.m4 a {
    display: block;
    padding: 12px 12px 32px;
    width: 25%;
    position: relative;
    z-index: 9999;
}

.m4 a img {
    aspect-ratio: 1/0.666;
}

.m4 a .text {
    border-radius: 24px 4px 4px 4px;
    background: #FFF;
    padding: 12px 12px 28px;
    width: 90%;
    margin: -50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
}

.catelist {
    opacity: 1;
}

.catelist a .text {
    border-radius: 24px 4px 4px 4px;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
      margin: -35px auto 0;
}

.m4 a .catename {
    color: #599A91;
}

.m4 a .read {
    border-radius: 100px;
    background: #6AA49C;
    position: absolute;
    bottom: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.m4 a .read i {
    color: #fff;
    line-height: 40px;
}

.m5 a {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.m5 a img {
    aspect-ratio: 1/0.666;
}

.m5 a .catename {
    background: #F5DF4D;
    width: max-content;
    padding: 6px 12px;
    color: #333;
}

.catelist {
    background: #fff;
}

.search {
    position: relative;
    z-index: 99;
    width: 80%;
    margin: 0 auto 12px;
    background: #FFF;
    border-radius: 24px 4px 4px 4px;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    border-radius: 24px 4px 4px 4px;
}

.search input {
    border-radius: 24px 4px 4px 4px;
    width: 100%;
    border: none;
    outline: none;
    padding: 12px 24px;
    color: #999;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.search input::placeholder {
    color: #999;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.search_btn a {
    display: block;
    border-radius: 24px 4px 4px 4px;
    background: #F5DF4D;
    color: #333;
    padding: 12px 48px;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.sear-list a {
    position: relative;
    z-index: 999;
}

.sear-list .box3 {
    width: 100%;
}

.sear-list .box3 a img {
    width: 144px;
    height: 144px;
}

.sear-list .box3 a .text {
    width: calc(100% - 144px);
}


.nodata {
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 12px;
}

.nodata p {
    overflow: hidden;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.nodata img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}


@media (max-width:992px) {
    .m1 .box2 {
        order: -1;
        width: 66.66%;
    }

    .m1 .box1,
    .m1 .box3 a {
        width: 33.33%;
    }

    .m1 .box3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .m3 .box1,
    .m3 .box2,
    .m3 .box3 a {
        width: 50%;
    }

    .m3 .box3 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .m3 a.top img {
        aspect-ratio: 1 / 0.60;
    }

    .m5 a {
        width: 25%;
    }
}

@media (max-width:768px) {

    .m2 a,
    .m4 a,
    .m5 a {
        width: 33.33%;
    }

    .m3 a.top img {
        aspect-ratio: 1 / 0.50;
    }

    .m3 a .popular {
        font-size: 12px;
        line-height: 16px;
    }

}

@media (max-width:650px) {

    .m1 a,
    .m2 a,
    .m3 a,
    .m5 a {
        padding: 6px;
    }

    .m1 a::after {
        bottom: 6px;
        left: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 35%, rgba(0, 0, 0, 0.60) 100%);
    }

    .m1 a .text {
        bottom: 12px;
        left: 12px;
        right: 12px;
        gap: 4px;
    }

    .m1 .box2 a .text {
        gap: 8px;
    }

    .heading {
        padding-left: 6px;
    }

    .heading::after {
        width: calc(100% - 6px);
        left: 6px;
    }

    .m3 a .text {
        gap: 4px;
    }

    .m3 a.top {
        gap: 6px;
    }

    .m4 a {
        padding: 6px 6px 32px;
    }

    .m4 a .read {
        width: 35px;
        height: 35px;
    }

    .m4 a .read i {
        line-height: 35px;
        font-size: 14px;
    }

    a h2 {
        -webkit-line-clamp: 2 !important;
    }

    .m1 .box1,
    .m1 .box2,
    .m1 .box3 a {
        width: 50%;
    }

}

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

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

    .m1 .box1,
    .m1 .box2,
    .m3 .box1,
    .m3 .box2,
    .m3 .box3 a {
        width: 100%;
    }

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

    .m1 .box1 a,
    .m2 a {
        width: 50%;
    }

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

    h2,
    .m1 a h2,
    .m1 .box2 a h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .m1 a .text .catename,
    .m3 a .catename {
        padding: 4px 12px;
    }

    .m1 .box2 a .text {
        gap: 4px;
    }

    .m1 .box1 a .text .time,
    .m1 .box3 a .text .time,
    .m1 .box1 a .text .catename,
    .m1 .box3 a .text .catename {
        display: none;
    }

    .m1 a .text {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .heading {
        padding-bottom: 6px;
        font-size: 16px;
        line-height: 20px;
    }

    .m2 a .item .text {
        gap: 4px;
    }

    .m3 a.top img {
        aspect-ratio: 1 / 0.55;
    }

    .m3 a img {
        width: 35%;
    }

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

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

    .m4 a .read {
        width: 30px;
        height: 30px;
        bottom: -15px;
    }

    .m4 a .read i {
        line-height: 30px;
        font-size: 10px;
    }

    .m4 a .text {
        gap: 4px;
        padding: 12px 8px 22px;
        margin: -30px auto 0;
    }

    .m5 a {
        width: 50%;
        gap: 4px;
    }
  .search{width:90%}
  .search_btn a{    padding: 12px 14px;}
  .search input{padding: 12px 14px;}
  .nodata img{    max-width: 150px;}
  .heading::after{height:4px}
}

@media (max-width:320px) {

    .m1 .box1 a,
    .m2 a,
    .m1 .box3 a,
    .m4 a,
    .m5 a {
        width: 100%;
    }
}