<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
    min-height: 2rem;
    line-height: 2rem;
    color:#666;
    border-collapse: collapse;
}
td{
    padding: .4rem 2rem;
    border:.1rem solid #dedede;
}
thead th{
    background: #909090;
    border: .1rem solid #dedede;
    text-align: center;
    color: #fff;
    padding: .4rem;
}
table{
    margin: 3rem 0;
}
blockquote{
    margin: 1.6rem 0 1.6rem 0;
    padding: 0rem .8rem;
    font-size: 1.2rem;
    font-family: '寰蒋闆呴粦',STXihei,Verdana,Calibri,Helvetica,Arial,sans-serif;
    color: #6a737d;
    border-left: .45rem solid #dfe2e5
}
p{
    line-height: 2rem;
    font-size: 1.3rem;
    padding:1rem 0;
    
}
.b-title{
    font-family: '寰蒋闆呴粦',STXihei,Verdana,Calibri,Helvetica,Arial,sans-serif;
    line-height: 2rem;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    letter-spacing: .07rem;
    background: #f5f5f5;
    text-shadow: 5px -5px black, 4px -4px white;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.pay_txt{
    text-shadow: .1rem .1rem .1rem #ddd;
    color: #2a2a2a;
}
.pay_item{
    margin-top: 2rem;
    padding:.5rem 1rem;
    box-shadow: 0 0 .5rem #ddd;
    border-radius: .3rem;
    transition-duration: .35s;
    cursor: pointer;
    opacity: 0.7;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.pay_item:hover{
    margin-top: 1rem;
    opacity: 1;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.2), 0 10px 10px 0 rgba(0,0,0,0.30);
}
.pay_item img{
    background: #666;
    width: 90%;
    margin: 2.4rem 0 2.4rem 5%;
}
#right_nav {
    border: 2px solid #d7e7fb;
    box-shadow: none;
}
#right_nav .box {
    border-color: #d7e7fb;
}
#spotlight{
    background: rgba(0,0,0,.7) !important;
}
#spotlight.menu .header {
    transform: translateY(-60px) !important;
}

video{
    width: 100%;
}
@media screen and (max-width: 600px) {
    video{
        width: 100% !important;
    }
}</pre></body></html>