.userBottom[data-v-4bfcd294] {
  width: 100%;
  min-width: 1240px;
  background: #122c51;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.userBottom .ad[data-v-4bfcd294] {
  width: 100%;
  min-width: 1240px;
  height: 76px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 76px;
  background-color: #fff;
}
.userBottom .item-list[data-v-4bfcd294] {
  padding-top: 20px;
  height: 120px;
  display: flex;
  position: relative;
  margin: 0 auto;
}
.userBottom .item-list .item-box[data-v-4bfcd294] {
  font-weight: bold;
  font-size: 14px;
  color: #e9e9e9;
  margin: 0 30px;
  cursor: pointer;
}
.userBottom .item-list .remark[data-v-4bfcd294] {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 12px;
  color: #999;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}