body {
    margin: 0;
    padding: 0;
}

div,
span,
a {
    color: unset;
    font-size: unset;
    font-family: PingFang SC;
}

.main-body {
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    position: relative;
    font: unset;
    font-family: unset;
    line-height: unset;
    margin: 0 auto;
    padding-bottom: 40px;
}

.top-banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    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;
    margin-top: 30px;
    overflow: hidden;
}

.main-content-box2 {
    margin-top: 30px;
}

.main-content-box3 {
    width: 586px;
    height: 356px;
    margin: unset;
}

.top-nav {
    height: 120px;
    padding: 20px !important;
}

.top-nav-list {
    width: 270px;
    height: 80px;
    background: #EEEEEE;
    border-radius: 10px;
    color: #939393;
    font-size: 26px;
    cursor: pointer;
    transition: all .3s;
}

.top-nav-list:hover {
    transform: scale(1.06);
}

.top-nav-list-chosing {
    background: var(--Linear, linear-gradient(90deg, #79BEF3 0%, #177CFF 100%));
    background-size: 100% 100%;
    color: #FFFFFF;
    cursor: unset;
}

.top-nav-list-chosing:hover {
    transform: unset;
}

.title-line {
    background: linear-gradient(-0deg, #036DD8 0%, rgba(120, 189, 242, 0.0001) 90%);
    width: 6px;
    height: 24px;
}

.title-left-fonts {
    font-size: 20px;
    color: #201F1F;
    margin-left: 14px;
}

.title-intro {
    font-size: 18px;
    color: #828282;
    margin-left: 48px;
}



.rules-box {
    font-size: 22px;
    color: #747474;
    font-weight: 500;
    /* margin-right: 30px; */
    color: #3E434E;
}



.rules-icon {
    height: 24px;
    margin-right: 8px;
}

.table-content-box {
    width: 1110px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 22px;
    border: 1px solid #B2DBFF;
    border-width: 0 1px 1px 1px;
    margin: 0 auto 40px;
}

.table-title {
    background: #B2DBFF;
    border-radius: 20px 20px 0px 0px;
    color: #50556D;
}

.table-line-list {
    height: 54px;
    width: 50%;
    font-size: 20px;
    color: #323757;
}



.table-content-side {
    width: 50%;
    height: 54px;
    color: #50556D;
    position: relative;
    font-size: 20px;
}


.table-line-list:not(:last-child),
.table-content-side:not(:last-child) {
    border-right: #D2D2D2 1px solid;
}

.table-content {
    /* border-radius: 0 0 20px 20px; */
    overflow: hidden;
    height: 60px;
    background: #FFFFFF;
}

.table-content .table-line-list {
    color: #585858;
}

.table-content .table-line-list3 {
    color: #D01F4A;
    width: 134px;
}

.table-content .table-line:nth-child(odd),
.table-content-side-list:nth-child(odd) {
    background: #F5F5F5;
}

#scrollBox {
    padding: 20px 24px;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 235, 242, 0.08), rgba(83, 168, 255, 0.08));
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    margin: 24px 50px 41px;
    width: auto !important;
}

.prize-results-scroll {
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    border: none;
}

.scroll-list {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    transition: all .3s;
    color: #7D7974;
}

.scroll-list-bold {
    /* font-size: 18px; */
    color: #303030;
}

.scroll-list-side {
    width: 45%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scroll-line {
    width: 1px;
    height: 140px;
    background: #A0A0A0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-intro-box {
    margin-top: 14px;
    /* background: linear-gradient(0deg, rgba(255, 235, 242, 0.08), rgba(83, 168, 255, 0.08)); */
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0px -3px 6px 0px #0000001A;
}

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

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

.detail-intro-content {
    font-size: 18px;
    color: #666;
    font-weight: 500;

    margin: 10px 0 0 18px;
    line-height: 30px;
}

.detail-intro-line:not(:first-child) {
    margin-top: 38px;
}

.table-line-list3,
.table-content-side {
    width: 34%;
}

.table-content-side-list {
    height: 60px;
}

.table-content-side-1 {
    color: #585858;
}

.table-content-side-2 {
    color: #1E1E1E;
}

.sub-btn {
    width: 200px;
    height: 48px;
    background: linear-gradient(270deg, #006BD8, #008AFF);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 22px;
}

.sub-btn-disable {
    width: 200px;
    height: 48px;
    background: #E1DCE0;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 22px;
}

#weekBonusDisable {
    background: #E1DCE0;
    color: #616060;
    display: none;
}

#switchContent_3 .table-line-list4 {
    width: 34%;
}

