
.c-tabList-com{
    width: 100%;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    max-height: 500px;
    min-height: 200px;
    padding-bottom: 150px;
    overflow: scroll;
    >.item{
        margin-top: 15px;
        display: flex;
        width: 100%;
        height: 65px;
        justify-content: center;
        align-items: center;
        background:linear-gradient(360deg,rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
border-radius:4px;
border:1px solid rgba(217,217,217,1);
    }
}