.search-page .query-section1{
    background-image: url(../image/search/header-bg.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.top-airport-list{
    display: flex;
    flex-wrap: wrap;
}
.top-airport-card-item{
    background: #FFFFFF;
    box-shadow: 0 6px 12px 8px rgba(0,99,248,0.04);
    border-radius: 8px;
    border: 1px solid #DFE2E8;
    width: calc(50% - 15px);
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    flex-grow: 0;
    flex-shrink: 0;
}
.top-airport-card-item:nth-child(2n){
    margin-right: 0;
}
.airport-card-img{
    padding: 20px;
    position: relative;
}
.top-mark{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px 0  4px 0;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    background-image: url(../image/search/mark-bg-4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.top-mark.top-1{
    background-image: url(../image/search/mark-bg-1.png);
}
.top-mark.top-2{
    background-image: url(../image/search/mark-bg-2.png);
}
.top-mark.top-3{
    background-image: url(../image/search/mark-bg-3.png);
}
.airport-info-row{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 15px;
}
.airport-info-name{
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    font-size: 20px;
}
.airport-location{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
}
.airport-info-desc{
    padding: 0 20px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #1F2733;
    line-height: 28px;
}
.my-carousel .carousel-control-prev{
    background-color: #1965DB;
}
.my-carousel .carousel-control-next{
    background-color: #1965DB;
}
