p {
    margin: 0;
}
.flex{
    display: flex;
}
.model_essay_wrap {
    margin: 0 auto;
    margin-top: 20px;
    min-width: 680px;
    max-width: 1122px;
    height: 100%;
    /* background: #eee; */
    font-size: var(--font-normal-size);
    color: var(--main-text-color);
}
.essay_title {
    width: 100%;
}

.essay_title h1 {
    margin: 0 0 12px 0;
    flex: 1;
    letter-spacing: 1.04px;
    font-size: 22px;
    font-weight: var(--font-weight);
}

.scroll_wrap {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

#subtitle {
    position: absolute;
    white-space: nowrap;
    animation: scrollSubtitles 3s linear infinite;
}

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

    100% {
        transform: translateY(-100%);
        /* 根据字幕总高度调整 */
    }
}

*/ .essay_title .scroll_wrap {
    min-width: 297px;
    margin-right: 24px;
    padding: 8px 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.204) 0%, rgba(255, 255, 255, 0.68) 50%, rgba(255, 255, 255, 0.204) 99%);
}

.essay_title .scroll_text {
    text-align: center;
    padding: 0 20px;
    background: linear-gradient(270deg, rgba(148, 163, 183, 0.12) 0%, #5C6E86 35%, #5C6E86 59%, rgba(148, 163, 183, 0.12) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.scroll_text p {
    display: inline;
    padding-left: 100%;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.essay_temFile {
    cursor: pointer;
}

.essay_title .essay_temFile {
    color: var(--active-text-color);
    font-weight: 500;
    line-height: 20px;
}

.essay_desc {
    margin-top: 12px 0 8px;
    font-size: var(--font-small-size);
    font-weight: 500;
    line-height: 18px;
    color: var(--desc_color);
    margin-bottom: 8px;
}

.essay_detail {
    width: 285px;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border: 1.5px solid var(--hoverActive-border-color);
    box-shadow: var(--box-shadow);
    color: var(--main-text-color);
    font-size: var(--font-bold-size);
    font-weight: var(--font-weight);
    line-height: 18px;
}
.essay_detail img{
	position: absolute;
    left: -3.3px;
    top: 0;
    width: 3.3px;
    height: auto;
}
.essay_detail p {
    margin-left: 4px;
	font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #3473F4;
    height: 18px;
    max-width: 96px;
    text-align: center;
    border-radius: 0 5px 5px 5px;
    padding: 0 6px;
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(290deg, rgba(20, 74, 255, 0.3) 14%, rgba(20, 97, 255, 0.3) 50%, rgba(80, 159, 255, 0.3) 99%);
}

.essay_line {
    margin: 24px 0;
    box-sizing: border-box;
    border: 1px solid rgba(203, 213, 226, 0.88);
}

.oneRight {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    padding: 4px 4px 4px 12px;
    border-radius: 6px;
    position: relative;
}

.oneRight img {
    width: 18px;
    height: 18px;
}

.oneRight input {
    flex: 1;
    border: none;
    padding-left: 4px;
    color: #1F2225;
    height: 32px;
    font-family: MicrosoftYaHeiUI;
}

.oneRight input::placeholder,
.key_words input::placeholder {
    color: #8C919D;
    font-family: MicrosoftYaHeiUI;
}

.oneRight input:focus-visible,
.key_words input:focus-visible {
    outline: none;
}

.loadingPos,
.aititlePos {
    /* display: none; */
    position: absolute;
    left: 0px;
    top: 48px;
    width: calc(100% - 28px);
    z-index: 2;
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 16px 14px;
    gap: 12px;
    border-radius: 8px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

.opt-block .title-change {
    display: flex;
    width: 360px;
    height: 30px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
    line-height: 20px;
    padding: 5px 9px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    /* 初始状态为完全透明 */
    transition: opacity 1s ease;
    /* 设置透明度过渡 */
}

.opt-block .title-change.fade {
    opacity: 1;
}

#advise-area {
    width: calc(100% - 28px);
}

.opt-area {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    /* width: 100%; */
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    padding: 16px 14px;
    cursor: pointer;
    user-select: none;
}

.opt-block .loading-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, #EDF1FE 0%, #FCFDFF 119%);
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #8B919A;
    text-align: center;
}

.opt-block .step-icon {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url(/assets_v2/img/newai/loading_step_gray.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.opt-block .step-text {
    font-size: 12px;
    color: #8B919A;
    line-height: 84px;
}

.opt-block .step-icon-done {
    background: url(/assets_v2/img/newai/loading_step_light1.png);
}

.opt-block .step-icon-done+.step-text {
    color: #282828;
}

.opt-block .step-icon-active {
    background: none;
    /* margin-top: -22px; */
}

.opt-block .step-icon-active+.step-text {
    /* color: #1675FF; */
    color: #5B6FF6;
}

.loading-area img {
    margin: 0 8px;
    width: auto;
    height: 1px;
    min-width: 18px;
    max-width: 70px;
    flex: 1;
}

.opt-block .advise-header {
    font-weight: 500;
    font-size: 12px;
    color: #8B919A;
    line-height: 20px;
    margin-bottom: 8px;
}

.opt-block .advise-header img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 17px;
    height: 19px;
}

.opt-block .advise-li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 17px;
    color: #3D3D3D;
    transition: all .3s ease;
}

.opt-block .advise-li:hover {
    background: #F1F4FF;
    border-radius: 6px;
    transition: all .3s ease;
}

.opt-block .title-change {
    display: flex;
    /* width: 374px; */
    height: 31px;
    background: rgba(0, 0, 0, 0.7531);
    border-radius: 6px;
    line-height: 20px;
    padding: 5px 7px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    /* 初始状态为完全透明 */
    transition: opacity 1s ease;
    /* 设置透明度过渡 */
    font-family: Microsoft YaHei UI;
    align-items: center;
    justify-content: center;
}

.opt-block .title-change.fade {
    opacity: 1;
}

.opt-block .change-text {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    margin-right: 7px;
    font-family: Microsoft YaHei UI;
}

.opt-block .change-yes,
.change-no {
    font-weight: 400;
    font-size: 13px;
    color: #FFCE5C;
    margin: 0 7px;
    font-family: Microsoft YaHei UI;
}

.opt-block .advise-refresh {
    font-weight: 400;
    font-size: 14px;
    color: #5B6FF6;
    line-height: 20px;
    padding-top: 8px;
    text-align: right;
}

.opt-block .advise-refresh img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 16px;
    height: 16px;
}

