body {
    margin: 0;
    padding: 0;
}
.new-year-prize * {
    box-sizing:unset;
}
div,span,a {
    font-size: unset;
}
.layui-icon {
    font-size: unset;
}
.top-banner {
    width: 100%;
}
.new-year-prize {
    color: #333333;
    font-family: PingFang SC-Regular, PingFang SC;
    position: relative;
    background: url(../images/main-bg-piece.webp) center top repeat-y;
    background-size: 100% auto;
}
.new-year-prize-top {
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    min-width: 1200px;
    margin: 0 auto;
}
.new-year-prize-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 40px;
    position: relative;
}
.marquee-box {
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    border: 1px solid #FCCC8F;
}
.marquee-icon {
    height: 22px;
    margin-left: 12px;
}
.marquee-area-container {
    width: calc(100% - 50px);
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    /* background: #F2F8FF; */
    color: #732E07;
    font-size: 18px;
    margin-left: 8px;
}
.lucky-draw {
    width: 100%;
}
#lottery {
    width:660px;
    /* width:700px; */
    margin:26px auto 0;
    position: relative;
    background: #FFB340;
    border-radius: 20px;
    padding: 20px;
}
#lottie,#lottie2 {
    
}
#lottery .lottery-unit {
    position:relative;
    width: 156px;
    height: 156px;
    background: url(../images/prize-unit-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-index:-999;*/
}
#lottery .lucky-draw-line:not(:last-child) {
    margin-bottom: 12px;
}
.lucky-draw-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 660px;
}
.lucky-draw-line2 {
}
.lucky-draw-line3 {
}
.press-btn-box {
    width: 322px;
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 3px;
}
.no-prize-times {
    width:160px;
    height:90px;
    background: url(../images/no-prize-times.png) no-repeat;
    background-size: 100% 100%;
    display:none;
}
#lottery .lottery-unit.active {
    background: url(../images/prize-unit-bg-activing.png) no-repeat;
    background-size: 100% 100%;
}
.prize-show-box .prize-show {
    font-size: 26px;
    color: #413938;
    margin-top: -10px;
    font-weight: 500;
}
.active .prize-show-box .prize-show {
    color: #FFFFFF;
}
.prize-show-img {
    height: 98px;
}
.prize-popup {
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
    background: linear-gradient(180deg, #FFF3D9 0%, #FFFCF4 30%);
}
.prize-popup-btn {
    width: 200px;
    margin: 20px auto 0;
    background: linear-gradient(180deg, #FF3533 0%, #E30100 100%);
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;    
}
.table-box {
    width: 1200px;
    margin: 48px auto 0;
    background: #FFFCF5;
    border-radius: 14px;
    border: 3px solid #FEDB9C;
    padding-bottom: 30px;
}
.table-title-box {
    height: 88px;
    background: url(../images/table-title-bg.webp) center 9px no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.table-title-fonts {
    width: 358px;
    height: 68px;
    background: url(../images/table-title-fonts-bg.webp) no-repeat;
    background-size: 100% 100%;
    margin: -9px auto 0;
    font-size: 28px;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #C0120E;
    text-align: center;
    line-height: 64px;
}
.rules-box {
    position: absolute;
    top: 20px;
    right: 98px;
    color: #732E07;
    font-size: 18px;
}
body .rules-icon {
    font-size: 20px;
    font-weight: bold;
    color: #67330F;
    margin-left: 4px;
}
.table-content-box {
    width: 1080px;
    margin: 10px auto 0;
    border-radius: 10px;
    opacity: 1;
    border: 1px solid #ECE2CB;
}
.table-list-title {
    background: #FFF3D9;
}
.table-list-title-side {
    font-size: 18px;
    color: #732E07;
    width: 100%;
    height: 54px;
}
.table-list-side {
    font-size: 18px;
    color: #732E07;
    width: 100%;
    height: 58px;
}
.table-list-btn {
    background: linear-gradient(180deg, #FF3533 0%, #E30100 100%);
    border-radius: 4px;
    color: #FFFFFF;
    width: 114px;
    height: 38px;
}
.table-list-btn-disable {
    background: linear-gradient(180deg, #E2E2E2 0%, #B6B6B6 100%);
    border-radius: 4px;
    color: #FFFFFF;
    width: 114px;
    height: 38px;
}
.table-list:not(:last-child) {
    border-bottom: 1px solid #ECE2CB;
}
.more-box {
    color: #C0120E;
    font-size: 18px;
    margin-top: 20px;
}
.more-icon {
    height: 18px;
    margin-left: 4px;
}
.more-icon2 {
    height: 18px;
    margin-left: 4px;
    transform: rotate(180deg);
}
.table-list-box {
    overflow: hidden;
}
.rules-title-box {
    position: relative;
    height: 154px;
    background: url(../images/table-side-img-2024.webp) 782px 9px no-repeat;
    background-size: 324px;
}
.rules-content-title {
    color: #732E07;
    font-size: 24px;
}
.title-left-point {
    width: 12px;
    height: 12px;
    background: #732E07;
    border-radius: 50%;
    margin-right: 8px;
}
.rules-content-box {
    width: 1080px;
    margin: -48px auto 0;
}
.rules-content-fonts {
    font-size: 18px;
    color: #9A6A50;
    margin-top: 6px;
    line-height: 30px;
}
.rules-content-title:not(:first-child) {
    margin-top: 20px;
}
body #rulesPop {
    background: linear-gradient(180deg, #FFF3D9 0%, #FFFCF4 30%);
    border-radius: 10px;
    width: 800px;
    padding: 34px 0 30px;
    overflow: hidden;
}
.rules-title {
    /* margin-top: 34px; */
}
.rules-title-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(270deg, #FFB340 0%, rgba(255,122,0,0) 100%);
}
.rules-title-line2 {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #FFB340 0%, rgba(255,122,0,0) 100%);
}
.rules-title-fonts {
    color: #732E07;
    font-size: 24px;
    margin: 0 8px;
}
body .rules-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #AEA286;
    font-size: 24px;
    transform: rotate(45deg);
    font-weight: bold;
}
.rules-list-box {
    margin: 20px auto 0;
    width: 738px;
}
.rules-list {
    display: flex;
    align-items: flex-start;
}
.rules-list:not(:first-child) {
    margin-top: 4px;
}
.rules-list-left {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #67330F;
    margin-top: 8px;
}
.rules-list-fonts {
    font-size: 18px;
    color: #732E07;
    margin-left: 8px;
    word-break: break-all;
    width: calc(100% - 14px);
    line-height: 28px;
}
.prize-popup-title {
    color: #732E07;
    font-size: 24px;
}
#subPopupBody .prize-popup-title,
#alertPopupBody .prize-popup-title {
    color: #732E07;
    padding: 25px 30px 0;
    font-size: 18px;
}
.prize-cash-fonts {
    color: #C0120E;
}
.prize-pop-img-box {
    width: 140px;
    height: 140px;
    background: #FEF2E0;
    border-radius: 10px;
    border: 1px solid #E5C3A9;
    margin: 14px auto 0;
}
.prize-pop-img {
    width: 100%;
}
.sub-popup-body {
    display: none;
    padding: 15px;
}
body .sub-popup.layui-layer {
    background: #000000;
    border-radius: 8px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: unset;
    font-size: 16px;
}
.alert-icon {
    height: 22px;
    margin-right: 6px;
}
body svg {
    stroke: unset;
    border-radius: 10px;
    overflow: hidden;
}






.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.text-c {
    text-align: center;
}
.w33 {
    width: 33.33%;
}
.bold {
    font-weight: bold;
}
.hover-s,.hover {
    cursor: pointer;
    transition: all .3s;
}
.hover-s:hover {
    transform: scale(1.1);
}
.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body .layui-layer-msg {
    min-width: unset;
    border-radius: 8px;
    overflow: hidden;
}
body .layui-layer {
    /* min-width: unset;
    height: unset;
    box-shadow: unset; */
    border-radius: unset;
    background-color: unset;
}
#marqueeContainer .js-marquee span {
    color: #C0120E;
    font-weight: bold;
}

