.head {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all .4s ease;
}

.head .head-box {
  width: 100%;
  height: 0.44rem;
  /* background: #2054A7; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
}

.head .head-box .head-left {
  display: flex;
  align-items: center;
}
.head .head-box .head-left img{
  width: 0.8rem;
  height: 0.3rem;
}
/* .head .head-box .head-left img:nth-of-type(1) {
  width: 0.36rem;
  height: 0.3rem;
  padding-right: 5px;
}

.head .head-box .head-left img:nth-of-type(2) {
  width: 0.43rem;
  height: 0.31rem;
} */

.head .head-box .head-right {}

.head .head-box .head-right span {
  display: block;
  background: #fff;
  margin: 4px 0;
  width: 25px;
  height: 4px;
  /* font-size: 1px; */
  /* color: #fff; */
  border-radius: 2px;
}
.head .head-box .action span {
  background: #305EA7 ;
}
.head .head-box .head-right img {
  width: 0.22rem;
  height: 0.20rem;
}

.head .head-btn {
  width: 100%;
  /* height: calc(100vh - 0.5rem); */
  height: 0;
  background: #fff;
  opacity: 0.9;
  position: relative;
  display: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.head .head-btn {
  padding: 0 0.18rem;
}

.head .head-btn ul li {
  padding: 0.18rem 0;
  border-bottom: 1px solid #2054A726;
}

.head .head-btn ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .head-btn ul li a span {
  font-size: 0.16rem;
  color: #2054A7;
  font-weight: 500;
}

.head .head-btn ul li a img {
  width: 0.18rem;
  height: 0.18rem;
}

.head-menuclos {
  display: block;
  width: 1.1rem;
  padding: 0.04rem 0;
  margin: 0 0 0 -50px;
  position: absolute;
  left: 50%;
  /* bottom: 0.54rem; */
  bottom: 0;
  z-index: 11;
  background: #2054A7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  opacity: 0;
}

.head-menuclos:before {
  width: 2.8rem;
  height: 1px;
  margin: 0rem 0 0 -1.4rem;
  content: "";
  position: absolute;
  z-index: -2;
  left: 50%;
  background: #2054A7;
  opacity: 0.3;
}