  .discount_show_tab{
    color:#ff9b00;
    font-size: 12px;
    display: inline-block;
    position: relative;
  }
  .discount_show_tab_content_item span{
    font-weight: bold;
    margin:0 5px;
  }
  .discount_show_tab_title{
    border: 1px solid #ff9b00;
    width: 90px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding:0  13px ;
    position: relative;
    top:1px;
    z-index: 3;
  }
  .discount_show_tab_content{
    position: absolute;
    display: none;
    padding: 15px 10px;
    border: 1px solid #ff9b00;
    max-width: 230px;
    right: 0;
    margin-top: -6px;
  }

  .discount_show_tab:hover .discount_show_tab_title {
    border-bottom-color:#fff;
  }
  .discount_show_tab:hover .discount_show_tab_content{
    background: #fff;
    display: block;
  }
  .discount_show_tab_content_item{
    border-radius: 4px;
    border: 1px dashed #ffdfaf;
    background-color: #fff9ed;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
    color:#ff5a00;
  }

  .discount_show_tab_arrow{
    display: inline-block;
    transform: scaleX(1.5) rotate(90deg);

  }

  .discount_show_tab:hover .discount_show_tab_arrow{
    transform: scaleX(1.5) rotate(-90deg);
  }

  .discount_show_tab2:hover .discount_show_tab_title {
    border-bottom-color:#ff9b00;
  } 
  .discount_show_tab2 .discount_show_tab_title{
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
  }
  .discount_show_tab2  .discount_show_tab_content{
    margin-top: 5px;
    width: 249px;
    background: #fff;
    left: -68px;
    top: 30px;
    border:0;
    border-top: 2px solid #ff5400;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    border-radius: 0 0 8px 8px;
    padding-bottom: 10px;
  }
  .discount_show_tab2  .discount_show_tab_content::before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ff5400;
    top: -7px;
    left: 50%;
    margin-left: -5px;
  }
  .overlay1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
  }
  .gift-giving-slide__header {
    display: flex;
    align-items: center;
    padding: 4px;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 280px;
    background-color: #fff;
    transform: translateZ(0);
    transform: translateX(0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow-y: auto;
    overflow-x: hidden;
}
.gift-giving-slide__balance, .gift-giving-slide__title {
    font-size: 16px;
    color: #1b1b1b;
}
.gift-giving-slide__balance {
    margin-left: auto;
}
.btn-recharge {
    padding: 0;
    margin-left: 20px;
    margin-top: -5px;
    font-size: 16px;
    font-weight: 400;
    color: #fd5e68;
}
.btn-recharge .image-icon {
    margin-top: -10px;
    margin-left: 10px;
}
.image-icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}
.gift-giving-slide__content {
    height: 260px;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    position: absolute;
    left: 0px;
    right: 0;
    bottom:30PX;
    background-color: #fff;
    transform: translateZ(0);
    transform: translateX(0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow-y: auto;
    overflow-x: hidden;
}
.cube-slide-item {
    float: left;
    box-sizing: border-box;
    height: 100%;
}
.gift-chunk-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
.gift-chunk-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    
}
.gift-chunk-list__card {
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
}
.gift-img {
    display: block;
    height: 50px;
    margin: 5px auto 0;
}
.gift-price, .gift-title {
    width: 100%;
    text-align: center;
}
.gift-price{
    font-size: 12px;
    color: #a3a2a8;
}
.gift-title {
    margin-top: 4px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #1b1b1b;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gift-giving-slide__footer, .money-input-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gift-giving-slide__footer {
    position: absolute;
    height: 40px;
    padding: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: translateZ(0);
    transform: translateX(0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    overflow-y: auto;
    overflow-x: hidden;
}
.btn-give {
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #1b1b1b;
    line-height: 30px;
    text-align: center;
    background-color: #fed101;
    border-radius: 5px;
    border: 1px solid #fed101;
}
.gift-chunk-list .active{
    border-color: #fed101;
}