.rightBlock{
    width: 29%;
    max-height: 550px;
    overflow-y: scroll;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-left: 20px;
    display: none;
}
.rightBlock>div{
    width: calc(100% - 40px);
    margin: 20px auto;
}
.rightBlock>div:nth-child(2){
    margin-top: 0 !important;
}
.headText{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    position: sticky;
    top: 0;
    left: 0;
    background: #FFFFFF;
    margin: 0!important;
    padding: 20px;
    z-index: 20;
}
.blueBlock{
    width: 2px;
    height: 16px;
    background: #1E9FFF;
    margin-right: 5px;
}
.record{
    /* height: 240px; */
    border-radius: 10px;
    border: 1px solid #CBCBCB;
    padding-bottom: 10px;
    cursor: pointer;
}

.searchTime{
    font-size: 12px;
    color: #999999;
    margin: 20px;
    margin-bottom: 0;
}
.centerFlex{
    justify-content: center;
}
.hrLine{
    width: calc(100% - 40px);
    height: 1px;
    background: #F0F0F0;
    margin: 10px auto;
    margin-top: 8px;
}
.tripInfo{
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}
.tripInfo>div{
    margin-right: 10px;
}
.tripInfo>div:last-child{
    margin-right: 0;
}
.otherText{
    color: #666666;
    font-size: 12px;
}
.priceLine{
    width: calc(100% - 40px);
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 5px;
}

.fork{
    font-size: 14px;
    color: #999999;
    margin: 0 3px;
}
.typeNmae{
    width: 100px;
    font-size: 12px;
    color: #666666;
}
.priceRight{
    font-size: 14px;
    color: #333333;
}
.lastInput{
    margin-left: 24px;
}


.layui-layer .layui-layer-iframe{
    top: 20px !important;
}


.address{
    height: 38px;
    margin-top: -5px;
}

.address input{
    border: none;
    background: transparent;
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.address .layui-edge{
    display: none;
}
.address input:focus{
    border: none;
    outline: none;
    border: none;
    background: transparent;
}

.delTrip{
    cursor: pointer;
    margin-left: 20px;
}
.delTrip>i{
    font-size: 22px;
    color: red;
}