#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 .headerh1 {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 0.48rem;
  line-height: 0.56rem;
  color: #bbed20;
  letter-spacing: 0.02rem;
  -webkit-text-stroke-width: 0.02rem;
}
#hlmk_main .box2item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#hlmk_main .box2item .text {
  position: absolute;
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 1.33rem;
  top: 1.15rem;
  -webkit-text-stroke-width: 0.06rem;
  left: 4.07rem;
  text-transform: uppercase;
  color: #ffffff;
}
#hlmk_main .box2item .text2 {
  position: absolute;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 0.58rem;
  left: 3.93rem;
  top: 3.02rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  line-height: 0.7rem;
  color: #ffffff;
}
#hlmk_main .box2item .header {
  width: 19.2rem;
  display: flex;
  width: 100%;
}
#hlmk_main .box2item .header .imgtxt {
  width: 100%;
  display: flex;
}
#hlmk_main .box2item .header .imgtxt img {
  width: 100%;
}
#hlmk_main .box3item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hlmk_main .box3item .headerh1 {
  margin-top: 0.75rem;
  margin-bottom: 0.64rem;
}
#hlmk_main .box3item .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#hlmk_main .box3item .main .t {
  display: flex;
  margin-bottom: 0.22rem;
}
#hlmk_main .box3item .main .t img {
  width: 12.3rem;
  height: 5.86rem;
}
#hlmk_main .box3item .main .b {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.12rem;
}
#hlmk_main .box3item .main .b .l {
  display: flex;
  flex-direction: column;
}
#hlmk_main .box3item .main .b .l img:nth-child(1) {
  width: 3.96rem;
  height: 2.68rem;
  margin-bottom: 0.14rem;
}
#hlmk_main .box3item .main .b .l img:nth-child(2) {
  width: 3.96rem;
  height: 2.68rem;
}
#hlmk_main .box3item .main .b .r {
  margin-left: 0.18rem;
  display: flex;
}
#hlmk_main .box3item .main .b .r img {
  width: 8.19rem;
  height: 5.5rem;
}
#hlmk_main .box5item {
  display: flex;
  flex-direction: column;
  position: relative;
}
#hlmk_main .box5item .swiper_box {
  width: 13.28rem;
  height: 2.41rem;
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 0.65rem;
  margin-bottom: 1.23rem;
}
#hlmk_main .box5item .swiper_box .swiper-button-prev,
#hlmk_main .box5item .swiper_box .swiper-button-next {
  top: 50%;
  width: 0.52rem;
  height: 0.52rem;
  font-size: 0.4rem;
  font-weight: 800;
  background: #bbed20;
  border-radius: 50%;
  color: #fff;
}
#hlmk_main .box5item .swiper_box .swiper-button-prev::after,
#hlmk_main .box5item .swiper_box .swiper-button-next::after {
  content: none;
}
#hlmk_main .box5item .swiper_box .swiper-button-prev {
  left: -0.88rem;
}
#hlmk_main .box5item .swiper_box .swiper-button-next {
  right: -0.88rem;
}
#hlmk_main .box5item .swiper_box .swiper .swiper-pagination-bullet {
  width: 0.154rem;
  height: 0.154rem;
  margin: 0 9px;
}
#hlmk_main .box5item .swiper_box .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
#hlmk_main .box5item .swiper_box .swiper .swiper-wrapper {
  width: 100%;
}
#hlmk_main .box5item .swiper_box .swiper .swiper-wrapper .swiper-slide {
  width: 3.27rem;
  height: 2.41rem;
  display: flex;
  background-color: #ffffff;
  padding: 0 0.04rem;
  box-sizing: border-box;
}
#hlmk_main .box5item .swiper_box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
