﻿/* 顶部提示 */
.red {
    color: red;
}

.ai-report-tip {
    padding: 12px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #f08200;
    margin-bottom: 10px;
    position: sticky;
    top: 70px;
    z-index: 6;
}

.ai-report-tip.ai-report-top-tip,
.ai-report-top-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-left: 90px;
    background: #EAF0FF;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

.mobile-ai-body .ai-report-tip.ai-report-top-tip,
.mobile-ai-body .ai-report-top-tip {
    margin: -15px;
    padding: 6px;
}

.ai-report-top-tip .full-report-btn,
.ai-report-top-tip .update-report-btn,
.generate-new-report-btn {
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(38.288770748128684deg, #0271F5 0%, #07E3FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    white-space: nowrap;
}

.generate-new-report-btn:hover {
    transform: scale(1.02);
}

.ai-report-tip .between {
    justify-content: space-between;
}

.ai-report-tip.generating {
    background-color: #FFF;
    color: #000;
    border: 1px solid #f5f5f5;
}

.ai-report-tip.generating .not-leave {
    font-weight: 600;
    color: red;
}

span.blod {
    font-weight: 600;
}

.ai-report-tip .flex-1 {
    flex: 1;
}

.ai-report-tip .right {
    display: flex;
    align-items: center;
}


/* loaing图标 */
.loading-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    animation: rotate 0.6s linear infinite;
    background-image: url(/images/newimg/aireport/loading.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 生成中loading调整 */
.dongchaDiv,
.dongchaLoadingDiv {
    position: relative;
    border-left: 2px solid #0095FF;
    padding: 11px 10px;
    background: #F2F8FC;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 30px;
}

.dongchaDiv.dongchaLoadingDiv {
    border-left-width: 0px;
    height: 90px;
}

.dongchaDiv.dongchaLoadingDiv::after {
    content: "AI生成中, 请耐心等待";
    display: block;
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #747980;
}

#aspnetForm .ai-report-tip.ai-report-top-tip {
    margin: 0px;
    top: 0;
}
