:root {
	--teal: #10a7af;
	--teal-dark: #08777d;
	--ink: #253238;
	--muted: #647177;
	--paper: #fff;
	--soft: #eef8f8;
	--charcoal: #172326
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}
ul,li{
    list-style: none;
}
body {
	margin: 0;
	color: var(--ink);
	background: #f5f7f7;
	font: 16px/1.78 'Gill Sans', 'Microsoft YaHei', sans-serif
}

img {
	display: block;
	max-width: 100%
}

a {
	text-decoration: none;
	color: inherit
}
.doctor-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)
}
.doctor-h2 {
    font-size: 1.05rem;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9;
}
.doctor-list{
    width: 100%;
    padding: 1rem 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.doctor-list li{
    width: 4.37rem;
    margin-right: .75rem;
    margin-bottom: 1rem;
    color: #10a7af;
    text-align: center;
    font-size: 0.9rem;
    border: 1px solid #10a7af;
}
.btn_chat{text-align:center;}
.btn_chat a{display: block;width: 10rem;height: 2.5rem;line-height: 2.5rem;border-radius: 5px;background-color: #e77641;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(1120px,92vw);
    margin: auto
}
.zixun {
    margin: 22px 0;
    padding: 0;
    list-style: none;
    font-weight: 700
}

.zixun li {
    /* padding: 5px 0 5px 22px; */
    position: relative;
    text-align: left;
}

.zixun li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg)
}
.container {
	width: min(1120px, 92vw);
	margin: auto
}

.hero {
	background: linear-gradient(135deg, rgba(16, 167, 175, .93), rgba(23, 35, 38, .96)), url('../images/pic2.jpg') center/cover no-repeat;
	color: #fff;
	padding: 78px 0
}

.hero-grid {
	/* display: grid; */
	/* grid-template-columns: 1fr 360px; */
	/* gap: 34px; */
	/* align-items: center; */
}

.identity {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 34px;
	align-items: center
}

.portrait {
	width: 260px;
	height: 260px;
	object-fit: cover;
	border-radius: 50%;
	border: 12px solid rgba(255, 255, 255, .18);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .28)
}

.eyebrow,
.section-label {
	text-transform: uppercase;
	letter-spacing: .22em;
	font-weight: 800;
	font-size: 13px;
	color: #b9fbff
}

.identity h1 {
	font-size: clamp(48px, 7vw, 86px);
	line-height: 1;
	margin: 10px 0 12px
}
.section {
	padding: 82px 0;
	background: var(--paper)
}

.section:nth-of-type(even) {
	background: var(--soft)
}

.section-label {
	color: var(--teal);
	margin: 0 0 8px
}

h2 {
	font-size: 42px;
	line-height: 1.2;
	margin: 0 0 24px;
	color: #162428
}

h2:after {
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background: var(--teal);
	margin-top: 16px
}

h3 {
	font-size: 24px;
	margin: 0 0 14px
}

.about p,
.technique p{
	color: var(--muted)
}

.section-head {
	max-width: 850px;
	margin-bottom: 42px
}

.timeline {
	/* display: grid; */
	/* grid-template-columns: repeat(3, 1fr); */
	/* gap: 24px; */
}

.timeline article {
	background: #fff;
	padding: 32px;
	/* border-top: 6px solid var(--teal); */
	box-shadow: 0 16px 42px rgba(7, 80, 84, .12);
}
.timeline article img{
    max-width: 550px;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}
.timeline span {
	display: block;
	font-size: 50px;
	line-height: 1;
	color: #d8eeee;
	font-weight: 900
}

.timeline h3 {
	color: var(--teal-dark)
}
.hero-points {
    text-align: left;
    margin: 22px 0;
    /* padding: 0; */
    /* list-style: none; */
    /* color: #ffb345; */
    font-weight: 700
}

.hero-points li {
    /* padding: 5px 0 5px 22px; */
    /* position: relative; */
    padding-top: 10px;
}

.hero-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg)
}
.case-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 30px
}

.case-tags span {
	padding: 8px 18px;
	border: 1px solid #9bdade;
	background: #fff;
	color: var(--teal-dark);
	font-weight: 700
}

.case-tags span:first-child {
	background: var(--teal);
	color: #fff
}

.honor-grid{
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 42px;
	align-items: center
}

.honor-grid>img{
	width: 100%;
	height: 360px;
	object-fit: cover;
	box-shadow: 0 24px 58px rgba(0, 0, 0, .16)
}

.footer {
	background: #111b1d;
	color: #cbe6e8;
	text-align: center;
	padding: 32px 0;
	font-size: 14px
}

.footer p {
	margin: 6px 0
}

@media (max-width:920px) {
	.hero-grid,
	.identity,
	.timeline,
	.honor-grid{
		grid-template-columns: 1fr
	}
	.identity {
		text-align: center
	}
	.portrait {
		margin: auto
	}
	.section {
		padding: 60px 0
	}
}

@media (max-width:560px) {
	body {
		font-size: 15px
	}
	.hero {
		padding: 52px 0
	}
	.portrait {
		width: 220px;
		height: 220px
	}
	.identity h1,
	h2 {
		font-size: 36px
	}
	.honor-grid>img{
		height: auto
	}
}