.side-wrapper {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  margin-right: -646px;
  width: 110px;
  z-index: 9;
}

.right-float-btn {
  width: 110px;
  height: 120px;
  text-align: center;
  margin-bottom: 10px;
}

.right-float-btn--a {
  position: relative;
  display: block;
}

.right-float-btn--a > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.right-float-btn p:nth-child(2){
  position: absolute;
  top: 40px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.right-float-btn p:nth-child(3){
  position: absolute;
  top: 65px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}

.bar-container {
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/5070573867940690008_pic1.png') no-repeat top center/110px 121px;
  padding-top: 56px;
}

.bar-container.no-gift {
  padding-top: 60px;
}

.bar-container.gift-one .gift {
  height: 70px;
  line-height: 60px;
  text-align: center;
  width: 90px;
  margin: 0 auto;
}

.bar-container.gift-one .nav-item.gift .content {
  line-height: 60px;
}

.bar-container.gift-two .gift {
  height: 30px;
  line-height: 30px;
  width: 90px;
  margin: 0 auto;
}

.bar-container.gift-two .gift:first-child {
  border-bottom: 1px solid #e0a078;
}

.bar-container .nav-item.gift.active .content {
  color: #DF470B;
}

.bar-container .nav-item.gift .content {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  background: transparent;
  color: #683B1C;
}

.bar-container .nav-item {
  margin-bottom: 1px;
}

.bar-container .nav-item:hover {
  cursor: pointer;
}

.bar-container .nav-item:hover .content {
  color: #FFFFFF;
  background: #F06D41;
}

.bar-container .nav-item.gift:hover .content {
  color: #DF470B;
  background: transparent;
}


.bar-container .nav-item .content{
  width: 100%;
  height: 100%;
  text-align: center;
  background: #C87F53;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.bar-container .active .content.now {
  color: #FFFFFF;
  background: #F06D41;
}

.bar-container .active.colors .content {
  color: #FFFFFF;
  background: #F06D41;
}
.redpack_btn {
  width: 70px;
height: 20px;
background: linear-gradient(180deg, #FFEBC1 0%, #FFCB6C 100%);
box-shadow: 0px 2px 3px 0px rgba(190, 0, 0, 0.5);
border-radius: 12px;
color: #B40000 ;
margin-bottom: 10px;
text-align: center;
line-height: 20px;
margin: 35px auto 0 auto;
cursor: pointer;
}
.redpack_price {
  font-size: 20px;
  color: #D80000;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
}
.redpack_money {
  font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #DF291E;
}
.redpack_text {
  font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #BB6515;
}
