.kfsj_header {
  width: 100vw;
  background-size: 100% 100%;
  position: relative;
}
.kfsj_header img {
  width: 100%;
}
.kfsj_header span {
  position: absolute;
  z-index: 4;
  color: #ffffff;
  font-size: 44px;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  font-weight: 600;
}
.open_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  align-items: center;
  padding: 5vh 0;
}

.open_content .open_hours {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vh;
}
.open_content .open_hours .line_k {
  background-color: #fdd000;
  width: 3vw;
  height: 1px;
}
.open_content .open_hours .hours1 {
  width: 26%;
}
.open_content .open_hours .hours2 {
  width: 70%;
  font-size: 18px;
  color: #333333;
  line-height: 2em;
}
.open_content .open_times {
  display: flex;
  justify-content: space-between;
  width: 1400px;

  .open_item1 {
    width: 26%;
    border-top: 1px solid #dedede;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-top: 2%;
  }
  .open_item2 {
    width: 70%;
    border-top: 1px solid #dedede;
    padding-top: 2%;
    font-size: 14px;
  }
  .prompt {
    line-height: 2.5em;
  }

  .notice {
    line-height: 2em;
    font-family: 'CustomBoldFont';
  }
  table {
    /* 合并表格边框 */
    border-collapse: collapse;
    width: 80%;
  }

  th,
  td {
    /* 设置内边距 */
    padding: 8px;
    text-align: left;
    font-size: 14px;
    font-family: Verdana;
    color: #333333;
  }

  tr {
    /* 为每一行添加底部边框 */
    border-bottom: 1px solid #ddd;
  }

  /* 鼠标悬停时的样式 */
  tr:hover {
    background-color: #f5f5f5;
  }
  .table_box {
    margin: 4% 0 5%;
  }
}
@media screen and (max-width: 1400px) {
  .kfsj_header span {
    width: 890px;
    font-size: 40px;
  }
  .open_content .open_times,
  .open_content .open_hours {
    width: 890px;
  }
}
