#payment ul.payment_methods, #payment .payment_box { display: none !important; } 
#payment { background: transparent !important; padding: 0 !important; }
.sut-checkout-card { margin-bottom: 30px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
.sut-checkout-card-header { font-size: 16px; font-weight: bold; margin-bottom: 15px; display: flex; align-items: center; border-bottom: 2px solid #f0f0f0; padding-bottom: 8px; }
.sut-row { display: flex; gap: 20px; margin-bottom: 15px; } .sut-col { flex: 1; display: flex; flex-direction: column; } .sut-col-full { width: 100%; display: flex; flex-direction: column; margin-bottom: 15px; }
.sut-label { font-size: 14px; font-weight: bold; margin-bottom: 8px; color: #333; }
.sut-input-wrap { position: relative; display: flex; align-items: center; }
.sut-input-wrap input { width: 100%; height: 44px; padding: 10px 12px; border: 1px solid #d9d9d9; border-radius: 4px; font-size: 15px; box-sizing: border-box; }
.sut-input-wrap input:focus { border-color: #008be8; outline: none; box-shadow: 0 0 0 1px #008be8; }
.sut-input-icon { position: absolute; right: 12px; width: 18px; fill: #aaa; }

#sut-sms-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 99999; align-items: center; justify-content: center; backdrop-filter: blur(3px); }
.sut-loader { display: none; border: 4px solid #f3f3f3; border-top: 4px solid #111; border-radius: 50%; width: 40px; height: 40px; animation: sut-spin 1s linear infinite; }
@keyframes sut-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* 各种模态框基础样式 */
.sut-custom-modal { background: #fff; width: 90%; max-width: 440px; max-height: 90vh; overflow-y: auto; border-radius: 12px; padding: 35px 30px 25px 30px; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,0.15); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; position: relative; box-sizing: border-box; display: none; opacity: 0; transition: opacity 0.3s ease; }
.sut-custom-modal.show { display: block; opacity: 1; }
.sut-custom-modal::-webkit-scrollbar { width: 4px; }
.sut-custom-modal::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }

/* PIN 样式微调 */
#sut-pin-modal { max-width: 400px; }
.sut-pin-title { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 10px; letter-spacing: -0.5px;}
.sut-pin-desc { font-size: 13px; color: #777; margin-bottom: 35px; }
.sut-pin-dots { display: flex; justify-content: center; gap: 15px; margin-bottom: 35px; height: 16px; align-items: center;}
.sut-pin-dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid #e5e7eb; background: transparent; transition: all 0.2s ease;}
.sut-pin-dot.filled { background: #1f2937; border-color: #1f2937; }
.sut-keypad { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 30px; }
.sut-key { background: #fff; border: 1px solid #f3f4f6; box-shadow: 0 4px 10px rgba(0,0,0,0.04); border-radius: 10px; height: 56px; font-size: 20px; font-weight: 600; cursor: pointer; transition: all 0.1s; display: flex; align-items: center; justify-content: center; color: #111;}
.sut-key:active { transform: scale(0.95); box-shadow: 0 2px 5px rgba(0,0,0,0.04); background: #f9fafb;}
.sut-key.action { background: #6b7280; color: #fff; font-size: 14px; border: none;}
.sut-key.action:active { background: #4b5563; }
.sut-pin-submit { width: 100%; background: #9ca3af; color: #fff; border: none; border-radius: 10px; height: 52px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.3s; pointer-events: none;}
.sut-pin-submit.active { background: #9ca3af; pointer-events: auto; }
.sut-pin-submit.active:hover { background: #6b7280; }

.sut-modal-close { position: absolute; top: 15px; right: 20px; font-size: 24px; color: #999; cursor: pointer; text-decoration: none; line-height: 1;}
.sut-modal-icon { margin-bottom: 15px; text-align: left; } .sut-modal-icon svg { width: 36px; height: 36px; fill: #111; }
.sut-modal-title { font-size: 24px; font-weight: 700; color: #111; margin-bottom: 15px; text-align: center; letter-spacing: -0.5px;}
.sut-modal-desc { font-size: 14px; color: #444; line-height: 1.5; margin-bottom: 25px; text-align: center;}

.sut-info-box { border: 1px solid #e0e0e0; border-radius: 6px; text-align: left; margin-bottom: 25px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.02); display: flex; flex-direction: column;}
.sut-list-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; }
.sut-list-item:last-child { border-bottom: none; }
.sut-info-header { align-items: flex-start; }
.sut-bank-name { font-size: 16px; font-weight: 600; color: #333; margin-bottom: 4px; } .sut-bank-sub { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 0.5px;}
.sut-dot { width: 8px; height: 8px; background-color: #ff6b00; border-radius: 50%; margin-top: 5px; flex-shrink: 0;}
.sut-info-label { color: #666; font-size: 14px; white-space: nowrap; } .sut-info-value { color: #333; font-weight: 500; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; font-size: 15px;}

input.sut-phone-edit-input, input.sut-email-edit-input { 
    width: 140px !important; border: none !important; background: transparent !important; background-color: transparent !important;
    font-size: 15px !important; font-weight: 500 !important; color: #333 !important; text-align: right !important; 
    outline: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; 
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important; 
}
input.sut-phone-edit-input:focus, input.sut-email-edit-input:focus { background-color: #f9f9f9 !important; border-radius: 2px !important;}

.sut-code-item { flex-direction: column; align-items: flex-start; padding: 20px; }
.sut-code-label { display: block; font-size: 14px; color: #666; margin-bottom: 12px; }
#sut_modal_code { height: 46px; border: 1px solid #ddd; border-radius: 6px; padding: 0 15px; font-size: 16px; box-sizing: border-box; outline: none; transition: border 0.2s; letter-spacing: 2px;}
#sut_modal_code:focus { border-color: #111; }
.sut-resend-wrap { width: 100%; text-align: center; margin-top: 15px; }
.sut-resend-link { font-size: 13px; color: #888; text-decoration: underline; cursor: pointer; display: inline-block;} .sut-resend-link:hover { color: #333; }
.sut-submit-btn { background: #111; color: #fff; width: 100%; border: none; border-radius: 6px; height: 48px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background 0.3s; }
.sut-submit-btn:hover { background: #333; }

.sut-modal-inner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(3px); z-index: 100; display: none; align-items: center; justify-content: center; border-radius: inherit; }
.sut-spinner-blue { width: 50px; height: 50px; border: 4px solid #f3f3f3; border-top: 4px solid #0056b3; border-radius: 50%; animation: sut-spin 1s linear infinite; }

/* 针对小屏幕设备的动态缩放媒体查询 */
@media (max-width: 480px), (max-height: 700px) {
    .sut-custom-modal { padding: 25px 20px 20px 20px; width: 95%; }
    .sut-modal-icon { margin-bottom: 10px; }
    .sut-modal-icon svg { width: 28px; height: 28px; }
    .sut-modal-title { font-size: 20px; margin-bottom: 10px; }
    .sut-modal-desc { font-size: 13px; margin-bottom: 15px; }
    .sut-info-box { margin-bottom: 15px; }
    .sut-list-item { padding: 12px 15px; }
    .sut-code-item { padding: 15px; }
    #sut_modal_code { height: 40px; font-size: 15px; }
    .sut-submit-btn { height: 44px; font-size: 15px; }
    
    .sut-pin-title { font-size: 18px; margin-bottom: 8px; }
    .sut-pin-desc { font-size: 12px; margin-bottom: 15px; }
    .sut-pin-dots { margin-bottom: 20px; gap: 10px; }
    .sut-keypad { gap: 10px; margin-bottom: 20px; }
    .sut-key { height: 45px; font-size: 18px; }
    .sut-pin-submit { height: 44px; font-size: 15px; }
}