.userbg {
  width: 100%;
  background: url(../images/homepage_bg.png) no-repeat left top / 100% 100%;
}
.userbg header {
  width: 100%;
  height: 11.4667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.2vw;
}
.userbg header .back {
  color: #ffffff;
}
.userbg header .back .iconfont {
  font-size: 5.8667vw;
}
.userbg header h3 {
  color: #ffffff;
  font-size: 4.8vw;
}
.userbg header a {
  min-width: 5.8667vw;
}
.userbg header a .iconfont {
  color: #ffffff;
  font-size: 6.4vw;
}
.userbg .userinfo {
  padding: 2.2667vw 3.2vw;
}
.userbg .userinfo .avatar {
  display: block;
  width: 14.9333vw;
  height: 14.9333vw;
  border-radius: 50%;
  margin-right: 3.2vw;
}
.userbg .userinfo .name {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.6vw;
}
.userbg .userinfo .mark span {
  height: 5.8667vw;
  line-height: 5.8667vw;
  border: none;
  border-radius: 3.2vw;
  padding: 0 1.6vw;
  font-size: 3.2vw;
  color: #4a4a4a;
}
.userbg .u_hah {
  padding: 2.22vw 3.2vw;
  display: flex;
  align-items: center;
}
.userbg .u_hah span,
.userbg .u_hah a {
  flex: 1;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.2667vw;
  color: #ffffff;
  border-radius: 0.5333vw;
  border: 0.2667vw solid #ffffff;
}
.userbg .u_hah span:not(:last-child),
.userbg .u_hah a:not(:last-child) {
  margin-right: 2.4vw;
}
.userbg .u_detail {
  display: flex;
  padding: 5.8vw 3.2vw 4.8vw;
}
.userbg .u_detail div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.userbg .u_detail div span:first-of-type {
  font-size: 5.3333vw;
  color: #ffffff;
}
.userbg .u_detail div span:last-of-type {
  font-size: 3.7333vw;
  font-weight: bold;
  color: #f1efef;
}
.userbg .u_detail div:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 0.2667vw;
  height: 4.8vw;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.filtrate {
  width: 100%;
  height: 12.8vw;
  padding: 0 3.2vw;
  border-bottom: 0.2667vw solid #eeeeee;
}
.filtrate .top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filtrate .top a {
  font-size: 4.2667vw;
  color: #4a4a4a;
  padding: 2vw 0;
}
.filtrate .top a.active {
  color: #e13737;
  position: relative;
}
.filtrate .top a.active::after {
  display: inline-block;
  content: "";
  width: 50%;
  height: 0.5333vw;
  background: #e13737;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.filtrate .top .btn {
  width: 14.1333vw;
  height: 6.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.7333vw;
  color: #181818;
  background: #eeeeee;
  border-radius: 1.0667vw;
}
.filtrate .top .btn span {
  font-size: 3.2vw;
}
.filtrate .filtrate_pop {
  width: 100%;
  height: calc(100vh - 66.5667vw);
  background-color: #f0f0f0;
  position: fixed;
  top: 66.5667vw;
  left: 0;
  z-index: 3;
  display: none;
}
.filtrate .filtrate_pop .con {
  background: #ffffff;
  padding: 1.6vw 3.2vw 4.2667vw;
}
.filtrate .filtrate_pop .con .text1 {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
  height: 10.6667vw;
  line-height: 10.6667vw;
}
.filtrate .filtrate_pop .con .list {
  display: flex;
  flex-wrap: wrap;
}
.filtrate .filtrate_pop .con .list .ac {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.0667vw;
  height: 6.4vw;
  font-size: 3.7333vw;
  color: #4a4a4a;
  margin-bottom: 3.2vw;
  border-radius: 1.0667vw;
  border: 0.2667vw solid #bbbbbb;
}
.filtrate .filtrate_pop .con .list .ac:not(:nth-of-type(5n)) {
  margin-right: 2vw;
}
.filtrate .filtrate_pop .con .list .ac.active {
  color: #e13737;
  background: #ffe8e8;
  border-color: #ffe8e8;
}
.filtrate .filtrate_pop .con .u_handle {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2.6667vw;
}
.filtrate .filtrate_pop .con .u_handle button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.0667vw;
  height: 8.5333vw;
  font-size: 3.7333vw;
  color: #4a4a4a;
  border-radius: 1.0667vw;
  outline: none;
  border: 0.2667vw solid #bbbbbb;
}
.filtrate .filtrate_pop .con .u_handle .confirm {
  color: #ffffff;
  background: #e13737;
  border-color: #e13737;
}
.art_list .u_top {
  display: flex;
  align-items: center;
}
.art_list .u_top span:first-of-type {
  font-size: 4.8vw;
  color: #181818;
  margin-right: 4.2667vw;
}
.art_list .u_top span:last-of-type {
  font-size: 3.7333vw;
  color: #999999;
}
.art_list .audit {
  font-size: 3.7333vw;
  color: #cf9112;
  margin-top: 1.5vw;
}
.art_list .ub_ac {
  padding-left: 0;
}
.art_list .sp_content {
  padding: 3.6vw 3.2vw 0vw;
  position: relative;
  border-bottom: 2.1333vw solid #f7f7f7;
}
.art_list .sp_content .win {
  position: absolute;
  width: 17.6vw;
  height: 13.3333vw;
  right: 0;
  top: 1.2vw;
}
.art_list .sp_content .win img {
  width: 17.6vw;
  height: 13.3333vw;
}