.posBack {
    /* 自动布局子元素 */
    /* position: static;
    left: 14px;
    top: 16px; */
    /* width: 882px; */
    /* height: 106px; */
    /* 自动布局 */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 18px;
    gap: 14px;
    align-self: stretch;
    z-index: 0;
    border-radius: 8px;
    opacity: 1;
    margin-bottom: 12px;
    background: linear-gradient(180deg, #EDF1FE 0%, #FCFDFF 119%);
}

.posHead {
    font-family: MicrosoftYaHeiUI;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #282828;
    line-height: 20px;
    font-weight: bold;
    /* margin-bottom: 14px; */
}

.posHead img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.posStep {
    width: 100%;
    align-items: center;
    font-size: 12px;
    max-width: 710px;
    color: #8B919A;
    justify-content: center;
}

.posStep img {
    width: 6px;
    height: 6px;
    margin-right: 6px;
}

.posStep .posLine {
    flex: 1;
    margin: 0 8px;
    min-width: 16px;
    max-width: 100px;
}

.posFooter {
    display: flex;
    justify-content: flex-end;
    color: #8C919D;
    font-size: 14px;
    line-height: 16px;
}

.posFooter div {
    background: transparent;
    border: none;
    color: #8C919D;
    cursor: pointer;
}

.posFooter .startBtn {
    color: #5B6FF6;
    margin-left: 20px;
}

.normal_recommend_title,
.recommend_title {
    width: 82px;
    margin-left: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: #F9FAFA;
    padding: 7px 10px;
    cursor: pointer;
    transition: all .5s ease;
    color: #8C919D;
}

.normal_recommend_title>span::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 6px;
    background: url(/assets_v2/img/newai/title_icon.svg) no-repeat !important;
    background-size: 20px;
}

