.arttrain-tabs-box {
    margin: 0 20px;
    padding-bottom: 30px;
    background: #fff;
}
.arttrain-tabs-box.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
}
.tips-box {
    margin-bottom: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    height: 68px;
    line-height: 68px;
    background: linear-gradient(90deg, #FE6974 0%, #FF8089 100%);
    border-radius: 10px;
}
.tips-box .title{
    color: #fff;
    font-size: 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tips-box .title img{
    width: 28px;
    height: 30px;
    margin-right: 7px;
}
.tips-box .title span{
    font-size: 1.5rem;
}
.tips-box .btn-option{
    color: #FE6974;
    text-align: center;
    width: 90px;
    font-size: 26px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0px 10px 10px 0px;
}
.tabs-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabs-box .tab{
    color: #333;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 130px;
    height: 120px;
}
.tabs-box .tab img{
    width: 100%;
    height: 100%;
}