/* About, settings, and daily sign-in refinements. */
#app .about-container {
    min-height: 100vh;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

#app .about-container-header {
    width: min(10rem, 100vw);
    margin: 0 auto;
    padding: 0;
}

#app .about-container-header-belly {
    width: 9.36rem;
    height: 3.6rem;
    max-width: calc(100vw - 0.64rem);
    margin: 0.32rem auto;
    border-radius: 0.24rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(12, 199, 204, 0.28), rgba(0, 0, 0, 0.08)), url("/assets/png/aboutBg-0e9d0afa.webp") center / cover no-repeat;
    box-shadow: 0 0.16rem 0.44rem rgba(0, 216, 220, 0.2);
}

#app .about-container-header-belly img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#app .about-container-content {
    width: 9.36rem;
    max-width: calc(100vw - 0.64rem);
    margin: 0 auto;
    padding: 0.1rem 0.32rem;
    border-radius: 0.22rem;
    background: #1b1b1b;
    box-shadow: 0 0.12rem 0.36rem rgba(0, 0, 0, 0.35);
}

#app .about-container-content-item {
    min-height: 1.28rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.32rem;
}

#app .about-container-content-item-title {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.22rem;
    color: #fff;
    font-size: 0.38rem;
    font-weight: 600;
    line-height: 1.25;
}

#app .about-container-content-item-title svg {
    width: 0.58rem;
    height: 0.58rem;
    flex: none;
    color: #12cdd4;
}

#app .about-container-content-item .van-icon {
    flex: none;
    color: #12cdd4;
    font-size: 0.48rem;
}

#app .delAllRq[data-v-6af1b9df] {
    display: none !important;
}

#app .about-container:not(:has(> .about-container-header)) {
    min-height: 100vh;
    padding-bottom: 0.6rem;
    background: #000;
}

#app .about-container:not(:has(> .about-container-header)) > .about-container-content {
    width: 9.36rem;
    max-width: calc(100vw - 0.64rem);
    min-height: auto;
    margin: 0.32rem auto 0;
    padding: 0.42rem;
    border-radius: 0.2rem;
    background: #1b1b1b;
    color: #f4f7f8;
    font-size: 0.36rem;
    line-height: 1.55;
    box-shadow: 0 0.14rem 0.36rem rgba(0, 0, 0, 0.4);
}

#app .about-container:not(:has(> .about-container-header)) > .about-container-content,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content * {
    color: #f4f7f8 !important;
    background-color: transparent !important;
    font-family: Inter, Arial, sans-serif !important;
    letter-spacing: 0 !important;
}

#app .about-container:not(:has(> .about-container-header)) > .about-container-content h1,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content h2,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content h3,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content h4 {
    margin: 0 0 0.26rem;
    color: #ffffff !important;
    font-size: 0.44rem;
    line-height: 1.3;
    font-weight: 700;
}

#app .about-container:not(:has(> .about-container-header)) > .about-container-content p,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content li,
#app .about-container:not(:has(> .about-container-header)) > .about-container-content div {
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
    line-height: 1.55;
}

#app .about-container:not(:has(> .about-container-header)) > .about-container-content a {
    color: #16d3da !important;
    text-decoration: none;
}