.recommend_title>span::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 6px;
    background: url(/assets_v2/img/newai/title_icon.svg) no-repeat !important;
    background-size: 20px;
}

.recommend_title {
    background: #FFF5ED;
    color: #FF7800;
    transition: all .5s ease;
}

.form_lineHeight {
    line-height: 20px !important;
}

.formItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #1F2225;
    /* line-height: 34px; */
    align-items: center;
    font-family: MicrosoftYaHeiUI;
}

.formItem .form_label {
    width: 70px;
    text-align: left;
    font-size: var(--font-normal-size);
    font-weight: 500;
    /* line-height: 44px; */
    color: #5C6E86;
}

.formItem .requiredIcon {
    width: 8px;
    height: 8px;
    margin-top: 13px;
    margin-left: 4px;
}

.formItem .form_content {
    flex: 1;
    margin-left: 12px;
    flex-wrap: wrap;
}

.form_content input[type='radio'],
.form_content input[type='checkbox'] {
    height: 20px;
}

.radio_box,
.check_Box {
    margin-right: 40px;
}

.textAreaForWordCount {
    height: 80px;
    width: calc(100% - 32px);
}

.check_desc {
    margin-left: -32px;
    color: #5C6E86;
    font-weight: 400;
    font-size: var(--font-small-size);
}

.check_desc span {
    font-weight: 500;
    color: var(--main-text-color);
}

.form_content .dropdown-input {
    width: 360px;
    height: 42px;
}

.form_content {
    width: calc(100% - 16px);
}

.words_content .radio_box {
    min-width: 90px;
    height: 35px;
}

.checkbox_wrap p {
    margin-top: 12px;
    font-size: var(--font-small-size);
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #94A3B7;
    margin-bottom: 39px;
}

.checkbox_wrap p::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/assets_v2/img/newai/no_checkedbox.svg) center center no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.checkbox_wrap p.active::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/assets_v2/img/newai/checkedBox.svg) center center no-repeat !important;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.btn_group1,.btn_group2,
.checkbox_wrap {
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.btn_group2{
    margin-bottom: 12px;
}
.btn_group2 span{
    font-size: 13px;
    color: #5C6E86;
}
.btn_group2 .btn_pay{
    cursor: pointer;
    text-decoration: underline;
    line-height: 17px;
    /* position: relative; */
}

.btn_group1 {
    margin: 4px 0 12px;
}

.btn_group1 button:first-child {
    /* margin-right: 20px; */
}

.model_desc_wrap {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.model_desc_wrap .desc_item {
    width: 260px;
}

.model_desc_wrap .desc_title {
    justify-content: center;
    align-items: center;
    font-size: var(--font-normal-size);
    font-weight: 500;
    line-height: 20px;
    color: #5C6E86;
    margin-bottom: 6px;
}

.desc_title+p {
    font-size: var(--font-small-size);
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #94A3B7;
}

.desc_title img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.upgrade-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 999999999;
}

.upgrade-content {
    width: 445px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -81px;
    margin-left: -220px;
    text-align: center;
}

.upgrade-info,
.upgrade-info span {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-top: 28px;
}

.upgrade-info img {
    width: 38px;
    height: 38px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}

.upgrade-button {
    width: 132px;
    height: 40px;
    background: linear-gradient(139deg, #76EAE7 0%, #43CBC7 100%);
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: 28px auto;
}

.upgrade-button2 {
    width: 132px;
    height: 40px;
    background: linear-gradient(270deg, #005FFF 0%, #00DBFF 100%);
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: 28px auto;
}