/* 顶部 */
body {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
/* 下拉菜单样式 */
.dropdown {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 4px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* end */
#main-container {
  height: 100vh;
}
.header {
  width: calc(100% - 160px);
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
}
.headerLogo {
  width: 112px;
  height: 44px;
}
.menu {
  display: flex;
  justify-content: flex-start;
}
.selected {
  color: #f15a30;
}
a {
  color: #000;
  text-decoration: none;
}

.link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 16px;
  margin: 0 20px;
  font-weight: 300;
}

.input {
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0px 6px;
  margin-left: 80px;
}
.searchImg {
  width: 22px;
  height: 22px;
}
.shurukuang {
  border: none;
  padding: 8px 0;
  outline: none;
  background-color: #f5f5f5;
}
.shurukuang:focus {
  border-bottom: none;
}
.searchBtn {
  width: 52px;
  height: 32px;
  color: #f15a30;
  font-size: 14px;
  background-color: #f6eae6;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
}
/* end */

.timeList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.timeContent {
  width: 63%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0px 24px 0px;
}

.timeItem {
  width: 180px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  text-align: center;
  line-height: 48px;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
}

.timeItems {
  width: 180px;
  height: 48px;
  background-color: #f15a30;
  border-radius: 12px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #e0e0e0;
}

.timeImgs {
  width: 38px;
  height: 34px;
  position: absolute;
  left: -20px;
  top: -20px;
}

.form {
  width: 63%;
  /* height: 150px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.formItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.label {
  color: #232328;
  font-size: 14px;
}

.select_item {
  position: relative;
  margin-left: 10px;
  width: 175px;
  height: 40px;
}

.tstj {
  width: 63%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 45px;
}

/*.tstj_item {*/
/*  width: 220px;*/
/*  height: 308px;*/
/*  background: url('../image/Group4136@2x.png') no-repeat;*/
/*  background-size: 100% 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-around;*/
/*  align-items: center;*/
/*  margin-bottom: 33px;*/
/*}*/

.tstj_item {
  width: 220px;
  height: 308px;
  /* 移除背景图，用CSS模拟边框容器 */
  border: 1px solid #e0e0e0; /* 基础边框 */
  border-radius: 12px; /* 圆角效果，可根据需要调整 */
  background-color: #ffffff; /* 容器背景色 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* 轻微阴影增强立体感 */
  /* 保留原有的布局样式 */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 33px;
  /* 可选：添加内边距避免内容紧贴边框 */
  padding: 16px;
  box-sizing: border-box;
}

.tstj_item_img {
  width: 171px;
  height: 220px;
  background-color: #fff;
  margin-top: 10px;
  line-height: 220px; /* 与高度一致 */
  text-align: center; /* 水平居中 */
}
.tstj_item_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: inline-block; /* 关键：改为 inline-block */
  vertical-align: middle; /* 垂直居中对齐 */
}


.tstj_item_desc {
  color: #000000;
  font-size: 16px;
}
.yuandian {
  width: 6px;
  height: 6px;
  background-color: #f15a30;
  border-radius: 50%;
  position: relative;
  top: 26px;
  left: -57px;
}

/* 底部 */
.footer {
  width: calc(100% - 720px);
  /*height: 240px;*/
  height: 88px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 0px 360px;
  margin-top: 80px;
}
.footer_right {
  display: flex;
  justify-content: flex-start;
}
.footer_right_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
