.choose-aigc-agree-wrap {
    margin-top: 24px;
}

.reduce-yunkan-agree {
    margin: 15px 0 15px 110px;
    max-width: 598px;
}

.choose-aigc-agree-box {
    background: #F0F6FF;
    border-radius: 6px;
    padding: 10px;
    cursor: pointer;
}

.choose-aigc-agree-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.choose-aigc-agree-box.error {
    background: #FFEDEB;
}

.choose-aigc-agree-check {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 1px solid #94A3B7;
    border-radius: 2px;
    background-color: #fff;
    background-image: url(../img/newai/no_checkedbox.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

.choose-aigc-agree-check.active {
    border-color: #3473F4;
    background-color: #1675FF;
    background-image: url(../img/newai/checkedBox.svg);
    background-size: 15px 15px;
}

.choose-aigc-agree-text {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.choose-aigc-agree-link {
    color: #1677ff;
    text-decoration: none;
}

.choose-aigc-agree-error {
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    color: #F56C6C;
}

@keyframes choose-aigc-shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-6px); }
    20%, 40%, 60%, 80% { transform: translateX(6px); }
}

.choose-aigc-agree-box.shake {
    animation: choose-aigc-shake 0.5s ease;
}

.yunkan-guide-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.choose-aigc-guide-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

.choose-aigc-guide-modal {
    width: 750px;
    height: 460px;
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.choose-aigc-guide-header {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.choose-aigc-guide-logo {
    width: 66px;
}

.choose-aigc-guide-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.choose-aigc-guide-content {
    flex: 1;
    overflow-y: auto;
    margin-top: 16px;
    font-size: 13px;
    line-height: 22px;
    color: #333333;
    border-top: 1.5px solid #EBEDEE;
    padding-top: 18px;
}

.choose-aigc-guide-content p {
    margin: 0 0 10px;
}

.choose-aigc-guide-content p:last-child {
    margin-bottom: 0;
}

.choose-aigc-guide-btns {
    display: flex;
    margin-top: 16px;
    justify-content: center;
    gap: 24px;
    flex-shrink: 0;
}

.choose-aigc-guide-disagree,
.choose-aigc-guide-agree {
    width: 330px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
}

.choose-aigc-guide-disagree {
    border: 1px solid #1677ff;
    color: #1677ff;
}

.choose-aigc-guide-agree {
    background: #1677ff;
    color: #fff;
}
