html,
body {
   /*font-family: 'Noto Sans SC', sans-serif;*/
   font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #333;
    position: relative;
    z-index: 99;
}
body::-webkit-scrollbar {
    display: none;
  }

.body-active{    overflow: hidden;}


.container {
    max-width: 664px;
    margin: auto;
    padding: 0 20px;
    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;
}


.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 {
    font-size: 25px;
    color: #AD4A26;
}


.body-active {
    overflow: hidden;
}

header {
    background: #fff;
}

.header-active {
  /*  position: fixed; */
    width: 100%;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 664px;
    margin: auto;
    border-bottom: 1px solid #DDD;
}
.logo img{
max-width:200px;
max-height:30px;
    display: block;}
.logo a {
    padding: 2px 20px;
    display: block;
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
}

.nav-links li {
    position: relative;
}

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

.pc-searbtn {
    border-radius: 12px;
}

.burger {
    flex-direction: column;
    cursor: pointer;
}

.burger a {
    display: contents;
}

.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: 30px;
}

.navbar {
    padding: 6px 0px;
    padding-right: 20px;
}

.nav-links {
    list-style-type: none;
    display: none;
    background-color: #fff;
    padding: 40px;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding-top: 60px;
    height: 100vh;
    margin: 0px 0;
}


.nav-links.nav-active {
    display: flex;
    gap: 16px;
    position: fixed;
    flex-direction: column;
    padding-bottom: calc(100vh - 340px);
    top: 45px;

}


.nav-links.nav-active div {
    width: 100%;
   margin: 0 auto;
    max-width: 664px;
}

.nav-links li a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 12px 20px 12px;
    border-radius: 100px;
    color: #333;
    font-family: 'Nunito', sans-serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    border-bottom: 1px solid #F2F2F2;
    /* 140% */
}

.nav-links li a i {
    color: #CCCCCC;
}

.burger {
    display: flex;
    padding: 6px 12px;
    border-radius: 50%;
}

.burger i {
    color: #333;
    font-size: 18px;
}

.toggle i {
    color: #999999;
}

.head-active {
    position: fixed;
    width: 100%;
    z-index: 999;
}

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

.pc-sear {
    display: flex;
    max-width: 370px;
    width: 100%;
    border-radius: 100px;
    background: #F5F5F5;
    position: relative;
}

.pc-sear input {
    border: none;
    outline: none;
    border-radius: 100px;
    background: #F5F5F5;
    padding: 4px 24px;
    width: 100%;
    color: #999;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
}

.pc-sear input::placeholder {
    color: #999;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
}

.pc-sear .search_btn {
    padding: 2px 6px;
}

.pc-sear .search_btn a {
    background: #AD4A26;
    padding: 2px 6px;
    border-radius: 100%;
    color: #fff;
    display: block;
}

.pc-sear .search_btn a i {
    font-size: 16px;
    line-height: 1;
}

.pcsear-active {
    position: absolute;
    width: 100%;
    top: 60px;
    z-index: 9999;
    max-width: 610px;
    margin-left: 24px;
}

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

}

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

@media (max-width:550px) {
  .nav-links.nav-active div {
        margin: 0;
  }
    .navbar {
        padding: 4px 0px;
        padding-right: 12px;
    }

    .logo {
        width: calc(100% - 150px);
    }

    .logo a {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
        padding: 2px 12px;
    }

    .burger,
    .h5-searbtn {
        margin-left: 12px;
    }

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

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

    .h5-close {
        padding: 12px 20px;
    }

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

    .back-to-top svg {
        width: 25px;
    }

}

@media (max-width:380px) {
    .logo {
        width: calc(100% - 150px);
    }

    .logo a {
        font-size: 22px;
        line-height: 30px;
        padding: 2px 8px;
    }

    .navbar {
        padding-right: 8px;
    }

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

    .burger,
    .h5-searbtn {
        margin-left: 8px;
    }
}


#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: 24px 0;
}

.heading {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
}

.heading i {
    color: #AD4A26;
}

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

.m1 a {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 12px 0;
}

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

.m1 a h2 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    margin: 0;
    padding: 0;
}

footer .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    background-color: #AD4A26;
    padding: 24px 20px;
}

footer a {
    color: #fff;
    padding: 0 20px;
}

