.w-990{
    width: 990px;
    margin:auto;
}
.reserve-warp{
    margin: 60px 0 80px;
    min-height: 500px;
}
.reserve-list .item{
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
}


.reserve-warp .tt{
    font-size:24px;
    color:#4a4a4a;
    padding-bottom: 30px;
}
.reserve-warp .itemf{
    background: url(../images/piaobg.png) no-repeat;
    width: 576px;
    float: left;
    height: 240px;
    padding: 12px;
}
.reserve-warp .itemf .img{
    width: 239px;
    height: 239px;
    float: left;
}
.reserve-warp .itemf .txt{
    margin-left: 269px;
    margin-right: 40px;
    padding-top:40px;
}
.reserve-warp .itemf .title{
    font-size:25px;
    color:#ffffff;
    padding-bottom: 20px;
}
.reserve-warp .itemf .time{
    font-size:18px;
    color:#ffffff;
    padding-bottom: 5px
}
.reserve-warp .itemf .add{
    font-size:14px;
    color:#ffffff;
}

.reserve-warp .itemr{
    float: right;
    margin-right: 60px;
    padding-top: 50px;
}
.reserve-warp .itemr .c{
    line-height: 42px;
    margin-bottom: 10px
}
.reserve-warp .itemr .span1{
    font-size: 14px;
    color: #4a4a4a;
    display: inline-block;
    margin-right: 20px;
    float: left;
    line-height: 42px;
}
.reserve-warp .itemr .prices{
    font-size:30px;
    color:#e03c39;
    letter-spacing:0;
    display: inline-block;
}
.reserve-warp .itemr .gou{
    background:#e03c39;
    border-radius:3px;
    width:191px;
    height:38px;
    line-height: 38px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#min,#text_box,#add{
    border:1px solid #979797;
    width:35px;
    height:35px;
    background:#fff;
    margin-left: -5px
}
#min,#add{
    cursor: pointer;
}
#text_box {
    width:33px;
    height:33px; 
    text-align: center;
}


