.ai-novel {
    padding: 1rem;
    background-color: #fff;
}
.ai-novel .part1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
}
.ai-novel .part1 .left {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.ai-novel .part1 .left .line {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.ai-novel .part1 .left .line .back {
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
}
.ai-novel .part1 .left .line .back img {
    display: block;
}
.ai-novel .part1 .left .line .describe {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
    color: #3276ff;
    text-decoration: underline;
}
.ai-novel .part1 .left .title {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #080808;
}
.ai-novel .part1 .record {
    position: absolute;
    right: 0;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #3276ff;
    text-decoration: underline;
    cursor: pointer;
}
.ai-novel .part2 {
}
.ai-novel .input-group {
    margin-top: 1rem;
    display: flex;
}

.ai-novel .input-group label {
    margin-bottom: 0;
    padding-top: 0.7rem;
    width: 4rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #080808;
}
.ai-novel .input-group label .need {
    color: #ff0000;
}

.ai-novel .story-input {
    flex: 1;
    height: 5rem;
    padding: 0.65rem 0.5rem;
    border-radius: 0.2rem;
    border: solid 0.05rem rgba(0, 0, 0, 0.1);
    background-color: #f5f6fa;
    font-size: 0.8rem;
    color: #080808;
}

.ai-novel .input-number {
    flex: 0 1 10.9rem;
    height: 2.5rem;
    padding: 0.7rem 0.5rem;
    border-radius: 0.2rem;
    border: solid 0.05rem rgba(0, 0, 0, 0.1);
    background-color: #f5f6fa;
}
.ai-novel .story-input2 {
    flex: 1;
}

.ai-novel .story-input3 {
    flex: 1;
}

.ai-novel .story-input:focus {
    /* outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); */
}

.ai-novel .story-input::placeholder {
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(8, 8, 8, 0.4);
}

.ai-novel .btun {
    width: 20rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin: 2rem auto 0;
    border-radius: 0.4rem;
    background-color: #3276ff;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 960px) {
    .ai-novel {
        padding: 0;
        background-color: #f5f6fa;
    }
    .ai-novel .part1 {
        height: 4.7rem;
        line-height: 4.7rem;
        background-color: #fff;
        border-top: solid 0.05rem rgba(0, 0, 0, 0.1);
        position: fixed;
        width: 100%;
        top: 5.4rem;
        z-index: 2;
        width: 100%;
        border-top: 1px solid #00000019;
        font-size: 1.6rem;
        padding: 1.2rem;
    }
    .ai-novel .part1 .left .line {
        left: 1rem;
    }
    .ai-novel .part1 .left .line .back {
        padding-left: 1rem;
        position: absolute;
        width: 2rem;
        height: 2rem;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ai-novel .part1 .left .line .describe {
        display: none;
    }
    .ai-novel .part1 .left .title {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.44;
        color: #222;
    }

    .ai-novel .part1 .record {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        font-size: 1.6rem;
        font-weight: 500;
        color: #3276ff;
    }
    .ai-novel .part2 {
        padding: 0 1rem;
        padding-top: 5rem;
    }
    .ai-novel .input-group {
        display: block;
        margin-top: 1.2rem;
    }
    .ai-novel .input-group label {
        padding-top: 0;
        display: block;
        width: auto;
        font-size: 1.4rem;
        font-weight: 500;
        color: #222;
    }

    .ai-novel .story-input {
        width: 100%;
        display: block;
        margin-top: 1rem;
        height: 12rem;
        padding: 1rem;
        border-radius: 0.4rem;
        border: solid 0.09rem rgba(0, 0, 0, 0.1);
        background-color: #fff;
        font-size: 1.4rem;
        color: #080808;
    }

    .ai-novel .input-number {
        flex: 0 1 19.5rem;
        width: auto;
        height: 4.5rem;
        padding: 1.25rem 1rem;
        border-radius: 0.4rem;
        border: solid 0.09rem rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .ai-novel .story-input2 {
        width: 100%;
    }

    .ai-novel .story-input3 {
        width: 100%;
    }
    .ai-novel .story-input::placeholder {
        font-size: 1.4rem;
        line-height: normal;
        color: rgba(8, 8, 8, 0.4);
    }

    .ai-novel .btun {
        margin: 3rem 1rem 0;
        width: auto;
        height: 4.5rem;
        line-height: 4.5rem;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
}