.table-line-list5 .red {
    font-size: 18px;
    color: #C30030;
}

.table-line-list5 .normal {
    display: block;
    font-size: 18px;
    color: #585858;
    margin-top: -2px;
}

.rules-pop {
    width: 750px;
    background: linear-gradient(to bottom, #F6F9FF, #FFFFFF);
    border-radius: 20px;
    padding: 16px 24px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.rules-close-btn {
    position: absolute;
    width: 32px;
    right: 26px;
    top: 18px;
}

.rules-line-1 {
    font-size: 20px;
}

.pop-line-list {
    width: 50%;
}

#rulesPop .pop-line {
    background: #FFFFFF;
}

.rules-fonts {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

#discountPop {
    /* overflow: unset; */
}

.discount-content-bg {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 10px 24px 16px;
    width: 580px;
    position: relative;
    overflow: hidden;
}

.discount-content-bg2 {
    width: 628px;
    padding: 0 0 20px;
    position: relative;
}

.my-discount-bg {
    background: linear-gradient(0deg, rgba(255, 235, 242, 0.08), rgba(83, 168, 255, 0.08));
    box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.1);
    border-radius: 20px;
    padding: 14px 40px 14px;
    margin-top: 10px;
}

.my-discount-side1 {
    font-size: 16px;
    color: #606060;
}

.my-discount-side2 {
    font-size: 18px;
    color: #353535;
}

.my-discount-line {
    margin-bottom: 4px;
}

.invite-code-side {
    color: #5E5E5E;
    font-size: 18px;
}

.invite-code-line {
    height: 50px;
    background: #CCE3F9;
    border-radius: 10px;
    padding: 0 20px;
    margin-top: 12px;
}

.share-invite-line {
    margin-top: 14px;
    width: 100%;
}

.share-left {
    width: 434px;
    height: 50px;
    background: linear-gradient(to right, #006BD8, #008AFF);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
}

.share-left2 {
    width: 100%;
    background: #E1DCE0;
    color: #FFFFFF;
    position: relative;
}

.share-left3 {
    width: 100%;
}

.share-left4 {
    width: 100%;
    background: #E24E4C;
}

.share-right {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #CCE3F9;
}

.more-icon {
    height: 30px;
}

.my-invite-title-box {
    /* color: #888888; */
    font-size: 22px;
}

.my-invite-title-icon {
    margin-right: 4px;
    width: 24px;
    height: 24px;


}

.my-invite-title {
    margin-top: 14px;
}

.my-invite-title-box:last-child {
    margin-left: 14px;
}

.my-discount-bg2 {
    padding: 4px 120px 10px;
}

.my-invite-line-fonts-1 {
    color: #353535;
    font-size: 26px;
}

.my-invite-line-fonts-2 {
    font-size: 16px;
    color: #606060;
    margin-top: -4px;
    position: relative;
}

.info-pop {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    padding-bottom: 14px;
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.2);
}

.info-pop-2 {
    width: 280px;
    display: none;
    top: -120px;
    left: -60px;
}

.info-pop-3 {
    width: 220px;
    display: none;
    top: 0px;
    right: -48px;
}

