@charset "UTF-8";
.button-flight_search {
    display: block;
    width: 100px;
    height: 39px;
    line-height: 39px;
    border-radius: 3px;
    background: #29b6f6;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
}

.button-my {
    display: block;
    width: 100px;
    height: 39px;
    line-height: 39px;
    border-radius: 3px;
    background: #29b6f6;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
}

/* 小按钮 */
.btn_little {
    /*安全中心 保存 返回等 */
    border-radius: 3px;
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 15px;
}

.btn_delete {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 0 10px;
}

.btn_detail {
    /* 列表中操作按钮 */
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}

.btn_detail:link {
    /* 列表中操作按钮 */
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}

.btn_book {
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 25px;
    outline: none;
}

.btn_pc {
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.btn_pc.btn-bj-transparent {
    background: transparent;
    border: 1px solid #29b6f6;
    color: #29b6f6;
}
.btn-border-gray{
    border: 1px solid #E8E8E8;
    color: #666666;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 3px;
}


.btn-blue:hover {
    background: #29b6f6;
    color: #fff;
}

.btn-blue {
    background: #29b6f6;
    color: #fff;
}

.btn-h-35 {
    height: 35px;
    line-height: 35px;
}

.button-wide150 {
    width: 150px;
}

.button-wide300 {
    width: 300px;
}

.line-block {
    display: inline-block;
}

.btn-h-30 {
    height: 30px;
}
.btn-h-40 {
    height: 40px;
}
.btn-h-45 {
    height: 45px;
}
.btn-w-100 {
    width: 100px;
}
.btn-w-150 {
    width: 150px;
}

.btn-w-80 {
    width: 80px;
}