<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.probgc {
    position: relative;
}

.probgc img {
    width: 100%;
    margin-top: 2.75rem;
}

.probgc .info {
    position: absolute;
    z-index: 2;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.probgc .info div:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: bold;
}

.probgc .info div:nth-of-type(2) {
    width: 2rem;
    height: 0.125rem;
    background: #FFFFFF;
    margin: .625rem 0 .9375rem;
}

.probgc .info div:nth-of-type(3) {
    font-size: 1.0625rem;
}

.promenu {
    height: 4.1875rem;
    background: #F3F3F3;
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.promenuitem {
    width: 6.375rem;
    height: 2.0625rem;
    border-radius: .125rem;
    line-height: 2.0625rem;
    color: #666666;
    font-size: .875rem;
    background: #fff;
    margin-right: .8125rem;
    text-align: center;
    flex-basis: 6.375rem;
    flex-shrink: 0;
}

.active {
    background: #114593;
    color: #fff;
}

.caselist {
    padding: 1.4375rem .8125rem;
    background-color: #fff;
}
.case img{
    width: 100%;
}
.case {
    margin-bottom: 1.125rem;
}
.case .info {
    background-color: #F3F3F3;
    padding: 1.125rem .8125rem;
}
.info .tit {
    color: #333333;
    font-size: 1.0625rem;
    font-weight: bold;
}
.info .line {
    width: 1.1875rem;
    height: .1875rem;
    background: #114593;
    margin: .75rem 0 .625rem;
}
.info .con {
    color: #333333;
    font-size: .8125rem;
    line-height: 1.3125rem;
    margin-bottom: .9375rem;
}
.jyfw {
    margin-bottom: .625rem;
}
.jyfw,.address {
    display: flex;
}
.jyfw span:nth-of-type(1),.address span:nth-of-type(1) {
    width: 22%;
    color: #333333;
    font-size: .8125rem;
    font-weight: bold;
}
.jyfw span:nth-of-type(2),.address span:nth-of-type(2) {
    width: 77%;
    color: #333333;
    font-size: .8125rem;
    line-height: 1.3125rem;
}</pre></body></html>