.nav {
    display: flex;
    gap: 20px;
    height:1.5rem;
    align-items: center;
}

.nav div {
    font-size: 0.5rem;
    color: #333;
    font-weight: 700;
}
.nav .this-t{
    border-bottom: 1px solid #cc0000;
    color: #cc0000;
}

.zhu-box{
    width:94%;
    margin:0rem auto;
}



/* 父容器样式 */
.bill-nav-box {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 0.3rem;
}

/* 子元素容器样式 */
.child-container {
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
    flex:1;
    /* justify-content: space-between; */
    gap: 10px;
}

/* 子元素样式 */
.bill-nav-item {
    height: 1.2rem;
   /* margin-right: 1rem;*/
    border-bottom: 1px solid #dfdff4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
    font-weight: 800;
    white-space: nowrap;
}
.child-container .bill-this{/*background-color:#cc0000;*/border-bottom: 1px solid #cc0000;color:#cc0000;}


.app{
    display:none;
}
.app-this{
    display: block;
}
.re-list-li{
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    background-color: #efeff4;
    margin-bottom: 0.2rem;
   /* justify-content: space-around;*/
    border-radius: 0.3rem;
    justify-content: center;
}
.re-li{width:92%;}
.re-tr{
    flex:1;
    display: flex;
    font-size:0.4rem;
    color:#333;
}
.tr-t{
    width:1.8rem;
    font-size: 0.36rem;
}

.re-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.15rem;
    color: #000;
    font-weight: 400;
}
.tr-val{
    /*color:#999;*/
    font-weight: 700;
}

.reserve_seat{width:100%;height:2.8rem;}

.succ-txt{text-align:center;color:#999;}



.add-account-btn{width:92%;height:1.2rem;display:flex;align-items:center;background-color: #cc0000; justify-content: center; color: #fff; border-radius: 0.3rem;  position: fixed; bottom: 1.5rem;font-size: 0.45rem;}
.add-account-btn .iconfont{font-size:20px;margin-right:0.1rem;}


.c1{color:#cc0000;}
.c2{color:#11ab61;}