.maintop {
  max-width: 1200px;
  margin: 24px auto;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.mainlert {
  width: 48%;
}
.mai {
  width: 50%;
}
.mainritf {
  width: 100%;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mint {
  height: 334px;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  position: relative;
}
.mint img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainhow {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 12px;
  max-width: 320px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px 12px 12px 12px;
}
.mainhow h3 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mainhow p {
  margin-top: 8px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mainul {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: space-between;
}
.mainul li {
  height: 70px;
  width: 18%;
      border: #fff solid 2px;
}
.mainul li img {
  width: 100%;
  height: 100%;
}
.mainul li:hover {
  
    border: 2px solid #4F49E5;
}


.mainritf dl {
  width: 48%;
  position: relative;
  height: 196px;
}
.mainritf dl dt {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  position: relative;
}
.mainritf dl dt img {
  width: 100%;
  height: 100%;
}
.mainritf dl dd {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px 12px 12px 12px;

  margin-right: 12px;
  padding: 12px;
}
.mainritf dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainritf dl dt span {
  position: absolute;
  top: 16px;
  left: 0;
  background: #3DA5D5;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 4px 24px;
}

.mainconter {
  background: #f7f1ee;
  position: relative;
  width: 100%;
 /*  z-index: -2;
  background: url(../image/bj.svg);
    width: 100%;
background: #FEFAFF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  padding: 24px 0;
}
.mint span{
position: absolute;
    top: 16px;
    left: 0;
    background: linear-gradient(90deg, #4f49e5 0%, #dc4ef2 100%);
    border-radius: 0px 100px 100px 0px;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding: 4px 24px;
}
.maintre,
.maindl {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 22px;
  z-index: 1;
  align-items: center;
}
.maintre {
  margin-bottom: 24px;
}
.maindl dl {
  width: 18.5%;
      position: relative;
    z-index: 2;
}
.maindl dl dt {
  height: 188px;
  overflow: hidden;
  position: relative;
  border-radius: 12px 12px 12px 12px;
}
.maindl dl dt img {
  width: 100%;
  height: 100%;
}
.maindl dl dt span {
  position: absolute;
    left: 0;
    bottom: 8px;
    padding: 4px 24px;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    background: #3DA5D5;
 
}
.maindl dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
}

.maindl dl dd h6 {
  padding: 8px 0 0 0;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.maintre span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.dian {
  width: 80%;
  display: flex;
  align-items: center;
}
.dian span {
  width: 8px;
  height: 8px;
  background: #dc4ef2;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}
.chnag {
  width: 100%;
  height: 0; /* 分隔线不需要高度，用 border 实现 */
  border-top: 4px dashed #fefa; /* 上边框为2px虚线黑色 */
  margin: 10px auto; /* 可选：上下间距、居中 */
}
.dian img {
  width: 100%;
}
.maindl {
  justify-content: space-between;
  flex-wrap: wrap;
}
.bei {
  position: absolute;
  top: 90px;
  width: 100%;
     z-index: 1;
}
.bei img{
    max-width: 400px;

}
.mafi {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.the {
  width: 38%;
}
.mainf {
  width: 62%;
}
.maihea {
  width: 100%;
}

.the dl dt {
  height: 338px;

  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
  position: relative;
}

.the dl dt img {
  width: 100%;
  height: 100%;
}
.the dl dt span {
      position: absolute;
    left: 0;
    bottom: 16px;
    background: #3DA5D5;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    padding: 4px 24px;
}

.the dl dd h6 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
}
.the dl dd span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.the dl dd p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.maihea {
  flex-wrap: wrap;
  flex-direction: row-reverse;
  display: flex;
  gap: 24px;
}

.maihea dl {
  display: flex;
  margin-left: 24px;
  flex-direction: row-reverse;
}
.maihea dl dt {
  width: 210px;
  height: 134px;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 12px 12px 12px 12px;
}
.maihea dl dt img {
  width: 100%;
  height: 100%;
}

.maihea dl dd {
  max-width: 500px;
  padding-top: 10px;
}
.maihea dl dd span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background:#de641a;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 兼容 Firefox */
  background-clip: text;
  color: transparent;
}
.maihea dl dd h6 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.maihea dl dd h5 {
  margin: 8px 0;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.maihea dl dd p {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mainsan {
  padding: 24px 0;
}
.mafea {
  padding: 24px 0;
  background: #f7f7f7;
}
.hemianth {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.hemianth dl {
  width: 32%;
  display: flex;
  align-items: center;
}
.hemianth dl dt {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;

  overflow: hidden;
}
.hemianth dl dt img {
  width: 100%;
  height: 100%;
}
.hemianth dl dd {
  margin-left: 24px;
  max-width: 220px;
}
.hemianth dl dd span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  background:#de641a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hemianth dl dd p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0;
}

.hemianth dl dd h5 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
}
.homee{
  display: none;
}
@media (max-width: 1320px) {
  .maintop,
  .mafi,
  .hemianth,
  .maintre,
  .maindl {
    width: 95%;
  }
  .hemianth {
    gap: 22px;
  }
}

@media (max-width: 1200px) {
  .mainritf {
    gap: 20px;
  }
  .maindl dl {
    width: 23%;
  }
  .hemianth {
    gap: 20px;
  }

  .hemianth dl dt {
    width: 104px;
    height: 100px;
  }

  .hemianth dl dd {
    width: 60%;
  }

  .maihea dl dd {
    width: 60%;
  }
}

@media (max-width: 1060px) {
  .mainritf dl {
    width: 47%;
  }
  .hemianth {
    gap: 16px;
  }

  .dian {
    max-width: 68%;
  }
}

@media (max-width: 870px) {
  .maindl dl dt {
    height: 150px;
  }
  .maindl dl {
    width: 32%;
  }
  .hemianth dl dd {
    margin-left: 12px;
  }

  .hemianth dl {
    width: 48%;
  }
  .mainhow {
    width: 80%;
  }
  .mint {
    height: 250px;
  }

  .mainritf dl {
    height: 160px;
  }
  .the dl dt {
    height: 250px;
  }
  .maihea {
    gap: 12px;
  }
  .maihea dl dt {
    width: 150px;
    height: 130px;
    overflow: hidden;
    margin-left: 10px;
    border-radius: 12px 12px 12px 12px;
  }

  .hemianth {
    justify-content: space-between;
  }

  .maintre,
  .maindl {
    gap: 12px;
  }

  .maihea dl {
    margin-left: 12px;
  }
  .mainritf {
    gap: 12px;
  }

  .maihea dl dd {
    width: 62%;
  }
}

@media (max-width: 760px) {
  .maintop {
    flex-direction: column;
  }
  .mainlert {
    width: 100%;
  }
  .mai {
    width: 100%;
  }
  .mainritf dl {
    width: 48%;
  }
  .mafi {
    flex-direction: column;
  }
  .the {
    width: 100%;
  }
  .mainf {
    width: 100%;
    margin-top: 12px;
  }
  .maihea dl dd {
    width: 72%;
  }

  .maihea dl {
    flex-direction: row;
  }
  .maihea dl {
    margin-left: 0px;
  }
  .maihea dl dt {
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media (max-width: 640px) {
  .maindl dl {
    width: 31%;
  }
  .maintop {
    margin: 12px auto;

    gap: 12px;
  }
  .mainhow {
    max-width: 92%;
    width: 100%;
  }
  .mainhow h3 {
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .mainhow p {
    margin-top: 4px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
  }

  .mainhow {
    left: 12px;
    bottom: 12px;
    padding: 8px;
  }

  .mainul li {
    height: 42px;
  }

  .mainritf dl dt span {
    top: 12px;

    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }

  .mainritf dl dt {
    height: 112px;
  }

  .mainritf dl dd {
    position: none;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin-right: 0px;
    padding: 4px 0;
  }

  .mainconter {
    padding: 12px 0;
  }
  .maintre span {
    font-size: 16px;
    line-height: 20px;
  }
  .dian {
    max-width: 58%;
  }

  .maindl dl {
    width: 48%;
  }

  .maindl dl dt {
    height: 112px;
    border-radius: 12px 12px 12px 12px;
  }

  .maindl dl dt span {
  
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px;
  }

  .maindl dl dd p {
    font-size: 14px;
    margin-top: 4px;
    line-height: 18px;
  }

  .maindl dl dd h6 {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 0 0 0;
  }

  .mainsan {
    padding: 12px 0;
  }

  .maintre {
    margin-bottom: 12px;
  }
  .the dl dd h6 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 18px;
  }
  .the dl dd span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    padding: 4px 0;
  }
  .the dl dd p {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
  }
  .maihea dl dt {
    width: 150px;
    height: 100px;
    border-radius: 8px 8px 8px 8px;
    margin-left: 8px;
  }

  .maihea dl dd p {
    display: none;
  }
  .maihea dl dd h6 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .maihea dl dd h5 {
    margin: 4px 0;
    font-size: 12px;
    line-height: 16px;
  }

  .maihea dl dd span {
    font-size: 12px;
    line-height: 16px;
  }
  .mafea {
    padding: 12px 0;
  }
  .hemianth dl {
    width: 100%;
  }
  .hemianth dl dt {
    width: 124px;
    height: 124px;
  }
  .hemianth dl dd span {
    font-size: 12px;
    line-height: 16px;
  }
  .hemianth dl dd p {
    font-size: 14px;
    line-height: 18px;
    margin: 4px 0;
  }

  .hemianth dl dd h5 {
    font-size: 12px;
    line-height: 16px;
  }
}
