#hlmk_main {
  width: 100vw;
  max-width: 19.2rem;
  margin: 0 auto;
  display: flex;
  box-sizing: border-box;
  padding: 0 0.001px;
  flex-direction: column;
}
#hlmk_main .box1item {
  width: 100%;
  height: auto;
  display: flex;
}
#hlmk_main .box2item {
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hlmk_main .box2item .header {
  display: flex;
  align-items: center;
  margin-bottom: 0.42rem;
  width: 100%;
}
#hlmk_main .box2item .header h2 {
  font-family: "Source Han Sans CN";
  color: #000000;
  font-weight: bold;
}
#hlmk_main .box2item .header h2:nth-child(1) {
  font-size: 0.4rem;
  margin-right: 0.2rem;
}
#hlmk_main .box2item .header h2:nth-child(2) {
  text-transform: uppercase;
  font-size: 0.19rem;
  line-height: 0.24rem;
}
#hlmk_main .box2item .main {
  width: 12.548rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 0.21rem;
}
#hlmk_main .box2item .main .item {
  width: 4.04rem;
}
#hlmk_main .box2item .main .item .img {
  width: 100%;
  height: 2.29rem;
  display: flex;
  flex-direction: column;
}
#hlmk_main .box2item .main .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hlmk_main .box2item .main .item .b {
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #11735e;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
#hlmk_main .box2item .footerabcdefg {
  display: flex;
  justify-content: center;
  margin-top: 0.36rem;
}
#hlmk_main .box2item .footerabcdefg .main {
  display: flex;
  justify-content: center;
  gap: 0.12rem;
}
#hlmk_main .box2item .footerabcdefg .main .item {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  background-color: #dedede;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  width: 0.7rem;
  height: 0.33rem;
}
#hlmk_main .box2item .footerabcdefg .main .item.active {
  background-color: #11735e;
  color: #ffffff;
}
