.HK-first-box-bottom{
  width:100%;
  background-image: linear-gradient(0deg, #f0dfc9 0%, #fff0de 100%);
  display:flex;
  padding-top:10px;
  padding-bottom:13px;
  border:1px solid #ffffff;
}
.HK-first-box-bottom-unit{
  padding-top:14px;
  padding-bottom:6px;
  flex:1;
  border-left:solid 1px #dcc099;
}
.HK-first-box-bottom-unit:first-of-type{
  border-left:0;
}
.HK-first-box-bottom-unit-top{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  height:51px;
}
.HK-first-box-bottom-unit-top-img-box{
  flex:none;
}
.HK-first-box-bottom-unit-top-img{
  width:90px;
}
.HK-first-box-bottom-unit-top-right{
  font-size: 18px;
  margin-left:23px;
}
.HK-first-box-bottom-unit-top-right-count{
  color:#a330bb;
}
.HK-first-box-bottom-unit-bottom{
  margin-top:20px;
  width:87%;
  margin-left:auto;
  margin-right:auto;
}
.HK-first-box-bottom-unit-bottom-unit{
  font-size: 18px;
  line-height: 22px;
  height:20px;
  margin-top:10px;
  transition:0.5s;
}
.HK-first-box-bottom-unit-bottom-unit:hover{
  color:#e20413;
}
.HK-first-box-bottom-unit-bottom-unit:first-of-type{
  margin-top:0;
}
@media (max-width:1400px){
  .HK-first-box-bottom{
    padding-top:1vw;
    padding-bottom:1vw;
  }
  .HK-first-box-bottom-unit{
    padding-top:1vw;
    padding-bottom:0.5vw;
  }
  .HK-first-box-bottom-unit-top{
    height:4vw;
  }
  .HK-first-box-bottom-unit-top-img{
    width:7vw;
  }
  .HK-first-box-bottom-unit-top-right{
    font-size:1.4vw;
    margin-left:1vw;
  }
  .HK-first-box-bottom-unit-bottom{
    margin-top:1vw;
    /*width:19vw;*/
  }
  .HK-first-box-bottom-unit-bottom-unit{
    font-size: 1.4vw;
    line-height: 1.6vw;
    height: 1.5vw;
  }
}
@media (max-width:1099px){
  .HK-first-box-bottom-unit-top-right{
    font-size:1.8vw;
  }
  .HK-first-box-bottom-unit-bottom-unit{
    font-size:1.8vw;
    line-height: 2vw;
    height: 1.9vw;
  }
  .HK-first-box-bottom-unit-top-img{
    width:10vw;
  }
  .HK-first-box-bottom-unit-bottom{
    /*width: 25vw;*/
  }
}
@media (max-width:767px){
  .HK-first-box-bottom{
    display:block;
  }
  .HK-first-box-bottom-unit{
    border-top:	solid 1px #dcc099;
    border-left:0;
  }
  .HK-first-box-bottom-unit:first-of-type{
    border-top:0;
  }
  .HK-first-box-bottom-unit-top-img{
    width:21.07vw;
  }
  .HK-first-box-bottom-unit-top-right{
    font-size:3.73vw;
    margin-left:3.47vw;
  }
  .HK-first-box-bottom{
    padding-top: 0;
    padding-bottom: 0;
  }
  .HK-first-box-bottom-unit-top{
    height:7.47vw;
  }
  .HK-first-box-bottom-unit{
    padding-bottom:6vw;
    padding-top:5vw;
  }
  .HK-first-box-bottom-unit-bottom{
    /*width:59vw;*/
    margin-top:3vw;
  }
  .HK-first-box-bottom-unit-bottom-unit{
    font-size: 4.27vw;
    line-height: 5.33vw;
    height: 5vw;
    margin-top: 3vw;
  }
}
