.trip-item {
    width: calc(100vw - 40px);
    flex-shrink: 0;
    background-color: white;
    border-radius: 8px;
    padding-bottom: 10px;
    font-size: calc(16 * 100vmin / 375);
    font-size: 11px;
}

.trip-top {
    padding: 17px 15px 0;
}

.top-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-date > div:nth-child(1) {
    line-height: 12px;
}

.top-date > div:nth-last-child(1) {
    font-size: 10px;
    color: #999999;
    line-height: 10px;
}

.top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.top-airport {
    position: relative;
}

.top-airport > div:nth-child(1) {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 7px;
}

.top-airport > div:nth-child(2) {
    line-height: 12px;
}

.top-airport > div:nth-child(3) {
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 8px;
}

.top-airport:nth-last-child(1) {
    text-align: right;
}

.top-time {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-time img {
    width: 78px;
    height: 3px;
    margin: 3.5px 0 6.5px;
}

.top-time > div:nth-child(1) {
    font-size: 12px;
    color: #666666;
    line-height: 16.5px;
}

.top-time > div:nth-last-child(1) {
    font-size: 10px;
    font-weight: 300;
    color: #666666;
    line-height: 10.5px;
}

.person-list {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

.person-item {
    flex-shrink: 0;
    margin-right: 20px;
}

.person-info {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}

.passenger-type {
    height: 13px;
    line-height: 13px;
    border-radius: 1.5px;
    padding: 0 3px;
    margin-left: 5px;
    font-weight: 400;
    font-size: 10px;
}

.coupon-status {
    height: 13px;
    line-height: 13px;
    border-radius: 1.5px;
    padding: 0 3px;
    margin-left: 5px;
    font-weight: 400;
    font-size: 10px;
}

.person-ticketno {
    display: flex;
    align-items: center;
    color: #606060;
    line-height: 12px;
    margin-top: 8px;
}

.person-ticketno img {
    margin-left: 3px;
    width: 10px;
}

.person-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    flex-shrink: 0;
}

.person-add img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17px;
    margin-bottom: 4px;
}

.trip-bottom-line {
    margin: 10px 15px 0;
    border-top: 1px solid #EEEEEE;
}

.trip-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.trip-bottom > div {
    width: 25%;
    margin-left: 10px;
    line-height: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.trip-bottom > div > img {
    width: 23px;
    height: 23px;
    margin-bottom: 6.5px;
}

.trip-bottom > div:nth-child(1) {
    margin-left: 0;
}

.dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.normal-tip {
    width: 3.5px;
    height: 3.5px;
    background: #F0CFD0;
    border-radius: 50%;
    margin-left: 3.5px;
}

.active-tip {
    width: 11px;
    height: 3.5px;
    background: #DF3736;
    border-radius: 2px;
    margin-left: 3.5px;
}