#header {
  height: 86px;
  width: 750px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: calc(50% - 375px);
  z-index: 1000;
}

#header .city-box {
  font-size: 28px;
  color: #000000;
  padding-left: 30px;
  height: 100%;
}

#header .city-box .icon-location {
  margin-right: 8px;
  width: 24px;
  height: 30px;
}

#header .city-box .text {
  max-width: 85px;
  margin-top: -2px;
}

#header .jisuanqi-box {
  position: absolute;
  top: calc(50% - 31px);
  left: 155px;
  font-size: 26px;
  background-color: #F7F7F9;
  width: 480px;
  height: 62px;
  border-radius: 10px;
  padding: 0 20px;
}

#header .jisuanqi-box .text-box1 {
  color: #000000;
}

#header .jisuanqi-box .text-box1 .icon-jisuanqi {
  width: 28px;
  height: 28px;
}

#header .jisuanqi-box .text-box1 .text {
  margin: -2px 0 0 15px;
  letter-spacing: 1px;
}

#header .jisuanqi-box .text-box1 .text .item {
  opacity: 0;
}

#header .jisuanqi-box .text-box1 .text .item1 {
  -webkit-animation: fade-in 1s ease 0s 1;
          animation: fade-in 1s ease 0s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .jisuanqi-box .text-box1 .text .item2 {
  -webkit-animation: fade-in 1s ease 0.2s 1;
          animation: fade-in 1s ease 0.2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .jisuanqi-box .text-box1 .text .item3 {
  -webkit-animation: fade-in 1s ease 0.4s 1;
          animation: fade-in 1s ease 0.4s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .jisuanqi-box .text-box1 .text .item4 {
  -webkit-animation: fade-in 1s ease 0.6s 1;
          animation: fade-in 1s ease 0.6s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .jisuanqi-box .text-box1 .text .item5 {
  -webkit-animation: fade-in 1s ease 0.8s 1;
          animation: fade-in 1s ease 0.8s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#header .jisuanqi-box .text-box2 {
  color: #E5585E;
}

#header .jisuanqi-box .text-box2 .text {
  margin: -2px 12px 0 0;
}

#header .jisuanqi-box .text-box2 .icon-go {
  width: 22px;
  height: 22px;
}

#header .menu-btn {
  width: 104px;
  height: 78px;
  padding: 25px 30px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #header {
    height: 2.866667rem;
    width: 100%;
    left: 0;
  }
  #header .city-box {
    font-size: 0.933333rem;
    padding-left: 1rem;
  }
  #header .city-box .icon-location {
    margin-right: 0.266667rem;
    width: 0.8rem;
    height: 1rem;
  }
  #header .city-box .text {
    max-width: 2.833333rem;
    margin-top: -0.066667rem;
  }
  #header .jisuanqi-box {
    top: calc(50% - 1.033333rem);
    left: 5.166667rem;
    font-size: 0.866667rem;
    width: 16rem;
    height: 2.066667rem;
    border-radius: 0.333333rem;
    padding: 0 0.666667rem;
  }
  #header .jisuanqi-box .text-box1 .icon-jisuanqi {
    width: 0.933333rem;
    height: 0.933333rem;
  }
  #header .jisuanqi-box .text-box1 .text {
    margin: -0.066667rem 0 0 0.5rem;
    letter-spacing: 0.033333rem;
  }
  #header .jisuanqi-box .text-box2 .text {
    margin: -0.066667rem 0.4rem 0 0;
  }
  #header .jisuanqi-box .text-box2 .icon-go {
    width: 0.733333rem;
    height: 0.733333rem;
  }
  #header .menu-btn {
    width: 3.466667rem;
    height: 2.6rem;
    padding: 0.833333rem 1rem;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=header1.css.map */