.userCont {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-top:4rem
}
.userCont .userValue {
  width: 60rem;
  margin: 0 auto;
  overflow: hidden;
}
.userCont .userValue .banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 39;
}
.userCont .userValue .banner img {
  width: 100%;
  height: 100%;
}
.userCont .userValue .banner .tips {
  width: 100%;
  position: absolute;
  top: 9rem;
  z-index: 100;
  color: #fff;
  text-align: center;
}
.userCont .userValue .banner .tips h2 {
  font-size: 1.9rem;
}
.userCont .userValue .banner .tips p {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 1.5rem;
}
.userCont .userValue .userLists {
  margin-bottom: 3.3rem;
}
.userCont .userValue .userLists .listVal {
  height: 12rem;
  margin-top: 2rem;
  position: relative;
}
.userCont .userValue .userLists .listVal .prompt {
  width: 16rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.userCont .userValue .userLists .listVal .prompt img {
  width: 100%;
  height: 100%;
}
.userCont .userValue .userLists .listVal .proCont {
  height: 100%;
  padding: 1.5rem 3.1rem 0 19.1rem;
  border: 1px solid #D2D2D2;
}
.userCont .userValue .userLists .listVal .proCont .proTop {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1rem;
}
.userCont .userValue .userLists .listVal .proCont .proTop h4 {
  font-size: 1.1rem;
}
.userCont .userValue .userLists .listVal .proCont .proTop h5 {
  font-size: .9rem;
  color: #777;
  line-height: 2.5rem;
}
.userCont .userValue .userLists .listVal .proCont .proBottom p {
  color: #777;
  font-size: .7rem;
  line-height: 1.2rem;
}
.userFoot {
  width: 100%;
  height: 19rem;
  background: #3E424E;
  padding-top: 6.2rem;
  font-size: 0.95rem;
  color: #fff;
}
.userFoot p {
  line-height: 2.7rem;
  text-align: center;
}
