.me {
  background: #f5f7fa;
  padding-bottom: 2rem;
}
.me .me-top {
  width: 100%;
  height: 2.52rem;
  background-image: url("../image/shop-top.png");
  background-size: 100% 100%;
  overflow: hidden;
}
.me .me-top h3 {
  font-size: 0.34rem;
  color: #fff;
  margin-left: 0.34rem;
  margin-bottom: 0.42rem;
  font-weight: normal;
}
.me .me-top > div {
  display: flex;
  align-items: center;
  margin-top: 1.1rem;
}
.me .me-top img {
  width: 1.04rem;
  height: 1.04rem;
  margin-left: 0.3rem;
  margin-right: 0.38rem;
  border-radius: 0.2rem;
  border: 1px solid #ffffff;
  font-size: 0;
  background: #fff;
}
.me .me-top div {
  height: 1rem;
}
.me .me-top div span {
  font-size: 0.34rem;
  color: #fff;
  display: block;
  margin-bottom: 0.12rem;
}
.me .me-top div span#phone {
  font-size: 0.2rem;
}
.me ul {
  width: 100%;
  margin-top: 0.32rem;
}
.me ul li {
  font-size: 0;
  width: 90%;
  height: 1rem;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto 0.2rem;
  position: relative;
}
.me ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.me ul li a img {
  width: 0.42rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.me ul li a span {
  font-size: 0.26rem;
  font-weight: 400;
  color: #3b4859;
}
.me ul li > img {
  position: absolute;
  right: 0.3rem;
  width: 0.1rem;
  top: 0.45rem;
}
.me .logout {
  width: 90%;
  height: 1rem;
  border-radius: 0.2rem;
  margin: 3rem auto 0.32rem;
  position: relative;
  font-size: 0.3rem;
  text-align: center;
  line-height: 1rem;
  font-weight: 500;
  background: #0079FD;
  color: #ffffff;
}
/*# sourceMappingURL=me.css.map */