.topUserInformation {
  width: 100%;
  position: relative;
  height: 250px;
  background-image: url("../images/user_bg.png");
  background-size: 100% 280%;
  background-position: center;
  background-repeat: no-repeat;
}

.topUserInformation-content {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.user_profilePicture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-right: 20px;
}
.user_profilePicture img {
  width: 80px;
  height: 80px;
}
.user_name_signature {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-right: 20px;
  text-align: center;
}
.user_name_signature p {
  margin-top: 10px;
}
.user_history {
  width: 100%;
  padding: 50px 15%;
  display: flex;
  align-items: flex-start;
}
.user_history img {
  width: 10px;
}
.user_history_right {
  width: 30%;
}
.user_history_left {
  width: 60%;
  margin-right: 10%;
}

.user_history_left_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.user_history_left_title_icon {
  width: 150px;
  text-align: center;
  background-image: url(../images/tjbg.png);
  background-size: 100% 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.user_history_left_title_more {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user_history_left_title_more img {
  width: 20px;
  margin-left: 10px;
}
.user_frame {
  width: 100%;
  background-color: #fff;
  border: 5px solid #fff2cc;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.user_frame ul {
  display: flex;
  align-items: center;
}
.user_frame ul li {
  width: 100%;
  text-align: center;
}
.user_frame ul li p {
  font-size: 18px;
  color: #000000;
}
.user_frame ul li img {
  width: 100%;
  padding: 10px;
}
.user_frame_item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_frame_item p {
  margin-right: 50px;
}

.user_history_left_title_more a {
  color: #000000;
}
.user_history_right_box {
  position: relative;
  background-color: #efe7de88;
  padding: 50px;
  /* 圆角 */
  border-radius: 10px;
  margin-bottom: 100px;
}
.user_history_right_box ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user_history_right_box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.user_history_right_title {
  position: absolute;
  top: -46px;
  left: 75%;
  transform: translateX(-50%);
  background-image: url(../images/plbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  padding: 20px 0px;
  display: flex;
  justify-content: flex-start;
  color: #000000;
  font-size: 2rem;
  padding-left: 30px;
}

.user_history_right_box ul li p {
  font-size: 18px;
  color: #000000b9;
  margin-right: 30px;
}

.user_history_right_box ul li img {
  width: 70px;
}
.user_history_right_box ul a {
  text-align: center;
  color: #000000;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
