.xhImmediate{
    color:#fff;
    border:0;
    background:rgb(239,130,0);
    border-radius: 4px;
}
.gouwucheSty{
    background:red;
}
/* 弹窗 */
.zx_box{
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgb(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    z-index: 9999999999;
    opacity: 0;
}
.zx_center{
    width:1000px;
    background:#fff;
    padding-bottom:20px;
}
.zx_biaoti{
    text-align: center;
    position: relative;
    color:#808080;
    font-weight: bold;
    font-size:24px;
    padding-top:8px;
}
.zx_biaoti>.x{
    position: absolute;
    right:12px;
    font-size:18px;
    color:#e0e0e0;
}
.zx_list_biaotiSty{
    text-align: center;
    color:#fff;
    height:60px;
    line-height: 60px;
    font-size:16px;
    background: rgb(239,130,0);
    display: flex;
    margin-top:16px;
    width:calc(100% - 32px);
    margin-left:16px;
}
.zx_list_xian{
    height:1px;
    width:calc(100% - 32px);
    margin-left:16px;
    background: rgb(239,130,0);
    margin-top:16px;
}
.zx_bottom_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zx_tishi{
    color:red;
    width:300px;
    
}
.zx_tishi p{
    margin-left:30px;
}
.zx_b_conter .wyzx{
    color:goldenrod;
    font-weight: bold;
    display: flex;
    height:30px;
    line-height: 30px;
    font-size:18px;
    text-align: center;
    margin:20px 0 20px 146px;
}
.zx_b_conter .wyzx img{
    width:30px;
    height:30px;
}
.shibieerweima{
    background:rgb(66, 66, 212);
    color:#fff;
    text-align: center;
    height:60px;
    line-height: 60px;
    width:210px;
    margin-left:100px;
}
.erweima img{
    width:120px;
    height:120px;
    margin:16px 0 10px 146px;
}
.erweima_text{
    color:#333;
    margin-left: 112px;
}

/* 列表 */
.zx_list{
    display: flex;
    color:#808080;
    margin-top: 16px;
    width: calc(100% - 32px);
    margin-left: 16px;
    height:60px;
    line-height: 60px;
}
.zx_list>div{
    text-align: center;
}
.number_box{
    display: flex;
    padding-top:12px;
}
.anniu{
    color:#fff;
    background:red;
    border-radius: 4px;
    text-align: center;
    height:30px;
    line-height: 30px;
    padding:0 6px;
    margin-left:4px;
    cursor: pointer;
}
.kucun_box{
    color:#808080;
    font-size:14px;
    margin-left:520px;
}
.kucun_num{
    color:red;
    font-weight: bold;
    font-size:16px;
}
.zx_beizhu input{
    margin-left:16px;
    border:1px solid #e0e0e0;
    padding-left:6px;
}
.x{
    cursor: pointer;
}
.shangpin{
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
}
.shenhezhongNum{
    text-align: center;
    margin-top: -12px;
}
.shenhezhong{
    color:#fff;
    background:#e0e0e0;
    font-size:14px;
    height:30px;
    line-height: 30px;
    border-radius: 4px;
    padding:0 8px;
    width:100px;
    margin:12px auto;
}
.shenheyouhuo{
    color:#fff;
    background:green;
    font-size:14px;
    height:30px;
    line-height: 30px;
    border-radius: 4px;
    padding:0 8px;
    width:100px;
    margin:12px auto;
}
.shyouhuo_box{
    display: flex;
}
.shyouhuo_box>.money{
    background: #f1f1f1;
    color:#808080;
    font-size:14px;
    height:30px;
    line-height: 30px;
    text-align: center;
    padding:0 40px;
}
.shyouhuo_box>.tijiaodd{
    background: red;
    color:#fff;
    font-size:14px;
    height:30px;
    line-height: 30px;
    border-radius: 4px;
    padding:0 8px;
    margin-right:16px;
    margin-left:16px;
    cursor: pointer;
}
.shyouhuo_box>.tijiaodd:active{
    opacity: 0.6;
}

.shyouhuo_box>.money>span{
    color:goldenrod;
    font-weight: bold;
}
.anniu:active{
    opacity: 0.6;
}