:root {
    --bg: #12100d;
    --ink: #2d251f;
    --muted: #6e6258;
    --gold: #ff9800;
    --amber: #c67818;
    --cream: #fff8ed;
    --paper: #fff
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #f4ebdc;
    font: 16px/1.78 'Palatino Linotype','Songti SC','STSong','Microsoft YaHei',serif
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none;
    color: inherit
}
.page-shell {
	width: min(1180px, 94vw);
	margin: 34px auto;
	background: #fff;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
	border: 1px solid rgba(0, 0, 0, .05)
}
.van-h2 {
    font-size: 1.05rem;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    padding: 1rem;
}
.projects{
    width: 100%;
    border: 1px solid #e9e9e9;
    margin-top: 1rem;
}
.projects dd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 1rem 0;
    box-sizing: box-sizing;
}
.projects dd a {
    display: block;
    width: 70px;
    margin-right: .75rem;
    margin-bottom: 1rem;
    color: #1c1c1c;
    text-align: center;
    font-size: 0.9rem;
    background-color: #f5caca;
}
.btn_chat{text-align:center;}
.btn_chat a{display: block;width: 10rem;height: 2.5rem;line-height: 2.5rem;border-radius: 5px;background-color: #ff9800;color: #fff;text-indent: 0;text-align: center;margin: 1rem auto;text-decoration:none;}
table {
    margin: 0 auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-color: #ddd;
	font-size:1rem;
	line-height: 1.5rem;
	max-width: 90%;
	text-align: center;
	margin-bottom: 1rem;
}
table tr:nth-child(odd){
    background-color: #f9f9f9;
}
table tr:hover {
	background-color: #f8830f;
	text-align: center;
	color:#fff;
}
table td,table th {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 5px 10px
}
.container {
    width: min(1160px,92vw);
    margin: auto
}

.hero {
    min-height: 760px;
    /* color:#fff; */
    background: linear-gradient(115deg,rgba(18,16,13,.98),rgba(48,31,13,.9) 54%,rgba(255,152,0,.2)),url('../images/s2.jpg') center/cover no-repeat
}

.nav {
    width: min(1180px,94vw);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0
}

.brand {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    letter-spacing: .1em
}

.brand:after {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    background: var(--gold);
    margin-top: 6px
}

.nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.nav-links a {
    padding: 9px 15px;
    color: #f6e8d0;
    border-bottom: 2px solid transparent
}

.nav-links a:hover {
    color: var(--gold);
    border-color: var(--gold)
}

.hero-grid {
}

.hero-main {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 36px;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(255,255,255,.14);
    padding: 34px;
    backdrop-filter: blur(2px)
}

.doctor-img {
    max-width: 310px;
    width: 100% !important;!i;!;
    max-height: 410px;
    height: 100% !important;!i;!;
    object-fit: cover;
    /* border: 10px solid rgba(255,255,255,.12); */
    box-shadow: 0 26px 64px rgba(0,0,0,.35);
}

.eyebrow,.section-label {
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800
}

.hero-copy h1 {
    font-size: clamp(36px,5vw,62px);
    line-height: 1.14;
    margin: 8px 0 22px
}

.hero-copy h1 strong {
    color: var(--gold)
}

.hero-copy p {
    color: #64625e;
}

.hero-points {
    margin: 22px 0;
    padding: 0;
    list-style: none;
    color: #ffb345;
    font-weight: 700
}

.hero-points li {
    padding: 5px 0 5px 22px;
    position: relative
}

.hero-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg)
}

.outline-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 12px 28px;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-weight: 800
}

.outline-btn:hover {
    background: var(--gold);
    color: #20160c
}

.profile-card {
    background: var(--gold);
    color: #211407;
    padding: 28px;
    display: grid;
    align-content: center;
    display: none;
    box-shadow: 0 24px 60px rgba(0,0,0,.28)
}

.profile-card div {
    border-bottom: 1px solid rgba(32,22,12,.18);
    padding: 18px 0
}

.profile-card div:last-child {
    border: 0
}

.profile-card span {
    display: block;
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: .75
}

.profile-card strong {
    display: block;
    font-size: 21px;
    margin-top: 4px
}

.section {
    padding: 86px 0;
    background: var(--paper)
}

.section:nth-of-type(odd) {
    background: var(--cream)
}

.split {
}

h2 {
    font-size: 42px;
    line-height: 1.18;
    margin: 0 0 22px;
    color: #21170f
}

h2:after {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    background: var(--gold);
    margin-top: 18px
}

h3 {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 18px
}

.about p,.experience p{
    color: var(--muted);
    text-indent: 2rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
}
.about img,.experience img{
	max-width: 550px;
	width: 100% !important;!i;!;
	height: auto !important;!i;!;
	display: block;
	margin: .5rem auto;
}

.tech-card {
    background: #21170f;
    color: #fff;
    padding: 38px;
    box-shadow: 0 24px 56px rgba(67,39,9,.18)
}

.tech-card h2 {
    color: #fff
}

.bar {
    height: 48px;
    background: rgba(255,255,255,.1);
    margin: 18px 0;
    position: relative;
    overflow: hidden
}

.bar span {
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 800
}

.bar i {
    display: block;
    height: 100%;
    background: linear-gradient(90deg,var(--amber),var(--gold))
}

.honor-split {
    grid-template-columns: 1fr .95fr
}
.footer {
    background: #15100b;
    color: #d9c9b0;
    text-align: center;
    padding: 34px 0;
    font-size: 14px
}

.footer p {
    margin: 6px 0
}

@media (max-width: 980px) {
    .hero-main {
        grid-template-columns:1fr
    }

    .nav {
        display: block;
        text-align: center
    }

    .brand {
        display: inline-block
    }

    .nav-links {
        justify-content: center;
        margin-top: 18px
    }

    .doctor-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .profile-card {
        margin-top: 0
    }

    .honor-img {
        height: auto
    }
}

@media (max-width: 620px) {
    body {
        font-size:15px
    }

    .hero {
        min-height: auto;
        padding-bottom: 1rem;
    }

    .hero-main {
        padding: 22px
    }

    .section {
        padding: 58px 0
    }
    .hero-copy h1,h2 {
        font-size: 34px
    }

    .nav-links a {
        padding: 7px 9px
    }

    .profile-card {
        padding: 22px
    }
}
