/* pricePath start */
.text{
    float:left;
    font-size:14px;
    width:130px;
    text-indent:2em;
}
.check{
    float:left;
    width:520px;
}
/* pricePath end */

.addHotelBtn{
    width: 80px;
    line-height: 26px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #555;
}
.disBtn{
    border: none;
    font-size: 14px;
}

/* addPricePath start */
.addPricePath{
    width: 1250px;
    margin: 20px auto;
}
.flexPath{
    display: flex;
    display: -webkit-flex;
    margin: 5px 0;
    align-items: center;
}
.flexPath .name{
    width: 150px;
    text-align: right;
    font-size: 16px;
    color: #555;
}
.flexPath .input{
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 4px;
    width: 230px;
}
.flexPath .input .el-select{
    width: 100%;
}
.flexPath .input1{
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 4px;
    width: 230px;
}
.flexPath .input input:focus{
    outline: none;
}
.flexPath .input1 .el-select {
    width: 90px;
    border-right: 1px solid #eee;
}
.flexPath .input1 .el-select .el-input {
    width: 90px;
}
.flexPath .input1 .el-input {
    width: 130px;
}
.addPricePath-BtnBox{
    display: flex;
    justify-content: flex-end;
    margin-right: 110px;
}
    .addPricePath-BtnBox .btn-ok {
        width: 110px;
        height: 40px;
        background-color: #052f8e;
        border: 1px solid #052f8e;
        font-size: 16px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
        margin-right: 20px;
    }
.addPricePath-BtnBox .btn-cancel{
    width: 110px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #555;
    text-align: center;
    border-radius: 4px;
}
/* addPricePath end */