<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner-samil{
    height: 47.5rem;
    background: #fcfcfc url('/static/cms/cn/images/case-banner.jpg') no-repeat center right;
    line-height: 5.6rem;
    position: relative;
}

#banner-samil&gt;div{
    position: relative;
    height: 100%;
}
#banner-samil&gt;div&gt;div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.feedback-item{
    height: 210px;
    padding: 6rem 3rem 0;
    position: relative;
}

.feedback-item&gt;p{
    line-height: 26px;
}

.feedback-item&gt;.logo{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.feedback-item&gt;.logo&gt;img{
    max-width: 20rem;
    max-height: 7rem
}
.customers-item{
    height: 82px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    margin: 0.8rem;
}


.customers-item&gt;div{
    background: url('/static/cms/cn/images/case_customers.png') no-repeat;
    background-size: 82.2rem 20.5rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}


@media only screen and (min-width: 992px) {
    .el-col-md-5 {
        width: 20%;
    }
}

@media (max-width: 768px) {
    #banner-samil{
        /*background-size: 43.1rem 22.5rem;*/
        height: 200px;

    }
    .feedback-item{
        padding: 0;
    }
}</pre></body></html>