
.dao2 {
  margin: 20px auto; /* 居中显示 */
  padding: 7px;
  padding-left: 30px;
  display: flex;
  width: 100%;
  max-width: 1280px; /* 限制最大宽度以匹配主容器 */
  height: 50px;
  box-shadow: 0px 4px 10px 6px #0000000D;
  border-radius: 10px;
  align-items: center;
  background-color: #fff;
  /* background-color: pink; */
}

.dao2 span:nth-child(1) {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  color: #000000;
  line-height: 100%;
  letter-spacing: 0%;

}

.dao2 span:nth-child(2) {
  margin: 0 25px;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  color: #306BEA;
  line-height: 100%;
  letter-spacing: 0%;

}

.dao2 input {
  margin-right: 5px;
  display: block;
  width: 54px;
  height: 29px;
  border: 1px solid #90A3BF;
  background-color: #FFFFFF;
  border-radius: 4px;
  border-width: 1px;
  font-size: 12px;
  color: #596780;

}

.dao2-span3 {
  margin: 0 4px 0 2px;
  text-align: center;

  color: #596780;
}

/* ---------------------------------主体---------------------------------- */
.index-ft {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 0px 40px 0px;
}

@media (min-width: 576px) {
  .index-ft {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .index-ft {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dange {
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.dange:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.dange a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ji-jiang-kaishi {
  position: relative;
}

.ji-jiang-kaishi img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  /* border-radius: 10px; */
  display: block;
}

.green-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 32px;
  background-color: #306BEA;
  border-radius: 12px 0 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.er {
  background-color: #C71622;
}

.green-box span {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  /* text-align: center; */
  margin-left: 12px;
  align-items: center;

}
.pai-wei .address {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #727272;
  margin-bottom: 4px;
}
.pai-wei .address img {
  width: 13px;
  height: auto;
}

.ziti-wei h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 6px 0;
  color: #222;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap:7px;
}


.ziti-wei p {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 8px 0;
  color: #666;
}

.ziti-wei p i {
  font-style: normal;
  display: inline;
  font-size: 18px;
  font-weight: 600;
  margin-left: 6px;
  /*color: #00d4aa;*/
  color:#306BEA;
}

.p2 p i {
  color: red;
  font-size: 20px;
}

.pai-wei {
  padding: 15px;
}

.pizhu {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 12px 0;
  color: #999;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.weiguan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #999;
}

.weiguan img {
  width: 13px;
  height: 13px;

}

.weiguan span {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #306bea;
  display: flex;
  align-items: center;
  gap:4px;
}

.shoucang span {
  color: #b3b3b3;
}



/* 移动端隐藏导航栏 */
@media (max-width: 768px) {

  .dao2 {
    display: none;
  }

  .index-ft .dange:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 1280px){
  .index-ft{
    padding: 0 20px 40px 20px;
  }
  .daohang-lan{
   width:calc(100% - 40px);
    margin: 20px auto;

  }
  .dao2{
    width:calc(100% - 40px);
  }
}