.header {
  width: 100%;
  height: 1.59rem;
  background: url('../../img/log.png') no-repeat center;
  background-position-x: 0.2rem;
  background-size: 6.5rem 0.80rem;
  position: relative;
}
.header .go-index{
  height: 100%;
  width: 70%;
}
.header .cur-address {
  position: absolute;
  top: 0.5rem;
  right: 0.3rem;
  height: 0.74rem;
  width: 1.68rem;
  border-radius: 0.74rem;
  line-height: 0.74rem;
  color: #fff;
  padding-left: 0.64rem;
  background: url('../../img/cur-add.png') no-repeat center;
  background-position-x: 0.2rem;
  background-size: 0.26rem 0.34rem;
  background-color: #6895e0;
}
.header .pro {
  position: absolute;
  top: 0.35rem;
  right: 0.2rem;
  height: 0.54rem;
  width: 1.28rem;
  opacity: 0;
}
.nav {
  display: block;
  width: 100%;
  min-height: 1.1rem;
  line-height: 1.1rem;
  height: auto;
  color: #fff;
  text-align: center;
  background: -moz-linear-gradient(left, #4766db, #4c9cfe);
  background: -webkit-gradient(linear, left, from(#4766db), to(#4c9cfe));
  background: -webkit-linear-gradient(left, #4766db, #4c9cfe);
  background: -o-linear-gradient(left, #4766db, #4c9cfe);
  font-weight: 500;
  padding: 0;
}
.nav .personal {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: url(../../img/personal.png) no-repeat center;
  background-size: 0.30rem 0.32rem;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}
.nav .personal1 {
  width: 1.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.6rem;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 0.18rem;
  margin-right: 0.2rem;
  color: #ffffff;
}
.nav .menu {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: url(../../img/menu-img.png) no-repeat center;
  background-size: 0.66rem 0.48rem;
  margin-top: 0.12rem;
  margin-left: 0.2rem;
}
.nav .menu-item {
  width: 100%;
  height: 1.2rem;
  overflow-y: auto;
  background: #fff;
  display: none;
  z-index: 1000;
}
.nav .menu-item ul {
  min-width: 11rem;
  height: 1.2rem;
  overflow: hidden;
}
.nav .menu-item li {
  line-height: 1.2rem;
  padding: 0 0.16rem;
  text-align: center;
}
.nav .menu-item li a {
  color: #565656;
}
