.marketing-header { background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%); color: #ffffff; padding: 35px 24px 100px 24px; text-align: center; border-radius: 0 0 20px 20px; position: relative; z-index: 1;margin-top:50px;}
.marketing-header h1 { font-size: 25px; font-weight: bold; margin: 0 0 12px 0; letter-spacing: 1.5px; }
@media (max-width: 767px) { .marketing-header h1 { font-size: 20px !important;letter-spacing:1px;} }
.marketing-header p { font-size: 14px; opacity: 0.92; margin: 0; line-height: 1.7; }
.contact-container { max-width: 640px; margin: 0 auto 40px auto; padding: 0 16px; position: relative; }
.action-card { background: #ffffff; border-radius: 16px; padding: 26px 22px; box-shadow: 0 12px 32px rgba(46,125,50,0.08); margin-top: -45px; position: relative; z-index: 10; margin-bottom:15px; overflow: hidden; }
.btn-main { width: 100%; height: 50px; line-height: 50px; padding: 0 !important; background: linear-gradient(135deg, #ffb300, #ff8f00) !important; border: none !important; color: #fff !important; font-size: 17px; font-weight: bold; border-radius: 25px; box-shadow: 0 5px 15px rgba(255,143,0,0.35); animation: pulse 2.5s infinite; transition: all 0.3s ease; }
.btn-main:active { transform: scale(0.98); opacity: 0.9; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,143,0, 0.5); } 70% { box-shadow: 0 0 0 12px rgba(255,143,0, 0); } 100% { box-shadow: 0 0 0 0 rgba(255,143,0, 0); } }
.btn-sub { width: 100%; height: 48px; line-height: 48px; padding: 0 !important; background-color: #ffffff !important; border: 1.5px solid #4caf50 !important; color: #4caf50 !important; font-size: 16px; font-weight: bold; border-radius: 24px; margin-top: 18px; transition: all 0.2s ease; }
.btn-sub:active { background-color: #f1f8e9 !important; transform: scale(0.98); }
.info-card { background: #ffffff; border-radius: 14px; padding: 10px 22px; margin-bottom: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.info-item { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f6f6f6; }
...info-item:last-child { border-bottom: none; }
.info-item .item-icon { color: #4caf50; font-size: 17px; width: 32px; text-align: left; }
.info-item .item-label { font-size: 15px; color: #777777; width: 85px; }
.info-item .item-value { font-size: 16px; color: #222; font-weight: 500; flex: 1;letter-spacing: 1px;}
.info-item .item-value a { color: #4caf50; text-decoration: none; font-weight: bold;letter-spacing: 1px;}
.qr-section { text-align: center; padding: 15px 0 5px 0; border-radius: 12px; margin: 10px 0; }
.qr-box { display: inline-block; padding: 8px; background: #ffffff; border: 1px solid #e2e2e2;border-radius:6px;position: relative; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }
.qr-box img { width: 185px; height: 185px; display: block; }
.qr-scan-line { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(to bottom, rgba(76,175,80,0) 0%, rgba(76,175,80,1) 50%, rgba(76,175,80,0) 100%); box-shadow: 0 0 10px rgba(76,175,80, 0.8); z-index: 5; animation: qrScanAnim 3s linear infinite; }
@keyframes qrScanAnim { 0% { top: 0%; } 50% { top: 100%; } 100% { top: 0%; } }
.qr-tips { font-size: 13px; color: #777777; margin: 1px 0px; font-weight: 500; letter-spacing: 0.5px; }
.modal-custom-window { border-radius: 18px !important; overflow: hidden; box-shadow: 0 15px 45px rgba(0,0,0,0.18) !important; }
.modal-custom-hd { padding: 28px 20px 8px 20px !important; font-size: 21px !important; font-weight: bold; color: #111; }
.modal-custom-bd { padding: 10px 24px 28px 24px !important; text-align: left; }
.sms-notice-text { font-size: 14px; color: #555; }
.sms-notice-phone { color: #111; font-weight: bold; }
.input-row { border-bottom: 1.5px solid #eeeeee; padding: 14px 0; display: flex; align-items: center; margin-bottom: 20px; transition: border-color 0.3s; }
.input-row:focus-within { border-color: #00a0e9; }
.input-row label { width: 85px; font-size: 15px; color: #333; margin: 0; text-align: left; font-weight: 600; }
.input-row input { flex: 1; border: none !important; outline: none !important; font-size: 20px; text-align: center; letter-spacing: 2px; padding: 4px 0; background: transparent; }
.privacy-line { font-size: 12px; color: #777777; margin: 18px 0 22px 0; line-height: 1.4; display: flex; justify-content: center; align-items: center; }
.privacy-line input[type="checkbox"] { margin: 0 5px 0 0; transform: scale(1.1); cursor: pointer; }
.privacy-line label { display: flex; align-items: center; margin: 0; font-weight: normal; }
.btn-modal-submit { width: 100%; height: 48px; line-height: 48px; padding: 0 !important; background: linear-gradient(135deg, #00b0ff, #0091ea); color: #fff; border: none; font-size: 16px; border-radius: 24px; font-weight: bold; box-shadow: 0 5px 15px rgba(0,145,234,0.3); transition: all 0.2s; }
.btn-modal-submit:active { transform: scale(0.98); opacity: 0.9; }
.code-row { display: flex; justify-content: space-between; margin: 26px 0; }
.code-cell { width: 14%; }
.v-input { width: 100%; aspect-ratio: 1 / 1; text-align: center; font-size: 22px; font-weight: bold; border: 1.5px solid #dddddd; border-radius: 8px; outline: none; background: #fafafa; padding: 0 !important; transition: all 0.2s ease; -webkit-appearance: none; }
.v-input:focus { border-color: #00a0e9; background: #ffffff; box-shadow: 0 0 6px rgba(0,160,233,0.25); }
.countdown-wrapper { font-size: 12px; color: #999; text-align: right; }
.modal-btn-group { margin-top: 20px; text-align: right; }
.btn-modal-action { font-size: 14px !important; padding: 0 18px !important; height: 36px !important; line-height: 36px !important; display: inline-block !important; width: auto !important; border-radius: 6px !important; box-shadow: none !important; margin-top: 0 !important; }
.btn-modal-action.btn-cancel { border: 1px solid #cccccc !important; background-color: #ffffff !important; color: #666666 !important; }
.btn-modal-action.btn-confirm { background: linear-gradient(135deg, #00b0ff, #0091ea) !important; border: none !important; color: #ffffff !important; margin-left: 10px; }
.section-title { text-align: center; font-size: 13px; color: #bbbbbb; margin: 35px 0 20px 0; position: relative; letter-spacing: 0.5px; }
.section-title::before, .section-title::after { content: ''; position: absolute; top: 50%; width: 28%; height: 1px; background: #e5e5e5; }
.section-title::before { left: 0; }
.section-title::after { right: 0; }
.success-modal-dialog { border-radius: 16px !important; padding: 30px 20px !important; }
.success-icon-box { text-align: center; margin-bottom: 18px; }
.success-check-icon { background-color: #4caf50 !important; color: #ffffff !important; width: 65px !important; height: 65px !important; line-height: 65px !important; font-size: 28px !important; box-shadow: 0 4px 15px rgba(76,175,80,0.3); }
.success-modal-title { font-size: 20px; font-weight: bold; color: #222222; margin: 0 0 10px 0; }
.success-modal-desc { font-size: 14px; color: #666666; line-height: 1.6; margin: 0 0 24px 0; text-align: left; padding: 0 10px; }
.success-modal-desc strong { color: #2e7d32; font-weight: bold; }
.btn-success-close { width: 100% !important; height: 45px !important; line-height: 45px !important; padding: 0 !important; background: linear-gradient(135deg, #4caf50, #2e7d32) !important; color: #ffffff !important; border: none !important; border-radius: 23px !important; font-weight: bold !important; font-size: 15px !important; box-shadow: 0 4px 12px rgba(46,125,50,0.2); transition: all 0.2s ease; }
.btn-success-close:active { transform: scale(0.98); opacity: 0.9; }
/*弹出提示*/
.custom-toast { position: fixed; top: 48%; left: 50%; transform: translate(-50%, -40%); background: rgba(0, 0, 0, 0.82); color: #ffffff; padding: 12px 24px; border-radius: 30px; font-size: 14px; font-weight: 500; text-align: center; white-space: nowrap; z-index: 99999; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); pointer-events: none; opacity: 0; transition: opacity 0.25s ease, transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.custom-toast.toast-show { opacity: 1; transform: translate(-50%, -50%); animation: toastFastShake 0.2s linear 0.05s forwards; }
@keyframes toastFastShake { 0%, 100% { transform: translate(-50%, -50%) scale(1); } 25% { transform: translate(-47%, -50%) scale(1.03); } 75% { transform: translate(-53%, -50%) scale(0.97); } }
/*滚动评价*/
.yst-marquee-wrapper { width: 100%; overflow: hidden; position: relative; padding: 10px 0; } .yst-marquee-wrapper::before, .yst-marquee-wrapper::after { content: ""; position: absolute; top: 0; bottom: 0; width:20px; z-index: 2; pointer-events: none; } .yst-marquee-wrapper::before { left: 0; background: linear-gradient(to right, #ffffff 0%, rgba(255,255,255,0) 100%); } .yst-marquee-wrapper::after { right: 0; background: linear-gradient(to left, #ffffff 0%, rgba(255,255,255,0) 100%); }
.yst-marquee-track { display: flex; width: max-content; animation: marqueeLinear 140s linear infinite; }
@media (hover: hover) and (pointer: fine) { .yst-marquee-track:hover { animation-play-state: paused; } }
.yst-review-card { background: #ffffff; border: 1px solid rgba(76,175,80,0.18); box-shadow: 0 4px 15px rgba(0,0,0,0.02); border-radius: 12px; padding: 20px; width: 320px; margin-right: 20px; display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); }
.yst-review-card:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(46,125,50,0.08); }
.yst-review-user { display: flex; align-items: center; gap: 12px; }
.yst-avatar { width: 45px; height: 45px; border-radius: 50%; background: #4caf50; color: white; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 14px; opacity: 0.85; }
.yst-avatar img { width: 45px; height: 45px; }
.yst-review-card:nth-child(even) .yst-avatar { background: #2e7d32; }
.yst-review-info h4 { font-size: 14px; color: #222222; margin: 0; font-weight: 700; display: flex; align-items: baseline; white-space: nowrap; }
.yst-review-info h4 .yst-review-major { font-size: 11px; color: #999999; font-weight: 400; margin-left: 6px; display: inline-block; }
.yst-review-info span { font-size: 11px; color: #999999; display: block; margin-top: 2px; }
.yst-review-content { font-size: 13px; color: #555555; line-height: 1.8; margin-top: 5px; text-align: left; }
@keyframes marqueeLinear { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
