ul,
li {
  margin: 0;
  padding: 0;
}
.pointer {
  cursor: pointer;
}
.container {
  width: 100vw;
  min-height: 100vh;
  background: #F2F2F2;
  overflow-x: hidden;
  position: relative;
  padding: 1.06666667rem 0.8rem;
  display: flex;
  flex-direction: column;
}
.container .hd {
  font-family: MicrosoftYaHei;
  font-size: 0.69333333rem;
  color: #19181D;
  letter-spacing: 0;
}
.container .bd {
  flex: 1;
  margin-top: 0.53333333rem;
}
.container .bd .list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.53333333rem;
  border-radius: 0.21333333rem;
}
.container .bd .list .item .item-box {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 0.53333333rem;
  border-radius: 0.21333333rem;
}
.container .bd .list .gift {
  padding: 0.37333333rem 0.8rem;
  background: #19181D;
  font-family: MicrosoftYaHei;
  letter-spacing: 0;
}
.container .bd .list .gift .gift-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container .bd .list .gift .gift-left .value {
  font-size: 1.49333333rem;
  color: #FFFFFF;
  position: relative;
  font-weight: bold;
}
.container .bd .list .gift .gift-left .value::before {
  content: '￥';
  font-size: 0.69333333rem;
  vertical-align: super;
  font-weight: normal;
}
.container .bd .list .gift .gift-left .value-old {
  font-size: 0.58666667rem;
  color: #999999;
  text-decoration: line-through;
}
.container .bd .list .gift .gift-left .gift-name {
  font-size: 0.74666667rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
.container .bd .list .gift .gift-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.container .bd .list .gift .gift-right .sun-container {
  padding: 0.26666667rem;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  margin-bottom: 0.26666667rem;
}
.container .bd .list .gift .gift-right .sun-container .sun-code {
  display: block;
  width: 4.26666667rem;
  height: 4.26666667rem;
  border-radius: 50%;
}
.container .bd .list .gift .gift-right .buy {
  font-size: 0.48rem;
  color: #FFFFFF;
  text-align: center;
}
.container .bd .list .gift-33 {
  background: #19181D url(../img/pic_socks.png) no-repeat;
  background-size: 5.22666667rem 5.86666667rem;
  background-position: center center;
}
.container .bd .list .gift-38 {
  background: #19181D url(../img/pic_loving_heart.png) no-repeat;
  background-size: 5.22666667rem 5.86666667rem;
  background-position: center center;
}
.container .bd .list .card {
  padding: 0.26666667rem;
  background: #FFF;
  font-family: MicrosoftYaHei;
  letter-spacing: 0;
  color: #19181D;
}
.container .bd .list .card .box-mask {
  width: 100%;
  border: 0.05333333rem dashed #F82D56;
  border-radius: 0.21333333rem;
  display: flex;
  justify-content: space-between;
  padding: 0.96rem 0.8rem;
}
.container .bd .list .card .box-mask .card-left {
  display: flex;
  justify-content: start;
  align-items: center;
}
.container .bd .list .card .box-mask .card-left .left-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.98666667rem;
}
.container .bd .list .card .box-mask .card-left .left-value .value {
  font-size: 1.49333333rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.16rem;
}
.container .bd .list .card .box-mask .card-left .left-value .value-before::before {
  content: '￥';
  font-size: 0.69333333rem;
  vertical-align: super;
  font-weight: bold;
}
.container .bd .list .card .box-mask .card-left .left-value .value-after::after {
  content: '折';
  font-size: 0.48rem;
  vertical-align: baseline;
  font-weight: bold;
}
.container .bd .list .card .box-mask .card-left .left-value .value-des {
  font-size: 0.53333333rem;
  color: rgba(25, 24, 29, 0.8);
}
.container .bd .list .card .box-mask .card-left .right-des {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .bd .list .card .box-mask .card-left .right-des .hd {
  font-size: 0.74666667rem;
  margin-bottom: 0.74666667rem;
  font-weight: bold;
}
.container .bd .list .card .box-mask .card-left .right-des .right-bd {
  font-size: 0.53333333rem;
}
.container .bd .list .card .box-mask .card-left .right-des .right-bd div ~ div {
  margin-top: 0.26666667rem;
}
.container .bd .list .card .box-mask .card-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .bd .list .card .box-mask .card-right .btn-use {
  background-image: -webkit-linear-gradient(to top, #fd7e6b 0%, #f82d56 100%);
  background-image: linear-gradient(to top, #fd7e6b 0%, #f82d56 100%);
  color: #fff;
  font-size: 0.64rem;
  text-align: center;
  padding: 0 0.32rem;
  line-height: 1.33333333rem;
}
.list-empty {
  display: flex;
  height: 80vh;
  align-items: center;
  justify-content: center;
  ont-family: PingFangSC-Regular;
  font-size: 0.74666667rem;
  color: #19181D;
  letter-spacing: 0;
}
.hide {
  display: none!important;
}