.info-pop-title-2 {
    color: #0071E0;
    font-size: 16px;
    padding-left: 6px;
    height: 42px;
    background: linear-gradient(270deg, #EEDEC7, #FFF5E4);
}

.info-list {
    margin-top: 14px;
    font-size: 16px;
    padding: 0 14px;
    color: #303030;
}

.info-list-left {
    color: #7A7A7A;
}

.info-list-right {
    color: #303030;
}

.more-icon-gray {
    height: 20px;
    margin-left: 6px;
}

.my-invite-line2 {
    margin-top: 8px;
}

.arrow-icon {
    margin-left: 6px;
    font-weight: bold;
    font-size: 28px;
}

.my-invite-pop-intro {
    color: #888888;
    font-size: 16px;
    margin: 0px 0 10px 18px;
}

.input-line {
    padding: 0 20px;
    margin-top: 0;
}

.invite-input-left {
    color: #5E5E5E;
    font-size: 18px;
    margin-right: 40px;
}

.invite-input {
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    width: 240px;
}

.new-sub {
    width: 100%;
    margin-top: 14px;
}

.invite-pop-close {
    display: block;
    margin: 14px auto 0;
    height: 34px;
}

.conent-pop {
    display: none;
    position: relative;
}

.hide-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 9;
    display: none;
}

#helpPop {}

#helpPop .discount-content-bg {
    width: 400px;
    border-radius: 20px;
    padding: 16px 24px 16px;
    background: #FFFFFF;
}

.help-intro-box {
    color: #757575;
    font-size: 16px;
    margin-top: 14px;
}

.help-big-fonts {
    text-decoration: underline;
    color: #0071E0;
    font-size: 22px;
    margin: -4px 4px 0;
}

.help-pop-img {
    display: block;
    margin: 14px auto 24px;
    width: 300px;
}

.invite-code-help-fonts {
    width: 340px;
    margin: 0 auto;
    color: #5E5E5E;
    font-size: 18px;
}

.invite-code-bottom {
    color: #999999;
    font-size: 18px;
    margin-top: 14px;
}

#sharePop .discount-content-bg {
    width: 380px;
    border-radius: 20px;
    padding: 0px 0px 16px;
    background: #FFFFFF;
}

.share-top-img {
    width: 100%;
}

.share-pop-fonts1 {
    color: #201F1F;
    margin-top: 14px;
    font-size: 18px;
}

.share-pop-fonts2 {
    color: #717171;
    margin-top: 2px;
    font-size: 18px;
}

.share-line {
    width: 300px;
    margin: 6px auto 0;
}

.share-bottom-img {
    display: block;
    width: 200px;
    margin: 10px auto 0;
}

.share-bottom-fonts {
    font-size: 14px;
    color: #999999;
    margin: 20px auto 6px;
}

.prize-box {
    margin-top: 10px;
    background: linear-gradient(0deg, rgba(255, 235, 242, 0.08), rgba(83, 168, 255, 0.08));
    border-radius: 20px;
    padding: 20px 24px;
    font-size: 18px;
}

.prize-content {
    width: 1200px;
    margin: 30px auto 0;
}

.prize-list-side-1 {
    color: #7C7C7C;
    font-size: 18px;
}

.prize-list-box {
    margin-bottom: 10px;
}

.prize-list-side-2 {
    font-size: 20px;
    width: 40%;
    text-align: center;
}

.prize-list-side-2-vip {
    font-size: 20px;
    text-align: right;
    color: #201F1F;
}

.prize-list-side-2.red {
    color: #0070DF;
}

.prize-list-side-2.orange {
    color: #FFA800;
    font-size: 26px;
}

.share-btn-box {
    width: 452px;
    height: 60px;
    background: linear-gradient(to right, #006BD8, #008AFF);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
    padding: 0 20px;
    margin-top: 58px;
}

.icon-box {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 20px;
}

.left-icon {
    height: 24px;
}

.title-right-line {
    width: 2px;
    height: 16px;
    background: #0071E0;
    margin: 0 14px;
}

.title-right-icon {
    height: 24px;
    margin-right: 8px;
}

#tablePop .discount-content-bg {
    padding: 0;
    padding-bottom: 20px;
}

