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;
    min-height: 100vh;
    padding-bottom: 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;
    box-shadow: 0px 0px 10px 0px rgba(35,24,21,0.2);
    border-radius: 20px;
    padding: 0 0 26px 0;
    margin-top: 30px;
    overflow: hidden;
    background: #F7F8FD;
}
.title-line {
    width: 5px;
    height: 28px;
    background: #9A1032;
    border-radius: 3px;
}
.title-left-fonts {
    font-size: 28px;
    color: #201F1F;
    margin-left: 14px;
}
.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;
    width: 100%;
}
.rules-box {
    font-size: 20px;
    color: #828A96;
    position: absolute;
    top: 26px;
    right: 30px;
}
.rules-icon {
    height: 18px;
    margin-right: 6px;
}
.table-content-box {
    width: 1060px;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto 0;
    background: #FFFFFF;
    padding: 26px 30px;
}
.table-line-list {
    height: 60px;
    width: 50%;
    color: #50556D;
}
.table-content {
    /* border-radius: 0 0 20px 20px; */
    overflow: hidden;
    height: 60px;
    background: #FFFFFF;
}
.table-content-side {
    width: 50%;
    height: 60px;
    color: #747474;
    position: relative;
    font-size: 18px;
}
.rules-pop {
    width: 750px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 24px 16px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: none;
}
.title-left-box {
    height: 100%;
}
.rules-close-btn {
    position: absolute;
    width: 38px;
    right: 16px;
    top: 28px;
}
.rules-bottom-line {
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    margin-top: 14px;
}
.rules-content {
    margin-top: 10px;
}
.rules-fonts {
    font-size: 14px;
    font-family: PingFang SC;
    color: #2A2A2A;
}
.rules-fonts:not(:first-child) {
    margin-top: 8px;
}
.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 {
    margin-top: 4px;
    border-radius: 15px;
    padding: 26px 30px;
    position: relative;
}
.detail-intro-title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2A2A2A;
}
.left-point {
    width: 12px;
    height: 12px;
    background: #6388D6;
    border-radius: 50%;
    margin-right: 8px;
}
.detail-intro-content {
    font-size: 16px;
    font-family: PingFang SC;
    /* font-weight: 500; */
    color: #8B939E;
    margin: 8px 0 0 18px;
}
.detail-intro-line:not(:first-child) {
    margin-top: 16px;
}
.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: 76px;
    padding: 0 40px;
}
.title-left-icon {
    height: 20px;
    margin-right: 4px;
}
.title-fonts-1 {
    font-size: 20px;
    font-weight: 600;
    color: #2A2A2A;
}
.title-fonts-2 {
    font-size: 20px;
    font-family: IBM Plex Sans Medium;
    font-weight: 400;
    color: #828A96;
}
.title-fonts-3 {
    font-size: 16px;
    font-weight: 500;
    color: #2A2A2A;
}
.title-right-icon {
    height: 16px;
    margin-right: 4px;
}
.total-prize-title {
    font-size: 20px;
    font-family: IBM Plex Sans Medium;
    font-weight: 400;
    color: #828A96;
}
.total-prize-title-icon {
    height: 14px;
    margin-right: 4px;
}
.totle-prize-box {
    width: 852px;
    height: 154px;
    background: url(../images/total-prize-bg.webp) no-repeat;
    background-size: 100% 100%;
    margin: 18px auto 0;
}
.total-prize-num-bg {
    width: 68px;
    height: 94px;
    background: url(../images/total-prize-num-bg.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 5px;
    font-size: 68px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #151100;
}
.total-prize-point {
    margin: -20px 0px 0;
    width: 28px;
}
.total-prize-btn {
    width: 851px;
    height: 64px;
    background: linear-gradient(90deg, #A4CEF2 0%, #6287D6 100%);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}
.total-prize-btn-1 {
    background: linear-gradient(90deg, #A4CEF2 0%, #6287D6 100%);
    color: #FFFFFF;
    margin: 40px auto 0;
}
.total-prize-btn-2 {
    background: #FFFFFF;
    border: 1px solid #A2BEFA;
    color: #6287D6;
    margin: 16px auto 0;
}
.btn-arrow-icon {
    height: 12px;
    margin-left: 6px;
}
#toggleContent {
    overflow: hidden;
}
.table-content-list {
    height: 60px;
}
.main-content-box1 {
    background: linear-gradient(180deg, #F7F8FD 0%, #FFFFFF 100%);
    margin-top: -14px;
    position: relative;
    z-index: 4;
}
.content-table2 {
    width: 1120px;
    margin: 40px auto 0;
    border-radius: 15px;
    background: #FFFFFF;
}
.ranking-top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ranking-top-list-img {
    display: block;
    width: 96px;
    margin: 0px auto 0;
}
.ranking-top-list-cash {
    font-size: 24px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #F2B740;
    margin-top: -16px;
}
.ranking-top-list-cash-2 {
    font-size: 14px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #F2B740;
    margin-top: -0px;
}
.ranking-top-list-user {
    width: 338px;
    height: 160px;
    background: url(../images/ranking-user-bg-1.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
}
.ranking-top-list-user-mark {
    width: 22px;
    margin: 22px 0 0 10px;
}
.ranking-top-list-user-name {
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #5A4416;
    margin-top: -24px;
}
.ranking-top-list-user-date {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 8px;
}
.ranking-top-list-left .ranking-top-list-img {
    width: 86px;
    margin-top: 46px;
}
.ranking-top-list-left .ranking-top-list-cash,
.ranking-top-list-left .ranking-top-list-cash-2 {
    color: #AAAAAA;
}
.ranking-top-list-left .ranking-top-list-user {
    width: 256px;
    height: 114px;
    background: url(../images/ranking-user-bg-2.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
}
.ranking-top-list-left .ranking-top-list-user-mark {
    width: 20px;
    margin: 16px 0 0 0px;
}
.ranking-top-list-left .ranking-top-list-user-name {
    color: #393838;
    font-size: 22px;
}
.ranking-top-list-left .ranking-top-list-user-date {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 2px;
}
.ranking-top-list-right .ranking-top-list-img {
    width: 86px;
    margin-top: 62px;
}
.ranking-top-list-right .ranking-top-list-cash,
.ranking-top-list-right .ranking-top-list-cash-2 {
    color: #BB5E26;
}
.ranking-top-list-right .ranking-top-list-user {
    width: 256px;
    height: 92px;
    background: url(../images/ranking-user-bg-3.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: 24px;
}
.ranking-top-list-right .ranking-top-list-user-mark {
    position: absolute;
    width: 18px;
    margin: unset;
    top: 15px;
    right: 0px;
    z-index: 2;
}
.ranking-top-list-right .ranking-top-list-user-name {
    color: #582C12;
    font-size: 18px;
    padding-top: 20px;
}
.ranking-top-list-right .ranking-top-list-user-date {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 2px;
}
.ranking-top-list-center .ranking-top-list-user-name {
    margin-top: -18px;
}
.ranking-table {
    width: 1052px;
    border: 1px solid #E7EAEF;
    border-radius: 15px;
    position: relative;
    margin: -20px auto 0;
    background: #FFFFFF;
    overflow: hidden;
}
.ranking-table-title,
.records-table-list {
    width: 100%;
}
.ranking-table-title-list {
    width: 25%;
    height: 56px;
    background: linear-gradient(86deg, #A4CEF2 0%, #6287D6 100%);
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.records-table-list-side {
    width: 25%;
    height: 64px;
    text-align: center;
    font-size: 24px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #303030;
}
.gray-unit {
    display: block;
    font-size: 14px;
    color: #7C8591;
    margin-top: -6px;
}
.records-table-list:nth-child(even) {
    background: #F7F7F8;
}
.records-toggle-box {
    border-top: #E7EAEF 1px solid;
    font-size: 18px;
    font-weight: 500;
    color: #6388D6;
    height: 56px;
    background: #FFFFFF;
}
.records-toggle-icon {
    margin-left: 10px;
    height: 12px;
}
#showRecords .records-toggle-icon,
#showPrize .records-toggle-icon
 {
    transform: rotate(90deg);
}
#hideRecords .records-toggle-icon,
#hidePrize .records-toggle-icon
 {
    transform: rotate(270deg);
}
.records-table {
    height: auto;
    overflow: hidden;
    margin: unset;
}
.switch-table-box {
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
    height: 64px;
}
.switch-table-btn {
    width: 434px;
    height: 64px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #2A2A2A;
    cursor: pointer;
}
.switch-btn-icon {
    height: 12px;
    margin-right: 4px;
}
.switch-table-btn-bg-1 {
    background: url(../images/switch-table-btn-bg-1.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 3;
    left: 0;
}
.switch-table-btn-bg-1-activing {
    background: url(../images/switch-table-btn-bg-1-activing.webp) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    cursor: unset;
}
.switch-table-btn-bg-2 {
    background: url(../images/switch-table-btn-bg-2.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
}
.switch-table-btn-bg-2-activing {
    background: url(../images/switch-table-btn-bg-2-activing.webp) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    cursor: unset;
}
.switch-table-btn-bg-3 {
    background: url(../images/switch-table-btn-bg-3.webp) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    right: 0;
}
.switch-table-btn-bg-3-activing {
    background: url(../images/switch-table-btn-bg-3-activing.webp) no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    cursor: unset;
}
.switch-btn-icon-2 {
    display: none;
}
.switch-table-btn-bg-1-activing .switch-btn-icon-1,
.switch-table-btn-bg-2-activing .switch-btn-icon-1,
.switch-table-btn-bg-3-activing .switch-btn-icon-1
 {
    display: none;
}
.switch-table-btn-bg-1-activing .switch-btn-icon-2,
.switch-table-btn-bg-2-activing .switch-btn-icon-2, 
.switch-table-btn-bg-3-activing .switch-btn-icon-2
{
    display: block;
}
.switch-btn-content {
    margin-top: -10px;
}
.title-side-left-line {
    width: 4px;
    height: 16px;
    border-radius: 6px;
    background: linear-gradient(to bottom,#A1CBF1,#668BD8);
    margin-right: 6px;
}
.title-side-left {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #272A3F;
}
.table-title {
    padding: 0 34px;
    height: 60px;
}
.ranking-table-title-list-50,
.records-table-list-side-50 {
    width: 50%;
}
.prize-table {
    width: 1052px;
    border: 1px solid #E7EAEF;
    border-radius: 15px;
    position: relative;
    margin: 0px auto 0;
    background: #FFFFFF;
    overflow: hidden;
}
.title-side-right {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #7C8591;
}
.to-help {
    font-size: 16px;
    font-family: PingFang SC;
    color: #1D9DFC;
    cursor: pointer;
}
.notice-box-bg {
    width: 1200px;
    height: 40px;
    border-radius: 20px;
    margin: 30px auto 0;
    overflow: hidden;
    background: #F7F8FD;
}
#app .van-notice-bar {
    width: 1140px;
    background: unset;
    color: #828A96;
}
#app .van-notice-bar__wrap {
    /* width: 90%; */
}
.notice-left-icon {
    height: 24px;
    margin-left: 20px;
}
.total-prize-btn-2:hover {
    color: #6287D6;
}
#prizePop_0,
#prizePop_1,
#prizePop_2 {
    display: none;
}
.prize-box-bg {
    padding: 12px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #DFBA40;
}
#prizePop_2 .prize-box-bg {
    border: none;
}
.prize-box {
    width: 256px;
    height: 488px;
    background: url(../images/has-prize-img-1.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#prizePop_2 .prize-box  {
    background: url(../images/has-prize-img-2.webp?v=0.1) no-repeat;
    background-size: 100% 100%;
}
.prize-pop-cash {
    position: absolute;
    bottom: 50px;
    left: 12px;
    font-size: 47px;
    font-family: STIXIntegralsD;
    color: #AB6514;
}
.prize-pop-fonts-img {
    position: absolute;
    bottom: 24px;
    left: 12px;
    width: 94px;
}
#prizePop_2 .prize-pop-cash {
    color: #666B6F;
}
.prize-pop-fonts-1 {
    position: absolute;
    bottom: 44px;
    left: 18px;
    font-size: 16px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #7C8591;
}
.prize-pop-fonts-2 {
    position: absolute;
    bottom: 14px;
    left: 18px;
    font-size: 30px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #CDA341;
}
.prize-close {
    height: 70px;
    display: block;
    margin: 8px auto 0;
}
.no-prize-box {
    width: 248px;
    height: 296px;
    background: url(../images/no-prize-bg.webp?v=0.3) no-repeat;
    background-size: 100% 100%;
}
.no-prize-fonts-1 {
    font-size: 16px;
    font-family: PingFang HK;
    font-weight: 500;
    color: #668BD8;
    padding-top: 30px;
}
.no-prize-fonts-2 {
    font-size: 12px;
    font-family: PingFang HK;
    font-weight: 400;
    color: #668BD8;
    margin-top: 6px;
}
.no-prize-btn {
    width: 144px;
    height: 40px;
    background: linear-gradient(94deg, #A3CDF2 0%, #6287D6 100%);
    box-shadow: 0px 10px 6px rgba(101,139,215,0.16);
    opacity: 1;
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin: 160px auto 0;
}
.fail-info {
    font-size: 14px;
    font-weight: 500;
    color: #151100;
}












.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.text-c {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.cursor {
    cursor: pointer;
}
.gray-fonts {
    color: #8B939E;
}
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;
}
.main-body .layui-layer-page .layui-layer-content,
.main-body .layui-layer {
    overflow: unset;
}