footer {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.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: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #AD4A26 !important;
    font-family: 'Nunito', sans-serif !important;
}

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


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

.dt-content ul,
.dt-content ol {
    color: #666 !important;
    margin-bottom: 12px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Nunito', 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 img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 12px;
}

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}

.dt-content .time {
    color: #989898;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 12px;

}

.sear_btn {
    margin-left: auto;
    margin-right: 24px;
}

.sear_btn i {
    color: #AD4A26;
}

.new {
    margin-top: 24px;
}

.new .heading {
    background: #AD4A26;
    padding: 12px 24px;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.new a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
}

.new a img {
    width: 150px;
    aspect-ratio: 1/0.8;
}

.new a .text {
    width: 100%;
}

.new a .text h2 {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.new a .text p {
    color: #989898;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

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

.search input::placeholder {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
}

.search .search_btn {
    padding: 4px;
}

.search .search_btn a {
    display: flex;
    border-radius: 100px;
    background: #AD4A26;
    color: #fff;
    padding: 12px;
}

.sear-results a {
    display: block;
    padding: 12px 0;
}

.sear-results .item {
    padding: 24px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.sear-results a h2 {
    color: #AD4A26;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 8px;
}

.sear-results a .text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sear-results a .text p {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
    width: 100%;
}

.sear-results a img {
    width: 110px;
    height: 110px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pagination .page {
    display: flex;
}

.pagination #pageInfo {
    color: #AAA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;

    display: none;
}

.pagination #pageButtons button,
.pagination #nextPage {
    border: none;
    color: #AD4A26;
    font-size: 16px;
    padding: 6px 14px;
    margin-right: 12px;
    cursor: pointer;

    border-radius: 4px;
    background: #F2F2F2;
}

.pagination #pageButtons span {
    padding-right: 12px;
    color: #666;
}

.pagination #nextPage {
    color: #AD4A26;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 157.143% */
    padding: 3px 14px;
}

.pagination #nextPage i {
    font-size: 12px;
}

.pagination #pageButtons button:hover {
    border-radius: 4px;
    background: #AD4A26;
    color: #fff;
}

.pagination #nextPage:hover {
    border-radius: 4px;
    background: #AD4A26;
    color: #fff;
}

.pagination #pageButtons button.active {
    color: #fff;
    border-radius: 4px;
    background: #AD4A26;
}

@media (max-width:768px) {

    .navbar,
    .container {
        max-width: 576px;
    }

    .pc-sear {
        max-width: 290px;
    }

    .logo a {
        font-size: 20px;
    }
}

@media (max-width:551px) {
    .navbar {
        flex-wrap: nowrap;
    }

    .pc-sear input {
        padding: 4px 12px;
    }

    .pc-sear {
        max-width: none;
        width: calc(100% - 24px);
        margin-left: 12px;
    }

    .nav-links {
        padding: 50px 12px;
    }

    .nav-links li a {
        padding: 12px 4px 12px;
        line-height: 24px;
        font-size: 16px;
    }

    .container {
        padding: 0 12px;
    }

    section {
        padding: 10px 0;
    }

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

    .m1 a {
        padding: 6px 0;
        gap: 4px;
    }

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

    footer {
        font-size: 14px;
        line-height: 22px;
    }

    footer .container {
        gap: 12px;
    }

    .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,
    .dt-content p,
    .dt-content span,
    .dt-content ul li,
    .dt-content ol li,
    .dt-content .time {
        font-size: 14px !important;
        line-height: 1.3 !important;
    }

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

    .nav-links.nav-active {
        top: 40px;
    }

    .pc-sear input,
    .pc-sear input::placeholder {
        font-size: 12px;
        line-height: 20px;
    }

    .search input,
    .search input::placeholder {
        font-size: 14px;
        line-height: 22px;
    }

    .search .search_btn a {
        padding: 8px;
    }

    .sear-results .item {
        padding: 12px;
    }

    .sear-results a .text p {
        font-size: 12px;
        line-height: 20px;
        margin: 0;
    }

    .sear-results a img {
        width: 80px;
        height: 80px;
    }
    .pagination #pageButtons button{
        font-size: 12px;padding: 6px 10px;    margin-right: 10px;
    }
    .pagination #nextPage{
        font-size: 12px;padding: 2px 14px;line-height: 16px;
    }
}