.table-pop-title {
    height: 68px;
    background: linear-gradient(0deg, rgba(255, 235, 242, 0.08), rgba(83, 168, 255, 0.08));
    position: relative;
}

.table-title-list {
    width: 160px;
    font-size: 20px;
}

.table-title-list .data-num {
    font-size: .16px;
    margin-left: -6px;
}

.table-close {
    position: absolute;
    height: 24px;
    right: 16px;
    top: 22px;
    z-index: 2;
}

.table-close2 {
    right: 26px;
    top: 14px;
}

body .back-to-main {
    position: absolute;
    left: 16px;
    top: 22px;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.table-date-box {
    padding: 0 16px;
    /* margin-top: 16px; */
}

.table-data-list {
    width: 128px;
    height: 40px;
    background: #F7F7F7;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    color: #626262;
    font-size: 18px;
    margin-top: 6px;
}

.table-list-box {
    width: calc(100% - 32px);
    border: #D6D6D6 1px solid;
    margin: 16px auto 0;
    border-radius: 14px;
    overflow: hidden;

}

.table-list {
    width: 25%;
    height: 40px;
    color: #3A3A3A;
    font-size: 16px;
}

.table-list2 {
    width: 20%;
    height: 40px;
    color: #3A3A3A;
    font-size: 16px;
}

.table-list3 {
    width: 40%;
    height: 40px;
    color: #3A3A3A;
    font-size: 16px;
}

.table-list:not(:last-child),
.table-list2:not(:last-child) {
    border-right: 1px solid #D6D6D6;
}

.table-list-line {
    width: 100%;
}

.table-list-title-box .table-list,
.table-list-title-box .table-list2,
.table-list-title-box .table-list3 {
    color: #FFFFFF;
}

.table-content-line .table-list,
.table-content-line .table-list2,
.table-content-line .table-list3 {
    font-size: 14px;
}

.table-content-line {
    border-top: 1px solid #D6D6D6;
}

.table-list-title-box {
    background: #448ACA;
    color: #FFFFFF;
}

.table-title-list-chosed {
    color: #0071E0;
    position: relative;
}

.table-title-list-chosed::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 6px;
    border-radius: 10px;
    background: #0071E0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.table-data-list-chosed {
    background: #CCE3F9;
    border: 1px solid #0071E0;
    color: #0071E0;
}

#tablePop .able-title-list-chosed,
#tablePop .table-data-list-chosed {
    cursor: unset;
}

.no-data-box {
    margin: 20px auto 0;
}

.no-data-img {
    width: 200px;
}

.no-data-fonts {
    color: #666666;
    font-size: 18px;
}

.page-box {
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

body .layui-laypage a:hover {
    /* background: #0071E0; */
    color: #0071E0;
}

.switch-prize-show2 {
    padding-bottom: 58px;
}

.switch-prize-left-list {
    color: #7C7C7C;
    font-size: 18px;
    margin-bottom: 10px;
}

/* .switch-prize-left-list:not(:last-child) {

} */
.switch-prize-right {
    color: #FFA800;
    font-size: 24px;
    margin-right: 48px;
}

.invite-center-img {
    width: 178px;
}

.invite-side {
    width: 200px;
}

.invite-side-fonts1 {
    color: #464646;
    font-size: 20px;
}

.invite-side-fonts2 {
    color: #838383;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.invite-side-fonts3 {
    color: #0071E0;
    font-size: 20px;
}

.title-fonts-switch {
    font-size: 16px;
    margin-left: 12px;
    color: #888888;
    cursor: pointer;
}

.title-fonts-switch-chosed {
    font-size: 20px;
    color: #201F1F;
    cursor: unset;
}

.hide-btn {
    margin-top: 58px;
}

#vipLevel {
    background: linear-gradient(270deg, rgba(235, 247, 255, 0.39), rgba(83, 132, 255, 0.39));
    font-size: 18px;
    color: #FFFFFF;
    border-radius: 16px;
    text-align: center;
    margin-right: 10px;
    padding: 4px 0px;
    width: 69px;
}

#vip_0_status {
    width: 100%;
}

