<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.infor_go {
    border: 0;
    margin-top: -6px;
    margin-left: -6px;
    width: 120px;
    font-size: 20px;
    height: 48px;
    border-radius: 0 91px 91px 0;
    background: #FA6E00;
    color: #fff;
    padding: 0 20px;
}

.infor_go:hover, infor_go:focus {
    color: #fff;
    background: #ea6800;
}

.er-shadow {
    box-shadow: 0 0 18px 0 rgba(143, 143, 143, 0.16);
    border-radius: 6px;
}

.er-law-menu {
    margin-right: 18px;
    color: #838383;
}

.er-title {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.er-new-tag {
    width: 18px;
    height: 18px;
    border-radius: 2px 7px 2px 7px;
    background: #FA6E00;
    color: #fff;
    font-size: 10px;
    float: left;
    margin-top: 12px;
    line-height: 18px;
    text-align: center;
}

.er-download-card {
    border-top: 3px solid #FFB680;
    height: 333px;
    transition: .3s;
    text-align: center;
    padding: 0 16px;
    border-radius: 0 0 6px 6px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.er-download-card:hover {
    transform: translate(-4px, -4px);
    border-top: 3px solid #FA6E00;
    box-shadow: 0 0 18px 0 rgba(143, 143, 143, 0.16);
}

.er-download-li li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #EF7800;
    vertical-align: middle;
    margin-right: 10px;
}

.er-download-btn {
    display: inline-table;
    width: 120px;
    height: 30px;
    border-radius: 6px;
    line-height: 30px;
    border: 1px solid #FA6E00;
    transition: .3s;
    color: #FA6E00;
    cursor: pointer;
    margin-top: 12px;
}

.er-download-btn:hover {
    background: #FA6E00;
    color: #fff;
}

.er-parting {
    margin-right: 11px;
    border-left: 4px solid #FA6E00;
    background: #FA6E00;
    border-radius: 2px;
}

.over-hide {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tool-title {
    margin: 14px 0;
    font-size: 21px;
    font-weight: 400;
    height: 31px;
}

.down-icon {
    filter: opacity(0.5);
    width: 100px;
    height: 100px;
}

.down-icon:hover,.down-icon-check{
    filter: opacity(1);
}</pre></body></html>