.title-circle:after {
    width: 160px;
    height: 160px;
    content: '';
    border-radius: 100%;
    background: #da261d36;
    position: absolute;
    top: -50px;
    left: -30px;
    z-index: 1;
}
.title-layout {
    position: absolute;
    z-index: 2;
    font-size: 40px;
    color: #111;
    font-weight: 500;
}
.title-p{
    position: absolute;
    top: 63px;
    left: 50px;
}
.circle-line{
    width: 100%;
    height: 1px;
    position: absolute;
    background: #333;
}
.slider-flot{
    float: right;
}
.thumbhnail-flot{
    float: left;
}
