html,body{
    position: relative;
    z-index: 1;
}

.tab-module{
    width: 1400px;
    margin: 20px auto 0px;
    font-size: 0px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    background: #FAFAFA;
    user-select: none;
    height: 46px;
    box-sizing: border-box;
}

.tab-module>div{
    display: inline-block;
    text-align: center;
    font-size: 0px;
}

.tab-module>div:not(:first-child){
    display: inline-block;
    text-align: center;
    margin-left: 24px;
}

.tab{
    width: 441px;
    cursor: pointer;
    line-height: 45px;
    height: 100%;
}

.tab>img{
    width: 20px;
    height: 20px;
    margin:4px 8px -4px 0px;
}

.tab>span{
    color: #1a1a1a;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.tab-split{
    width: 1px;
    height: 14px;
    flex-shrink: 0;
    background: #E0E0E0;
    margin: 2px 0px -2px 24px;
}

.content{
    width: 1400px;
    margin: 0px auto;
    font-size: 0px;
    box-sizing: border-box;
}

.today-list{
    box-sizing: border-box;
}

.today-module,.will-module {
    width: 100%;
    margin-top: 27px;
    line-height: 0px;
}

.today-module>img,
.will-module>img{
    width: 100%; 
}

.today-item-button{
    width: 410px;
    height: 48px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.today-item{
    width: 680px;
    height: 262px;
    box-sizing: border-box;
    padding: 19px;
    border-radius: 12px;
    border: 1px solid #FFE5B2;
    background: linear-gradient(180deg, #FEF7EA 0%, #FFF 100%); 
    font-size: 0px;
    margin:16px auto 0px;
    display: inline-block;
}

.today-item .today-item-img{
    width: 222px;
    height: 222px;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.today-item .today-item-img>img{
    width: 100%;
    height: 100%;
}

.today-item-content .info{
    height: 126px;
}


.today-item .today-item-content{
    display: inline-block;
    margin-left: 8px;
    height: 100%;
    vertical-align: text-bottom;
}

.today-item-button>img{ 
    width: 100%;
    height: 100%;
}

.today-list .today-item:nth-child(2n+2){
    margin-left: 16px;
}

.item-button-left{
    width: 140px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px 0px 6px 12px;
    box-sizing: border-box;
}

.item-button-left .price-title{
    color: #99340f;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.item-button-left .price-module .price{
    color: #99340f;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.item-button-left .price-module .old-price{
    color: #808080;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration-line: line-through;
    margin-left: 6px;
}

.item-button-left.seckill .price-title{
    color: #ffffa8;
}


.item-button-left.seckill .price-module .price{
    color: #ffffff;
}

.item-button-left.seckill .price-module .old-price{
    color: #ffcdb3;
}

.today-item-title{
    width: 410px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box; /* Fallback for old syntax */
    -webkit-line-clamp: 2; /* Limit lines to 2 */
    line-clamp: 2;
    color: #1a1a1a;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.item-button-right{
    width: 124px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #b37159;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.item-button-right.seckill{
    color: #99340f;    
}

.will-list>.will-item{
    display: inline-block;
    margin-top: 16px;
}

.will-list>.will-item:not(:nth-child(3n+1)){
    margin-left: 16px;
}

.will-item-module{
    width: 456px;
    height: 262px;
    box-sizing: border-box;
    padding: 19px;
    border-radius: 12px;
    border: 1px solid #FFE5B2;
    background: linear-gradient(180deg, #FEEFD5 0%, #FFF 100%), #EDEDED;
    font-size: 0px;
}

.will-item-img{
    width: 170px;
    height: 170px;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.will-item-img img{
    width: 100%;
    height: 100%;
}

.will-item-content{
    width: 278px;
    height: 170px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: text-bottom;
}

.will-item .info{
    width: 278px;
    height: 70px;
    margin-top: 8px;
}

.will-item .info .riqi{
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #FFEEEB; 
    display: inline-block;
}

.will-item .info .riqi img{
    width: 14px;
    height: 14px;
    margin: 2px 0px -2px;
}

.will-item .info .riqi span{
    color: #ff5900;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}

.will-item-button{
    width: 278px;
    height: 48px;
    border-radius: 8px;
    position: relative;
}

.will-item-button img{
    width: 100%;
    height: 100%;
}

.will-item .will-item-title{
    width: 278px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box; /* Fallback for old syntax */
    -webkit-line-clamp: 2; /* Limit lines to 2 */
    line-clamp: 2;
    color: #1a1a1a;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.help-seckill-background-mobu{
    display: none;
    background: rgba(0,0,0,0.7);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:400;
}

.help_seckill_info{ 
    position: fixed;
    max-height: 600px;
    left: 0px;
    width: 100%;
    top: 10%;
    z-index: 410;
    display: none;
}

.help_seckill_info>div{
    margin: 0px auto;
    max-height: 600px;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    padding:0px 20px 38px;
    display: none;
    border-radius: 16px;
}

.help_seckill_info .help_seckill_rule,
.help_seckill_info .help_seckill_record{
    width: 444px;
}

.help_seckill_info .help_seckill_prize{
    width: 660px;
}


.help_seckill_info .title{
    height: 62px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 62px;
}

.help_seckill_info .title-blank{
    height: 62px;
    width: 100%;
}

.help_seckill_info .title>span:first-child{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 18px 0px 0px 20px;
}

.help_seckill_info .title>span:nth-child(2){
    color: #999999;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-left: 12px; 
}

.help_seckill_info .title>img{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 21px;
    cursor: pointer;
}

.help_seckill_rule .help-seckill-content,
.help_seckill_record .help-seckill-content{
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: 1px;
}

.help_seckill_rule .help-seckill-content img{
    width: 100% !important;
    height: auto !important;
}

.help_seckill_record .help-seckill-content::-webkit-scrollbar {
    width: 1px;  /* 滚动条的宽度 */
    height: 1px; /* 滚动条的高度 */
}

.help_seckill_record .help-seckill-content::-ms-scrollbar {
    width: 1px; /* 滚动条的宽度 */
}

.help_seckill_rule .help-seckill-content::-webkit-scrollbar {
    width: 1px;  /* 滚动条的宽度 */
    height: 1px; /* 滚动条的高度 */
}

.help_seckill_rule .help-seckill-content::-ms-scrollbar {
    width: 1px; /* 滚动条的宽度 */
}

.help_seckill_record .help-seckill-content>div{
    width: 404px;
    height: 44px;
    box-sizing: border-box;
    padding: 12px 0;
}

.help_seckill_record .help-seckill-content>div>div:first-child{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    width: 50%;
}

.help_seckill_record .help-seckill-content>div>div:last-child{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    width: 49%;
    text-align: right;
}

.help_seckill_prize .help-seckill-content .prize-tab {
    border-bottom: 1px solid #F0F0F0;
    margin: 0px auto;
    height: 44px;
    width: 620px;
}

.help_seckill_prize .help-seckill-content .prize-tab > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden; /* Clear floats */
}

/* Style each li to look like a tab and float them */
.help_seckill_prize .help-seckill-content .prize-tab > ul > li {
    float: left; /* Aligns the li elements horizontally */
    cursor: pointer;
    width: 124px;
    height: 44px;
    text-align: center;
}

.help_seckill_prize .help-seckill-content .prize-tab > ul > li >span{
    display: inline-block;
    height: 100%;
    color: #666666;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    position: relative;
}

.help_seckill_prize .help-seckill-content .prize-tab > ul > li >span>span{
    display: block;
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background: #fff;
}

/* Optional: Highlight the active tab */
.help_seckill_prize .help-seckill-content .prize-tab > ul > li >span.active {
    color: #ff5900;
    border-bottom: 2px solid #FF5900;
    font-weight: 500;
}

.help_seckill_prize .help-seckill-content .prize-tab > ul > li >span.active>span{
    background: #FF5900;
}

.help_seckill_prize .help-seckill-content .tab-content{
    height: 456px;
    overflow-y: scroll;
    scrollbar-width: 1px;
}

.help_seckill_prize .help-seckill-content .tab-content::-webkit-scrollbar {
    width: 1px;  /* 滚动条的宽度 */
    height: 1px; /* 滚动条的高度 */
}

.help_seckill_prize .help-seckill-content .tab-content::-ms-scrollbar {
    width: 1px; /* 滚动条的宽度 */
}

.help_seckill_prize .help-seckill-content table{ 
    width: 620px;
    margin: 10px auto 0px;
    table-layout: fixed;
    border: 0px;
    border-spacing: 0px;
    padding: 0px;
    display: none;
}
.help_seckill_prize .help-seckill-content table td{ 
    box-sizing: border-box;
    height: 44px;
    width: 300px;
}

.help_seckill_prize .help-seckill-content table tr>td:not(:first-child){ 
    width: 320px;
    padding-left: 20px;
}

.help_seckill_prize .help-seckill-content table span{
    display: inline-block;
    width: 49%;
}

.help_seckill_prize .help-seckill-content table span:first-child>img{
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
    border-radius: 88px; 
    vertical-align: middle;
}

.help_seckill_prize .help-seckill-content table span:first-child>label{
    color: #333333;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
}

.help_seckill_prize .help-seckill-content table span:last-child{
    color: #999999;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
}