<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*澶撮儴鎼滅储*/
.heade-search{
    width: 100%;
    height: 150px;
    float: left;
    background-image: linear-gradient(to right, #2fc5ac, #3897bf);

}
.head-center{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
    margin-top: 30px;
}
.center-left{
    width: 200px;
    margin-top: 18px;
    float: left;
}
.center-center{
    width: 370px;
    float: left;
    background: white;
    margin-left: 188px;
    border-radius: 10px;
    margin-top: 20px;
}
.center-right{
    float: right;
    text-align: right;
    font-size: 16px;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}
.log{
    float: left;
    cursor: pointer;
}
.inp{
    width: 290px;
    height: 46px;
    float: left;
    outline: none;
    padding-left: 10px;
    color: silver;
    border: none;
    min-width: 0px;
    border-radius: 10px;
}
.search{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 15px;
    margin-left: 27px;
    cursor: pointer;
}
/*nav*/
.nav{
    width: 100%;
    height: 50px;
    float: left;
    background-image: linear-gradient(to right, #3897bf, #2fc5ac);
}
.nav-ul{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    list-style: none;
    cursor: pointer;
}
.nav-li{
    float: left;
    width: 240px;
    height:50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.active-nav{
    background: #298DB6 !important;
}

.head-icon {
    width: 22px;
    float: left;
}

.details-top {
    width: 100%;
    float: left;
}</pre></body></html>