/** Shopify CDN: Minification failed

Line 317:1 Expected "}" to go with "{"

**/
@charset "UTF-8";
.home-times {
  padding: 127px 0 89px;
  background: #fff;
  /* 黑色背景 */
  font-family: Proxima Nova;
  color: #fff;
  /* 全局文字白色 */
  position: relative;
}

.ht-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.ht-main-title {
  font-size: 44px;
    line-height: 1em;
    margin: 0;
    font-weight: 700;
  color: #000000;
font-family: ProximaNova-Bold;
}

.ht-sub-title {
 font-size: 22px;
    color: #383a39;
    margin: 12px 0 30px;
    line-height: 1em;
    font-family: ProximaNova-Semibold;    letter-spacing: 0;
}

.ht-desc {
    max-width: 720px;
    text-align: left;
    margin-bottom: 68px;
    line-height: 1.3em;
    font-family: ProximaNova-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #383a39;
    letter-spacing: 0;
}

/* 外层 block flex */
.ht-blocks {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.ht-card {
 display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #383a39;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    transition: box-shadow .3s 
ease, transform .2s 
ease;
    height: 100px;
    width: calc(20% - 12px);
}

.ht-card:hover {
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.ht-card-img {
  flex-shrink: 0;
  max-width: 35px;
  width: auto;
  height: auto;font-size:0;
}

.ht-card-img img {
  max-width: 100%;
  height: auto;
}

/* 中间文字部分 */
.ht-card-text {
  flex: 1;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ht-card-title {
  font-family: ProximaNova-Semibold;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;    line-height: 1em;
}

.ht-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 4px 0 8px;
    opacity: 0.78;
}
.ht-card-title-bottom {
  font-family: ProximaNova-Regular;
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1em;
}

/* 右侧箭头 */
.ht-card-arrow {
  font-size: 18px;
  color: #A61B69;
  flex-shrink: 0;
  margin-top: 2px;
}

.divider_out1 {
  width: 80%;
  position: absolute;
  bottom: -60px;
  right: 0;
  display: block !important;
}

.divider1 {
  position: relative;
  width: 100%;
  height: 2px;
  display: none !important;
  background: repeating-linear-gradient(to right, #ccc 0, #ccc 4px, transparent 4px, transparent 8px);
}

.divider1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  width: 120px;
  /* 中间实线长度 */
  height: 3px;
  background: #ff4081;
  /* 实线颜色 */
}
@media (max-width: 1600px){
  .ht-card-title {font-size: 14px;}
  .ht-card-title-bottom {font-size: 11px;}
}


@media (max-width: 1200px) {
  .home-times {
    padding: 80px 0;
    position: relative;
  }
  .ht-container {
    max-width: 793.75px;
    /* 1270px */
    margin: 0 auto;
    position: relative;
  }
  .ht-main-title {
    font-size: 34px;
    /* 44px */
    margin: 0 0 5px;
    /* 8px */
  }
  .ht-sub-title {
    font-size: 18px;
    /* 28px */
    margin: 0 0 7.5px;
    /* 12px */
  }
  .ht-desc {
    margin-bottom: 25px;
    /* 40px */
    font-size: 14px;
    /* 20px */
  }
  .ht-blocks {
   justify-content: center;
  }
      .ht-card {
        flex-wrap: wrap;width: calc(33% - 12px);
    }
  .ht-card:hover {
    box-shadow: 0 2.5px 7.5px rgba(255, 255, 255, 0.1);
    /* 0 4px 12px */
    transform: translateY(-1.25px);
    /* -2px */
  }
/*  
  .ht-card-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        font-size: 0;
    }
    
  .ht-card-img img {
           width: 30px;
        margin-top: 0px;
        margin-bottom: 5px;
  }
    .ht-card-text {
        padding: 0 7px 0 0;
    }
  .ht-card-title {
        font-size: 12px;
    }
     .ht-card-title-bottom {
        font-size: 10px;
    } */
  .ht-card-arrow {
    font-size: 11.25px;
    /* 18px */
    margin-top: 1.25px;
    /* 2px */
  }
  .divider_out1 {
    bottom: -37.5px;
    /* -60px */
  }
  .divider1 {
    height: 1.25px;
    /* 2px */
    background: repeating-linear-gradient(to right, #ccc 0, #ccc 2.5px, transparent 2.5px, transparent 5px);
  }
  .divider1::before {
    width: 80px;
    /* 80px */
    height: 1.25px;
    /* 2px */
  }
}
@media (max-width: 1024px) {
  .ht-main-title{font-size:30px;} 
  .ht-desc {
    font-size: 12px;
  }
   .ht-sub-title {
    font-size: 16px;
}
@media (max-width: 768px) {
     .home-times {
        padding: 50px 0;
    }
  .ht-main-title {
    font-size: 24px;
  }
     .ht-card-title {
        font-size: 12px;
    }
  .ht-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
 .ht-blocks {
        display: flex;
        gap: 12px;
    flex-wrap: wrap;
    max-width:100%;
    margin: 0 auto;
  }
      .ht-card {
        flex-wrap: nowrap;
        width: calc(33% - 8px);
    } 
    .ht-card:nth-child(n + 4) {
        width: calc(50% - 6px);
    }
  .ht-card-title {
    font-size: 14px;
  }
  .ht-card-title-bottom {
    font-size: 10px;
  }
  .ht-card-img {
    width: 25px;
    height: 25px;
  }
  .divider_out1 {
    bottom: -20px;
  }
}

@media (max-width: 630px) {
 .ht-card {
        flex-wrap: nowrap;height: 70px;
        width: calc(50% - 6px);
    } 
    .ht-card:nth-child(5) {
        width:100%;
    }
}

@media (max-width: 480px) {
    .ht-card {
        width: 100% !important;
        height: 70px;
    }
}