.tab-mine .left li{
    list-style:none;
    margin: 20px 0;
    padding: 5px 20px;
    cursor: pointer;
}
.tab-mine .left li:hover{
    color: rgb(14,144,255);
}
.tab-mine .left li.active{
    background: rgb(14,144,255);
    border-radius: 0 20px 20px 0;
    color: #fff;
}
.tab-mine .right .tab{
    display: none;
}
.tab-mine .right .tab.active{
    display: block;
}
.tab-mine{
    display: flex;
}
.tab-mine .left{
    flex-shrink: 0;
    margin-right: 50px;
}
.tab-mine .right{
    flex-grow: 1;
}
.tab-text-inside{
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    background-color: rgba(14,144,255, .8);
    padding: 5px 10px;
}
.tab-text-bottom{
    margin-top: 5px;
    color: #fff;
    background-color: rgba(14,144,255, .8);
    padding: 5px 10px;
}
.tab-item-box{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}