/* 商家列表页专属样式 */
.com-container { max-width: 1200px; margin: 36px auto 36px auto; background: #fff; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,120,255,0.08); padding: 0 0 32px 0; display: flex; gap: 32px; }
.com-list-area { flex: 1 1 0; padding: 36px 0 0 36px; }
.com-title-bar { background: linear-gradient(90deg, #585ed6 60%, #43e97b 100%); color: #fff; border-radius: 12px 12px 0 0; padding: 18px 32px 18px 24px; font-size: 26px; font-weight: bold; display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.com-title-bar i { font-size: 26px; }
.com-list { width: 100%; display: flex; flex-direction: column; gap: 28px; }
.com-card { width: 100%; max-width: 100%; background: #f8faff; border-radius: 14px; box-shadow: 0 2px 12px rgba(88,94,214,0.08); border: 2px solid #e0e0e0; padding: 0; display: flex; flex-direction: row; align-items: stretch; transition: box-shadow 0.2s, border 0.2s, transform 0.2s; position: relative; cursor: pointer; overflow: hidden; }
.com-card:hover { border: 2px solid #585ed6; box-shadow: 0 4px 24px rgba(88,94,214,0.13); transform: translateY(-4px) scale(1.02); }
.com-card-logo-area { background: linear-gradient(135deg, #e6f0ff 60%, #f8fbff 100%); display: flex; align-items: center; justify-content: center; min-width: 110px; max-width: 110px; }
.com-card-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,120,255,0.10); }
.com-card-info { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px 18px 22px; }
.com-card-name { font-size: 20px; font-weight: bold; color: #222; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.com-card-cert { background: #ff9800; color: #fff; font-size: 13px; border-radius: 10px; padding: 2px 10px 2px 8px; margin-left: 8px; display: inline-flex; align-items: center; gap: 4px; }
.com-card-cert i { color: #fff; font-size: 14px; }
.com-card-main { font-size: 15px; color: #585ed6; margin-bottom: 6px; }
.com-card-desc { font-size: 15px; color: #555; margin-bottom: 10px; min-height: 38px; }
.com-card-actions { display: flex; gap: 14px; margin-top: 8px; }
.com-card-btn { background: #585ed6; color: #fff; border: none; border-radius: 16px; padding: 7px 22px; font-size: 15px; font-weight: bold; cursor: pointer; box-shadow: 0 2px 8px rgba(88,94,214,0.10); transition: background 0.2s; }
.com-card-btn:hover { background: #43e97b; }
.com-card-btn.contact { background: #ff9800; }
.com-card-btn.contact:hover { background: #e67c00; }
.com-join-area { flex: 0 0 340px; background: linear-gradient(120deg, #e6f0ff 60%, #f8fbff 100%); border-radius: 0 12px 12px 0; box-shadow: 0 2px 12px rgba(88,94,214,0.06); padding: 36px 28px 24px 28px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.com-join-title { font-size: 22px; font-weight: bold; color: #585ed6; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.com-join-desc { font-size: 15px; color: #555; margin-bottom: 18px; text-align: center; }
.com-join-btn { background: linear-gradient(90deg, #585ed6 60%, #43e97b 100%); color: #fff; border: none; border-radius: 22px; padding: 12px 48px; font-size: 18px; font-weight: bold; cursor: pointer; box-shadow: 0 2px 12px rgba(88,94,214,0.10); transition: background 0.2s; margin-top: 12px; }
.com-join-btn:hover { background: linear-gradient(90deg, #43e97b 0%, #585ed6 100%); }
.com-join-list { margin: 18px 0 0 0; padding: 0; list-style: none; }
.com-join-list li { font-size: 15px; color: #585ed6; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.com-join-list i { color: #43e97b; font-size: 16px; }
/* 弹窗样式 */
.com-modal-mask { position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.18); z-index: 1000; display: flex; align-items: center; justify-content: center; }
.com-modal-box { background: #fff; border-radius: 14px; box-shadow: 0 4px 24px rgba(0,0,0,0.13); padding: 38px 32px 28px 32px; min-width: 320px; max-width: 90vw; text-align: center; }
.com-modal-title { font-size: 20px; font-weight: bold; color: #585ed6; margin-bottom: 18px; }
.com-modal-content { font-size: 17px; color: #222; margin-bottom: 18px; }
.com-modal-btns { display: flex; gap: 18px; justify-content: center; margin-top: 18px; }
.com-modal-btn { background: #585ed6; color: #fff; border: none; border-radius: 18px; padding: 8px 32px; font-size: 16px; font-weight: bold; cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-block; }
.com-modal-btn.btn-login { background: #1677ff; }
.com-modal-btn.btn-login:hover { background: #005bb5; }
.com-modal-btn.btn-reg { background: #ff9800; }
.com-modal-btn.btn-reg:hover { background: #e67c00; }
.com-modal-btn.btn-pay { background: #43e97b; }
.com-modal-btn.btn-pay:hover { background: #2bb673; }
a, a:visited, a:active, a:hover { text-decoration: none !important; }
@media (max-width: 1100px) {
  .com-container { flex-direction: column; gap: 0; }
  .com-list-area { padding: 24px 0 0 0; }
  .com-join-area { border-radius: 0 0 12px 12px; width: 100%; min-width: 0; margin-top: 18px; }
  .com-card { width: 100%; }
}
@media (max-width: 700px) {
  .com-container { max-width: 100%; margin: 12px 0; }
  .com-list { gap: 12px; }
  .com-card { flex-direction: column; min-width: 0; }
  .com-card-logo-area { min-width: 100%; max-width: 100%; justify-content: flex-start; padding: 18px 0 0 18px; }
  .com-card-info { padding: 12px 10px 10px 10px; }
  .com-join-area { padding: 18px 10px 12px 10px; }
} 