.pointer{
    cursor: pointer;
}
.coupons-1 {
    height: 6.75rem;
    position: relative;
    display: flex;
    min-width: 0.3125rem;
    margin-left: 1px;
    background: rgb(249 245 245);
    border-top: 1px solid rgb(245 170 170);
    border-bottom: 1px solid rgb(245 170 170);
    border-right: 1px solid rgb(245 170 170);
}
.coupons-1-1{
    background: radial-gradient(circle at 0,at .375rem,transparent 0,rgba(0,0,0,.03) .1875rem,rgb(245 170 170) 0,rgb(245 170 170) .25rem,rgb(249 245 245) 0);
    background: radial-gradient(circle at 0 0.375rem,transparent 0,rgba(0,0,0,.03) 0.1875rem,rgb(245 170 170) 0,rgb(245 170 170) 0.25rem,rgb(249 245 245) 0);
    background-size: 0.25rem 0.625rem;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    z-index: 2;
}
.coupons-1-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 100%;
    z-index: 1;
    background: white;
}
.coupons-1-3{
    padding: 10px;
    width: 70%;
    border-right: 1px dotted #00000014;
}
.coupons-1-4{
    padding: 10px;
    width: 30%;
}
.coupons-span{
    width: 100%;float: left;
}
.coupons-span-1{
    font-size: 16px;
}
.coupons-span-2{
    font-size: 14px;
}
.coupons-span-3{
    font-size: 12px;
    color: #868e96;
}
@media only screen and (max-width: 768px) {
    .index_nav{
        height: 300px;overflow: auto;width: 340px;
    }
}
.coupons-count:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 1px;
    top: calc(100% + 1px);
    border: 0.186rem solid transparent;
    transform: rotate(-45deg) translate(50%,-50%);
    border-left: 0.19rem solid #dfa400;
}
.coupons-count {
    background: #fb0;
    left: -0.31rem;
    top: -0.4rem;
    position: absolute;
    display: flex;
    padding: 0.19rem 0.3rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0;
    color: #fff;
    font-size: .625rem;
    line-height: .75rem;
    z-index: 10;
}
.Progress {
    width: 100%;
    height: 0.25rem;
    background: rgb(0 0 0 / 3%);
    border-radius: 0.25rem;
    overflow: hidden;
}