<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;
    list-style: none;
    outline: none;
    color: #FFFFFF;
}

.foot {
    background: #333333;
    width: 100%;
    height: 363px;
    margin-top: 10px;
}

.address {
    width: 1100px;
    background: red;
    display: flex;
    margin: 0 auto;
    height: 98px;
    flex: 1;
}

.address li {
    width: 220px;
    height: 100%;
    cursor: pointer;
}

.address li p {
    margin-left: 23px;
}

.grey {
    background: #232323;
}

.bla {
    background: #181818;
}

.foot-code {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.left-code {
    display: flex;
    margin-top: 81px;
}

.left-code li {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #FFFFFF;
    opacity: 0.6;
}

.left-code li a{
    color:#b4b4b4
}

.left-code li a:hover{
    color:#00c2ff
}



.right-code {
    display: flex;
    margin-top: 27px;
}

.wenzi {
    opacity: 0.3;
    text-align: center;
    font-size:14px;
}

.copyright {
    width: 100%;
    background: black;
    text-align: center;
    line-height: 85px;
    opacity: 0.4;
}


.head {
    width: 100%;
    height: 90px;
    background: #474747;
    z-index: 12;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head-center {
    width: 1100px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 115px;
    height: 90px;
    background: url(../../freewings/img/2/LOGO.png) 0 0/100% 100%;
    margin-right: 200px;
}
.h-c {
    display: flex;
    justify-content: space-between;
    width: 480px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -2px;
    color: #c0c0c0;
}

.h-c a:hover {
    color: #0094ff;
    text-decoration: underline;
}

.header-input {
    margin-left: 49px;
    width: 201px;
    height: 32px;
    border-radius: 4px;
    background: #323232;
    display: flex;
}

.header-input input {
    border-radius: 4px;
    outline: none;
    background: #323232;
    border: none;
    text-indent: 10px;
    width: 100%;
}

.box {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #1c1c1c;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 13px;
    color: #5c5c5c;
    cursor: pointer;
}

.pagination {
    display: block;
    padding-left: 0;
    margin:auto;
    border-radius: 4px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 55px;
}
.pagination &gt; li {
    display: inline;
    margin: 0 5px;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
    font-size: 20px;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #484848;
    border-radius:2px;
    text-decoration: none;
    background-color: #202020;

}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
    color: white;
    background-color:#757374;
    border-color: #ddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
    z-index: 2;
    color: #333;
    cursor: default;
    background-color:#757374;
    border-color: #428bca;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
    color: #333;
    cursor: not-allowed;
    border-color: #ddd;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}</pre></body></html>