<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.i-w {
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
}
.i-h {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.i-h span {
    position: relative;
    z-index: 22;
}
.i-h .i-b {
    content: "";
    width: 102px;
    height: 7px;
    opacity: 0.7;
    background: #2f8aef;
    border-radius: 4px 0px 4px 0px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -51px;
    z-index: 1;
}
.youshi {
    margin-top: 30px;
    text-align: center;
}
.youshi img {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.youshi-header {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-top: 12px;
}
.youshi-subheader {
    width: 267px;
    font-size: 12px;
    text-align: center;
    color: #acacac;
    margin-top: 8px;
    word-break: break-all;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
}
.coopers {
    display: table;
    width: 100%;
}
.coopers.limit-height {
    overflow: hidden;
    max-height: 195px;
    display: block;
}
.coopers img {
    float: left;
    width: 223px;
    height: 76px;
    border-radius: 4px;
    margin-right: 13px;
    margin-top: 20px;
}
.coopers img:nth-of-type(5n) {
    margin-right: 0;
}
.more-coopers {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
.more-coopers:hover {
    color: #2f8aef;
}
.lianxi {
    margin-top: 30px;
    display: table;
    width: 100%;
}
.loc-map {
    float: left;
    width: 600px;
    height: 360px;
}
.loc-info {
    float: left;
    margin-left: 20px;
}
.loc-header {
    font-size: 24px;
    color: #333333;
    margin-bottom: 8px;
}
.loc-txt {
    margin-top: 12px;
    font-size: 16px;
    color: #999999;
}
.jianjie {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.j-img {
    float: left;
    width: 446px;
    height: 345px;
    position: relative;
}
.j-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 300px;
    border-radius: 4px;
    z-index: 1;
}
.j-img img:nth-child(1) {
    -webkit-filter: blur(6px); /* Chrome, Opera */
    -moz-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.j-img img:nth-child(2) {
    top: 45px;
    left: 46px;
    z-index: 2;
}
.j-info {
    float: left;
    width: 673px;
    margin-left: 20px;
    margin-top: 101px;
}
.j-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.j-m {
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
    line-height: 1.5;
    white-space: pre-line;
}
</pre></body></html>