<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #333;
}

a:hover {
    color: #FA6E00;
}

.er-banner {
    width: 100%;
    height: 280px;
    background: url("/tax5/images/export_rebate/banner.jpg") no-repeat;
    background-size: 100% 100%;
}

.er-menu {
    background: #fff;
    height: 60px;
    width: 800px;
    border-radius: 6px;
    display: inline-table;
    position: relative;
    top: -30px;
    line-height: 60px;
    box-shadow: 0px 0px 21px 0px rgba(143, 143, 143, 0.44);
}

.er-menu-list {
    width: 150px;
    height: 36px;
    display: inline-block;
    font-size: 18px;
}

.er-menu-list-check {
    background: #FA6E00;
    border-radius: 18px;
    color: #fff;
    padding: 6px 22px;
}

.er-menu-list-span:hover {
    background: #FA6E00;
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
    padding: 6px 22px;
}

.er-menu-list-span:hover a {
    color: #fff;
}
</pre></body></html>