<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

#details {
    background: #ffffff;
    font-family: "å¾®è½¯é›…é»‘";
    margin-bottom: 60px;
}

#details .center {
    width: 1210px;
    margin: 22px auto 0 auto;
}

#details h2 {
    line-height: 28px;
    text-indent: 4px;
    border-left: 4px solid #0099AD;
    font-size: 20px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    color: #000000;
    margin-top: 40px;
}

#details .p1 {
    line-height: 22px;
    text-indent: 4px;
    font-family: Source Han sans-serif;
    border-bottom: none;
    font-size: 16px;
    color: #666666;
}

#details .p1&gt;span {
    cursor: pointer;
}

#details .topTitle {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#details .topTitle .title {
    height: 45px;
    font-size: 32px;
    font-family: Source Han sans-serif;
    line-height: 45px;
    color: #000000;
}

#details .topTitle .right {
    display: flex;
    justify-content: flex-start;
}

#details .topTitle .right&gt;div {
    cursor: pointer;
}

#details .topTitle .right&gt;div:nth-of-type(1) {
    padding-top: 18px;
    display: flex;
    align-items: center;
}

#details .topTitle .right&gt;div:nth-of-type(1)::before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 18px;
    background: url("../img/share2.png") no-repeat;
    background-size: 100%;
    margin-right: 12px;
}


#details .topTitle .right&gt;div:nth-of-type(2) {
    width: 200px;
    height: 64px;
    background: #0099AD;
    font-size: 20px;
    font-family: Source Han sans-serif;
    line-height: 64px;
    color: #FFFFFF;
    text-align: center;
    margin-left: 40px;

}

#details .line {
    margin-top: 40px;
    height: 1px;
    overflow: hidden;
    width: 960px;
    background: #666666;

}

#details .info {
    height: 28px;
    font-size: 20px;
    font-family: Source Han sans-serif;
    line-height: 28px;
    color: #333333;
}

#details .introduce {
    margin-top: 20px;
    width: 960px;
    font-size: 14px;
    font-family: Source Han sans-serif !important;
    color: #333333;
    line-height: 32px;
    white-space: pre-line;
}

#details .introduce&gt;p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 20px;
    color: #333333;
    word-wrap: break-word;
    word-break: break-all;

}








#post {
    background: #f7f7f7;
    font-family: "å¾®è½¯é›…é»‘";

}


#post .center {
    width: 1210px;
    margin: 0 auto;
    padding-top: 40px;
}


#post h2 {
    line-height: 28px;
    text-indent: 4px;
    border-left: 4px solid #0099AD;
    font-size: 20px;
    font-family: Source Han sans-serif;
    font-weight: bold;
    color: #000000;

}

#post .cardBox {
    background: #F7F7F7;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

#post .cardBox .card {
    margin-bottom: 24px;
    width: 590px;
    height: 169px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px;
}

#post .cardBox .card:hover {
    margin-top: -4px;
    border: 1px solid #0099AD;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0500);
}

#post .cardBox .card:nth-of-type(even) {
    margin-left: 20px;
}

#post .cardBox .card .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#post .cardBox .card .flexBox&gt;.title {
    height: 33px;
    font-size: 24px;
    font-family: Source Han sans-serif;
    line-height: 33px;
    color: #000000;
}

#post .cardBox .card .flexBox&gt;.price {
    height: 33px;
    font-size: 24px;
    font-family: Source Han sans-serif;
    line-height: 33px;
    color: #0099AD;
}

#post .cardBox .tagBox {
    margin-top: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#post .cardBox .tagBox .tag {
    padding: 2px 8px;
    background: #F2F9FF;
    border-radius: 12px;
    font-size: 13px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #0099AD;
    margin-right: 10px;
}

#post .cardBox .bottomInfo {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#post .cardBox .bottomInfo .introduce {
    width: 420px;
    height: 48px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 28px;
    color: #666666;
    margin-right: 14px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* è¿™é‡Œæ˜¯è¶…å‡ºå‡&nbsp;è¡Œçœç•¥ */

}

#post .cardBox .bottomInfo .pic {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
}

#post .cardBox .bottomInfo .pic&gt;img {
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-bottom: 6px;
}

#post .cardBox .bottomInfo .pic&gt;p {
    height: 20px;
    font-size: 14px;
    font-family: Source Han sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    display: none;
}

#post .cardBox .card .bottomInfo .pic:hover&gt;p {
    display: block;
}</pre></body></html>