/* public */
.btn-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 72px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    background: linear-gradient(180deg, #7979FF -27.78%, #C859FF 50%);
    transition: transform .3s linear;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.btn-style::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 20px);
    height: 25px;
    background: #FF9EE7;
    filter: blur(10px);
    border-radius: 100%;
}

.btn-style:hover {
    color: #fff;
    transform: scale(1.05);
    animation: main-btn-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.btn-style:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background: linear-gradient(180deg, #9999FF -27.78%, #B0B0B0 50%) !important;
}

@media (max-width: 768px) {
    .btn-style {
        width: 235px;
        height: 60px;
        font-size: 16px;
        font-weight: 700;
    }
}

/* public */
.btn-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 72px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    background: linear-gradient(180deg, #7979FF -27.78%, #C859FF 50%);
    transition: transform .3s linear;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.btn-style::before {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 20px);
    height: 25px;
    background: #FF9EE7;
    filter: blur(10px);
    border-radius: 100%;
}

.btn-style:hover {
    color: #fff;
    transform: scale(1.05);
    animation: main-btn-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@media (max-width: 768px) {
    .btn-style {
        width: 235px;
        height: 60px;
        font-size: 16px;
        font-weight: 700;
    }
}

/* main + title */
.main {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding: 85px 0px 20px 0px;
    position: relative;
}

.main>* {
    position: relative;
    z-index: 1;
}

.main::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 466px;
    pointer-events: none;
    background: linear-gradient(176.08deg, rgba(232, 173, 255, 0.54) -4.04%, rgba(255, 255, 255, 0) 58.84%);
}

.main .title-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0 20px;
    gap: 0px;
    margin-bottom: 109px;
}

.main .title-box h1 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
}

.main .title-box .h1-desc {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 768px) {
    .main {
        padding: 58px 0px 20px 0px;
    }

    .main .title-box {
        margin-bottom: 59px;
    }

    .main .title-box h1 {
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 17px;
    }

    .main .title-box .h1-desc {
        font-weight: 400;
        font-size: 15px;
    }
}

/* main + title */

/* ======================== 主容器 - 左侧的切换菜单 通用 ======================== */
.menu-box {
    width: 320px;
    height: 320px;
    background-color: transparent;
    padding: 10px 10px 0 10px;
    overflow: visible;
    position: relative;
}

.menu-box .collapse {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
}

.menu-box .collapse .mobile-collapse-icon {
    display: block;
    width: 25px;
    height: 25px;
    background: url('https://images.noviai.ai/noviaien/assets/common/policy-menuList-rightTopIcon.svg') no-repeat center center;
    background-size: contain;
}

.menu-list {
    width: 300px;
    min-height: 300px;
    padding: 24px 0px 27px 0px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(231, 231, 231, 1);
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.06);
}

.menu-list li {
    width: 246px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 6px;
    cursor: pointer;
    line-height: 1.2;
    word-break: break-word;
}

.menu-list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding-left: 7px;
    white-space: normal;
    word-wrap: break-word;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
}

.menu-list li a::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%23757677' d='M4.5 13L4.5 0L13 6.5Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 7px;
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 3px;
}

.menu-list li:hover,
.menu-list li.curr {
    background-color: #FBF0FF;
}

.menu-list li:hover a::before,
.menu-list li.curr a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%23D15DFF' d='M4.5 13L4.5 0L13 6.5Z'/%3E%3C/svg%3E");
}

.menu-list li:hover a,
.menu-list li.curr a {
    color: #D15DFF;
    font-weight: 600;
}

.mobile-fixed-btn {
    display: none;
    position: fixed;
    top: 201px;
    left: 0;
    width: 26px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #D15DFF;
    z-index: 1000;
    cursor: pointer;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    pointer-events: auto !important;
}

.mobile-fixed-btn i {
    display: block;
    width: 8px;
    height: 13px;
    background: url("https://images.noviai.ai/noviaien/assets/common/policy-menuList-mobileFixedIcon.png");
    background-size: contain;
    pointer-events: none;
}

