body {
    margin: 0;
    padding: 0;
}
.main-body {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 40px;
    position: relative;
}
.top-banner {
    width: 100%;
}
.main-content-box {
    width: 1000px;
    margin: 0 auto 0;
}
.content-table {
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, #FDF8FB, #FFFFFF);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding-bottom: 30px;
}
.table-title {
    font-size: 18px;
    color: #AA850A;
    height: 65px;
    padding: 0 20px;
    position: relative;
}
.title-center {
    position: absolute;
    top: 38px;
    left: 258px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #960040;
}
.title-side-right2 {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 26px;
    font-weight: bold;
    /* width: 200px; */
}
.title-side-right3 {
    position: absolute;
    right: 20px;
    top: 26px;
}
.title-side-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    font-size: 24px;
    position: absolute;
    right: 24px;
    top: 34px;
    font-weight: bold;
    color: #7C7C7C;
}
.rules-icon {
    width: 20px;
    margin-right: 6px;
}
.table-title-bg {
    position: absolute;
    top: 24px;
    left: 32px;
    height: 38px;
}
.title-side-left {
    width: 88px;
}
.table-list-box {
    width: calc(100% - 60px);
    border: #DADFE6 1px solid;
    border-radius: 10px;
    overflow: hidden;
    margin: 0px auto 0;
    font-size: 18px;
}
#toggleContent {
    /* height: 198px; */
    overflow: hidden;
}
.table-list-title {
    background: #F5F5F7;
    border-bottom: #DADFE6 1px solid;
    height: 60px;
}
.table-title-list {
    font-size: 22px;
    font-weight: bold;
    color: #464646;
}
.table-content-list {
    height: 60px;
}
.toggle-list:nth-child(even) {
    background: #F5F6F7;
}

.table-row:nth-child(odd){
    background: white;
}
.table-row:nth-child(even){
    background: #F6F7F8;
}

