<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
body{
    background: #F5F5F5;
}
.hide{
    display: none;
}
/*å…¬ç”¨æ&nbsp;‡å¤´start*/
.public-title{
    margin-top: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public-title-line1{
    width: 593px;
    height: 2px;
    background:linear-gradient(244deg, rgba(0,160,160,1) 50%,rgba(160,160,160,0) 100%);
    margin-right: 30px;
}
.public-title-line2{
    width: 593px;
    height: 2px;
    background:linear-gradient(244deg, rgba(160,160,160,0) 0,rgba(0,160,160,1) 50%);
    margin-left: 30px;
}
.public-title-content{
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 36px;
    color: #444444;
}

.h5-public-title{
    margin-top: 0.90rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h5-public-title-line1{
    width: 2.68rem;
    height: 0.02rem;
    background:linear-gradient(244deg, rgba(0,160,160,1) 50%,rgba(160,160,160,0) 100%);
    margin-right: 0.1rem;
}
.h5-public-title-line2{
    width: 2.68rem;
    height: 0.02rem;
    background:linear-gradient(244deg, rgba(160,160,160,0) 0,rgba(0,160,160,1) 50%);
    margin-left: 0.1rem;
}
.h5-public-title-content{
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 0.4rem;
    color: #1D1D1D;
}
.h5-public-title2{
    margin-top: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #1D1D1D;
    line-height: 0.4rem;
    text-align: center;
    position: relative;
}
.h5-public-title2::after {
    content: "";
    position: absolute;
    height: 0.12rem;
    width: 0.12rem;
    background: #1D1D1D;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
}
/*å…¬ç”¨æ&nbsp;‡å¤´end*/</pre></body></html>