

.header_box {
    width: 17rem;
    background: rgba(24, 24, 24, 0.9);
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    position: fixed;
    top: 0.29rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    z-index: 999;
  }
  .header_spabox {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0.47rem;
    padding-right: 0.29rem;
  }
  .header_active {
    background: #191919;
  }
  .left_logo {
    /*height: 0.14rem;*/
    height: .31rem;
    display: flex;
  }
  .left_logo img{
      object-fit: contain;
  }
  .right_logo {
    height: 0.63rem;
    display: flex;
    cursor: pointer;
    align-items: center;
  }
  .pull_close {
    display: none;
    height: 0.44rem;
  }
  .header_pull {
    width: 17rem;
    background: #191919;
    border-radius: 0rem 0rem 0.15rem 0.15rem;
    display: none;
    padding: 0 0.47rem 1.89rem 0.47rem;
    margin-top: 0.38rem;
  }
  .pull_active {
    display: none;
  }
  .colse_active {
    display: flex;
    margin-right: 0.2rem;
  }
  .pull_ul_top > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .pull_li_top {
    display: flex;
    padding-bottom: 0.24rem;
    border-bottom: 0.01rem solid #707070;
    padding-left: 0.47rem;
    margin-bottom: 0.24rem;
  }
  .pull_a_top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pull_cop_a {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
  }
  .pull_cop_img {
    height: 0.43rem;
    display: flex;
    cursor: pointer;
  }
  
  .pull_cop_img.active img{
      transform: rotate(90deg);
  }
  .twoNav{
      display: none;
  }
  
  .twoNav a{
      display: block;
      /*padding-left: .15rem;*/
      font-size: .14rem;
      line-height: 3;
  }
  
  .lang{
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    opacity: .7;
    white-space: nowrap;
    margin-right: 1rem;
  }
  