.detail-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    box-sizing: border-box;
}

.detail-header-bg {
    position: relative;
    background: url(/static/images/bg.jpeg) no-repeat center;
    background-size: cover;
    padding: 50px 20px;
    margin-bottom: 40px;
}

.detail-header {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 8px;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.detail-title {
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 700;
}

.id-container {
    padding: 0;
}

.id-module {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
}

.id-content-wrapper {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.online-upload-wrapper {
    text-align: center;
}

.online-upload-wrapper .upload-caption {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

.id-section-title {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    margin: 24px 0 8px;
}

.id-text {
    color: #636363;
    font-size: 16px;
    line-height: 1.8;
    margin: 15px 0;
}

.id-text-strong {
    font-weight: 600;
    color: #333;
}

.id-list {
    margin: 12px 0 12px 32px;
    padding-left: 8px;
}

.id-list li {
    color: #636363;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 4px;
    list-style-type: disc !important;
    list-style-position: outside;
}

.online-back-top {
    margin-top: 24px;
    text-align: right;
}

.online-back-top a {
    color: #FD5E20;
    font-weight: 600;
    text-decoration: none;
}

.online-back-top a:hover {
    color: #f04f13;
}

@media (max-width: 767px) {
    .detail-header {
        padding: 20px 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .detail-title {
        font-size: 22px;
    }

    .id-module {
        width: 100%;
        padding: 0 12px;
    }

    .id-content-wrapper {
        padding: 20px 16px;
    }

    .wq-upload-drag .upload-text {
        line-height: 1.35 !important;
        margin-left: 6px;
        font-size: 3.4vw !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 放大移动端步骤中的示意图片 */
    .id-text img {
        max-width: 100% !important;
        height: auto;
    }
}

.wq-upload-drag {
    width: 80%;
    height: 80px;
    cursor: pointer;
    opacity: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px dashed rgba(253, 94, 32, 0.55);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    align-items: center;
    display: flex;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin: 0;
    justify-content: center;
    box-sizing: border-box;
}

.wq-upload-drag:hover {
    border-color: rgba(253, 94, 32, 0.85);
    background: #ffffff;
}

.wq-upload-drag .upload-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(145, 145, 145, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(145, 145, 145, 1);
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px;
    flex-shrink: 0;
}

.wq-upload-drag .upload-text {
    color: rgba(130, 130, 130, 1);
    font-weight: 500;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-text {
    line-height: 70px;
    margin-left: 10px;
    font-size: 20px;
}