.table-content-list-left {
    color: #7C8591;
}
.table-content-list-center {
    color: #434343;
    font-weight: bold;
}
/* .table-content-list-rgiht {
} */
.sub-btn {
    border-radius: 20px;
    width: 128px;
    color: #FFFFFF;
    height: 38px;
    line-height: 38px;
    background: linear-gradient(270deg, #9A1032, #DF2351);

}
.toggle-btn {
    padding: 8px 0;
    font-size: 15px;
    border-top: #DADFE6 1px solid;
}
.toggle-icon {
    height: 16px;
    margin-left: 4px;
}
.toggle-icon2 {
    transform: rotate(180deg);
}
#switchToHide {
    display: none;
}
.toggle-list {
    position: relative;
    height: 60px;
    padding: 0;
}
.rules-list-box {
    padding: 98px 28px 0px;
}
.rules-list-left {
    width: 12px;
    height: 12px;
    background: #CEA782;
    border-radius: 50%;
}
.rules-list-right {
    color: #232A37;
    font-size: 22px;
    margin-left: 6px;
}
.border-bottom {
    border-bottom: #E1E4EB 1px solid;
}
.rules-list-box2 {
    padding: 0px 28px;
    text-align: left;
    margin-top: 30px;
}
.rules-content-fonts {
    margin-top: 10px;
    font-size: 18px;
    color: #818794;
    line-height: 28px;
}
.rules-popup-title {
    text-align: center;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #C2E1FD 0%, #FFFFFF 100%);
    border-radius: 10px 10px 0px 0px;
}
.rules-title-img {
    width: 118px;
}
.rules-popup-content {
    width: 100%;
    padding: 26px 4% 41px;
    font-size: 14px;
    /* color: #818794; */
    color: #2A2A2A;;
    box-shadow: 0px -3px 6px rgba(0,0,0,0.11);
    border-radius: 10px 10px 0px 0px;
}
.rules-popup-content-list {
    margin-top: 10px;
    font-size: 18px;
}
body .rules-popup {
    border-radius: 15px;
    overflow: hidden;
    width: 780px;
}
body .close-rules-btn {
    position: absolute;
    top: 17px;
    right: 34px;
    height: 29px;
}
.rules-body {
    display: none;
    width: 780px;
    background: linear-gradient(to bottom, #FDF7FB, #FFFFFF);
}
.sub-popup-body {
    display: none;
    padding: 15px;
}
body .sub-popup {
    background: #000000;
    border-radius: 8px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: unset;
}
.success-icon {
    height: 20px;
    margin-right: 6px;
}
.active-index {
    margin-right: 6px;
}
body .input-popup {
    border-radius: 6px;
    overflow: hidden;
    width: 330px;
}
.input-popup-body {
    display: none;
    border-radius: 15px;
}
.top-line {
    height: 10px;
    background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.title-box {
    margin-top: 15px;
}
.title-left-line {
    width: 4px;
    height: 20px;
    background: #78BDF2;
}
.title-fonts {
    color: #303030;
    font-size: 16px;
    margin-left: 6px;
    font-weight: bold;
}
.input-box {
    margin-top: 15px;
    padding: 0 15px;
}
.input-list {
    display: block;
    width: 248px;
    height: 30px;
    line-height: 30px;
    color: #7C8591;
    font-size: 15px;
    padding: 2px 6px;
    border: none;
    border-radius: 5px;
    background: #EEF0F5;
    margin-top: 10px;
}
.input-list:first-child {
    margin-top: 0;
}
.input-bottom-box {
    margin-top: 20px;
    border-top: #E4E6ED 1px solid;
}
.input-bottom-list {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}
.input-bottom-list2 {
    color: #A8B3C3;
    border-left: #E4E6ED 1px solid;
}
body .layui-icon-close-fill {
    color:#E55660;
    font-size: 20px;
    margin-top: 2px;
    margin-right: 4px;
}
#subPopupBody,
#alertPopupBody {
    /* background: #000000; */
    color: #FFFFFF;
}
.table-list-content .sub-btn-box {
    padding: 6px 0;
    background: #FFFFFF;
    border-top: #DADFE6 1px solid;
}
.sub-btn2 {
    width: 480px;
    height: 48px;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 20px auto 0;
    background: linear-gradient(270deg, #9A1032, #DF2351);
}
.main-body2 {
    width: 100%;
    background: url(../images/main-content-bg-dark.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    margin-top: 25px;
}
.content-table2 .table-list-box {
    background: #FFFFFF;
}
.content-table2 .table-list-box,
.content-table4 .table-list-box {
    margin-top: 20px;
}
body .chosing-menu-box {
    width: 272px;
    text-align: center;
    border-radius: 10px;
}
#subPopupBody,
#alertPopupBody {
    /* background: #000000; */
    color: #FFFFFF;
    font-size: 18px;
    /* font-weight: bold; */
}
#alertPopupBody .status-check-icon {
    height: 24px;
}
body .layui-icon-about {
    color:#E55660;
    font-size: 24px;
    margin-top: 2px;
    margin-right: 4px;
}
.side-table {
    width: 454px;
    height: 216px;
    margin: unset;
}
.side-table-list-content {
    height: 60px;
    padding: 0;
}
.date-big {
    color: #CC1E49;
    font-size: 58px;
    font-family: DIN Alternate;
    margin-top: 4px;
}
.switch-content {
    /* background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 10px 25px 30px;
    margin-top: 20px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 940px;
    margin: 20px auto 0;
}
.content-table3 {
    padding-bottom: 30px;
    margin-top: 45px;
}
.content-table5 {
    /* margin-top: 10px;
    padding: 15px 8px 15px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 16px 0 20px;
    /* margin-top: -15px; */
}
.content-table5 .table-list-box {
    margin-top: 20px;
}
.margin-top {
    margin-top: 10px;
}





.no-prize-day {
    height: 130px;
}
body .status-check {
    border-radius: 5px;
    overflow: hidden;
    background-color: unset;
    min-width: unset;
}
.top-red-line {
    height: 10px;
    background: linear-gradient(to right,#E90619,#E90619);
}
.top-blue-line {
    height: 10px;
    background: linear-gradient(to right,#78BDF2,#2383FC);
}
.top-green-line {
    height: 10px;
    background: linear-gradient(to right,#5CBD37,#22C02A);
}
.title-blue-line {
    width: 4px;
    height: 18px;
    background:#78BDF2;
    margin-right: 5px;
}
.status-check-title {
    font-size: 18px;
    font-family: PingFang HK;
    font-weight: 600;
    line-height: 25px;
    color: #303030;
    margin-top: 10px;
}
.status-check-icon {
    height: 20px;
    margin-right: 5px;
}
.status-fail-content {
    font-size: 16px;
    font-family: PingFang HK;
    color: #7C8591;
    margin: 10px auto 20px;
    padding: 0 10px;
}
.status-check-close {
    height: 40px;
    font-size: 16px;
    border-top: #E6E8EE 1px solid;
    color: #000000;
}
#getPrizeDisabled {
    background: #BFBFBF;
    color: #686868;
}
.missison-status-icon.layui-icon {
    font-size: 24px;
    margin-right: 10px;
}
.finished-icon {
    color: #00B615;
}
.unfinish-icon {
    color: #B1B1B1;
}
.side-table-list-content2 {
    height: unset;
}
.out-date-fonts {
    font-size: 18px;
    /* color: #6C6C6C; */
    color: #7C8591;
    margin: 6px auto 20px;
}
.side-table-list-content3 {
    padding-left: 68px;
    height: unset;
    margin-top: 16px;
}
.side-table-list-content3:nth-child(2) {
    margin-top: 42px;
}
.mission-box {
    height: 100%;
}
.content-table1,
.content-table5,
.content-table6,
.content-table7
 {
    margin-top: 40px;
}
.calendar-title {
    margin-bottom: 16px;
}
.calendar-title-fonts1 {
    font-size: 52px;
    color: #1B1B1B;
}
.calendar-title-fonts2 {
    font-size: 26px;
    color: #1B1B1B;
    margin-left: 6px;
}
.calendar-title-line {
    width: 2px;
    height: 45px;
    background: #9B1032;
    margin: 0 14px;
}
.calendar-title-img {
    height: 44px;
}
.calendar-content-box {
    border: none;
    border-radius: unset;
}
.calendar-content-title {
    height: 54px;
    background: #E5E5E5;
    border-radius: 10px;
}
.calendar-list-box {
    margin-top: 8px;
}
.calendar-list {
    height: 60px;
    position: relative;
    z-index: 1;
}
.date-num {
    margin: 10px auto 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    color: #606060;
}
.prize-status {
    font-size: 14px;
}
.pass .date-num {
    color: #DADADA;
}
.got .date-num {
    background: linear-gradient(270deg, #9A1032, #DF2351);
    color: #FFFFFF;
}
.got .prize-status {
    color: #9A1032;
}
.waiting .date-num {
    background: linear-gradient(270deg, #BC8D50, #D7B36E);
    color: #FFFFFF;
}
.waiting .prize-status {
    color: #BC8D50;
}
.today .prize-status {
    color: #606060;
}
.fail .date-num {
    background: #7C8591;
    color: #FFFFFF;
}
.fail .prize-status {
    color: #7C8591;
}
.today::after {
    position: absolute;
    width: 84px;
    content: '';
    background: #E5E5E5;
    z-index: -1;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -42px;
    border-radius: 10px
}
.disabled-btn.disabled-btn {
    height: 38px;
    line-height: 38px;
    background: #D9D9D9;
    color: #303030;
    border-radius: 20px;
    width: 128px;
    cursor: not-allowed;
    pointer-events: none;
}
.cash-fonts {
    font-size: 22px;
    color: #464646;
    margin-top: 16px;
}
.cash-num {
    font-size: 50px;
    color: #CC1E49;
    margin: 2px 8px 0;
}
.fail-icon {
    height: 24px;
}



.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}
.w25 {
    width: 25%;
}
.w33 {
    width: 33.3%;
}
.w50 {
    width: 50%;
}
.w16 {
    width: 16%;
}
.w14 {
    width: 14%;
}
.main-body .gray-fonts,
.rules-body .gray-fonts
 {
    color:#7C8591;
    font-weight: unset;
}
.bold {
    font-weight: bold;
}
.green {
    color: #50BE44;
}
.red {
    color: #CC1E49;
}
.blue {
    color: #1D9DFC;
}
.gold {
    color: #C4990A;
}
.dark-blue {
    color: #1066D5;
}
.main-body .normal-fonts {
    font-size: 16px;
}
.gray-bg {
    background: #F5F5F7;
}
.gray-bg678{
    background: #F6F7F8;

}

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;  
} 
.closeBtnActived {
    color: #B3BDCA;
}
.cfmBtnActived {
    color: #1D9DFC;
}
.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 .sub-popup-body {
    background: #000000;
    border-radius: 15px;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.alert-icon {
    height: 22px;
    margin-right: 6px;
}
body .layui-layer-msg {
    height: unset;
}
