:root {
  --color-primary: #007aff;
  --color-success: #4cd964;
  --color-warning: #ffce00;
  --color-error: #ff3b30;
  --color-r: #e60012;
}
.flexBox {
  display: flex;
}
.w_100 {
  width: 100%;
}
body {
  font-family: Resource Han Rounded CN;
}
.hlmk_banner {
  width: 15rem;
  height: 11rem;
  position: relative;
}
.hlmk_banner > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.hlmk_banner > img:nth-child(2) {
  position: absolute;
  width: 6.22rem;
  height: 2.5rem;
  top: auto;
  left: auto;
  right: 0.74rem;
  bottom: 0.92rem;
}
.hlmk_banner .title_txt_right {
  width: 7.5rem;
  height: 2.78rem;
  position: absolute;
  bottom: 1.5rem;
  right: 0rem;
  border-radius: 0.2rem 0 0 0.2rem;
  background-color: #e60012;
}
.hlmk_banner .title_txt_right .title_txt {
  font-family: Resource Han Rounded CN;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.64rem;
  margin-left: 0.62rem;
  margin-top: 0.22rem;
}
.hlmk_banner .title_txt_right .title_txt_en {
  margin-left: 0.64rem;
  margin-top: 0.1rem;
  font-family: Resource Han Rounded CN;
  font-weight: bold;
  font-size: 0.56rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.hlmk_banner .title_txt_left {
  width: 7.5rem;
  height: 2.78rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0rem;
  border-radius: 0 0.2rem 0.2rem 0;
  background-color: #e60012;
}
.hlmk_banner .title_txt_left .title_txt {
  text-align: end;
  font-family: Resource Han Rounded CN;
  font-weight: bold;
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.64rem;
  margin-right: 0.62rem;
  margin-top: 0.22rem;
}
.hlmk_banner .title_txt_left .title_txt_en {
  text-align: end;
  margin-right: 0.64rem;
  margin-top: 0.1rem;
  font-family: Resource Han Rounded CN;
  font-weight: bold;
  font-size: 0.56rem;
  color: #ffffff;
  line-height: 0.6rem;
  text-transform: uppercase;
}
#hlmk_header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  display: flex;
  align-items: center;
  height: 1.96rem;
  background-color: #0f9b5d;
  box-sizing: border-box;
}
#hlmk_header .left {
  width: 4.16rem;
  height: 1rem;
  margin-left: 0.76rem;
  margin-right: auto;
  display: flex;
}
#hlmk_header .right {
  margin-right: 0.9rem;
}
#hlmk_header .right > .mulu {
  display: flex;
  align-items: center;
}
#hlmk_header .right > .mulu > div:nth-child(1) {
  display: flex;
  align-items: center;
  width: 1.58rem;
  height: 0.98rem;
}
.hlmk_header_top_con {
  height: 1.96rem;
  background-color: #0f9b5d;
}
.showboxtopmulu {
  height: 100vh !important;
}
#topmulubox {
  transition: height 0.2s ease-in-out;
  position: fixed;
  width: 100vw;
  overflow: hidden;
  height: 0vh;
  top: 0;
  left: 0;
  background: #f3fff5;
  z-index: 99999999999;
  display: flex;
  flex-direction: column;
}
#topmulubox > .header {
  display: flex;
  width: 100%;
  height: 3.58rem;
  position: relative;
}
#topmulubox > .header .bgtopmuluimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#topmulubox > .header .muluimgl {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 1.52rem;
  width: 5.2rem;
  height: 3.04rem;
}
#topmulubox > .header .muluimgr {
  z-index: 2;
  position: absolute;
  top: 0.7rem;
  width: 3.68rem;
  height: 1.5rem;
  right: 0.8rem;
  background-color: #fff;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0f9b5d;
}
#topmulubox > .main {
  display: flex;
  margin-top: 0.72rem;
  box-sizing: border-box;
}
#topmulubox > .main > ul {
  width: 100%;
}
#topmulubox > .main > ul li {
  width: 100%;
  display: flex;
  margin-bottom: 0.4rem;
  flex-direction: column;
}
#topmulubox > .main > ul li a {
  margin: 0 auto;
  width: 10.64rem;
  height: 2.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-sizing: border-box;
  letter-spacing: 0.08rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2rem;
  background-color: #0f9b5d;
}
#topmulubox > .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.96rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topmulubox > .footer img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15rem;
  height: 3.96rem;
}
.next_page {
  margin-bottom: 0.78rem;
  margin-top: 1.46rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next_page a {
  width: 4.28rem;
  height: 2rem;
  display: flex;
}
.next_page a:nth-child(1) {
  margin-right: 0.3rem;
}
#page_turning {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 6.12rem;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2.06rem;
  background-color: #fff;
}
#page_turning a {
  display: flex;
  width: 3.92rem;
  height: 1.06rem;
}
#page_turning a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hlmk_footer {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}
#hlmk_footer .footer_div1 {
  display: flex;
  width: 100%;
  background-color: #0f9b5d;
  height: 5.42rem;
  justify-content: center;
  align-items: end;
  box-sizing: border-box;
  padding-bottom: 0.56rem;
}
#hlmk_footer .footer_div1 .l_footer {
  margin-right: 0.46rem;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
  font-size: 0.62rem;
}
#hlmk_footer .footer_div1 .l_footer span {
  line-height: 0.7rem;
  font-size: 0.7rem;
}
#hlmk_footer .footer_div1 .l_footer .txt {
  width: 2.56rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 0.46rem;
  transform: translateY(0.3rem) translateX(0.2rem);
}
#hlmk_footer .footer_div1 .l_footer .txt2 {
  width: 7.62rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.5rem;
  height: 1.54rem;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 800;
  font-size: 0.96rem;
  color: #0f9b5d;
  text-align: left;
  font-style: normal;
}
#hlmk_footer .footer_div1 .r_footer {
  width: 5.28rem;
  display: flex;
  height: 3.1rem;
}
#hlmk_footer .footer_div1 .r_footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hlmk_footer .footer_div2 {
  width: 100%;
  height: 2.2rem;
  display: flex;
}
#hlmk_footer .footer_div2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