.vip-0-box {
    position: relative;
    padding: 40px 0;
    background: linear-gradient(270deg, rgba(235, 247, 255, 0.39), rgba(83, 132, 255, 0.39));
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    margin-top: 14px;
}

.vip-0-icon {
    position: absolute;
    width: 68px;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.vip-0-center {
    width: 148px;
    margin: 0 68px;
}

.vip-0-side {
    text-align: center;
}

.vip-0-side-fonts-1 {
    font-size: 24px;
    color: #464646;
}

.vip-0-side-fonts-2 {
    font-size: 18px;
    color: #838383;
}

.vip-0-side-fonts-3 {
    font-size: 28px;
    color: #0071E0;
}

.main-content-box4 {
    width: 100%;
    height: unset;
}

#prizePop {
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
    width: 400px;
}

.prize-pop-top {
    background: #0071E0;
    height: 16px;
}

.prize-pop-title {
    font-size: 20px;
    height: 50px;
}

.prize-pop-title-left {
    width: 4px;
    height: 24px;
    background: #0071E0;
    border-radius: 2px;
    margin-right: 10px;
}

.prize-pop-list {
    font-size: 18px;
    border-top: #D0D0D0 1px solid;
    cursor: pointer;
    height: 50px;
}

.prize-pop-list:hover {
    background: #0071E0;
    color: #FFFFFF;
}

.prize-pop-list2 {
    color: #999999;
    font-size: 18px;
    height: 40px;
}

.prize-pop-list2:hover {
    background: unset;
    color: #999999;
}

.get-prize-btn {
    width: 70px;
    height: 32px;
    background: #0071E0;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
}

.prize-pass-fonts {
    width: 70px;
    color: #8E8E8E;
    font-size: 16px;
}

.prize-success-fonts {
    width: 70px;
    color: #27B600;
    font-size: 16px;
}

.prize-fail-fonts {
    width: 70px;
    color: #CF0000;
    font-size: 16px;
}

.prize-proccessing-fonts {
    width: 70px;
    color: #FF8A00;
    font-size: 16px;
}

.prize-cash-show {
    width: 64px;
    text-align: left;
    color: #666666;
    font-size: 16px;
    margin-right: 10px;
}

#loginName::-webkit-input-placeholder {
    color: #868686;
}

body .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #0071E0;
}

.title-left-box {
    height: 40px;
    margin-left: 30px;
}

.title-left-box .title-left-fonts {
    font-size: 24px;
    font-weight: 600;
}

.title-left-box .title-line {
    height: 28px;
}

.rules-bottom-line {
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    margin-top: 10px;
}

.rules-content {
    margin-top: 10px;
}





.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-c {
    text-align: center;
}

.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.3%;
}

.bold {
    font-weight: bold;
}

input:focus {
    /* box-shadow:  0 0 0 1px #0F93F5; */
    /* background: #FFFFFF; */
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cursor,
.cursor3,
.cursor-normal {
    cursor: pointer;
    transition: all .3s;
}

.cursor:hover {
    transform: scale(1.1);
}

.cursor3:hover {
    transform: scale(1.05);
}

.main-body svg {
    stroke: unset;
}

body .input-popup {
    border-radius: 6px;
    overflow: hidden;
}

.sub-popup-body {
    display: none;
    padding: 15px;
    border-radius: 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
}

body .sub-popup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-icon,
.status-check-icon {
    height: 22px;
    margin-right: 6px;
}

.active-index {
    margin-right: 6px;
}

.input-popup-body {
    display: none;
    border-radius: 15px;
}

body .layui-layer {
    min-width: unset;
    height: unset;
    background-color: unset;
    box-shadow: unset;
}

.content-title {
    height: 71px;
    background: linear-gradient(360deg, #FFFFFF 0%, #BADDFE 100%);

}

.icon-wrap {
    position: relative;
}

.icon-wrap .dot {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
}

.mar-b40 {
    margin-bottom: 40px;
}

.mar-r30 {
    margin-right: 30px;
}