.page-lespros, .page-lespros-item{
    background-image: url(/common/design/user/img/lespros/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;

}
.txt-center{
    text-align: center;
}
.lespros-1 {
    min-height: 872px;
}
.lespros-1-top{
    padding-top: 60px ;
    margin-bottom: 80px;
    text-align: center;
    min-height: 131px;
}
.lespros-1-top img {
    min-height: 100px;
}
.lespros-1-top p{
    font-size: 23px;
    margin-top: 6px;
    color: #000;
}
.lespros-1-content{
    display: flex;
    justify-content: center;
    background-image: url(/common/design/user/img/lespros/bg_black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    min-height: 601px;
}
.lespros-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 601px;
}
.lespros-1-item{
    width: 25%;
    text-align: center;
    padding-bottom: 40px;
    min-height: 561px;
}
.lespros-1-item img{
    width: 100%;
    min-height: 500px;
}
.lespros-1-item .name-1{
    font-size: 27px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 10px;
}
.lespros-1-item .name-2{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.lespros-2{
    margin-top: 50px;
    padding-bottom: 200px;
}
.lespros-2-title{
    font-size: 27px;
    margin-bottom: 30px;
    border-bottom: 3px solid #000;
    display: inline-block;
    justify-content: center;
    line-height: 1.5;

}
.lespros-2-item{
    width: calc(25% - 15px);
    text-align: center;
    padding: 0px 7.5px;
}
.lespros-2-item p{
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 24px;
    line-height: 17px;
}
.lespros-2-item a{
    padding: 12px 20px;
    display: flex;
    background: #21b4e8;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    align-items: center;
    justify-content: center;

}
.lespros-2-item a span{
    font-size: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 1;
    width: 14px;
    height: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #21b4e8;
    background: #fff;
    margin-left: 4px;
}
.lespros-items.tabs-ct{
    display: flex;
    margin: 0px 7px;
}
.lespros-item{
    width: calc(25% - 15px);
    margin: 0px 7.5px;
}
.lespros-item a{
    display: flex;
    background: #fff;
    border: 1px solid #ddd;
    align-items: center;
    padding: 10px;
}
.lespros-item a.active{
    border: 1px solid #21b4e8;

}
.lespros-item p{
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: 30px;
    font-weight: 600;
}

.lespros-item .active p{
    color: #21b4e8;
}
.lespros-item-profile{
    display: flex;
    margin: 40px 0px 0px;
}
.profile-content{
    margin: 0px 30px;
    width: calc( 100% - 30%);
}
.profile-content .name-1{
    font-size: 27px;
    color: #000;
    margin-bottom: 6px;
}
.profile-content .name-2{
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}
.profile-content .profile-desc{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.profile-video{
    width: 100%;
    height: 340px;
    background: #ddd;
    text-align: center;

}
@media (max-width: 1100px) {
    .page-lespros, .page-lespros-item{
        background-image: url(/common/design/user/img/lespros/bg_sp.jpg);

    }
    .lespros-1-content{
        background-image: url(/common/design/user/img/lespros/bg_black_sp.jpg);
        min-height: 214px;
    }
    .lespros-1-top {
        padding-top: 50px;
        margin-bottom: 32px;
        min-height: 105px;
    }
    .lespros-list{
        width: 100%;
        margin: auto;
        min-height: 214px;
    }
    .lespros-1-item .name-1{
        font-size: 24px;
    }
    .lespros-2-item{
        width: calc(50% - 10px);
        text-align: center;
        padding: 0px 5px;
        margin-bottom: 30px;
    }
    .lespros-2-item p{
        font-size: 24px;
        line-height: 25px;
    }
    .lespros-item a{
        display: block;
    }
    .lespros-item a img{
        width: 100%;
    }
    .lespros-item p{
        margin: 10px 0px 0px;
        text-align: center;
    }
    .lespros-item-profile{
        display: block;
        border: none;
        padding: 0px 10px;
    }
    .profile-content{
        width: 100%;
        margin: 0px 0px 20px;
        display: flex
    }
    .profile-content div{
        margin-left: 30px;
        width: 50%;
    }
    .lespros-2{
        padding-bottom: 30px;
    }
    .profile-content .profile-desc {
        margin-bottom: 0px;
    }
    .profile-desc a{
        overflow-wrap: break-word;
    }
    .lespros-1-top img {
        min-height: 51px;
    }
    .lespros-1-item img {
        min-height: 136px;
    }
    .lespros-1-item {
        min-height: 194px;
    }
    .lespros-1 {
        min-height: 402px;
    }
}
@media (max-width: 575px){
    .lespros-1-top .container_s1{
        padding: 0px 15px;
    }
    .lespros-1-item .name-1 {
        font-size: 16px;
    }
    .lespros-1-item .name-2 {
        font-size: 12px;
    }
    .lespros-1-item{
        padding-bottom: 20px;
    }
    .lespros-2-item a{
        padding: 10px;
    }
    .lespros-2-item p {
        font-size: 18px;
        line-height: 19px;
    }
    .lespros-item {
        width: calc(25% - 4px);
        margin: 0px 2px;
    }
    .lespros-item a{
        padding: 8px 6px 14px;
    }
    .lespros-item p {
        font-size: 14px;
        margin-top: 8px;
    }
    .profile-content img{
        width: 50%;
        object-fit: cover;
    }
    .lespros-item-profile{
        margin-top: 20px;
        padding: 0px 5px;
    }
    .profile-content div, .profile-content .profile-desc{
        margin-left: 8px;
    }
    
}
.lespros-2-item img {width: 100%}
.border-none {border: none!important;}
.lespros-2-item a.twitter-button {margin: 5px auto}
@media (min-width: 300px) and (max-width: 349px) {
    .lespros-2-item a {font-size: 13px}
}

@media (min-width: 350px) {
    .lespros-2-item a {font-size: 17px}
}
