<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header{
    min-width: 1200px;
    background-color: #fff;
}

#footer{
    min-width: 1200px;
}

.header-shell{
    height: 74px;
    width: 1200px;
    margin: 0 auto;
}

.page-shell{
    width:600px;
    font-size:16px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.page-shell li{
    flex: 1;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    height: 100%;
}

.page-shell li a{
    color: rgba(51,51,51,1);
    font-weight:700;
}

.page-shell li .hrefborder {
    border-bottom: 4px solid #1AA39D;
    color: #1AA39D;
}

.header-company-icon{
    width:86px;
    height:34px;
    padding-top: 22px;    
    margin-right: 100px;
}
.header-company-icon img{
    width:100%;
    height:100%;
}

.header-company-avatar{
    padding-top: 16px; 
    margin-right: 57px;
    display: none;
}
.header-company-avatar img{
    cursor: pointer;
    width:42px;
    height:42px;
}

.header-company-login{
    padding-top: 22px;
}

.signin-or-signout{
    padding-top: 22px;
    margin-left: 20px;
    display: none;
}

.header-company-login p,.signin-or-signout p{
    width:128px;
    height:34px;
    background:rgba(26,163,157,1);
    border-radius:4px;
    cursor: pointer;
    text-align: center;
    font-size:16px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:34px;
}

.signin-or-signout p {
    width: 100px;
}

.footer-shell{
    height:394px;
    background:rgba(11,33,46,1);
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(128,128,128,1);
}

.footer-main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 109px;
    height: calc(100% - 162px);
}

.company-profile{
    float: left;
}

.company-profile .name{
    font-size:16px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 25px;
}

.company-profile .details{
    line-height: 24px;
    margin-bottom: 20px;
}

.classification img{
    margin-right: 59px;
    cursor: pointer;
}

.contact-list{
    float: right;
    margin-left: 143px;
}

.contact-list li{
    margin-bottom: 25px;
}

.contact-list li a{
    color: rgba(128,128,128,1);
}

.contact-list:last-child{
    margin-left: 0;
}

.contact-title{
    height:14px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(204,204,204,1);
}

.serial-number{
    border-top: 1px solid #4B5366;
    font-size:12px;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:52px;
    text-align: center;
}</pre></body></html>