.mach-homechoose .list .text .sec1{
  margin-top: 40px;
  font-weight: 600;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}

.btn{
  background: #FE006C;
    text-align: left;
    padding: 0;
    /* width: 80%; */
    margin-bottom: 30px;
}

.sec{
  position: absolute;
  bottom: 0;
  font-weight: 600;
  color: var(--title-text-color, #000);
  font-family: var(--title-font-family);
}















:root {
  --mach-homechoose-padding-top: 90px;
  --mach-homechoose-top-title-size: 97px;
  --mach-homechoose-top-title-leading: 86px;
  --mach-homechoose-sub-title-size: 50px;
  --mach-homechoose-sub-text-size: 16px;
  --mach-homechoose-list-title-size: 20px;
  --mach-homechoose-list-title-bottom: 40px;
  --mach-homechoose-list-title-left: 40px;
}

.mach-homechoose {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: var(--mach-homechoose-padding-top);
}
.mach-homechoose .top-title {
  height: 70px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
.mach-homechoose .top-title h2 {
  font-size: var(--mach-homechoose-top-title-size);
  line-height: var(--mach-homechoose-top-title-leading);
  color: #f5f5f5;
}

.mach-homechoose .sub-title h2 {
  margin-bottom: 20px;
  text-align: center;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--mach-homechoose-sub-title-size);
  line-height: normal;
  font-weight: normal;
}

.mach-homechoose .sub-title p {
  margin: 0 auto;
  width: 92.78%;
  margin-bottom: 64px;
  text-align: center;
  font-size: var(--mach-homechoose-sub-text-size);
  line-height: 1.9;
}

.mach-homechoose .list {
  width: 100%;
}

.mach-homechoose .list .content {
  padding: 0;
}

.mach-homechoose .list img {
  width: 100%;
  /* aspect-ratio: 480/648; */
  object-fit: cover;
}

/* .mach-homechoose .list .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.625em;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 47.36%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
} */

.mach-homechoose .list .content:hover .overlay {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #5f053361 47.36%);
}

/* .mach-homechoose .list .text {
  position: absolute;
  left: var(--mach-homechoose-list-title-left);
  bottom: var(--mach-homechoose-list-title-bottom);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
} */

.mach-homechoose .list .text {
    position: absolute;
    left: var(--mach-homechoose-list-title-left);
    /* bottom: var(--mach-homechoose-list-title-bottom); */
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    height: 100%;
    top: 0;
}

.mach-homechoose .list .text a {
  color: #fff;
  text-decoration: none;
  font-size: var(--mach-homechoose-list-title-size);
}
.mach-homechoose .list .text .sec1 a:hover {
  text-decoration: none;
}
.mach-homechoose .list .text p {
  /* display: none; */

  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 1500px) {
  :root {
    --mach-homechoose-padding-top: 80px;
    --mach-homechoose-top-title-size: 92px;
    --mach-homechoose-sub-title-size: 46px;
    --mach-homechoose-sub-text-size: 15px;
    --mach-homechoose-list-title-left: 30px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --mach-homechoose-padding-top: 70px;
    --mach-homechoose-top-title-size: 86px;
    --mach-homechoose-sub-title-size: 42px;
    --mach-homechoose-sub-text-size: 15px;
    --mach-homechoose-list-title-left: 20px;
    --mach-homechoose-list-title-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-homechoose-padding-top: 60px;
    --mach-homechoose-top-title-size: 75px;
  }
  .mach-homechoose .list img {
    /* aspect-ratio: 0.9; */
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-homechoose-padding-top: 50px;
    --mach-homechoose-top-title-size: 70px;
    --mach-homechoose-top-title-leading: 110px;
    --mach-homechoose-sub-title-size: 32px;
    --mach-homechoose-list-title-size: 16px;
    --mach-homechoose-list-title-bottom: 30px;
  }
  .mach-homechoose .list .text li p {
    font-size: 14px;
  }
  .mach-homechoose .sub-title p{
    margin-bottom: 30px;
  }
  .mach-homechoose .list img {
    /* aspect-ratio: 0.9; */
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-homechoose-padding-top: 44px;
    --mach-homechoose-top-title-size: 50px;
    --mach-homechoose-sub-title-size: 30px;
    --mach-homechoose-sub-text-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --mach-homechoose-padding-top: 44px;
    --mach-homechoose-top-title-size: 40px;
    --mach-homechoose-sub-title-size: 24px;
    --mach-homechoose-sub-text-size: 14px;
  }
  .mach-homechoose .list img {
    /* aspect-ratio: 1.4; */
  }
}



/* .slick-initialized .slick-slide {
    display: flex;
} */


