.gallery-block{
    padding: 15px;
}

.level-one-title{
    margin-left: 5px;
    font-weight: 700;
    margin-bottom: 10px
}
.level-one-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
.level-one-block:after{
    content:'';
    width: 31%;
    height: 0;
    display: block;
}
.level-one-info{
    display: block;
    width: 31%;
    position: relative;
    margin-bottom: 10px;
}
.level-one-info img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.level-two-title{
    background: rgba(0,0,0,0.5);
    width:100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 10px 10px;
    text-align: center;
}
.detail-main{
    position: relative;
    width: 100%; 
    height: auto;
    margin: 55px 15px 15px;
    overflow-y: auto;

}
.detail-img{
    position: absolute;
    border-radius: 5px;
}
.detail-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.ovh{
    overflow: hidden
}
.score{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff0000
}
.apply-btn{
    position: fixed;
    right: 5px;
    border-radius: 50%;
    background: red;
    color: #fff;
    bottom: 80px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}