*{margin: 0;padding: 0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent;}
input,
textarea,
button {
  border: none;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
a{text-decoration: none;}
textarea{resize:none;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
html,body{
    max-width: 480px;
}
@font-face {
    font-family: Regular;
    src: url(../font/AlibabaPuHuiTi-3-55-Regular.woff2);
}
@font-face {
    font-family: Medium;
    src: url(../font/AlibabaPuHuiTi-3-65-Medium.woff2);
}
body * {
    box-sizing: border-box;
    flex-shrink: 0;
  }
  body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
      Arial, PingFang SC-Light, Microsoft YaHei;
  }
  input {
    background-color: transparent;
    border: 0;
  }
  button {
    margin: 0;
    padding: 0;
    /* border: 1px solid transparent; */
    outline: none;
    background-color: transparent;
  }
  .h_span{
    position: absolute;
    left: calc(50% - 72px) !important;
    top: 9px;
    background: #fff;
    z-index: 1;
    width: 150px !important;    
  }
  .h_line{
    position: relative;
    z-index: 3;
  }
  .h_border{
    border: 2px solid #F29700;
    box-sizing: content-box;
    border-radius: 6px;
  }
  button:active {
    opacity: 0.6;
  }
  .flex-col {
    display: flex;
    flex-direction: column;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .justify-center {
    display: flex;
    justify-content: center;
  }
  
  .justify-end {
    display: flex;
    justify-content: flex-end;
  }
  .justify-evenly {
    display: flex;
    justify-content: space-evenly;
  }
  .justify-around {
    display: flex;
    justify-content: space-around;
  }
  .justify-between {
    display: flex;
    justify-content: space-between;
  }
  .align-start {
    display: flex;
    align-items: flex-start;
  }
  .align-center {
    display: flex;
    align-items: center;
  }
  .align-end {
    display: flex;
    align-items: flex-end;
  }
  
  .box_45 {
    background-color: rgba(33, 41, 48, 1);
    position: relative;
    width: 100%;
    padding: 32px 16px;
    margin-top: -1px;
  }
  
  .group_16 {
    width: 100%;
    height: 1px;
    border-top: 0.5px dashed rgba(216, 216, 216, 1);
  }
  .text-wrapper_18 {
    justify-content: space-between;
    margin-top: 18px;
  }
  
  .text_62 {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
  }
  
  .group_17 {
    margin: 24px 0 0;
  }
  
  .block_8 {
    height: 92px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
  }
  
  .block_10 {
    width: 14px;
    height: 89px;
    margin: 2px 0 0 17px;
  }
  .text_67 {
    width: 211px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: justify;
    line-height: 20px;
  }
  .box_46 {
    background-color: rgba(242, 151, 0, 1);
    width: 100%;
    height: 55px;
    align-items: center;
  }
  
  .text-group_8 {
    width: 100%;
    height: 35px;
    text-align: center;
  }
  
  .text_70 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    line-height: 17px;
  }
  
  .text_71 {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 1px;
  }
  .h_header{
    position: fixed;
    width: 100%;
    top: 0;left: 0;
    z-index: 99;
    max-width: 480px;
  }
  .h_header .h_top{
    background-color: #212930;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 60px;
  }
  .h_header .h_menu .h_line{
    display: block;
    width: 30px;
    min-height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: ease-in-out 0.3s;
    transform-origin: center;
  }

  .h_header .h_menu .h_line:last-child{
      margin-bottom: 0;
  }
  .h_header .h_menu.h_active .h_line1{transform: rotate(45deg);margin-bottom:-7px;}
  .h_header .h_menu.h_active .h_line2{opacity: 0;transition: ease-in-out 0s;}
  .h_header .h_menu.h_active .h_line3{transform: rotate(-45deg);margin-top:-4px}
  .h_header .h_L{
    width: 46px;
    font-size: 0;
  }
  .h_header .h_R{
    width: 98px;
    font-size: 0;
  }
  .h_header img{width: 100%;}

  
.h_header .h_navList {
  position: relative;
  width: 100vw;
  max-width: 480px;
  z-index: 3;
}
.h_header .h_navList ul {
  position: absolute;
  transition: left 0.2s ease-in;
  left: -50%;
  background-color: #fff;
  width: 50%;
  z-index: 2;
  overflow: auto;
  height: calc(100vh - 60px);
}
.h_header .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_header .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
  color: #222;
}
.h_header .h_navList ul > li i {
  position: absolute;
  padding: 12px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 16px;
  right: 10px;
  top: -1px;
}
.h_header .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_header .h_navList ul > li ol {
  display: none;
}
.h_header .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
  position: relative;
}
.h_header .h_navList ul > li ol li a::before {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 1px);
  width: 8px;
  height: 1px;
  background: #000;
}
.h_header .h_navList ul > li ol li a::after {
  position: absolute;
  content: '';
  left: 2px;
  top: calc(50% - 8px);
  width: 1px;
  height: 15px;
  background: #000;
}
.h_kong{height: 60px;background-color: #212930;}
.h_header .h_navList ul > li.h_active {
  background-color: #F29700;
}
.h_header .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_header .h_navList ul > li.h_active i {
  color: #fff;
}
.h_header .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_header .h_navList ul > li.h_active ol li.active a::before,
.h_header .h_navList ul > li.h_active ol li.active a::after {
  background: #fff;
}
.h_header .h_navList ul .h_language {
  padding: 10px 20px;
  position: relative;
}
.h_header .h_navList ul .h_language a {
  margin-right: 12px;
  font-size: 0;
}
.h_header .h_navList ul .h_language a img {
  width: 40px;
  border-radius: 1px;
}
.h_header .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_header .h_navList .h_zzc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000073;
  z-index: 1;
}
.h_header .h_navList.h_show ul {
  left: 0;
}
.h_header .h_navList.h_show .h_zzc {
  display: block;
}