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

body {
    background: #FCFCFC;
}

body::-webkit-scrollbar {
    display: none;
}


.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0px;
    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;
    color: #333;
}

h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

p {
    color: #333;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


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

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

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

header .container {
    padding: 12px;
}

header .flex {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

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

.logo a {
    display: block;
}

.nav-links {
    width: auto;
    display: flex;
    margin: 0 12px;
    padding: 0px 0 5px;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #E6E6E6;
    overflow: auto;
}

.nav-links::-webkit-scrollbar {
    height: 10px;
}

.nav-links::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e9ecef;
    height: 2px;
}

.nav-links a {
    background-color: #fff;
    text-transform: capitalize;
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    padding: 12px 40px;
    display: block;
    display: flex;
    flex: 1;
    border-radius: 4px 4px 0 0;
    border-right: 1px solid #E6E6E6;
    border-bottom: 2px solid #0078C6;
  
justify-content: center;
}

.nav-links a.active {
    background: #0078C6;
    color: #fff;
}

.nav-links a:first-child {
    border-left: 1px solid #E6E6E6;
}

.nav-links a:hover {
    background: #0078C6;
    color: #fff;
}

.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: 30px;
    color: #0078C6;
}

.head-sear {
    background: #fff;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;

    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FCFCFC;
}

.head-sear input {
    width: 100%;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 8px 12px;

    color: #666;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: #FCFCFC;

    /* 150% */
}

.head-sear input::placeholder {
    color: #666;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.search_btn a,
.head-search_btn a {
    display: block;
    padding: 8px 12px;
}
.search_btn a i,
.head-search_btn a i {
    color: #333;
    font-size: 16px;
}

@media (max-width:550px) {
    .back-to-top {
        bottom: 130px;
        right: 20px;
    }

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

}

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

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

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

.heading {
    width: 100%;
    position: relative;
    color: #333;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding-left: 12px;
    padding-bottom: 12px;
    /* 140% */
}

.time {
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.catename {
    color: #999;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 166.667% */
}

.search {
    width: 90%;
    margin: 24px auto;
    display: flex;
    align-items: center;
    flex-direction: row;

    border-radius: 100px;
    background: #FFF;
}

.search .head-sear {
    width: 100%;
    max-width: none;
    margin: auto !important;
}

footer {
    background-color: #0078C6;
    padding: 20px 0;
    margin: 50px auto 0;
    color: #fff;
}

footer .share {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .share a {
    padding: 3px;
    margin: 0 12px;
    display: flex;
    border-radius: 80px;
}

footer .share i {
    font-size: 25px;
}

footer .pt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .pt a {
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    text-decoration: underline;
    /* 125% */
}

footer .pb {
    width: 100%;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding-top: 24px;
    /* 125% */
}

@media (max-width:1200px) {
    footer {
        margin: 50px 0 0;
    }
}

@media (max-width:768px) {
    footer .share a {
        margin: 0 6px;
    }

    footer .pt a {
        padding: 0 12px;
    }

    .search {
        width: 90%;
        margin: 12px auto;
    }

    .search .head-sear input {
        padding: 6px 0 6px 12px !important;
    }


}

@media (max-width:550px) {
    footer .share {
        padding-top: 12px;
        width: 100%;
    }

    footer .pt {
        width: 100%;
        order: -1;
    }

    footer .pt a {
        font-size: 14px;
    }

    footer .pb {
        padding-top: 12px;
        font-size: 14px;
    }

    footer .share a {
        padding: 0px;
    }

    footer .share i {
        font-size: 25px;
        line-height: 25px
    }

    footer {
        padding: 12px 0;
    }


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

    .nav-links a {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 24px;
    }
    .search {
        width: auto;
        margin: 12px;
    }
}

.dt-content {
    padding: 12px;
}