.serviceAppointment {
  width: 100%;
  min-width: 1050px;
  padding: 75px 0 60px;
}
.serviceAppointment-main {
  width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.serviceAppointment-main-container {
  width: 322px;
  height: 375px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 62px 0 46px;
  color: #C2996D;
  font-style: normal;
}
.serviceAppointment-main-container:hover {
  background: #F9F5EF;
  border: 6px solid rgba(188, 155, 115, 0.5);
  padding: 56px 0 46px;
}
.serviceAppointment-main-container:hover .serviceAppointment-main-container-btn {
  background: #BC9B73;
  color: #FFFFFF;
}
.serviceAppointment-main-container > img {
  width: 120px;
  height: 120px;
}
.serviceAppointment-main-container-title {
  height: 21px;
  margin: 10px 0 68px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 21px;
  line-height: 31px;
  text-align: justify;
}
.serviceAppointment-main-container-btn {
  width: 252px;
  /*height: 64px;*/
  background: #FFFFFF;
  padding: 8px 0px;
  border: 1px solid #A88254;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #C2996D;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
}
.dialog{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置背景颜色为半透明黑色 */
  z-index: 9999; /* 设置 z-index 值确保遮罩层位于其他元素之上 */
  justify-content: center;
}
.content {
  position: absolute;
  top: 10%;
  left: 20%;
  z-index: 10000;
  background-color: #fff;
  width: 60%;
  height: 70%;
  padding: 1% 1% 5% 1%;
}
.content img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content .off{
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: inline;
  color: #bac0c2;
  float: right;
  border: 1px solid #bac0c2;
  /* padding: 5px 10px; */
  border-radius: 50%;
  cursor: pointer;
}
.content-hint{
  width: 100%;
  text-align: center;
}