[v-cloak] {
    display: none;
}
body {
    background: linear-gradient(180deg, #eaf6ff 0%, #fff 100%);
    min-height: 100vh;
}
.container {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    padding: 24px 16px 32px 16px;
    margin-top: 32px;
}
.title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #2176ff;
    margin-bottom: 24px;
}
.desc {
    background: #f7f8fa;
    border-radius: 8px;
    padding: 16px;
    color: #333;
    font-size: 15px;
    margin-bottom: 16px;
}
.desc strong {
    color: #ff9900;
}
.desc .warn {
    color: #f44336;
    font-size: 13px;
    margin-top: 8px;
    display: block;
}
.tip {
    color: #888;
    font-size: 13px;
    margin-bottom: 16px;
}
.section-title {
    font-size: 16px;
    font-weight: 500;
    margin: 18px 0 8px 0;
}
.upload-demo {
    width: 100%;
    margin: 0 auto 16px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}
.submit-btn {
    width: 100%;
    margin-top: 24px;
}
.captcha-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.captcha-input {
    flex: 1;
}
.captcha-img {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.example-img img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
}

.van-uploader__upload{
    width: 120px;
    height: 120px;
}
