.formBg { padding: 16px; } .formSteps { display: flex; justify-content: center; margin-bottom: 32px; gap: 32px; } .formStepIndicator { display: flex; flex-direction: column; align-items: center; color: #bbb; font-size: 13px; font-weight: 400; transition: color 0.2s; } .formStepActive { color: #188eee; font-weight: 600; } .formStepDone { color: #19c37d; } .formStepNum { width: 28px; height: 28px; border-radius: 50%; background: #e5e7eb; color: #888; display: flex; align-items: center; justify-content: center; font-size: 15px; margin-bottom: 4px; } .formStepActive .formStepNum { background: #188eee; color: #fff; } .formStepDone .formStepNum { background: #19c37d; color: #fff; } .formStep { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); padding: 32px 24px 24px 24px; width: 100%; max-width: 420px; margin: 0 auto 24px auto; } .formItem { margin-bottom: 24px; } .formLabel { font-size: 15px; color: #222; font-weight: 500; margin-bottom: 10px; } .input { height: 44px; border-radius: 8px; font-size: 15px; } .timeRow { display: flex; align-items: center; } .inputTime { width: 90px; height: 40px; border-radius: 8px; font-size: 15px; } .timeTo { margin: 0 8px; color: #888; } .counterRow { display: flex; align-items: center; gap: 0; } .counterBtn { width: 40px; height: 40px; border-radius: 8px; background: #fff; border: 1px solid #e5e7eb; font-size: 20px; color: #188eee; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: border 0.2s; } .counterBtn:hover { border: 1px solid #188eee; } .counterValue { width: 48px; text-align: center; font-size: 18px; font-weight: 600; color: #222; } .counterUnit { margin-left: 8px; color: #888; font-size: 14px; } .accountTypeRow { display: flex; gap: 12px; } .accountTypeBtn { flex: 1; height: 44px; border-radius: 8px; background: #fff; border: 1px solid #e5e7eb; font-size: 15px; color: #666; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; position: relative; } .accountTypeBtn:hover { border: 1px solid #188eee; } .accountTypeActive { background: #f0f8ff; border: 1px solid #188eee; color: #188eee; } .questionIcon { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 14px; color: #999; } .switchRow { display: flex; align-items: center; justify-content: space-between; } .switchLabel { font-size: 15px; color: #222; font-weight: 500; } .switch { margin-top: 0; } .searchInput { height: 44px; border-radius: 8px; font-size: 15px; } .searchIcon { color: #999; font-size: 16px; } .selectedTip { font-size: 13px; color: #888; margin-top: 8px; } .formStepBtnRow { display: flex; justify-content: flex-end; gap: 12px; margin-top: 32px; } .prevBtn { height: 44px; border-radius: 8px; font-size: 15px; min-width: 100px; } .nextBtn { height: 44px; border-radius: 8px; font-size: 15px; min-width: 100px; } .completeBtn { height: 44px; border-radius: 8px; font-size: 15px; min-width: 100px; } .formLoading { min-height: 200px; display: flex; align-items: center; justify-content: center; }