<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¬å…±æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
.common-top{
    margin-bottom: 40px;
}
.common-top h2{
    color: #333333;
    font-size:32px;
    font-weight:500;
    text-align: center;
    margin-bottom: 20px;
}
.common-row{
    width: 60px;
    height: 4px;
    background-color: #1F6CDD;
    margin: auto;
}
.common-desc{
    color: #999999;
    font-size:16px;
    font-weight:400;
    text-align: center;
}
/* é¼&nbsp;æ&nbsp;‡æ‚¬æµ®æŸ¥çœ‹æ›´å¤šhover */
.common-more-hide{
    display: none;
}
.common-more:hover a{
    color: #1F6CDD;
}
.common-more:hover .common-more-show{
    display: none;
}
.common-more:hover .common-more-hide{
    display: block;
}
/* å…¬å…±300*36æŒ‰é’®æˆ–æ™ºé½¿æ&nbsp;·å¼ */
.common-submit{
    width: 300px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    font-size:16px;
    font-weight:400;
    text-align: center;
    margin: auto;
    cursor: pointer;
    border-radius:2px;
    background-color: #1F6CDD;
}
.common-submit:hover{
    background-color: #357AE0;
}
.footer-intro{
    width: 994px;
    margin: 0 100px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding-top: 15px;
}
/* tax-table */
.tax-table{
    margin: auto;
    padding: 80px 0;
    background-color: #F7F8FB;
    overflow: hidden;
}
.proportion-img img{
    width: 1268px;
    margin: 0 auto;
    display: block;
    margin-top: 34px;
}
.proportion-button{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.proportion-button-left {
    float: left;
    margin-left: 251px;
    font-size: 24px;
    width: 350px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
    text-indent: 59px;
    position: relative;
    border-radius: 39px;
    cursor: pointer;
    background: linear-gradient(90deg, #FFAA00 0%, #FF8100 100%);
}
.proportion-button-right {
    width: 350px;
    margin-left: 34px;
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
    text-indent: 59px;
    position: relative;
    border-radius: 39px;
    cursor: pointer;
    background: linear-gradient(90deg, #5A8DF2 0%, #1464DB 100%);
}
.proportion-button-left img {
    position: absolute;
    width: 24px;
    top: 23px;
    right: 63px;
}
.proportion-button-right img {
    position: absolute;
    width: 24px;
    top: 23px;
    right: 63px;
}</pre></body></html>