
.must-tag{
    color: #F64747;
}
/**--reserve--**/
#reserve{
    padding: 10px 20px;
    z-index: 10;
    background-color: #f7f7f7;
    position: relative;
}
#reserve .notice-info{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
}
#reserve h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
#reserve h2 b{
    font-size: 30px;
}
#reserve form{
    width: 400px;
    margin: 0 auto;
}
#reserve .form-group{
    margin: 10px 0;
}
#reserve .form-group .form-control{
    height: 30px;
}
#reserve .form-group .title{
    width: 70px;
    display: inline-block;
}
#reserve .form-group input,#reserve .form-group select{
    border: 1px solid #ddd;
}
#reserve .form-group input[type=text]{
    width: 300px;
    padding: 2px 5px;
}
#reserve .form-group .input-group-addon{
    background-color: #ffffff;
    font-size: 16px;
    color: #666;
}
#reserve .form-group p.bm-tip-info{
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
#reserve .form-group p.bm-tip-info b{
    font-size: 18px;
}
#reserve .form-group *{
    border-radius: 0;
}
#reserve .vcode {
    text-transform: uppercase;
    padding-left: 2px;
    float: left;
    border: 1px solid #999;
}
#reserve #refreshCode{
    margin-left: 10px;
    cursor: pointer;
}
#reserve .form-group .sex-span .radio-inline{
    padding-top: 5px;
}
#reserve .btn {
    letter-spacing: 2px;
    background-color: #0072C6;
    border: none;
    color: #EEE;
    padding: 6px 25px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
#reserve .action-tip{
    text-align: center;
}
#reserve .success-info{
    background-color: #fbf8e9;
    color: #449d44;
    padding: 4px ;
}
#reserve .error-info{
    visibility: hidden;
    padding: 4px ;
    color: #CC231C;
    background-color: #fbf8e9;
    line-height: 16px;
    text-align: center;
}