/* 大包装询价页 (对齐原站 /largepack/toLargePack.htm 的 .inquiry-large-p) */
.lp-page { background: #f5f5f5; padding: 0 0 40px; min-height: 400px; }
.lp-page .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.lp-page .breadcrumb { padding: 14px 0; font-size: 13px; color: #666; }
.lp-page .breadcrumb a { color: #666; text-decoration: none; }
.lp-page .breadcrumb a:hover { color: #e60012; }

.inquiry-large-p {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #1e50a0;
    padding: 28px 40px 36px;
    margin-bottom: 30px;
}
.inquiry-large-p h2 {
    font-size: 20px;
    color: #333;
    margin: 0 0 8px;
    padding-left: 12px;
    border-left: 4px solid #e60012;
    line-height: 1.2;
}
.lp-tip { font-size: 13px; color: #999; margin: 0 0 22px; }

.lp-table { width: 100%; border-collapse: collapse; }
.lp-table th {
    width: 140px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    padding: 10px 16px 10px 0;
    vertical-align: middle;
    white-space: nowrap;
}
.lp-table td { padding: 8px 0; vertical-align: middle; }
.lp-table .red { color: #e60012; margin-right: 2px; }
.lp-table input[type="text"], .lp-table textarea {
    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
    width: 46%;
    min-width: 320px;
    line-height: 22px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 14px;
    color: #333;
    outline: none;
    background: #fff;
}
.lp-table textarea { width: 90%; resize: vertical; }
.lp-table input[type="text"]:focus, .lp-table textarea:focus { border-color: #1e50a0; }
.lp-table input[readonly] { background: #f7f7f7; color: #666; cursor: not-allowed; }
.lp-err { font-size: 12px; margin-top: 4px; }

/* 数量步进器 */
.lp-qty { display: inline-flex; align-items: center; }
.lp-qty a {
    display: inline-block;
    width: 28px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cbcbcb;
    background: #f7f7f7;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    user-select: none;
}
.lp-qty a:hover { background: #eee; color: #e60012; }
.lp-qty .reduce { border-radius: 6px 0 0 6px; border-right: none; }
.lp-qty .add { border-radius: 0 6px 6px 0; border-left: none; }
.lp-qty input {
    width: 60px !important;
    min-width: 60px !important;
    height: 32px;
    text-align: center;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

/* 动态验证码 */
.lp-code-input { width: 120px !important; min-width: 120px !important; }
.lp-code-btn {
    width: 110px;
    height: 34px;
    margin-left: 10px;
    border: 1px solid #1e50a0;
    border-radius: 6px;
    background: #fff;
    color: #1e50a0;
    font-size: 13px;
    cursor: pointer;
}
.lp-code-btn:hover { background: #1e50a0; color: #fff; }
.lp-code-btn:disabled { border-color: #bbb; color: #bbb; background: #f7f7f7; cursor: not-allowed; }
.lp-code-tip { display: inline-block; margin-left: 10px; font-size: 12px; color: #1a9c2e; }

/* 地区下拉 */
.lp-table select {
    min-width: 130px;
    height: 34px;
    margin-right: 8px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 14px;
    color: #333;
    background: #fff;
    outline: none;
}

/* 提交/取消按钮 */
.lp-submit-row { text-align: center; padding-top: 22px !important; }
.lp-btn-sub, .lp-btn-cancel {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 10px;
}
.lp-btn-sub { background: #e60012; color: #fff; border: 1px solid #e60012; }
.lp-btn-sub:hover { background: #c40010; }
.lp-btn-cancel { background: #fff; color: #555; border: 1px solid #cbcbcb; }
.lp-btn-cancel:hover { color: #e60012; border-color: #e60012; }

/* 提交成功面板 */
.lp-success { text-align: center; padding: 60px 40px 56px; }
.lp-success-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #1a9c2e;
    color: #fff;
    font-size: 34px;
}
.lp-success h2 { border: none; padding: 0; }
.lp-success p { font-size: 14px; color: #555; }
.lp-success-meta { color: #999; font-size: 13px; }
.lp-success-ops { margin-top: 26px; }
