body {
  width: 100%;
  height: 100%;
  background-image: url(/Mobile/MBusiness/WebUI/img/list_bg.png);
  overflow: hidden;
}

.User-Center {
  margin-top: 60px;
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  color: #fff;
  background-color: transparent;
  padding-bottom: 1.7rem;
  overflow: scroll;
}

.User-Setting {
  text-align: right;
  padding-top: 24px;
  font-size: 16px;
}

.User-Setting a {
  display: inline-block;
  width: 25.33333333px;
  height: 23.33333333px;
  background-image: url(img/User-Setting.png);
  background-size: 100%;
}

.User-Head {
  display: flex;
  flex-wrap: wrap;
}

.User-Head li {
  float: left;
}

.User-Head li:nth-child(1) {
  width: 53.33333333px;
  height: 53.33333333px;
  border-radius: 50%;
  border: 2px solid #808285;
  overflow: hidden;
}

.User-Head li:nth-child(1) > span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/User-Head-Img.png);
  background-size: 100% 100%;
}

.User-Head li:nth-child(2) {
  width: auto;
  font-size: 16px;
  line-height: 29.62962963px;
  height: 60px;
  padding-left: 10px;
}

.User-Head li:nth-child(2) p {
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.User-Head li:nth-child(2) b {
  font-weight: 400;
  font-size: 0.3rem;
  color: #fff;
}

.User-Classic {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15.33333333px;
  height: 18px;
  display: block;
}

.User-Classic span {
  font-size: 0.25rem;
  padding: 0 3px;
  display: none;
}

.User-Classic span var {
  font-size: 0.32rem;
  font-style: normal;
  padding: 0 2px;
}

.User-Container {
  height: 107px;
  margin-top: 16px;
  width: 100%;
  border-radius: 10px;
  background-color: #1e242b;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.User-Container li {
  width: 25%;
}

.User-Container li a {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.User-Container li a span {
  display: inline-block;
  width: 50.66666667px;
  height: 50.66666667px;
  overflow: hidden;
  border-radius: 50%;
  background-size: 100% 100%;
}

.User-Container li a p {
  margin-top: 4px;
  font-size: 0.25rem;
}

.User-Container li:nth-child(1) span {
  background-image: url(img/User-Goto.png);
}

.User-Container li:nth-child(2) span {
  background-image: url(img/User-Fav.png);
}

.User-Container li:nth-child(3) span {
  background-image: url(img/User-History.png);
}

.User-Container li:nth-child(4) span {
  background-image: url(img/User-Like.png);
}

.User-More2 {
  margin-top: 12px;
  padding: 15.33333333px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 2.2rem;
  text-align: center;
}

.User-More2 li {
  float: left;
  width: 25%;
  text-align: center;
}

.User-More2 li a {
  display: block;
  height: 50px;
  color: #fff;
  text-align: center;
  /* margin: 20px 0; */
}
.User-More2 li a img {
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
}

.User-More2 li a p {
  height: 50px;
  line-height: 50px;
  font-size: 0.32rem;
}
.User-More {
  margin-top: 12px;
  padding: 15.33333333px;
  background-color: rgba(255, 255, 255, 0.1);
}

.User-More li {
  width: 100%;
}

.User-More li a {
  display: block;
  height: 50px;
  color: #fff;
  margin: 20px 0;
}

.User-More li a p {
  float: left;
  height: 100%;
  line-height: 50px;
  font-size: 0.32rem;
}

.User-More li a p i {
  display: inline-block;
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background-color: #00ecbc;
}

.User-More li a span {
  float: right;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
}

.User-More li a span i {
  display: inline-block;
  width: 7.5px;
  height: 12px;
  background-image: url(/Mobile/MBusiness/WebUI/img/User-Next.png);
  background-size: 100%;
}

@media only screen and (max-width: 600px) {
  .User-Center-Pad {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .User-Center-Pad {
    display: flex;
    padding: 0 0.3rem;
  }

  .User-Center-Pad > div,
  .User-Center-Pad ul {
    flex: 1;
  }

  .User-Head,
  .User-Classic,
  .User-Container {
    color: #666;
    display: none;
  }

  .User-Left-Show {
    margin-top: 22px;
  }

  .User-Head-Pad {
    display: flex;
    flex-wrap: wrap;
  }

  .User-Head-Pad li {
    float: left;
  }

  .User-Head-Pad li:nth-child(1) {
    width: 53.33333333px;
    height: 53.33333333px;
    border-radius: 50%;
    border: 2px solid #808285;
    position: relative;
    overflow: hidden;
  }

  .User-Head-Pad li:nth-child(1) span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-image: url(img/User-Head-Img.png);
    background-size: 100%;
  }

  .User-Head-Pad li:nth-child(2) {
    width: auto;
    font-size: 16px;
    line-height: 29.62962963px;
    padding-left: 10px;
  }

  .User-Head-Pad li:nth-child(2) p {
    font-size: 0.4rem;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .User-Head-Pad li:nth-child(2) b {
    font-weight: 400;
    font-size: 0.3rem;
  }

  .User-Classic-Pad {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15.33333333px;
  }

  .User-Classic-Pad span {
    font-size: 0.25rem;
    padding: 0 3px;
    display: none;
  }

  .User-Classic-Pad span var {
    font-size: 0.32rem;
    font-style: normal;
    padding: 0 2px;
  }

  .User-Container-Pad {
    height: 107px;
    margin-top: 16px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .User-Container-Pad li {
    width: 25%;
  }

  .User-Container-Pad li a {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  .User-Container-Pad li a span {
    display: inline-block;
    width: 50.66666667px;
    height: 49.33333333px;
    overflow: hidden;
    border-radius: 50%;
    background-size: 100%;
  }

  .User-Container-Pad li a p {
    margin-top: 4px;
    font-size: 0.25rem;
  }

  .User-Container-Pad li:nth-child(1) span {
    background-image: url(img/User-Goto.png);
  }

  .User-Container-Pad li:nth-child(2) span {
    background-image: url(img/User-Fav.png);
  }

  .User-Container-Pad li:nth-child(3) span {
    background-image: url(img/User-History.png);
  }

  .User-Container-Pad li:nth-child(4) span {
    background-image: url(img/User-Like.png);
  }
}

@media only screen and (min-width: 768px) {
  .User-More {
    display: flex;
    flex-wrap: wrap;
    background-color: #181c20;
    box-shadow: 0px 0px 0px #181c20;
    border-radius: 0;
    padding: 0;
  }

  .User-More li {
    width: 49%;
    margin: 0 0.5%;
    background-image: url(img/User-Pad-bgimg.png);
    background-size: 100% 100%;
    overflow: hidden;
    border-radius: 4px;
    padding: 0 35px;
    box-sizing: border-box;
  }

  .User-More li a {
    display: block;
    height: 33.33333333px;
    color: #fff;
    margin: 20px 0;
  }

  .User-More li a p {
    float: left;
    height: 100%;
    line-height: 33.33333333px;
    font-size: 0.32rem;
  }

  .User-More li a p i {
    display: inline-block;
    width: 4px;
    height: 10px;
    border-radius: 2px;
    background-color: #00ecbc;
  }

  .User-More li a span {
    float: right;
    height: 100%;
    line-height: 33.33333333px;
    font-size: 16px;
  }

  .User-More li a span i {
    display: inline-block;
    width: 7.5px;
    height: 12px;
    background-image: url(img/User-Next.png);
    background-size: 100%;
  }
}
