.purchase-suppot-all{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 1.55rem 3rem;
}
.purchase-suppot-all h4{
    font-size: .34rem;
    font-weight: 500;
}
.purchase-suppot-all .purchase-support-desc{
    font-size: .2rem;
    margin-top: .15rem;
    font-weight: 300
}
.purchase-suppot-all .purchase-support-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .75rem;
    width: 100%;
}
.purchase-suppot-all .purchase-support-list .purchase-support-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    cursor: pointer;
    padding: 0.64rem 0;
    border-radius: 0rem;
    position: relative
}
.purchase-suppot-all .purchase-support-list .purchase-support-box::after{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 22%;
    right: 0;
    top: 50%;
    background: #eee;
    transform: translateY(-50%);
}
.purchase-suppot-all .purchase-support-list .purchase-support-box:nth-last-of-type(1)::after{
    display: none
}
.purchase-suppot-all .purchase-support-list .purchase-support-box-none{
    opacity: .6;
    pointer-events: none
}
.purchase-suppot-all .purchase-support-list .purchase-support-box-display-none{
    display: none
}
.purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-box-bg{
    width: .8rem;
    opacity: .7
}
.purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box {
    display: flex;
    align-items: center;
    margin-top: .6rem;
}
.purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box .title{
    font-size: .2rem;
    transition: all .3s;
    font-weight: 300
}
.purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box img{
    width: .2rem;
    margin-left: .1rem;
    display: none;
    transition: all .3s;
}
@media (min-width: 768px) {
    .purchase-suppot-all .purchase-support-list .purchase-support-box:hover{
        background: #f8f8f8
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box:hover .purchase-support-title-box .title{
        margin-right: .1rem;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box:hover .purchase-support-title-box img{
        display: block;
        margin-left: .1rem;
    }
}

@media (max-width: 768px) {
    .purchase-suppot-all{
        padding: .94rem .5rem;
    }
    .purchase-suppot-all h4{
        font-size: .4rem;
    }
    .purchase-suppot-all .purchase-support-desc{
        font-size: .24rem;
    }
    .purchase-suppot-all .purchase-support-list{
        margin-top: .74rem;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box{
        width: 49%;
        background: #f8f8f8;
        flex-direction: row;
        border-radius: 0;
        flex: none;
        padding: .45rem 0.5rem;
        justify-content: flex-start;
        margin-bottom: .1rem;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box-0{
        width: 100%;
        white-space: nowrap;
        
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box-0 .purchase-support-title-box .title{
        display: flex;
        width: auto !important;
        position: relative;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box .title span{
        display: none !important;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box-0 .purchase-support-title-box .title span{
        padding-left: 0.4rem;
        position: relative;
        display: block !important;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box-0 .purchase-support-title-box .title span::before{
        content: '';
        width: 2px;
        height: 70%;
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0.2rem;
        top: 50%;
        transform: translateY(-50%);
    }


    .purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box{
        margin-top: 0;
        margin-left: .4rem;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-box-bg{
        width: .6rem;
    }
    .purchase-suppot-all .purchase-support-list .purchase-support-box .purchase-support-title-box .title{
        font-size: .25rem;
        /* width: 1.3rem; */
        white-space: nowrap;
    }
}