:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-yellow: #ff9f18;
    --adm-color-orange: #ff6430;
    --adm-color-wathet: #e7f1ff;
    --adm-color-text: #333;
    --adm-color-text-secondary: #666;
    --adm-color-weak: #999;
    --adm-color-light: #ccc;
    --adm-color-border: #eee;
    --adm-color-background: #fff;
    --adm-color-highlight: var(--adm-color-danger);
    --adm-color-white: #fff;
    --adm-color-box: #f5f5f5;
    --adm-color-text-light-solid: var(--adm-color-white);
    --adm-color-text-dark-solid: #000;
    --adm-color-fill-content: var(--adm-color-box);
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --adm-border-color: var(--adm-color-border)
}

body,
h1,
h2,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box
}

a {
    color: #1677ff;
    color: var(--adm-color-primary);
    transition: opacity .2s ease-in-out;
    text-decoration: none;
}

a,
button {
    cursor: pointer;
}

body {
    font-family: "exo", Sans-Serif !important;
    background-color: #0e0e10;
    color: #333;
    font-size: 13px;
}

#app {
    height: 100%;
}

.home-layout {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    background-color: #0e0e10;
}

.layout {
    position: relative;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    background-color: #0e0e10;
}

.home-layout:before {
    content: "";
}

.header-wrap {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 92px;
    padding: 24px 20px;
    margin: 0 auto;
}


.mobile-menu-icon {
    width: 20px;
    height: 20px;
    background: no-repeat url("/assets/img/askinfoai/menu.webp");
    background-size: 20px 20px;
}

.logo-wrap {
    display: flex;
    align-items: center;
}

.pc-logo-wrap {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.logo-wrap .askweai-logo {
    width: 130px;
}

.mobile-feedback-icon {
    position: absolute;
    right: 20px;
    width: 18px;
    height: 18px;
    background: no-repeat url("/assets/img/askinfoai/question.webp");
    background-size: 18px 18px;
}

.main {
    max-width: 1200px;
    min-width: 200px;
    min-height: calc(100vh - 140px);
    margin: 0 auto;
    padding: 0 20px;
}

.search-bar-wrap {
    display: flex;
    align-items: center;
    width: calc(100% - 6px);
    max-width: 748px;
    height: 44px;
    padding: 9px 12px;
    margin: 40px auto 30px;
    border-radius: 10px;
}

.search-bar-dark {
    background-color: #39393c;
    border: 2px solid #65508e;
}

.search-bar-input {
    width: calc(100% - 40px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border: none;
}

.adm-input {
    --font-size: var(--adm-font-size-9);
    --color: var(--adm-color-text);
    --placeholder-color: var(--adm-color-light);
    --text-align: left;
    --background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 24px;
    background-color: var(--background-color);
}

.adm-input-element {
    flex: auto;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    color: var(--color);
    font-size: var(--font-size);
    line-height: 1.5;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    min-height: 1.5em;
    text-align: var(--text-align);
}

.search-bar-dark .adm-input-element {
    color: #fff;
}

.search-bar-input .adm-input-element {
    font-style: italic
}

.search-bar-input .adm-input-element::placeholder {
    color: #757575;
    font-style: italic
}

.search-icon {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    background: no-repeat url("/assets/img/askinfoai/search.webp");
    background-size: 18px 18px;
    cursor: pointer;
}

.trending-module {
    margin-bottom: 48px;
}

.home-page-module:last-child {
    margin-bottom: 0;
}

.home-page-module-title {
    position: relative;
    margin: 0 0 11px;
    padding-left: 4px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
}

.search-result-title:before {
    opacity: .6;
}

.triangle:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -2px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-bottom: 13px solid transparent;
}

.triangle-blue:before {
    border-top: 13px solid #37b6f5;
    border-left: 11px solid #37b6f5;
}

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

.news-card {
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s;
}

.news-card-dark {
    background-color: #0e0e10;
}

.trend-list-item .trending-article-card {
    flex-direction: column;
}

.vertical-news-card .news-card-top {
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    transition: opacity .3s;
}

.news-card-img-link {
    display: block;
}

.vertical-news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-card-dark.vertical-news-card img {
    border-radius: 10px;
}

.news-card-cnt {
    padding: 13px 11px;
    height: 72px;
}

.news-card-dark.vertical-news-card .news-card-cnt {
    padding: 13px 0;
}

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

.news-card-cnt a {
    color: #333;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-align: left;
    word-break: break-all;
}

.news-card-dark a {
    color: #fff;
}


.footer {
    margin: 0 auto;
    padding: 20px 0;
    color: #aaa;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
}

.footer p {
    margin-bottom: 9px;
}

.footer p:last-child {
    margin-bottom: 0;
}

.footer a {
    display: inline-block;
    padding: 0 10px;
    color: #aaa;
    border-right: 1px solid #aaa;
}

.footer a:last-child {
    border-right: none;
}

.search-bar-light {
    background-color: #fff;
    border: 2px solid #fff;
}

.header-wrap .pc-header-search {
    display: none;
    width: 482px;
    margin: 0 0 0 22px;
}

.page-layout {
    display: flex;
    justify-content: space-between;
}

.detail-page {
    margin-top: 10px;
}

.page-layout-main {
    flex: 1 1;
    max-width: 765px;
    min-width: 300px;
}

.detail-page-title {
    position: relative;
    -webkit-line-clamp: 4;
    font-weight: 800;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    margin-bottom: 8px;
}

.multi-ellipsis-base {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.detail-page p {
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 16px;
}

.detail-page .first-paragraph {
    margin-bottom: 8px;
}

.detail-page img {
    width: 100% !important;
    border-radius: 10px;
    object-fit: cover;
}

.article-content-html {
    overflow: hidden;
}

.back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
    width: 60px;
    height: 60px;
    background: no-repeat url("/assets/img/askinfoai/back-top.webp");
    background-size: contain;
    opacity: .6;
    cursor: pointer;
}

.page-layout-aside {
    display: block;
    width: 350px;
}

.latest-post-title-wrap {
    position: relative;
    height: 28px;
    margin-bottom: 20px;
}

.latest-post-title-wrap:after,
.latest-post-title-wrap:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    content: "";
    width: 90px;
    height: 0;
    border: 1px solid;
}

