* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main {
  width: 100%;
  height: 100%;
  background: #f5f5dc;
  border-radius: 0px 0px 0px 0px;
  padding: 1px;
}
main h1 {
  font-family: HYCuSong, HYCuSong;
  font-weight: normal;
  width: 1200px;
  margin: 0 auto;
  font-size: 26px;
  color: #966338;
  text-align: left;
}

.mainTitle {
  padding: 1px;
  width: 1200px;
  margin: 0 auto;
}
.mainTitle .line {
  margin: 16px auto;
  width: 119px;
  height: 2px;
  background: #1a3d2e;
  border-radius: 0px 0px 0px 0px;
}
.mainTitle h1 {
  margin-top: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 34px;
  color: #1a3d2e;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.mainTitle h2 {
  width: 657px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #b4a580;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.lilunBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 10px;
}
.lilunBox .left {
  flex: 1;
}
.lilunBox .left p {
  font-size: 16px;
  color: #675048;
  margin-bottom: 10px;
}
.lilunBox .right {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
  padding: 25px;
}
.lilunBox .right h1 {
  width: auto;
  font-size: 18px;
}
.lilunBox .right .list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.lilunBox .right .list p {
  font-size: 16px;
  color: #947272;
  display: flex;
  align-items: center;
}
.tedianContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
  padding: 20px 25px;
  margin-bottom: 83px;
}
.tedianContainer h1 {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tedianContainer .box {
  display: flex;
  gap: 23px;
}
.tedianContainer .box .Item {
  flex: 1;
  padding: 20px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D9D9D9;
}
.tedianContainer .box .Item h2 {
  font-size: 20px;
  color: #8B4513;
  margin-bottom: 10px;
}
.tedianContainer .box .Item p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.methodContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.methodContainer .methodItem {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
}
.methodContainer .methodItem img {
  width: 100%;
  height: 230px;
}
.methodContainer .methodItem h1 {
  width: auto;
  font-size: 20px;
  margin: 0 20px;
  margin-bottom: 5px;
}
.methodContainer .methodItem p {
  margin: 0 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin-bottom: 10px;
}
.methodContainer .methodItem h2 {
  margin: 0 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #8B4513;
  margin-bottom: 10px;
}
.methodContainer .methodItem ul {
  list-style: none;
}
.methodContainer .methodItem ul li {
  margin: 0 20px;
  margin-bottom: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8B4513;
}
.tipBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background: #F6FADA;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
  padding: 20px 25px;
  margin-bottom: 83px;
}
.tipBox h1 {
  width: auto;
  text-align: center;
}
.tipBox .tips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.tipBox .tips .tip {
  display: flex;
  gap: 20px;
}
.tipBox .tips .tip img {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}
.tipBox .tips .tip .tipContent h2 {
  font-size: 18px;
  color: #8B4513;
  margin-bottom: 10px;
}
.tipBox .tips .tip .tipContent p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #7B6856;
}
.caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.caseBox .caseItem {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
  padding: 20px;
}
.caseBox .caseItem h1 {
  width: auto;
  font-size: 20px;
  color: #8B4513;
  margin-bottom: 10px;
}
.caseBox .caseItem h2 {
  font-size: 18px;
  color: #8B4513;
  margin-bottom: 10px;
}
.caseBox .caseItem p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #7B6856;
  margin-bottom: 20px;
}
.caseBox .caseItem h3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 13px;
  color: #7B6856;
}
.caseBox .caseItem h4 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8F8F34;
}
.doctorContainer {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.doctorContainer .doctor {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(232, 214, 179, 0.48);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.doctorContainer .doctor img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.doctorContainer .doctor .doctorInfo {
  padding: 0 20px;
  width: 100%;
  text-align: left;
}
.doctorContainer .doctor h3 {
  font-size: 15px;
  color: #8B5A2B;
  margin: 0 0 10px 0;
}
.doctorContainer .doctor p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doctorContainer .doctor p.specialty {
  font-size: 12px;
  color: #B77E47;
}
.doctorContainer .doctor .expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0;
}
.doctorContainer .doctor .expertise span {
  background: #EAF2EA;
  color: #458a48;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
}
.doctorContainer .doctor .appointmentBtn {
  display: block;
  text-decoration: none;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 11px;
  color: #B77E47;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.doctorContainer .doctor .appointmentBtn img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