@media (min-width: 769px) {
    .mobile-fixed-btn {
        display: none !important;
    }

    .content-left {
        display: block !important;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .content-left {
        display: none !important;
    }

    .mobile-fixed-btn {
        display: flex;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .content-left.open {
        display: block !important;
        position: fixed;
        top: 130px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        background: transparent;
    }

    .content-left.open .menu-box {
        width: 268px;
        min-height: 320px;
        position: absolute;
        top: 70px;
        left: 0;
        margin: 0;
        display: block;
        animation: slideIn 0.3s ease;
        z-index: 9999;
    }

    .content-left.open .menu-box .collapse {
        display: block !important;
    }

    .menu-list {
        width: 248px;
        padding: 24px 0px 27px 0px;
    }

    .menu-list li {
        height: 37px;
        width: 218px;
    }

    @keyframes slideIn {
        from {
            transform: translateX(-10px);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
}

/* content-box refund-policy */
.content-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 76px;
    padding: 0px 0.05% 0px 0px;
    box-sizing: border-box;
}

.content-box .content-right {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 928px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 45px;
    width: 100%;
}

.content-box .content-right .content-section-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
}

.content-box .content-right .content-section-box:last-child {
    margin-bottom: 0;
}

.content-box .content-right .content-section-box .section-title {
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.content-box .content-right .content-section-box .section-title:last-child {
    margin-bottom: 0;
}

.content-box .content-right .content-section-box .section-decs {
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 22px;
}

.content-box .content-right .content-section-box .section-decs:last-child {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .content-box {
        display: flex;
    }

    .content-box .content-right {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .content-box {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 15px;
    }

    .content-box .content-right {
        width: 100%;
        max-width: 100%;
        gap: 36px;
    }

    .content-box .content-right .content-section-box .section-title {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .content-box .content-right .content-section-box .section-decs {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 12px;
    }
}

/* content-box refund-policy */

/* content-box ul */
.content-box .content-right .content-explanation-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    width: 100%;
    border-radius: 18px;
    background-color: #F5F7F9 !important;
    padding: 30px 25px;
    margin-bottom: 15px;
}

.content-box .content-right .content-explanation-box:last-child {
    margin-bottom: 0px;
}

.content-box .content-right .content-explanation-box .explanation-title {
    display: flex;
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
    width: 100%;
}

.content-box .content-right .content-explanation-box .explanation-title:last-child {
    margin-bottom: 0;
}

.content-box .content-right .content-explanation-box .explanation-decs {
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    width: 100%;
}

.content-box .content-right .content-explanation-box p.explanation-decs {
    display: block;
    position: relative;
    padding-left: 0;
}

.content-box .content-right .content-explanation-box li.explanation-decs {
    display: block;
    position: relative;
    padding-left: 20px;
}

.content-box .content-right .content-explanation-box p.explanation-decs.muted {
    opacity: 0.8;
    font-style: italic;
}

.content-box .content-right .content-explanation-box .explanation-decs:last-child {
    margin-bottom: 0;
}

.content-box .content-right .content-explanation-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-box .content-right .content-explanation-box li.explanation-decs::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 1.2;
}

.content-box .content-right .content-explanation-box li.explanation-decs strong {
    font-weight: 700;
}

.content-box .content-right .content-explanation-box li.explanation-decs a {
    color: #007bff;
    text-decoration: underline;
    word-break: break-all;
}

@media (max-width: 768px) {
    .content-box .content-right .content-explanation-box {
        padding: 31px 17px;
        margin-bottom: 15px;
    }

    .content-box .content-right .content-explanation-box .explanation-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 17px;
        line-height: 1.5;
    }

    .content-box .content-right .content-explanation-box .explanation-decs {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .content-box .content-right .content-explanation-box li.explanation-decs {
        padding-left: 18px;
    }

    .content-box .content-right .content-explanation-box li.explanation-decs::before {
        font-size: 16px;
        line-height: 1.4;
    }

    .content-box .content-right .content-explanation-box ul {
        gap: 12px;
    }
}

/* content-box ul */

/* DMCA */
.content-submitForm-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.content-submitForm-box .form-intro {
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.content-submitForm-box .dmca-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.content-submitForm-box .dmca-form .dmca-form-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group.full-width {
    flex: 1 1 100%;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group label {
    color: #1A1A1A;
    font-family: Figtree;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group .required-text-icon {
    color: #F23A3D;
    margin-right: 2px;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group input {
    height: 50px;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-family: Figtree;
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
    background-color: #F5F7F9;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    resize: none;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group textarea {
    min-height: 160px;
    width: 100%;
    padding: 16px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-family: Figtree;
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
    background-color: #F5F7F9;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    resize: none;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group input:focus,
.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group textarea:focus {
    outline: none;
    border: 2px solid #D059FF;
}

.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group input::placeholder,
.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group textarea::placeholder {
    color: #999;
    font-weight: 400;
}

.content-submitForm-box .dmca-form .submit-btn {
    width: 214px;
    height: 50px;
    align-self: center;
    opacity: 1;
}

@media (max-width: 768px) {
    .content-submitForm-box {
        gap: 30px;
    }

    .content-submitForm-box .form-intro {
        font-size: 16px;
        font-weight: 700;
    }

    .content-submitForm-box .dmca-form {
        gap: 0px;
    }

    .content-submitForm-box .dmca-form .dmca-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group {
        flex: 1 1 100%;
    }

    .content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group label {
        font-size: 14px;
        line-height: 1.4;
    }
}

/* DMCA */

/* tip pop-up */
.content-submitForm-box .dmca-form .dmca-form-row .dmca-form-group .error-tips {
    display: block;
    height: 24px;
    font-size: 14px;
    color: #D83C03;
    font-family: Figtree;
    margin-top: 4px;
    min-height: 18px;
}

.submit-success-aside.pop-up {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.submit-success-aside-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
    cursor: pointer;
}

.pop-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 594px;
    width: 90%;
    padding: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin: auto;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.pop-cont .btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.pop-up .pop-cont .btn-close::before {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    transform: rotate(45deg);
    background: #2e2e2e;
    top: 14px;
    left: 6px;
}

.pop-up .pop-cont .btn-close::after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    transform: rotate(135deg);
    background: #2e2e2e;
    top: 14px;
    left: 6px;
}

.icon-success {
    display: inline-block;
    margin-bottom: 20px;
}

.icon-success svg {
    width: 72px;
    height: 72px;
}

.pop-cont .txt-title {
    margin: 30px auto 40px;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-weight: 600;
    line-height: 1.4;
}

.ok-close {
    width: 200px;
    height: 50px;
    background: #D063FF;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
    font-family: Figtree;
    font-size: 16px;
    transition: all 0.2s ease;
}

.ok-close:hover {
    background: #D063FF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-error-message,
.form-success-message {
    animation: fadeIn 0.3s ease;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Figtree;
    font-size: 14px;
}

.form-error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* tip pop-up */