html {
  scroll-behavior: smooth;
}
.common-box {
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(33, 41, 50, 0.05);
  border-radius: 20px;
  padding: 40px;
}
.common-box .common-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
.common-box .common-top::before {
  position: absolute;
  left: 0;
  content: ' ';
  width: 6px;
  height: 20px;
  background: var(--primary-color);
  border-radius: 3px;
}
.common-box .common-top .common-top-title {
  
  font-weight: 500;
  font-size: 30px;
  color: #333333;
}
.common-box .common-top .common-top-more {
  
  font-weight: 500;
  font-size: 24px;
  color: var(--primary-color);
  cursor: pointer;
}
.common-box .common-content {
  margin-top: 20px;
  
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 50px;
}
.mainer {
  padding: 88px;
  background: var(--doctor-detail-top-bg) no-repeat;
  background-size: 100% 357px;
}
.mainer .top-introduce {
  display: flex;
  justify-content: space-between;
}
.mainer .top-introduce .top-introduce-left {
  display: flex;
}
.mainer .top-introduce .top-introduce-left .pic {
  width: 350px;
  height: 455px;
  background-image: url(../images/dept-detail/occupation.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
}
.mainer .top-introduce .top-introduce-left .pic img {
  width: 100%;
  height: 100%;
}
.mainer .top-introduce .top-introduce-left .infos {
  margin-top: 50px;
  margin-left: 30px;
  
  font-weight: 500;
  color: #666666;
}
.mainer .top-introduce .top-introduce-left .infos .name {
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 50px;
}
.mainer .top-introduce .top-introduce-left .infos .label {
  font-weight: 400;
  font-size: 24px;
  line-height: 50px;
}
.mainer .top-introduce .top-introduce-left .infos .value {
  font-size: 24px;
  line-height: 50px;
}
.mainer .top-introduce .opera {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainer .top-introduce .opera .more {
  width: 296px;
  height: 70px;
  background: linear-gradient(90deg, #ffc21f 0%, #ff9920 100%);
  border-radius: 10px;
  
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}
.mainer .top-introduce .opera .opera-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mainer .top-introduce .opera .opera-bottom .appointment,
.mainer .top-introduce .opera .opera-bottom .scan {
  
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.mainer .center-content {
  margin-top: 50px;
}
.mainer .center-content .anchors {
  display: flex;
  align-items: center;
}
.mainer .center-content .anchors a {
  width: 220px;
  height: 80px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  
  font-weight: 500;
  font-size: 24px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainer .center-content .anchors a + a {
  margin-left: 24px;
}
.mainer .center-content .anchors a.sel,
.mainer .center-content .anchors a:hover {
  border: 0;
  color: #ffffff;
  background: var(--primary-color);
}
.mainer .center-content #profile {
  margin-top: 40px;
}
.mainer .center-content #expertise {
  margin-top: 40px;
}
.mainer .center-content #honor {
  margin-top: 40px;
}
