.trip-ticket {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    box-shadow: 0px 7px 16px 5px rgba(146, 146, 175, 0.1);
}
.ticket-code {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: #f5f6fa;
    border-radius: 6px 6px 3px 0px;
    padding: 10px;
    box-sizing: border-box;
}
.ticket-icon {
    margin-right: 5px;
    width: 12px;
    height: 12px;
}
.ticket-fly-code,
.ticket-type {
    color: #333333;
    font-size: 10px;
    font-weight: 500;
}
.ticket-code-line {
    height: 100%;
    color: #333;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 300;
}
.flight-info {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.flight-info-item {
    width: 33.3%;
    text-align: center;
}
.flight-info-item-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flight-info-item:first-child{
    text-align: left;
}
.flight-info-item:last-child{
    text-align: right;
}
.flight-info-item-title {
    font-size: 12px;
    font-weight: 400;
    color: #606060;
    line-height: 12px;
    margin-top: 5px;
}
.flight-info-item-status{
    color: #fff;
    max-width: 140px;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 3px;
}
.flight-info-box-shadow .van-notice-bar__wrap {
    display: flex;
    justify-content: center;
}
.flight-info-item-danger{
    color: #F15D5D;
    font-size: 11px;
}
.flight-info-item-text {
    font-size: 25px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-top: 5px;
    padding: 5px 0;
}
.flight-info-item-pos,.flight-info-item-time{
    font-size: 11px;
    font-weight: 300;
    color: #333333;
}
.flight-info-item-icon{
    width: 70px;
    height: 5px;
}
.flight-info-box-shadow{
    box-shadow: 0px 4px 12px -3px rgba(146, 146, 175, 0.1);
}
@keyframes kf-myMarquee-animation{
    0% {
        transform: translateX(0);
    }
    30% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.3%);
    }
}
.myMarquee{
    background-color: unset;
    overflow: hidden;
}
.myMarquee .myContent {
    display: inline-block;
    animation: kf-myMarquee-animation 5s linear infinite;
    white-space: nowrap;
}
.van-step--horizontal .van-step__circle-container{
    padding: 0 !important;
}
