.hlmk_headercontent {
  height: 1rem;
}
#hlmk_header {
  height: 1rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  width: 100%;
  max-width: 19.2rem;
  background-color: #ffffff;
}
#hlmk_header .hlmk_header_inner {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#hlmk_header .hlmk_header_inner .hlmk_nav {
  position: relative;
  top: 0.25rem;
  display: flex;
  height: 100%;
  align-items: center;
  width: 10.35rem;
  height: 1rem;
  background: #bbed20;
  border-radius: 0.5rem;
}
#hlmk_header .hlmk_header_inner .hlmk_nav .hlmk_logo {
  display: flex;
  width: 2.28rem;
  height: 0.43rem;
  font-size: 0rem;
  margin-left: 0.53rem;
}
#hlmk_header .hlmk_header_inner .hlmk_nav .hlmk_logo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul {
  display: flex;
  margin-top: auto;
  margin-bottom: 0.34rem;
  gap: 0.21rem;
  margin-left: 1rem;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li {
  display: flex;
  box-sizing: content-box;
  white-space: nowrap;
  padding: 0.18rem 0.061rem;
  position: relative;
  justify-content: center;
  align-items: center;
  line-height: 0.27rem;
  height: 0.27rem;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: bold;
  color: #221815;
  border-bottom: 0.03rem solid #131210;
  border-color: #bbed20;
  transition: border-color 0.25s ease;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li > a {
  transition: color 0.25s ease;
  letter-spacing: 0.01rem;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li.active {
  border-color: #000000;
}
#hlmk_header .hlmk_header_inner .hlmk_nav > ul > li:hover {
  border-color: #000000;
}
#hlmk_header .hlmk_header_inner .hra_right {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 0.97rem;
  justify-content: center;
}
#hlmk_header .hlmk_header_inner .hra_right > .txt1top {
  color: #000000;
  display: flex;
  align-items: center;
  font-family: "DelaGothicOne-Regular";
  font-weight: 400;
  font-size: 0.24rem;
}
#hlmk_header .hlmk_header_inner .hra_right > .txt1top > img {
  width: 0.27rem !important;
  height: 0.27rem;
  width: 220px;
  margin-right: 0.02rem;
  color: #221815;
}
#hlmk_header .hlmk_header_inner .hra_right > .txt {
  padding-left: 0.26rem;
  letter-spacing: 0.09rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #221815;
}
#hlmk_footer {
  background: #eeeeee;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
}
#hlmk_footer .hlmk_footer_inner {
  max-width: 19.2rem;
  width: 11.62rem;
  height: 3.65rem;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hlmk_footer .hlmk_footer_inner > .b {
  width: 12rem;
  height: 0.01rem;
  transform: translateY(-0.16rem);
  background: #626262;
}
#hlmk_footer .hlmk_footer_inner > .t {
  display: flex;
}
#hlmk_footer .hlmk_footer_inner > .t > .left {
  display: flex;
  align-items: start;
  flex-direction: column;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .text1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #221815;
  line-height: 0.28rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .text2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #898989;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom {
  display: flex;
  margin-top: 0.69rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topl > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0rem 0.72rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topl > ul > li {
  display: flex;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topl > ul > li a {
  display: flex;
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 0.18rem;
  color: #221815;
  line-height: 0.39rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topr {
  transform: translateY(-0.38rem);
  display: flex;
  margin-left: 0.72rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topr .topr_img {
  width: 1.45rem;
  height: 1.45rem;
  display: flex;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topr .topr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hlmk_footer .hlmk_footer_inner > .t > .left .bottom .topr .topr_txt {
  display: flex;
  margin-top: 0.12rem;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.12rem;
  color: #221815;
}
#hlmk_footer .hlmk_footer_inner > .t > .right {
  display: flex;
  flex-direction: column;
  width: 3.37rem;
  align-items: center;
  height: 100%;
  margin-left: 2.8rem;
  margin-top: 0.38rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .right .box1 {
  width: 3.37rem;
  height: 1.26rem;
  display: flex;
  margin-bottom: 0.3rem;
}
#hlmk_footer .hlmk_footer_inner > .t > .right .box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hlmk_footer .hlmk_footer_inner > .t > .right .box2 {
  width: 3.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.47rem;
  background: #bbed20;
  font-family: "DelaGothicOne-Regular";
  font-weight: 400;
  font-size: 0.27rem;
  color: #221815;
  flex-wrap: nowrap;
}
#hlmk_footer .hlmk_footer_inner > .t > .right .box2 > img {
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  margin-right: 0.1rem;
  border-radius: 0.01rem;
}
#hlmk_footer .hlmk_footerfixdiv_zw {
  height: 1.8rem;
}
#hlmk_footer .hlmk_footerfixdiv {
  height: 1.8rem;
  width: 100%;
  background: #101010;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  box-shadow: 0.02rem 0.02rem 0.24rem rgba(15, 5, 11, 0.3);
}
#hlmk_footer .hlmk_footerfixdiv .hlmk_footerfixdivtxt {
  display: flex;
  transform: translateY(0.2rem);
  font-size: 0;
  line-height: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #595757;
}
#hlmk_footer .hlmk_footerfixdiv .hlmk_footerfixdivtxt a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #595757;
}
#hlmk_footer .hlmk_footerfixdiv .hlmk_footerfixdivtxt .l {
  margin-right: 1.52rem;
}
#hlmk_footer .hlmk_footerfixdiv .divfixdiv {
  line-height: 0;
  font-size: 0;
  width: 12rem;
  height: 0.8rem;
  background: #ffffff;
  box-shadow: -0.15rem 0.16rem 0.4rem 0 rgba(15, 5, 11, 0.3);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
  gap: 0.19rem;
}
#hlmk_footer .hlmk_footerfixdiv .inputbox {
  width: 2.3rem;
  height: 0.5rem;
  background: #101010;
  border-radius: 0.25rem;
  box-sizing: border-box;
  border: 0.01rem solid #131210;
  font-family: Microsoft YaHei;
  font-weight: 400rem;
  font-size: 0.16rem;
  color: #9fa0a0;
}
#hlmk_footer .hlmk_footerfixdiv .inputbox > input {
  font-weight: bold;
  font-size: 0.14rem;
  width: 100%;
  height: 100%;
  border: none;
  color: #595757;
  background: none;
  text-align: center;
  box-sizing: border-box;
}
#hlmk_footer .hlmk_footerfixdiv .inputbox:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bbed20;
  cursor: pointer;
  border: none;
  -webkit-user-select: none;
  /*webkit浏览器*/
  -moz-user-select: none;
  /*火狐*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #101010;
}
#goTopBtn {
  display: none;
  position: fixed;
  bottom: 1.46rem;
  right: 0.54rem;
  z-index: 999999;
}
#goTopBtn .goTopBtn_icon {
  width: 0.74rem;
  background: url(/static/api/pc/images/goTopBtn_icon.png);
  height: 0.74rem;
  background-size: 100% 100%;
  display: block;
  cursor: pointer;
}
