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


.t_12,
a h2 {
    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-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #38b5ff;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Inter', sans-serif;
}

a h2:hover {
    text-decoration: underline;
}
.dt-content a{
  display: inline;
}
.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: 'Inter', 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: 600 !important;
    font-family: 'Inter', sans-serif !important;
}


.dt-content p,
.dt-content span,
.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: 15px !important;
    font-style: normal !important;
    font-family: 'Inter', 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 !important;
    padding-left: 30px !important;
    font-family: 'Inter', 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: 15px;
}

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

header {
    position: relative;
    background-color: #1d1e27;
    padding: 0px 0px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    max-width: 1140px;
    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 {
    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: #fff;
    margin: 2px;
}

.logo a {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    padding: 10px 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;

}




@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: 8px 15px;
        font-size: 20px;
        line-height: 26px;
    }

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

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

    .burger {
        display: flex;
        padding: 10px 15px;
    }

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

    header:after {
        width: 50%;
        left: 0;
    }
    .nav-links li:last-child a{
        width: max-content;
        background-color: #222;
        border-radius: 100px;
        margin-left: 10px;
    }
}

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

img {
    object-fit: cover;
    display: block;
    width: 100%;
}

h2,
.ks-blog-content h4,
.ks-about-inner h5,
.ks-activity-inner h3 {
    font-size: 18px;
    line-height: 26px;
}

a {
    display: block;
}

p {
    color: #686a6f;
    font-size: 16px;
    line-height: 24px;
}

.catename {
    text-transform: capitalize;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ks-about-wrapper,
.ks-activity-wrapper {
    padding: 30px 0;
}

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

.ks-about-inner .catename {
    margin-top: 8px;
    color: #38b5ff;
}

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

.m2 a img {
    width: 85%;
    margin: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    border: 4px solid #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.m2 a .text {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.19);
    border-radius: 20px;
    padding: 10px;
}

.m2 a h2 {
    color: #fff;
}

.m2 a .catename {
    color: #fff;

}

.placeholder {
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
}

.ks-counter-wrapper {
    padding: 40px 0;
}

.ks-blog-heading {
    margin-bottom: 24px;
}

.ks-activity-heading {
    padding-bottom: 24px;
}

.m3 .col-lg-6 {
    counter-increment: mvp-trend;
}

.ks-activity-box .num::after {
    content: '0' counter(mvp-trend);

    font-size: 120px;
    color: var(--ks-theme-color);
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
    top: 50px;
    right: 20px;
}

footer {
    margin-top: 50px;
    padding: 24px 10px;
    position: relative;
    background: #1d1e27;
}

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

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

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

.dt .right {
    width: 30%;
    margin-top: 100px;
}

.dt-main {
    width: 70%;
}

.dt .right .heading {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 24px;
}

a.box5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
}

a.box5 img {
    width: 35%;
    aspect-ratio: 1/0.9;
}

a.box5 .text {
    width: 65%;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

a.box5 h2 {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}


.search {
    width: 100%;
    max-width: 500px;
    margin: 12px auto 24px;
    border-radius: 100px;
    border: 2px solid #c6eaff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    border: none;
    border-radius: 100px;
    padding: 10px 24px;
    color: #666;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    outline: none;
}

.search_btn a {
    display: block;
    padding: 8px 24px;
    background-color: #00c3c9;
    border-radius: 100px;
    color: #fff;
}

.ks-blog-content .ks-dark-btn{
max-width:fit-content;
padding: 0 12px}

@media (max-width:650px) {
    .search {
        margin: 0px auto 24px;
    }
    footer .pt p,
    footer .pb {
        font-size: 12px;
        line-height: 18px;
    }

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

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

@media (max-width:1024px) {
    .m2 a {
        width: 25%;
    }
}

@media (max-width:992px) {
    .m2 a {
        width: 33.33%;
    }
}

@media (max-width:768px) {
    .m2 a {
        width: 50%;
    }
  .dt-main,
  .dt .right{
  width:100%
  }
   .dt .right{    margin-top: 40px;}
}

@media (max-width:550px) {
  .dt .right .heading{
      margin-bottom: 12px;
  }
    .ks-counter-wrapper {
        padding: 20px 0;
    }

    .ks-heading {
        font-size: 22px;
    }

    .ks-activity-heading {
        padding-bottom: 12px;
    }

    .ks-about-wrapper,
    .ks-activity-wrapper,
    .ks-blog-wrapper {
        padding: 12px 0 0;
    }

    .ks-about-box {
        padding: 12px 12px 25px;
    }

    .ks-about-btn p {
        height: 34px;
        margin: -17px auto 0 auto;
    }

    .ks-about-parent-box {
        margin-bottom: 15px;
    }

    h2,
    .ks-blog-content h4,
    .ks-about-inner h5,
    .ks-activity-inner h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .ks-paragraph {
        font-size: 14px;
        line-height: 22px;
    }

    .ks-about-inner .ks-paragraph,
    .ks-about-inner h5 {
        margin-top: 4px;
    }

    .ks-activity-box {
        padding: 15px;
    }

    .ks-activity-inner p.readmore {
        font-size: 14px;
    }

    .ks-activity-box .num::after {
        font-size: 85px;
    }

    .ks-activity-inner .ks-paragraph {
        margin: 8px 0;
    }

    .m3 .col-lg-6 {
        margin-bottom: 12px;
    }

    .ks-blog-content .ks-dark-btn {
        min-height: 26px;
        top: -12px;
    }

    .ks-blog-content {
        padding: 20px 12px 12px 12px;
    }
}