.station-container {
  position: relative;
  width: 100%;
  padding: 3.2rem 2.4rem;
  box-sizing: border-box;
}
.station-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://huiduogang.obs.cn-north-4.myhuaweicloud.com/community/12.jpg');
  background-size: cover;
  background-position: center;
  /* opacity: 0.2; */
  z-index: -1;
}
.community-table {
  border-collapse: collapse;
  box-shadow: 0 0 0 1px #000;
  border: 1px solid #000;
  border-radius: 0.1rem;
  border-style: hidden;
}
.station-container td {
  width: 4.75rem;
  height: 3.14rem;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #000;
}
.station-container td .cell-item {
  font-size: 0.4rem;
  width: 2.99rem;
  padding-bottom: 0.04rem;
  background: #f8650d;
  color: #fff;
  border-radius: 100px;
  margin: auto;
}
.station-container td .cell-title {
  font-size: 0.51rem;
}
.station-container td .cell-line {
  width: 0.61rem;
  height: 0.05rem;
  background: #f8650d;
  margin: 0.2rem auto;
}
.station-container td .cell-desc {
  font-size: 0.34rem;
}
.table-cell.active {
  background-color: #f8650d;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
}

.table-cell.active .cell-line {
  background: #ffffff;
}

.con_detail {
  width: 100%;
  padding: 0 2.4rem;
}

.sub-item {
}

.sub_head {
  width: 100%;
  text-align: center;
  margin-bottom: 0.54rem;
}

.module_box1 {
  margin-top: 1.6rem;
}

.module_box2 {
  margin-top: 0.67rem;
}

.module_box3 {
  margin-top: 0.77rem;
}

.module_box4 {
  margin-top: 0.97rem;
}

.sub_item_title {
  font-size: 0.48rem;
  color: #000;
}

.sub_item_line {
  width: 0.9rem;
  height: 0.03rem;
  margin: 0.2rem auto;
  background: #f8650d;
}

.sub_item_en {
  font-size: 0.24rem;
  color: #000000;
}

.sub_item_sub {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.21rem 0;
  border-bottom: 1px solid #f8650d;
  margin-bottom: 0.26rem;
}

.sub_module2 {
  margin-top: 0.92rem;
}

.sub_item_sub_title {
  font-size: 0.33rem;
  color: #000000;
}

.sub_item_sub_desc {
  font-size: 0.19rem;
  color: #656565;
}

.sub_item_img1 {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
  margin-bottom: 0.21rem;
}

.sub_item_desc_detail {
  display: flex;
  align-items: center;
  gap: 0.23rem;
}

.detail_item {
  width: 4.58rem;
  height: 4.43rem;
  background: #f5f5f5;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
  padding: 0.82rem 0.42rem 0;
}

.detail_item_title {
  font-size: 0.26rem;
  color: #000000;
  font-weight: bold;
}

.detail_item_line {
  width: 0.52rem;
  height: 0.03rem;
  background: #f8650d;
  margin: 0.2rem auto;
}

.detail_item_con {
  font-size: 0.24rem;
  color: #000000;
}

/* 贴心服务板块内样式 */
.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.77rem;
  gap: 0.2rem;
}

.service-text-box {
  flex: 1;
}

.service-text {
  width: 4.8rem;
  margin: 0 auto;
}

.service-item .service-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0.1rem;
}

.service-item .service-content {
  font-size: 0.24rem;
  color: #656565;
  line-height: 1.6;
}

.service-item .service-img {
  width: 7.93rem;
  object-fit: cover;
  border-radius: 0.05rem;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
}

.sub_module3 {
  margin-top: 0.98rem;
}

/* 卡片容器样式 */
.value-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* 单个卡片样式 */
.value-card {
  flex: 1;
}

.value-card .value-img {
  width: 100%;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
  margin-bottom: 0.32rem;
}

.value-con {
  width: 100%;
  padding: 0 0.32rem;
}

.value-card h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
}

.value-card p {
  font-size: 0.24rem;
  color: #656565;
  line-height: 1.5;
  margin-top: 0.1rem;
}

/* 助力就业板块整体样式 */
.employment-section {
  width: 100%;
  box-sizing: border-box;
}

/* 主图样式 */
.employment-big-img {
  width: 100%;
  margin-bottom: 0.21rem;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
}

/* 小图容器样式 */
.employment-imgs {
  display: flex;
  justify-content: space-between;
  gap: 0.23rem;
  margin-bottom: 0.25rem;
}

/* 小图样式 */
.employment-img {
  width: 4.58rem;
  object-fit: cover;
  flex: 1;
  border-top-left-radius: 0.38rem;
  border-bottom-right-radius: 0.38rem;
}

/* 描述文字样式 */
.employment-desc {
  font-size: 0.3rem;
  color: #656565;
  line-height: 1.5;
  text-align: center;
}

.env_bottom {
  width: 100%;
  position: relative;
  margin-top: 1.92rem;
}

.env_bottom img {
  width: 100%;
  object-fit: cover;
}

.env_bottom .bottom_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  z-index: 2;
  font-size: 0.38rem;
  color: #ffffff;
  width: 90%;
  text-align: center;
  transform: translate(-50%, -50%);
}
