<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
span {
    position: relative;
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

.bg-red-500 {
    background-color: #f44336 !important;
}

.font-bold {
    font-weight: bold;
}

/* é•œåƒ */
.imgY180 {
    transform: rotateY(180deg);
}

/* é€æ˜Žè¾¹æ¡† */
.trBorder {
    border: .02px solid rgba(0, 0, 0, 0);
}

/* é«˜æ–¯æ¨¡ç³Šï¼ˆç»™éœ€è¦æ¨¡ç³Šçš„å—åŠ&nbsp;ä¸Šï¼‰ */
.mask {
    filter: blur(5px);
    user-select: none;
}

.mask::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.zoomMove {
    animation-name: zoomMove;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes zoomMove {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.none {
    display: none !important;
}

.trh1 {
    font-size: 0;
    position: absolute;
    top: -10000px;
    opacity: 0;
}

.pcBg {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page {
    background: #ff2500;
    overflow: hidden;
    width: 100%;
    padding-bottom: 80px;
}

.topBg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.centerBg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bottomBg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.h1Img {
    position: relative;
    left: 42px;
    width: 100%;
}

.content {
    width: 100%;
    z-index: 5;
}

.box2_tableTop {
    width: 100%;
    height: 213px;
    background: url(../images/tableBg1.png) no-repeat;
    background-size: 100% auto;
}

.box2_title {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 400;
    color: #FFFCD6;
    position: relative;
    top: 40px;
    font-weight: bold;
}

.magIcon {
    width: 166px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -417px;
    margin-top: -44px;
}

.table,
.table thead tr th,
.table tbody tr td {
    border: 0px solid #0094ff;
}

.table thead tr th {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    background: #fee583;
    padding: 0.5rem 0;
    border: #FF2500 1px solid;
}

.table {
    width: 90%;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
}

.table tbody tr td {
    padding: 23px 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    border: #FF2500 1px solid;
}

.box2_tableBox {
    width: 100%;
    background: url(../images/tableBg2.png) repeat;
    background-size: 100% auto;
    margin-top: -6px;
    height: 584px;
    overflow: hidden;
}

.tableBg3 {
    margin-top: 0px;
    background: url(../images/tableBg3.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 114px;
}

.tableSelect {
    margin: 0 auto;
    width: 126px;
    height: 39px;
    border: 1px solid #000000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/downBlankIcon.png) no-repeat center;
    background-size: 11px 7px;
    background-position-x: 94%;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.tableSkipBtn {
    width: 98px;
    height: 35px;
    background: linear-gradient(84deg, #FFBA00 1%, #FF7200 49%, #F32E00 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
}

.bg-blue {
    background: linear-gradient(84deg, #9dc2f6 1%, #7bb1f9 49%, #68a6f8 100%) !important;
}

.tableLongWidth {
    width: 240px;
}

.pageBox {
    width: 100%;
}

.box3 {
    margin-top: 40px;
}

.box3_bgBox {
    width: 100%;
    height: 643px;
    background: url(../images/box3Bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
}

.box3_title {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 50px;
    font-weight: 400;
    color: #FF0000;
    line-height: 33px;
    font-weight: bold;
    -webkit-text-stroke: 1px #FFF3C7;
    text-stroke: 1px #FFF3C7;
}

.box3_tableBox {
    margin: 30px auto 0 auto;
    width: 1080px;
    height: 438px;
    border-radius: 12px;
    background: #D80000;
    overflow: hidden;
}

.box3_table,
.box3_table thead tr th,
.box3_table tbody tr td {
    border: 0;
}

.box3_table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.box3_table thead tr th {
    background: #ff4504;
    padding: 10px;
    font-size: 26px;
    font-weight: 500;
    color: #FFEB8B;
    line-height: 33px;
}

.box3_table tbody tr td {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFEFE;
    line-height: 28px;
}

.box3_scrollBox {
    width: 100%;
    height: calc(100% - 53px);
    overflow-y: auto;
}

.box3_scrollBox::-webkit-scrollbar {
    display: none
}

.box3_scrollBox {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.box3_table tbody tr:nth-child(2n) {
    background: #ff4504;
}

.box3_btn {
    width: 325px;
    height: 100px;
    background: url(../images/box3_btn.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0 auto;
}

.box3_btn span {
    font-size: 36px;
    font-weight: bold;
    color: #FF2500;
    display: block;
    margin-right: 10px;
}

.box3_btn img {
    width: 32px;
    position: relative;
    top: 4px;
}

.box4 {
    margin-top: 179px;
}

.box4Title {
    display: block;
    width: 438px;
    margin: 0 auto 50px auto;
}

.box4_flexBox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.box4_box {
    width: 376px;
    height: 578px;
    background: url(../images/box4Bg.png) no-repeat;
    background-size: 100% auto;
    padding-top: 42px;
}

.box4_boxTitle {
    width: 242px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    color: #FFE68E;
    margin-bottom: 13px;
}

.box4_imgBox {
    width: 325px;
    height: 256px;
    background: #FFFFFF;
    box-shadow: 2px 2px 7px 0px #BABABA;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.box4_imgBox img {
    width: 95%;
    height: 95%;
}

.box4_textBox {
    width: 80%;
    height: 78px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 33px;
    text-align: center;
    margin: 0px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box4_btn {
    width: 242px;
    height: 78px;
    background: url(../images/box4_btn.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.box4_btn span {
    font-size: 27px;
    font-weight: bold;
    color: #FFE68E;
    line-height: 25px;
    display: block;
    margin-right: 10px;
}

.box4_btnIcon {
    width: 23px;
}

.box3_tbody {
    width: 100%;
    overflow-y: auto;
}

.box3_zindex {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.centerText {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
}

.close {
    display: none;
}

.open,
.close {
    margin: -7% auto 0 auto;
    width: 20%;
    height:50px;
    text-align: center;
    line-height: 50px;
 color: #fff;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    justify-content:center;
    border: none;
    position: absolute;
    left: 40%;
    bottom: 0%;
    background: linear-gradient(84deg, #FFBA00 1%, #FF7200 49%, #F32E00 100%);
    border-radius: 50px
}
.gb{
    display: none;
}
.box2{
    position: relative;
}
@media only all and (max-width:1080px) {
    .open,.close{
        border-radius: 10px!important;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }
    .h1Img {
        left: .5rem;
    }

    .box2_tableTop {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding: .5rem;
        background: #ff6800;
        border-radius: .5rem;
    }

    .box2_title {
        font-size: 1rem;
        position: relative;
        top: 0rem;
    }

    .magIcon {
        display: none;
    }

    .table tbody tr td {
        padding: 0.575rem 0;
        font-size: .6rem;
        font-weight: 500;
        color: #000000;
        line-height: 0.7rem;
    }

    .box2_tableBox {
        width: 100%;
        background: #FFFFFF;
        border: .4rem solid #ff6800;
        border-radius: .5rem;
        margin-top: -0.15rem;
        padding-bottom: .5rem;
        padding-top: .5rem;
    }

    .tableBg3 {
        margin-top: 0rem;
        background: url(../images/tableBg3.png) no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 2.85rem;
    }

    .tableSelect {
        margin: 0 auto;
        width: 3.15rem;
        height: 0.975rem;
        border: 1px solid #000000;
        border-radius: 0.15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url(../images/downBlankIcon.png) no-repeat center;
        background-size: 0.275rem 0.175rem;
        background-position-x: 94%;
        padding-left: 0.25rem;
        font-size: 0.5rem;
        font-weight: 500;
        color: #000000;
    }

    .tableSkipBtn {
        width: 2.45rem;
        height: 0.875rem;
        background: linear-gradient(84deg, #FFBA00 1%, #FF7200 49%, #F32E00 100%);
        border-radius: 0.45rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.45rem;
        font-weight: 500;
        color: #FFFFFF;
        margin: 0 auto;
    }

    .tableLongWidth {
        width: 6rem;
    }

    .pageBox {
        width: 100%;
    }

    .m_none {
        display: none !important;
    }

    .tableBg3 {
        display: none;
    }

    .box3 {
        margin-top: 1rem;
    }

    .box3_bgBox {
        width: 100%;
        margin: 0 auto;
        height: 16.075rem;
        background: #ffc257;
        border: .4rem solid #ff4503;
        padding-top: 1.25rem;
        border-radius: .5rem;
    }

    .box3_title {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 1.25rem;
        font-weight: 400;
        color: #FF0000;
        line-height: 0.825rem;
        font-weight: bold;
        -webkit-text-stroke: 0.025rem #FFF3C7;
        text-stroke: 0.025rem #FFF3C7;
    }

    .box3_tableBox {
        margin: 0.75rem auto 0 auto;
        width: 94%;
        height: 12rem;
        border-radius: 0.3rem;
        background: #D80000;
        overflow: hidden;
    }

    .box3_table,
    .box3_table thead tr th,
    .box3_table tbody tr td {
        border: 0;
    }

    .box3_table {
        width: 100%;
        text-align: center;
        border-collapse: collapse;
    }

    .box3_table thead tr th {
        background: #ff4504;
        padding: 0.25rem;
        font-size: 0.65rem;
        font-weight: 500;
        color: #FFEB8B;
        line-height: 0.825rem;
    }

    .box3_table tbody tr td {
        padding: 0.25rem;
        font-size: 0.5rem;
        font-weight: 500;
        color: #FFFEFE;
        line-height: 0.7rem;
    }

    .box3_scrollBox {
        width: 100%;
        height: calc(100% - 1.325rem);
        overflow-y: auto;
    }

    .box3_scrollBox::-webkit-scrollbar {
        display: none
    }

    .box3_scrollBox {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .box3_table tbody tr:nth-child(2n) {
        background: #ff4504;
    }

    .box3_btn {
        width: 8.125rem;
        height: 2.5rem;
        background: url(../images/box3_btn.png) no-repeat;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.75rem auto 0 auto;
    }

    .box3_btn span {
        font-size: 0.9rem;
        font-weight: bold;
        color: #FF2500;
        display: block;
        margin-right: 0.25rem;
    }

    .box3_btn img {
        width: 0.8rem;
        top: 0.1rem;
    }

    .box4 {
        margin-top: 1.5rem;
    }

    .box4Title {
        display: block;
        width: 10.95rem;
        margin: 0 auto 1.25rem auto;
    }

    .box4_flexBox {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 10px;
    }

    .box4_box {
        width: 100%;
        height: 14.45rem;
        background: url(../images/box4Bg.png) no-repeat;
        background-size: 100% auto;
        padding-top: .8rem;
    }

    .box4_boxTitle {
        width: 6.05rem;
        height: 1.575rem;
        font-size: 0.75rem;
        margin-bottom: 0.325rem;
    }

    .box4_imgBox {
        width: 7.5rem;
        height: 5.4rem;
        background: #FFFFFF;
        box-shadow: 0.05rem 0.05rem 0.175rem 0rem #BABABA;
        border-radius: 0.275rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .box4_imgBox img {
        width: 95%;
        height: 95%;
    }

    .box4_textBox {
        width: 80%;
        height: 1.95rem;
        font-size: 0.55rem;
        font-weight: 500;
        color: #000000;
        line-height: 0.825rem;
        text-align: center;
        margin: 0rem auto 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box4_btn {
        width: 6.05rem;
        height: 1.95rem;
        background: url(../images/box4_btn.png) no-repeat;
        background-size: 100% auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .box4_btn span {
        font-size: 0.675rem;
        font-weight: bold;
        color: #FFE68E;
        line-height: 0.625rem;
        display: block;
        margin-right: 0.25rem;
    }

    .box4_btnIcon {
        width: 0.575rem;
    }

    .page {
        padding-bottom: 1rem;
    }

    .centerText {
        width: 100%;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 0.7rem;
    }

    .table {
        width: 96%;
        text-align: center;
        border-collapse: collapse;
        margin: 0 auto;
    }

    .table thead tr th {
        font-size: .5rem;
        font-weight: 500;
        color: #000000;
        line-height: .7rem;
        min-width: 1.1rem;
    }
}</pre></body></html>