<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.uiwu-box-header {
    width: 100%;
    height: 404px;
    background: #265CED;
    background-size: cover;
}
.uiwu-flex-column {
    display: flex;
    flex-direction: column;
}
.uiwu-flex-align {
    align-items: center;
}
.uiwu-box-header .user {
    display: flex;
    align-items: center;
    justify-content: center;
}
.uiwu-box-header .user img {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    margin-right: 16px;
}
.uiwu-box-header .user p {
    font-size: 32px;
    font-weight: 600;
    color: #F5F5F5;
    margin-bottom: 5px;
}
.uiwu-box-header .user span {
    font-size: 16px;
    font-weight: 400;
    color: #F5F5F5;
    display: block;
}
.uiwu-box-header .p1 {
    max-width: 882px;
    font-size: 16px;
    font-weight: 400;
    color: #F5F5F5;
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.uiwu-max-width {
    max-width: 1440px;
    margin: 0 auto;
}
@media screen and (min-width: 1025px){
.uiwu-max-width {
    min-width: 1025px;
}
}
.uiwu-box-menu {
    padding: 0 20px;
    margin-top: 60px;
}
.uiwu-box-menu li {
    width: 100%;
    min-height: 237px;
    height: auto;
    background: #F8F8F8;
    box-shadow: 2px 3px 20px 2px rgba(62, 62, 62, 0.15);
    border-radius: 5px;
    margin-bottom: 38px;
    padding: 45px;
}
li {
    list-style: none;
}
ul, li {
    list-style: none;
    list-style-type: none;
}
.uiwu-box-menu li div {
    display: flex;
    align-items: center;
}
.uiwu-box-menu li p {
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
.uiwu-box-menu li div span {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 42px;
    margin-left: 20px;
}</pre></body></html>