﻿/* ===== 全局重置与字体 ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter','Microsoft YaHei','微软雅黑',Arial,Helvetica,sans-serif,'STHeiti Light',SimHei; background: #f5f5f5; color: #333; line-height: 1.6; }
.wp { max-width: 1200px; margin: 0 auto; padding: 20px; background: #fff; }
p {font-family: 'Inter','Microsoft YaHei','微软雅黑',Arial,Helvetica,sans-serif,'STHeiti Light',SimHei; font-size:0.68rem; font-weight:100; color:#000080;}
/* ===== 面包屑 ===== */
.breadcrumb { font-size: 14px; color: #999; padding: 10px 0 20px 0; border-bottom: 1px solid #eee; }
.breadcrumb a { color: #1985ff; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb em { margin: 0 6px; }

/* ===== 个人资料头部 ===== */
.profile-header { display: flex; gap: 30px; padding: 30px 0; border-bottom: 2px solid #f0f0f0; align-items: flex-start; flex-wrap: wrap; }
.profile-avatar { flex-shrink: 0; }
.profile-avatar img { width: 120px; height: 120px; border-radius: 50%; border: 3px solid #1985ff; object-fit: cover; }
.profile-info { flex: 1; min-width: 280px; }
.profile-name { font-size: 26px; font-weight: 700; color: #222; }
.profile-name .en { font-size: 18px; font-weight: 400; color: #666; margin-left: 10px; }
.profile-credential { display: inline-block; background: #1985ff; color: #fff; padding: 2px 14px; border-radius: 20px; font-size: 13px; margin-top: 6px; }
.profile-meta { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 12px 30px; }
.profile-meta .item { font-size: 14px; color: #555; }
.profile-meta .item strong { color: #222; font-weight: 600; }

/* ===== 专家简介区块 ===== */
.section { margin-top: 30px; }
.section-title { font-size: 20px; font-weight: 700; color: #222; padding-bottom: 10px; border-bottom: 3px solid #1985ff; margin-bottom: 18px; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; background: #f9fafb; padding: 20px 24px; border-radius: 8px; }
@media (max-width: 640px) { .info-grid { grid-template-columns: 1fr; gap: 8px; } }
.info-row { display: flex; align-items: baseline; font-size: 15px; }
.info-row .label { font-weight: 600; color: #444; min-width: 90px; flex-shrink: 0; }
.info-row .value { color: #222; word-break: break-word; }
.info-row .value a { color: #1985ff; text-decoration: none; }
.info-row .value a:hover { text-decoration: underline; }

/* ===== 自我介绍 ===== */
.intro-box { background: #f9fafb; padding: 18px 24px; border-radius: 8px; margin-top: 12px; }
.intro-box .label { font-weight: 600; color: #444; display: block; margin-bottom: 6px; }
.intro-box .value { font-size: 15px; color: #333; line-height: 1.8; }

/* ===== 空状态 ===== */
.empty-state { text-align: center; padding: 40px 20px; color: #999; font-size: 15px; }

/* ===== 页脚 ===== */
.footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; font-size: 13px; color: #999; text-align: center; }
.footer a { color: #1985ff; text-decoration: none; }
