<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
}
body div,
body a,
body span {
    color: unset;
    font-size: unset;
    font-family: PingFang SC;
}
.main-body {
    position: relative;
    background: #FFFFFF;
    padding-bottom: 40px;
    min-height: calc(100vh - 40px);
}
.main-content {
    margin: 0 auto;
}
.top-banner {
    width: 100%;
    min-width: 1248px;
    display: block;
    margin: 0 auto;
}
.main-content-box {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(35,24,21,0.2);
    border-radius: 20px;
    padding: 0 0 20px 0;
    margin-top: 30px;
    overflow: hidden;
}
.title-line {
    width: 6px;
    height: 24px;
    background: linear-gradient(360deg, #036DD8 0%, rgba(120, 189, 242, 0.0001) 100%);
}
.title-left-fonts {
    font-size: 26px;
    color: #201F1F;
    margin-left: 14px;
    color: #323757;
}
.to-game-btn {
    width: 480px;
    height: 60px;
    background: linear-gradient(-90deg, #3967CB, #3967CB);
    border-radius: 10px;
    font-size: 24px;
    font-family: PingFang SC;
    color: #FFFFFF;
    margin: 24px auto 0;
}
.rules-title {
    display: block;
    margin: 0 auto;
    height: 50px;
}
.rules-box {
    font-size: 16px;
    color: #747474;
    font-weight: 500;
    margin-right: 30px;
    color: #3E434E;

}
.rules-icon {
    margin-right: 8px;
    width: 25px;
    height: 25px;
}
.table-content-box {
    overflow: hidden;
    font-size: 22px;
    margin: 0 auto 0;
    background: #FFF;
    border-radius: 12px;
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.10);
}

.rules-pop {
    width: 750px;
    background: linear-gradient(180deg, #DDEFFF 0%, #FFFFFF 13%);
    border-radius: 20px;
    padding: 16px 24px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: none;
}
.title-left-box {
    height: 40px;
    margin-left: 30px;
}
.rules-close-btn {
    position: absolute;
    width: 32px;
    right: 26px;
    top: 24px;
}
.rules-bottom-line {
    width: calc(100% + 48px);
    height: 1px;
    background: #BFBFBF;
    margin-top: 14px;
    margin-left: -24px;
}
.rules-content {
    margin-top: 10px;
}
.rules-fonts {
    font-size: 16px;
    line-height: 28px;
    color: #7C8591;
}
.rules-fonts .rules-fonts-list{
    margin-top: 12px;
}
.chose-menu-box {
    display: none;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    width: 320px;
}
.chose-menu-top-line {
    background: linear-gradient(90deg, #8B2235 0%, #8A2234 100%);
    height: 10px;
}
.chose-menu-title {
    height: 48px;
}
.chose-menu-title-line {
    height: 20px;
}
.chose-menu-title-fonts {
    font-size: 20px;
}
.chose-menu-list-box {
    border-top: #BFBFBF 1px solid;
    border-bottom: #BFBFBF 1px solid;
    padding: 10px 0;
}
.chose-menu-list {
    height: 40px;
    /* transition: all .3s; */
    font-size: 14px;
    background:#FFFFFF;
}
.chose-menu-list:hover {
    background: #EEEEEE;
    font-size: 16px;
    /* color: #FFFFFF; */
}
/* .chose-menu-list-activing, */
.chose-menu-list-activing:hover {
    background: linear-gradient(90deg, #8B2235 0%, #8A2234 100%);
    color: #FFFFFF;
    font-size: 16px;
}
.table-arrow {
    color: #C23C5D;
    font-size: 18px;
    font-weight: bold;
    margin-left: 4px;
}
.table-content-side-fonts-1 {
    color: #6E6E6E;
    font-size: 20px;
}
.table-chose-box {
    width: 138px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 24px;
}
.detail-intro-box {
    padding: 30px 42px 20px;
    box-shadow: 0px -3px 6px 0px #0000001A;
    border-radius: 10px;

}
.detail-intro-title {
    font-size: 20px;
    color: #323757;

}
.left-point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    background: #78BDF2;

}
.detail-intro-content {
    font-size: 18px;
    color: #666666;
    margin: 4px 0 0 18px;
    line-height: 30px;
}
.detail-intro-line:not(:first-child) {
    margin-top: 18px;
}
.sub-btn {
    background: linear-gradient(92deg, #C13C5C 0%, #DA4369 100%);
    border-radius: 24px;
    font-size: 18px;
    color: #FFFFFF;
    width: 128px;
    height: 42px;
}
.sub-btn-disable {
    background: #D7D7D8;
    color: #7E7E7E;
}
.sub-info-content {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: none;
}
.sub-info-content-left {
    color: #939293;
}
.sub-info-content-right {
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break:break-all;
    max-width: 200px;
}
.sub-btn-box {
    margin-top: 10px;
    border-top: #BFBFBF 1px solid;
}
.pop-sub-btn {
    height: 46px;
    font-size: 16px;
    width: 50%;
}
.pop-sub-btn-1 {
    color: #939293;
    border-right: #BFBFBF 1px solid;
}
.pop-sub-btn-2 {
    color: #303030;
}
.content-title {
    height: 71px;
    background: linear-gradient(to bottom,#DDEFFF,#FFFFFF);
}
.user-info-img {
    display: block;
    width: 994px;
    margin: 20px auto 0;
}
.no-data-list {
    height: 60px;
}
.table-list-side {
    width: 50%;
}
.toggle-list-line:nth-child(odd) {
    background: #F5FAFF;
}
.toggle-btn {
    color: #4D4D4D;
    font-size: 16px;
    margin: 20px 0 4px;
}
.toggle-icon {
    height: 18px;
    margin-left: 4px;
}
.toggle-icon2 {
    transform: rotate(180deg);
}

.table-content-show .table-content:nth-child(even) {
    background: #F5FAFF;
} 
.table-content-show .table-content .table-content-side:first-child {
    color: #50556D;
}
.table-content-show .table-content .table-content-side:last-child {
    color: #1F2023;
}
.records-title {
    font-size: 20px;
    color: #747474;
    margin-right: 44px;
}
.top-banner-bg {
    width: 100%;
    min-width: 1248px;
    height: 650px;
    background: url(../images/top-banner-bg.webp) center top no-repeat;
    background-size: cover;
}
.loading-icon {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    display: none;
}











.green-fonts {
    color: #24A110;
}
.red-fonts {
    color: #D20515;
}
.gray-fonts {
    color: #7C8591;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.w25 {
    width: 25%;
}
.w33 {
    width: 33%;
}
.w50 {
    width: 50%;
}
.text-c {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.cursor {
    cursor: pointer;
}
body .layui-layer {
    min-width: unset;
    height: unset;
    background-color: unset;
    box-shadow: unset;
}
.cursor, .cursor-normal {
    cursor: pointer;
    transition: all .3s;
}
.sub-popup-body {
    display: none;
    padding: 15px;
    border-radius: 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
}
.success-icon,
.status-check-icon
 {
    height: 22px;
    margin-right: 6px;
}

.rules-fonts-list {
    color: #666666;
}
.content-wrap .flex-around:nth-child(even) {
    background: #F5FAFF;
}

.guide-content {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.guide-images {
    display: flex;
    gap: 12px;
    background: #fff;
}

.step-image {
    width: 190px;
    height: 393px;
    object-fit: contain;
}

.reward-section {
    flex: 1;
    margin-left: 30px;
    background: #F5FAFF;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
}

.reward-title {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(270deg, #2082FE 0%, #76BBF3 100%);
    text-align: center;
    margin-bottom: 24px;
}

.reward-content {
    /* background: #fff; */
    border-radius: 12px;
    margin: 0 24px 24px;
}

.step-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 0 12px;
    height: 74px;
    margin-bottom: 17px;
    color: #666;

font-family: "PingFang SC";
font-size: 16px;
}

.step-item:last-child {
    margin-bottom: 30px;
}


.reward-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 24px 24px;
}

.btn-primary, .btn-outline {
    height: 42px;
    line-height: 42px;
    border-radius: 28px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(270deg, #2082FE 0%, #76BBF3 100%);
    color: #fff;
    border: none;
    transition: opacity 0.3s;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-outline {
    background: #fff;
    color: #4A90E2;
    border: 1px solid #4A90E2;
    transition: all 0.3s;
}

.btn-outline:hover {
    background: rgba(74, 144, 226, 0.05);
}
.btn-outline.gray {
    background: #D9D9D9;
    color: #303030;

text-align: center;
font-family: "PingFang SC";
font-size: 16px;
    border: none;
    cursor: not-allowed;
}
.layui-layer-content {
    padding: 0 !important;
    background: transparent !important;
}
.result-modal-layer{
    width: 320px !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.result-modal {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    min-width: 216px;
    max-width: 90vw;
    text-align: center;
    font-family: "PingFang SC";
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    margin: 0 auto;
}

.result-modal-topbar-success {
    height: 9.6px;
    background: #2ecc40;
    border-radius: 12px 12px 0 0;
}
.result-modal-topbar-fail {
    height: 9.6px;
    background: #ffb800;
    border-radius: 12px 12px 0 0;
}

.result-modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0 4px 0;
    font-size: 16px;
    font-weight: 600;
}
.result-modal-icon {
    width: 14.4px;
    height: 14.4px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    font-size: 11.52px;
    background: #2ecc40;
    color: #fff;
    text-align: center;
}
.result-modal-header-fail .result-modal-icon {
    background: #ffb800;
    color: #fff;
}
.result-modal-header-success .result-modal-icon {
    background: #2ecc40;
    color: #fff;
}
.result-modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.result-modal-desc {
    color: #A1A6B3;
    font-size: 12px;
    margin: 4px 0 8.64px 0;
    font-weight: 400;
}
.result-modal-footer {
    border-top: 1px solid #eee;
    padding: 7.68px 0;
}
.result-modal-btn {
    background: none;
    border: none;
    color: #323757;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    width: 90%;
    border-radius: 8.64px;
    font-weight: 600;
    padding: 5.76px 0;
    margin: 0 auto;
    display: block;
}</pre></body></html>