/* ============ 模板七 现场确认登录（仅 .confirm7 / .confirm7-wrap 作用域） ============ */

.confirm7-wrap {
    margin-top: -40px;
    background: #f1f3f8;
    padding: 0 0 48px;
    position: relative;
    z-index: 3;
}

.confirm7.query-warp {
    min-height: auto;
    height: auto;
    position: static;
    padding: 0;
    margin: 0;
    background: transparent;
}

.confirm7 .query-content {
    width: 1200px;
    max-width: 96%;
    height: auto;
    margin: 0 auto;
    padding: 48px 60px 36px;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    box-sizing: border-box;
}

.confirm7 .content-top {
    height: auto;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 24px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    line-height: 1.5;
    font-family: inherit;
}

.confirm7 .content-top .tip {
    display: none;
}

.confirm7 .content-middle {
    padding: 40px 0 20px;
}

.confirm7 #query {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.confirm7 #query > br {
    display: none;
}

.confirm7 .query-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 420px;
    max-width: 100%;
    font-size: 15px;
    padding: 0;
    margin-bottom: 20px;
    gap: 12px;
}

.confirm7 .query-wrap .query-span {
    min-width: 64px;
    text-align: right;
    color: #333;
    font-weight: 700;
    flex-shrink: 0;
}

.confirm7 .query-wrap .query-span::after {
    content: '：';
}

.confirm7 .query-wrap input {
    flex: 1;
    width: auto;
    height: 40px;
    text-indent: 12px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    outline: none;
    box-sizing: border-box;
    color: #333;
}

.confirm7 .query-wrap input:focus {
    border-color: #1F3A91;
}

.confirm7 .query-wrap input::placeholder {
    color: #bbb;
}

.confirm7 .btns,
.confirm7 #query-btn {
    width: 120px;
    height: 40px;
    margin: 12px auto 0;
    display: block;
    background: #1F3A91;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}

.confirm7 .btns:hover,
.confirm7 #query-btn:hover {
    background: #16296B;
}

.confirm7 .content-footer {
    display: block;
    width: 90%;
    margin-top: 28px;
    padding-top: 8px;
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 1.8;
}

.confirm7 .content-footer p {
    margin: 0;
}

.confirm7 .mobile-footer {
    display: none;
}

@media (max-width: 1023px) {
    .confirm7-wrap {
        margin-top: -40px;
        padding-bottom: 32px;
    }

    .confirm7 .query-content {
        padding: 28px 16px 24px;
    }

    .confirm7 .content-top {
        font-size: 18px;
        padding-bottom: 18px;
    }

    .confirm7 .query-wrap {
        width: 100%;
    }

    .confirm7 .query-wrap .query-span {
        min-width: 56px;
        font-size: 14px;
    }
}
