@charset "UTF-8";
.limit .padding-box {
  width: 100%;
  padding: 40px 75px;
  background-size: 100% 15%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px){
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 1600px !important;
  }
}
.limit .doctor-information {
  display: flex;
  justify-content: space-between;
  height: 300px;
  margin-bottom: 20px;
}
.limit .doctor-information > div:nth-of-type(1) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 15px;
  position: relative;
}
.limit .doctor-information > div:nth-of-type(1) > img {
  margin-right: 25px;
  width: 248px;
  object-fit: fill;
}
.limit .doctor-information > div:nth-of-type(1) > div:nth-of-type(1) {
  height: 100%;
  font-size: 18px;
  position: relative;
  display: grid;
  gap:15px;
  grid-template-rows: repeat(4, 35px);
  align-content: center;
  color: #999;
}
.limit .doctor-information > div:nth-of-type(1) > div:nth-of-type(1) span {

  color: #333;
}
.limit .doctor-information > div:nth-of-type(1) > div:nth-of-type(1) p {
margin-top: 20px;
  margin-bottom: 0;
}
.limit .doctor-information > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-weight:bold;
  color: white;
}
.limit .doctor-information > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 60px;
  gap: 50px;
  position: relative;
  transform: translateX(-50px);
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(1), .limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(2) {
  display: grid;
  grid-template-rows: 80px 20px;
  justify-content: center;
  margin-top: 40px;
  align-items: end;
  gap: 10px;
  position: relative;
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(1) {
  cursor: pointer;
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) {
  width: 70px;
  height: 70px;
  background-color: var(--font-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > img {
  width: 60%;
  height: 60%;
  object-fit: fill;
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 90px;
  height: 90px;
  border: 5px solid rgb(241, 241, 241);
}
.limit .doctor-information > div:nth-of-type(2) > div:nth-of-type(2) > div:nth-of-type(1) > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.limit .doctor-information > div:nth-of-type(2) > a {
  background-color: rgb(250, 197, 50);
  padding: 8px 15px;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.limit .doctor-information > div:nth-of-type(2) > a > img {
  width: 15px;
  height: 15px;
}
.limit .doctor-information > div:nth-of-type(2) > a > span {
  line-height: 24px;
  white-space: nowrap;
}
.limit .outpatient-information {
  font-size: 20px;
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 30px;
}
.limit .outpatient-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.limit .outpatient-table th, .limit .outpatient-table td {
  padding: 20px;
  border: 1px solid rgb(238, 238, 238);
  text-align: center;
  font-size: 18px;
}
.limit .outpatient-table th {
  font-weight: normal;
  width: 50%;
  color: white;
  background-color: var(--font-color);
}
.limit .outpatient-table td {
  width: 50%;
  color: black;
  background-color: white;
}
.limit .profile {
  width: 158px;
  padding: 8px 35px;
  border-radius: 25px;
  color: white;
  background-color: var(--font-color);
  font-size: 21px;
  font-family: 黑体, serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.limit .profile-detail {
  margin-bottom: 50px;
}
.limit .page-nav {
  display: grid;
  grid-template-columns: 0.6fr 0.15fr 0.6fr;
}
.limit .page-nav > div:nth-of-type(1) > *, .limit .page-nav > div:nth-of-type(2) > *, .limit .page-nav > div:nth-of-type(3) > * {
  cursor: pointer;
}
.limit .page-nav > div:nth-of-type(1), .limit .page-nav > div:nth-of-type(3) {
  width: 100%;
  background-color: rgb(230, 239, 252);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.limit .page-nav > div:nth-of-type(1) > div:nth-of-type(1), .limit .page-nav > div:nth-of-type(3) > div:nth-of-type(2) {
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--font-color);
  display: flex;
  justify-content: center;
  align-content: center;
}
.limit .page-nav > div:nth-of-type(1) > div:nth-of-type(1) img, .limit .page-nav > div:nth-of-type(3) > div:nth-of-type(2) img {
  position: relative;
  transform: translateY(5px);
  width: 30px;
  height: 25px;
}
.limit .page-nav > div:nth-of-type(1) {
  justify-content: start;
  padding-left: 40px;
}
.limit .page-nav > div:nth-of-type(1) > div:nth-of-type(1):hover {
  background-color: rgb(250, 197, 50);
}
.limit .page-nav > div:nth-of-type(2) {
  background-color: var(--font-color);
}
.limit .page-nav > div:nth-of-type(2) > a {
  display: grid;
  grid-template-rows: 6fr 5fr;
  text-align: center;
  justify-content: center;
  justify-items: center;
  row-gap: 5px;
  padding: 10px;
}
.limit .page-nav > div:nth-of-type(2) > a > img {
  width: 40px;
  height: 40px;
}
.limit .page-nav > div:nth-of-type(2) > a > div {
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}
.limit .page-nav > div:nth-of-type(3) {
  justify-content: end;
  padding-right: 40px;
}
.limit .page-nav > div:nth-of-type(3) > div:nth-of-type(2):hover {
  background-color: rgb(250, 197, 50);
}
.limit .doctor-information, .limit .outpatient-information, .limit .outpatient-table, .limit .profile-detail, .limit .page-nav {
  width: 100%;
}