.luckxin {
    margin: 0 7px;
}

.lucktext {
    color: #cb48f8;
    font-size: 12px;
}

.lucktext_bot {
    display: flex;
    width: 100%;
    justify-content: space-around;
    min-height: 75px;
}

.lucknum_dev {
    display: flex;
    width: 100%;
    justify-content: space-around;
    min-height: 75px;
    padding-top: 10px;
}

.luckcount {
    color: #fff;
    font-size: 14px;
    font-weight: 600;

}

.div_text {
    color: #fff;
    font-size: 14px;
    margin-top: 4px !important;
}

.p_text {
    /* color: #cb48f8; */
    font-size: 14px;
}

.model .container .close {
    width: 25px;
    height: 25px;
    float: right;
    margin: 10px;
}

.model .container .star {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    /* background: #fff; */
    margin: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    /* gap: 10px; */
}

.model .container .star .item {
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    height: 50px;
    /* line-height: 29px; */
    text-align: center;
}

.model .container .star .time {
    /* color: #d7d7d7; */
}

.model .container .star .modelActive {
    text-align: center;
    color: var(--model-activeColor)
}

.model .container .star .active1 {
    /* color: #cb48f8 !important; */
}

/* 移除第3的倍数的div的右边框 */
.model .container .star :nth-child(3n) {
    border-right: none;
}

.model .container .star :nth-child(10),
.model .container .star :nth-child(11),
.model .container .star :nth-child(12) {
    border-bottom: none;
}

.model .container {
    width: 90%;
    height: auto;
    background: #fafafb;
    background-size: 102% 101%;
    background-image: var(--model-bgUrl);
    background-repeat: no-repeat;
    border-radius: 13px;
}

.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 13px;
}

.fateDesc .borderBottom {
    background-image: url("/img/borderBottom.png");
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 85px;
    /* display:var(--borderBottom-display) */
}

.tab-content .luckText {
    width: 90%;
    margin-left: 12%;
}

.tab-content .luckText div {
    margin-top: 30px;
    line-height: 26px;
}

.tab-content .luckText div:first-child {
    margin-top: 25px;
    /* 第一个 div 的 margin-top 设置为 10px */
}

.tab-content .numberStar .left {
    text-align: center;
    margin-left: 12%;
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 20px;
    width: 44.8%;
}

.tab-content .luckNum {
    min-height: 60px;
    /* 根据需要调整高度 */
    width: 90%;
    margin-left: 12%;

}

.tab-content .luckNum>div {
    height: 50%;
    /* 占据父容器的一半高度 */
    box-sizing: border-box;
    /* 确保边框和内边距包含在宽度和高度内 */
    text-align: center;
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 5px
}

.top-left {
    order: 1;
    min-height: 50px;
    padding: 0px 5px
}

.top-right {
    order: 2;
    min-height: 50px;
    padding: 0px 5px
}

.bottom-left {
    order: 3;
    min-height: 50px;
    padding: 0px 5px
}

.bottom-right {
    order: 4;
    min-height: 50px;
    padding: 0px 5px
}

.tab-content .shortDesc img {
    width: 105%;
    margin-left: 10%;
}

.tab-content .shortDesc {
    width: 90%;
    text-align: center;
    font-size: 12px;
    min-height: 100px
}

.tab-content .shortDesc p {
    margin-left: 16%;
    width: 94%;
    /* margin-top: 6px; */
}

.tab-content .numberStar .left .num {
    font-size: 42px;
    margin-top: 20px
}

.tab-content .numberStar .left .desc {
    font-size: 12px;
    /* color: #cb48f8; */
}

.tab-content .numberStar .left img {
    width: 12px;
    height: 12px;
    margin: 4px;
}

.tab-content .numberStar .right img {
    width: 12px;
    height: 12px;
    margin: 2px;
}

.tab-content .numberStar .right div {
    /* display: flex; */
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* height: 31px; */
    /* line-height: 30px; */
    text-align: center;
    padding: 4px 0px;
}

.tab-content .numberStar .right p {
    font-size: 12px;
    color: #cb48f8;
    text-align: center;
}

.tab-content .numberStar {
    display: flex;
    justify-content: space-between;
    color: #fff;
    min-height: 105px;
    margin-bottom: 10px
}

.topNavWrap {
    /* background-image: url("/img/borderTop.png");
background-size: 100%;
background-position: 0px -70px ;
background-repeat: no-repeat; */
}
