<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pb-main{
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px
    rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    padding-top: 0;
}
.pb-main .s1 {
    margin: 0 auto;
    height: 132px;
    overflow: hidden;
    padding: 40px 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}
.pb-main .s1:after{
    content:"";
    display: block;
    height: 12px;
    background-image: linear-gradient(180deg,
    #f5f5f5 0%,
    #ffffff 100%);
    position: absolute;
    width:100%;
    left:0;
    bottom:0;
}
.s1 div {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
}

.s1 div b {
    font-size: 26px;
    color: #fa4f21;
    font-weight: bold;
    padding: 0 6px 0 1px;
}

.s1 .tocredits {
    float: left;
    width: 150px;
    height: 28px;
    border-radius: 14px;
    border: solid 1px #ff8235;
    margin: 5px 0 0 15px;
    font-size: 14px;
    color: #ff6200;
    text-align: center;
    line-height: 28px;
}

.s1 .to-rule {
    font-size: 18px;
    color: #000000;
    float: right;
    cursor: pointer;
}


.s2 {
    width: 1140px;
    margin: auto;
}

.s2 .s2-toggle {
    height: 46px;
    margin-bottom: 25px;
}

.s2 .s2-toggle .li {
    width: 136px;
    margin: 0 42px 0 0;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    position: relative;
    float: left;
    height: 46px;
}
.s2 .s2-toggle .li.active{
    color: #fb6026;
}
.s2 .s2-toggle .li.active:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fb6026;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

.s2 .s2-con {
    padding-bottom: 5px;
}

.s2-con .s2-assort {
    width: 100%;
    height: 25px;
    margin: 0 auto 28px;
}

.s2-con .assort-li {
    height: 23px;
    border-radius: 12px;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    color: #9b9b9b;
    margin-right: 20px;
    cursor: pointer;
    float: left;
    border: solid 1px #929292;
    padding: 0 16px;
}

.s2-con .assort-li.active {
    color: #fb6026;
    border-color: #fb6026;
}

.s2-main {
    width: 100%;
    margin: auto;
}
.s2-main-con{
    height: 710px;
    overflow: hidden;
}
.s2-main .thead{
    width: 1140px;
    height: 40px;
    background-color: #f6f6f6;
    line-height: 40px;
}
.s2-main .thead div{
    float:left;
    line-height: 40px;
    font-size: 16px;
    color: #000000;
    margin:0 5px;
    font-weight: bold;
    text-align: center;
}
.s2-main .col1{
    width:240px;
}
.s2-main .col2{
    width:240px;
}
.s2-main .col3{
    width:460px;
    /* text-align: left !important; */
}
.s2-main .col4{
    width:160px;
}
.s2-main .title{
    display: none;
}


.s2-main .title div {
    margin-right: 50px;
}

.s2-main .li {
    height: 70px;
    border-top:1px solid #b4b4b4;

}
.s2-main .li:first-child{
    border-top:0;
}
.s2-main .li div{
    float:left;
    padding: 12px 0;
    /* height: 46px; */
    line-height: 46px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s2-main .li .col3.isLeft{
    text-align:left;
    padding-left: 32px;
    box-sizing: border-box;
}
.s2-main .li div img{
    display: inline-block;
    width: 100px;
    height: 47px;
    vertical-align: bottom;
    margin-right: 10px;
    border-radius: 6px;
}

.s2-main .money.orange {
    color: #fa4f21;
}

</pre></body></html>