body {
    background: linear-gradient(180deg, #F2F6FF 0%, #FFF 32.58%);
}
body.wipit{background: linear-gradient(180deg, #FAFAFA 0%, #FFF 32.58%);}

.banner {
    margin: 0 auto;
    width: 94%;
    box-sizing: border-box;
    background: url('../img/list-banner-bgimg.png') center no-repeat;
    background-size: cover;
    border-radius: 33px;
    margin-top: 60px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 100px 20px;
    will-change: transform;
}


.banner h1 {
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.banner_desc {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    max-width: 12rem;
}


.wipit .banner{background: url('../img/watermark_remover_banner.png') center no-repeat;}
.wipit .banner h1{color: #000;}
.wipit .banner .banner_desc{color: #333;}







.content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.content_left {
    margin-right: 80px;
}

.article_item {
    max-width: 912px;
    border-bottom: 1px solid #E5E5F2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.article_item:last-child {
    margin-bottom: 0;
}

.article_item a {
    color: #333;
    font-family: Poppins;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.article_item a:hover {
    cursor: pointer;
    color: #227BFB;
}

.article_desc {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.article_info {
    display: flex;
    align-items: center;
}

.article_info .line {
    width: 2px;
    height: 15px;
    background: #C3C3CF;
    margin: 0 16px;
}

.article_author {
    display: flex;
    align-items: center;
}

.author_by {
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.article_author img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 8px;
    object-fit: cover;
}

.author_name {
    color: #343434;
    font-size: 16px;
    font-weight: 600;
}
.wipit .author_name{color: #2AC081;}

.article_date {
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.product_banner {
    width: 408px;
    border-radius: 32px;
    background-color: #fff;
    padding: 40px 24px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.product_banner_title {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    text-decoration: none;
    cursor: pointer;
}

.product_banner a {
    color: #000;
}

.product_banner a:hover {
    color: #000;
}

.product_banner_title img {
    margin-right: 10px;
}

.product_banner_list {
    margin-bottom: 36px;
}

.product_banner_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product_banner_item:last-child {
    margin-bottom: 0;
}

.product_banner_item span {
    flex: 1;
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.product_banner_item svg {
    margin-right: 10px;
    margin-top: 7px;
}

.product_banner_download {
    width: 240px;
    height: 64px;
    border-radius: 12px;
    background: #1D1F1E;
    box-shadow: 0px 1.3px 104px 0px rgba(17, 121, 252, 0.05);
    cursor: pointer;
    margin: 0 auto;
}

.product_banner_download svg {
    margin-left: 9px;
    transition: all 0.3s ease-in-out;
}

.product_banner_download a {
    text-decoration: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_banner_download a:hover {
    color: #FFF;
}

.product_banner_download:hover svg {
    transform: translateY(6px);
}

.fs_product_banner_bg {
    background: url('../img/list-rightbg.png') top center no-repeat;
    background-size: cover;
}

.hot_article {
    width: 408px;
    border-radius: 32px;
    border: 1px solid #DBEDFF;
    background: radial-gradient(101.68% 75.64% at 98.04% 95.64%, rgba(48, 243, 255, 0.30) 0%, rgba(48, 243, 255, 0.00) 100%), radial-gradient(83.12% 71.26% at 6.86% 0%, rgba(141, 173, 255, 0.30) 0%, rgba(141, 173, 255, 0.00) 94.47%), radial-gradient(86.71% 85.93% at 65.44% 62.93%, #F3D0FF 0%, #FFF 69.79%);
    padding: 40px 24px;
    box-sizing: border-box;
}

.hot_article_title {
    margin-bottom: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.hot_article_title_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_article_title_left img {
    margin-right: 10px;
    width: 28px;
    height: auto;
}

.hot_article_title_left span {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
}

.hot_article_title_right {
    display: none;
    cursor: pointer;
}

.hot_article_title_right svg {
    margin-top: 5px;
}

.hot_article_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.hot_article_item:last-child {
    margin-bottom: 0;
}

.hot_article_item svg {
    margin-top: 3px;
}

.hot_article_item a {
    flex: 1;
    margin-left: 10px;
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

.hot_article_item a:hover {
    text-decoration: underline;
}

.hot_article_btn {
    display: none;
    position: absolute;
    right: -32px;
    top: 0;
    cursor: pointer;
    height: 50px;
    width: 32px;
    border-radius: 0 10px 10px 0;
    background-color: #DBEDFF;
    align-items: center;
    justify-content: center;
}

.hot_article_btn svg {
    transform: rotate(180deg);
}

.more_topics {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 24px;
    box-sizing: border-box;
    background: url('../img/list-bottom-bgimg.png') top center no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 60px 0 70px 0;
}

.more_topics_title {
    color: #FFF;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
}

.more_topics_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 10rem;
}

.more_topics_list a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.80);
    font-size: 24px;
    font-weight: 500;
}

.more_topics_item {
    padding: 0 30px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-family: Poppins;
    cursor: pointer;
    border-radius: 59px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6.650000095367432px);
    margin-right: 13px;
    margin-left: 13px;
    margin-top: 32px;
    box-sizing: border-box;
}

.more_topics_item:hover {
    color: #fff;
    animation-play-state: paused;
    background: radial-gradient(47% 46.61% at 50.23% 125.42%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(35.21% 38.14% at 50.23% -18.64%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(90deg, #2C67FF 0%, #9E62FF 100%), radial-gradient(55.15% 63.56% at 50% 50%, #63A3FF 0%, rgba(84, 154, 255, 0.00) 100%), #3689FB;
}

.more_topics_item:last-child {
    margin-right: 0;
}

.upDown_1 {
    animation: upDown1 2s ease-in-out infinite;
}

.upDown_2 {
    animation: upDown1 2s 0.3s ease-in-out infinite;
}

.upDown_3 {
    animation: upDown1 2s 0.5s ease-in-out infinite;
}

@keyframes upDown1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.list-part {
    list-style: none;
    padding: 0;
}

.pagination-controls {
    margin-top: 60px;
    color: #999;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-controls button {
    color: #999;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #E5E5F2;
    background-color: #fff;
    margin: 0 11px;
    padding: 3px 15px;
    cursor: pointer;
}

.pagination-controls .btn-prev,
.pagination-controls .btn-next {
    color: #7E7E7E;
    display: flex;
    align-items: center;
}

.pagination-controls button.active,
.pagination-controls button:hover {
    background-color: #343434;
    color: white;
    border-color: #343434;
}

.pagination-controls button:hover svg path {
    fill: #fff;
}

.pagination-controls span.dot {
    margin: 0 4px;
}

@media screen and (max-width: 1200px) {
    .content_left {
        margin-right: 54px;
    }
}

@media screen and (max-width: 980px) {
    .content_left {
        margin-right: 40px;
    }

    .product_banner,
    .hot_article {
        width: 350px;
    }
}

@media screen and (max-width: 935px) {
    .product_banner,
    .hot_article {
        padding: 35px 20px;
        width: 330px;
    }
}

@media screen and (max-width: 852px) {
    .content {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .content_left {
        margin-right: 0;
    }

    .product_banner,
    .hot_article {
        width: 100%;
    }

    .hot_article {
        position: fixed;
        left: 0;
        top: 26%;
        width: 310px;
        padding: 0;
        z-index: 1;
        border-radius: 0 22px 22px 0;
    }

    .hot_article_list {
        height: 380px;
        overflow: auto;
        padding: 20px;
    }

    .hot_article_title_right {
        display: block;
    }

    .hot_article_title {
        justify-content: space-between;
        background-color: #DBEDFF;
        border-radius: 0px 32px 0px 0px;
        padding: 8px 20px;
        margin-bottom: 0;
    }

    .hot_article_title span {
        font-size: 18px;
    }

    .hot_article_title_left img {
        width: 18px;
    }

    .hot_article_item a {
        font-size: 14px;
    }

    .content_right,
    .content_left {
        width: 100%;
    }
    .content_left {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .more_topics {
        width: 90%;
    }
}

@media screen and (max-width: 750px) {
    .banner {
        margin-bottom: 40px;
        margin-top: 0px;
        padding: 50px 24px;
        width: 100%;
        border-radius: 0;
    }

    .banner h1 {
        width: 100%;
        font-size: 36px;
    }

    .banner_desc {
        font-size: 16px;
        max-width: 320px;
    }

    .content {
        margin-bottom: 40px;
        box-sizing: border-box;
    }

    .pagination-controls {
        margin-top: 30px;
    }

    .pagination-controls button {
        font-size: 14px;
        margin: 0 4px;
        padding: 1px 7px;
    }

    .more_topics {
        padding: 30px 0 35px 0;
        margin-bottom: 50px;
    }

    .more_topics_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .more_topics_item {
        font-size: 14px;
        padding: 0 15px;
        margin-top: 20px;
    }

    .product_banner {
        margin-bottom: 40px;
    }

    .article_item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .article_item a {
        font-size: 24px;
    }

    .more_topics_list a {
        font-size: 14px;
    }
}