﻿.header {
  width: 100%;
  background-color: #000;
  height: 1rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 .3rem;
}
.header .navBtn {
  width: .45rem;
  height: .45rem;
  background: url(../image/navicon-round.png) no-repeat center;
  background-size: contain;
}
.header .header_logo {
  background: url(../image/header_logo2.png) no-repeat;
  width: 1.58rem;
  height: .68rem;
  background-size: contain;
}
.header .ul {
  z-index: 999;
  display: none;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 2.4rem;
  height: 7rem;
  background-color: #000;
}
.header .ul li {
  padding-top: .5rem;
  text-align: center;
}
.header .ul li a {
  color: #fff;
  font-size: .32rem;
}
.header .ul li a img {
  width: 0.44rem;
  height: 0.44rem;
  object-fit: contain;
}
.header .ul li .img2 {
  margin: 0 .14rem;
}
