@charset "utf-8";
.peo-num-fixed{
    position: fixed;
    bottom:0;
    left:0;
    right: 0;
    z-index: 10000;
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,.5);
    display: none;
}
/* 选择数量 */
.people-num-container{
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    background: #fff
}
.people-num-container .tit-bar{
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.4rem;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.374rem;
}
.people-num-container .block-item ul{
    padding: 0 0.4rem;
    border-bottom: 0;
}
.people-num-container .block-item li{
    border-color: #f0f0f0;
}
.block-item li .item-hd {
    display: block;
    width: 3.9rem;
    line-height: 1.2rem;
    font-size: 0.373334rem;
    font-weight: normal;
}
.block-item li > span {
    display: block;
    line-height: 1.2rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    font-size: 0.373334rem;
}
.block-item .item-jg {
    font-size: 0.3734rem;
    color: #ff661a;
}
.block-item .amount-opt-wrap {
    text-align: right;
}
.amount-opt-wrap .sub-btn,
.amount-opt-wrap .add-btn {
    display: inline-block;
    color: #666;
    width: 0.77rem;
    height: 0.75rem;
    line-height: 0.75rem;
    vertical-align: middle;
    font-size: 0.5rem;
    text-align: center;
    background: #f5f5f5;
}
.amount-opt-wrap .sub-btn {
    border-right: 0;
}
.amount-opt-wrap .num-text {
    width: 0.77rem;
    height: 0.75rem;
    border: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 0.37rem;
    background: #fff;
}
.block-item .text-msg{
    padding: 0.3467rem 0.4rem;
    font-size: 0.32rem;
    color: #999;
    line-height: 0.48rem;
    border-top: 1px solid #f0f0f0;
}
.people-num-container .next-btn{
    display: block;
    width: 10rem;
    height:1.2rem;
    background-color: #f90;
    font-size: 0.4267rem;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
}