@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  /* font-size: 14px; */
  box-sizing: border-box;
}

.el-carousel__button {
  width: 15px !important;
  height: 15px !important;
  background: #F1BE24 !important;
  border-radius: 100%;
}

.el-breadcrumb {
  font-size: 20px !important;
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.flex_fdc {
  display: flex;
  flex-direction: column;
}

.fw600 {
  font-weight: 600;
}

.mgt6 {
  margin-top: 6px;
}

.mgt80 {
  margin-top: 80px;
}

.logo {
  height: 100%;
}

.target_fix {
  display: block;
  position: relative;
  top: -80px;
  height: 0;
  overflow: hidden;
}

.header_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  height: 80px;
  margin: auto;
}

.nav_item {
  display: inline-block;
  width: 100px;
  height: 80px;
  line-height: 80px;
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.nav_active {
  height: 80px;
  font-size: 16px;
  color: #F1BE24;
  font-weight: 600;
  background-color: #fffcf5;
  border-bottom: 3px solid #F1BE24;
}

.box_1,
.box_3 {
  background: #f5f5f9;
}

.box_5 img {
  width: 100%;
}

.icp_box {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.box_3_header {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: auto;

  .title {
    font-size: 30px;
    color: #9a6a2b;
  }
}

.breadcrumb_box {
  padding: 20px 0 10px;
  width: 1100px;
  margin: auto;
}

.box_1_con,
.box_2_con,
.box_3_con {
  padding: 10px 0;
  width: 1100px;
  height: 700px;
  margin: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

.index_page {
  width: 1000px;
  margin: 100px auto 0;
  text-align: center;

  img {
    width: 100%;
    height: 100%;
  }

  .form_box {
    width: 500px;
    margin: auto;
  }
}

.box_3_con {
  height: 772px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 180px);
  gap: 10px;

  .doctor_card {
    position: relative;

    .btn {
      position: absolute;
      right: 10px;
      bottom: 10px;
    }
  }
}

.page_box {
  margin: auto;
  width: 1100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}