@charset "UTF-8";
.limit section {
  width: 100%;
}
.limit .department-header {
  padding: 25px 55px 0 55px;
}
.limit .department-header .top-nav a {
  color: white;
}
.limit .department-header .top-nav a:hover {
  color: gray;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(1), .limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  color: white;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(1) img {
  width: 25px;
  height: 25px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(1) {
  margin-bottom: 35px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) {
  margin-bottom: 140px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  gap: 30px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right:20px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a > img {
  width: 45px;
  height: 45px;
  margin-right: 5px;
}
.limit .department-header > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > a > div {
  white-space: nowrap;
}
.limit .department-header > div:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.limit .department-header > div:nth-of-type(2) > button {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 35px;
  background-color: var(--font-color);
  border: none;
}
.limit .department-header > div:nth-of-type(2) > button:hover {
  background-color: rgb(251, 196, 51);
}
.limit .department-header > div:nth-of-type(3) {
  position: relative;
  font-size: 30px;
  color: var(--font-color);
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.limit .department-header > div:nth-of-type(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--font-color);
}
.limit .department-header > table {
  font-size: 20px;
  border-collapse: collapse;
}
.limit .department-header > table table, .limit .department-header > table th, .limit .department-header > table td {
  border: 1px solid rgb(236, 236, 236);
}
.limit .department-header > table th, .limit .department-header > table td {
  padding: 10px 50px;
  text-align: center;
  vertical-align: middle;
}
.limit .department-header > table th {
  color: white;
  background-color: var(--font-color);
}
.limit .department-header > table td {
  color: black;
}
.limit .department-introduction {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 150px 55px;
  height: 550px;
}
.limit .department-introduction > div:nth-of-type(1) {
  position: absolute;
  color: white;
  font-size: 30px;
  font-weight: bold;
  top: 50px;
  left: 55px;
  padding-bottom: 20px;
}
.limit .department-introduction > div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 60%;
  height: 2px;
  background-color: white;
}
.limit .department-introduction > div:nth-of-type(2) {
  width: 92%;
  height: 84%;
  position: relative;
  transform: translateX(3px);
  padding: 5px 20px;
}
.limit .famous-doctors-window {
  padding: 100px 55px;
}
.limit .famous-doctors-window > div:nth-of-type(1) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.limit .famous-doctors-window > div:nth-of-type(1) div {
  font-size: 30px;
  font-weight: bold;
  color: var(--font-color);
}
.limit .famous-doctors-window > div:nth-of-type(1) a {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  background-color: transparent;
  border-radius: 20px;
  padding: 3px 25px;
}
.limit .famous-doctors-window > div:nth-of-type(2) {
  padding-left: 40px;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(1) {
  margin-bottom: 20px;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) {
  position: relative;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div {
  --title-height: 45px;
  width: 150px;
  flex-shrink: 0; /*防止元素缩小*/
  display: grid;
  grid-template-rows: 190px var(--title-height) 60px;
  text-align: start;
  border-bottom: 2px solid var(--font-color);
  padding-bottom: 10px;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
  margin-right: 60px;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div > div:nth-of-type(1) {
  line-height: var(--title-height);
  font-size: 20px;
  font-weight: bold;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div > div:nth-of-type(2) {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 2fr 1fr;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div > div:nth-of-type(2) button {
  grid-area: 1/2/3/3;
  display: block;
  position: relative;
  border: none;
  background-color: transparent;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) .doctors-container > div > div:nth-of-type(2) button img {
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 30px;
  height: 30px;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2), .limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: rgba(1, 131, 59, 0.7);
  color: white;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(2) {
  left: 0;
}
.limit .famous-doctors-window > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(3) {
  right: 0;
}
.limit .specialized-features {
  color: white;
  padding: 0 0 0 0;
  margin-bottom: 0;
}
 .features-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.features-contents{
  font-size: 17px;
  margin: 0 105px; 
  padding-bottom: 5px;
}