.nav {
  display: none;
}
.top {
  width: 100%;
  height: 2.75rem;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
  padding: 0;
  text-align: center;
  position: fixed;
}
.nav {
  width: 5.625rem;
  height: 6.28125rem;
  position: absolute;
  right: 0;
  top: 2.75rem;
  border: 1px solid #ccc;
  border-bottom: none;
}
.nav li {
  height: 1.5625rem;
  text-align: center;
  width: 100%;
  float: none;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.nav li a {
  display: inline-block;
  color: #333;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0;
  width: 100%;
  line-height: 1.53125rem;
}
.nav li a:hover,
.nav li.slt a {
  color: #3399F7;
}
.nav_mv {
  position: absolute;
  right: 0.59375rem;
  top: 0.59375rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 0.84375rem;
  display: block;
  background: url(../images/navmv.png) no-repeat center center;
  background-size: 1.5625rem 1.5625rem;
}
.logo {
  width: 3.75rem;
  height: 100%;
  padding: 0.5625rem 0 0 0;
  display: inline-block;
  float: none;
}
.logo img {
  width: 3rem;
  height: 1.625rem;
}
.topinfo {
  display: none;
}
.userCont {
  padding-top: 0;
}
.userCont .userValue {
  width: 100%;
  padding-top: 2.75rem;
}
.userCont .userValue .banner img {
  height: auto;
}
.userCont .userValue .userLists {
  padding: 1.5625rem 0.625rem 0 0.625rem;
  margin-bottom: 0;
}
.userCont .userValue .userLists .listVal {
  width: 100%;
  height: auto;
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.userCont .userValue .userLists .listVal .prompt {
  width: 6.25rem;
  height: 4.6875rem;
}
.userCont .userValue .userLists .listVal .proCont {
  padding: 0.3125rem 0.3125rem 0.3125rem 6.875rem;
}
.userCont .userValue .userLists .listVal .proCont .proTop {
  margin-bottom: 0.3125rem;
  padding-bottom: 0.15625rem;
}
.userCont .userValue .userLists .listVal .proCont .proTop h4 {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.userCont .userValue .userLists .listVal .proCont .proTop h5 {
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  padding: 0.15625rem 0;
}
.userCont .userValue .userLists .listVal .proCont .proBottom p {
  font-size: 0.625rem;
  line-height: 0.9375rem;
  padding: 0.15625rem 0;
}
/*底部*/
footer {
  width: 100%;
  height: auto;
  background: #3E424E;
  position: inherit;
  bottom: 0;
  left: 0;
  padding: 0.625rem;
  font-size: 0.625rem;
  color: #fff;
}
.bottop {
  width: 100%;
  height: auto;
}
.botlogo {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0;
  float: none;
}
.botlogo img {
  width: 5.21875rem;
  height: 2.8125rem;
  display: inline-block;
}
.botinfo {
  width: 100%;
  height: 5rem;
  float: none;
}
.botinfo li {
  height: auto;
  line-height: 0.9375rem;
  padding: 0.3125rem 0 0 1.875rem;
}
.botinfo li:nth-child(1) {
  background: url(../images/bots1.png) no-repeat left center;
  background-size: 1.25rem 1.25rem;
}
.botinfo li:nth-child(2) {
  background: url(../images/bots2.png) no-repeat left center;
  background-size: 1.25rem 1.25rem;
}
footer p {
  line-height: 1.25rem;
  text-align: center;
}
