body::after {
    display: none;
}

header {
    background: #fff;
}

.container {
    max-width: 1000px;
}

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

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

.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.4 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-family: 'Roboto' !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: 'Roboto' !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;
    font-family: 'Roboto' !important;
    font-weight: 500;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 30px !important;
    padding-left: 0 !important;
    font-family: 'Roboto' !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 .cate {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.dt-content .time {
    color: #999 !important;
}

.info {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.likes,
.share {
    display: flex;
    align-items: center;
    gap: 24px;
}

:root {
    --Linear: linear-gradient(90deg, #F5DF4D 20%, #FF623B 100%);
}

.likes .zan {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    padding: 12px 48px;
    border-radius: 100px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        var(--Linear) border-box;
    border: 2px solid transparent;
      cursor: pointer;
}

.likes .zan.active,
.likes .zan.active i{   
  color: #FF623B !important;
}

.share a {
    display: flex;
    padding: 2px;
    margin-right: 12px;
    height: max-content;
    border-radius: 2px;
    border: 1px solid #DDDDE1;
}

.share a i {
    font-size: 30px;
    color: #333333;
}

.right a {
    width: 100%;
}

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

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

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

.dt .m4 {
    background-color: #fff;
    width: 70%;
}

.dt .m4 a {
    width: 33.33%;
}

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

@media (max-width:768px) {

    .dt-main,
    .dt .m4 {
        width: 100%;
        order: -1;
    }

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

    .right a {
        width: 33.33%;
    }
}

@media (max-width:550px) {
    .dt-main {
        padding: 6px;
    }

    .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 ul li,
    .dt-content ol li,
    .dt-content p,
    .dt-content span {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .dt-content .dt-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .info {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .likes .zan {
        padding: 8px 48px;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .share a {
        padding: 0;
    }

    .dt .m4 a {
        width: 50%;
        gap: 4px;
    }

    .right a {
        width: 50%;
        gap: 4px;
        padding: 6px;
    }

}

@media (max-width:320px) {

    .dt .m4 a,
    .right a {
        width: 100%;
    }
}