.trip {
    font-size: calc(16 * 100vmin / 375);
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    width: 100%;
    background: #F9F9F9 url(https://m.airchina.com.cn/ac/assets/iN/checkIns/bg.png) no-repeat;
    background-size: 100% auto;
}

.trip-content {
    flex: 1;
    height: 0;
    overflow-y: auto;
}

.my-trip-add {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    margin-top: 20px;
}

.my-trip-add img {
    width: 16.5px;
    margin-right: 8px;
}