.sacrifice-img1 {
  margin-top: 0.4rem;
}
.sacrifice-hide {
  display: none;
}
.picker {
  z-index: 1000 !important;
}
.picker .picker-panel {
  height: 45vh !important;
  border-radius: 0.3rem 0.3rem 0 0;
}
.picker .picker-panel .picker-choose {
  position: absolute !important;
  bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
  z-index: 999;
}
.picker .picker-panel .picker-choose span {
  display: inline-block;
  width: 3.26rem;
  height: 0.79rem;
  border-radius: 40px;
  padding: 0 !important;
  top: 0 !important;
  text-align: center;
  line-height: 0.79rem;
  margin: 0 0.28rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #000000;
  background: #f0efef;
}
.picker .picker-panel .picker-choose span:nth-child(2) {
  background: #a03f2e;
  border-radius: 0.4rem;
  color: #ffffff;
}
.picker .picker-panel .picker-choose .picker-title {
  position: absolute !important;
  bottom: 36vh;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.36rem !important;
  color: #5E4A23 !important;
}
.picker .picker-panel .wheel-wrapper {
  margin-top: 80px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
  color: #5e4a23 !important;
  font-size: 0.32rem !important;
}
.picker .picker-mask.show {
  background: rgba(0, 0, 0, 0.56) !important;
}
.picker .picker-panel .picker-content {
  margin-top: -3vh;
}
.picker .picker-panel .picker-content .mask-top:after,
.picker .picker-panel .picker-content .mask-bottom:before {
  border: none !important;
  height: 1px;
  background: url(../images/history/picker-line.png);
  background-position: center;
  background-size: 100% 1px;
}
.floor-picker {
  padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
.floor-picker.dark {
  background-color: rgba(153, 103, 36, 0.15);
}
.floor-picker .content {
  max-height: 6.7rem;
  overflow: auto;
  font-size: 0.32rem;
  font-weight: 400;
  color: #5e4a23;
  line-height: 0.54rem;
  font-family: PingFangSC-Regular;
}
.floor-picker .content p {
  margin-bottom: 0.24rem;
}
.floor-picker .content p:last-child {
  margin-bottom: 0;
}
.floor-picker img {
  display: block;
  width: 100%;
}
.floor-picker .sacrifice-hide {
  display: none;
}
.floor-picker .switch {
  position: sticky;
  top: 1.16rem;
  height: 0.81rem;
  background: url(../images/history/switch-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
  font-size: 0.28rem;
  z-index: 3;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9a3312;
}
.floor-picker .switch .title {
  font-size: 0.48rem;
  font-family: FZ;
  color: #9a3312;
  font-weight: normal;
}
.floor-picker .switch img {
  width: 0.37rem;
  height: 0.18rem;
  transform: rotate(180deg);
  display: inline;
}
.floor-picker .pic-item-intro {
  color: #9b8a69;
}
.floor-picker .pic-item-intro .icon {
  width: 0.32rem;
  height: 0.16rem;
  padding-bottom: 0.07rem;
  padding-top: 0.16rem;
  margin: auto;
}
.floor-picker .pic-item-intro .name {
  height: 0.4rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #9b8a69;
  text-align: center;
  line-height: 0.4rem;
  margin-bottom: 0.08rem;
}
.floor-picker .pic-item-intro .link {
  height: 0.36rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.24rem;
  color: #9b8a69;
  text-align: center;
  line-height: 0.36rem;
}
.floor-picker .pic-item-intro .link span {
  text-decoration: underline;
  color: #913c1c;
}