.latest-post-title-wrap:before {
    left: 0;
}

.latest-post-title-wrap-light:after,
.latest-post-title-wrap-light:before {
    border-image: linear-gradient(90deg, transparent, #000) 1 1;
}

.latest-post-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.latest-post-title-wrap-light h2 {
    color: #000;
}

.latest-post-title-wrap:after {
    right: 0;
    transform: translate3d(0, -50%, 0) rotate(180deg);
}

.latest-post-item {
    margin-bottom: 18px;
}

.news-card-light {
    background-color: #fff;
}

.search-page {
    padding-top: 14px;
}

.search-result-title {
    position: relative;
    margin: 0 0 2px;
    padding-left: 4px;
    color: #6ecbff;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.search-result-item {
    padding: 14px 0;
    border-bottom: 1px solid #404040;
}

.search-result-item-title {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 26px;
}

.search-result-item h2 {
    margin: 0 0 4px;
}

.search-result-item-link {
    color: #488ef9;
}

.search-result-item-title a {
    color: #fff;
    font-weight: 700;
}

.search-result-item-cnt {
    flex: 1 1;
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    word-break: break-word;
}

.latest-post-title-wrap-dark h2 {
    color: #fff;
}

.latest-post-title-wrap-dark:after,
.latest-post-title-wrap-dark:before {
    border-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff) 1 1;
}

.triangle-yellow:before {
    border-top: 13px solid #fcc81a;
    border-left: 11px solid #fcc81a;
}

.overflow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(5px);
}

.ads-close {
    position: absolute;
    left: 2%;
    top: 3px;
    z-index: 1001;
    width: 22px;
    background: transparent;
    border: none;
    opacity: 0.4;
    cursor: not-allowed;
}

.dialog {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 127.55102vw !important;
    overflow: hidden;
    font-size: .3rem;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.36);
    border-radius: 2vw;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .trend-list-item {
        width: calc(50% - 10px);
        margin-bottom: 18px;
        margin-right: 20px;
    }

    .trend-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .page-layout-aside {
        width: 250px;
    }

    .latest-post-title-wrap:after,
    .latest-post-title-wrap:before {
        width: 60px;
    }

    .latest-post-title {
        font-size: 16px;
        line-height: 28px;
    }

    .latest-post-title-wrap:after,
    .latest-post-title-wrap:before {
        width: 60px;
    }
}

@media screen and (max-width: 840px) {
    .header-wrap .search-bar-wrap {
        width: 250px;
    }
}

@media screen and (max-width: 1040px) {
    .header-wrap .search-bar-wrap {
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .trend-list-item {
        width: 100%;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 765px) {
    .header-wrap {
        height: 44px;
        margin: 0;
        padding: 0 20px;
    }

    .header-wrap .logo-wrap {
        margin: 0 auto;
    }

    .page-layout {
        flex-direction: column;
    }

    .page-layout .page-layout-main {
        margin-right: 0;
    }

    .page-layout-aside {
        display: none;
    }
}

@media screen and (min-width: 765px) {
    .header-wrap .mobile-menu-icon {
        display: none;
    }

    .header-wrap .mobile-feedback-icon {
        display: none;
    }

    .home-page-module-title {
        margin-bottom: 19px;
        font-size: 28px;
        line-height: 33px;
    }

    .trend-list-item {
        width: calc(33.33333% - 13.33333px);
        margin-bottom: 18px;
        margin-right: 20px;
    }

    .trend-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .page-layout-aside {
        display: block;
    }

    .page-layout .page-layout-main {
        margin-right: 100px;
    }

    .page-layout {
        flex-direction: row;
    }

    .header-wrap .pc-header-search {
        display: block;
    }

    .ads-close {
        left: 10%;
    }
}

/* hidden unfilled ad */
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}