.single_back {
    margin-bottom: 10px;
}

.single_back li {
    border-left: none;
    line-height: 30px;
    height: 30px;
    color: #96D2FF;
    width: 100px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.flightDs {
    border: 1px solid #96D2FF;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin-bottom: 0;
    cursor: pointer;
    z-index: 99;
}

.single_back li:first-child .flightDs {
    border: 1px solid #96D2FF;
}

.single_back li.active {
    background: #96D2FF;
    color: #fff;
}

.trip {
    width: 378px;
}

.item {
    margin-top: 5px;
}

.item_ipt {
    width: 170px;
    position: relative;
}

.item_tit {
    color: #999999;
    font-size: 12px;
}

.exchange {
    margin: 0 5px;
}

.item_ico {
    position: absolute;
    top: 15px;
    right: 15px;
}

.item_ico i {
    font-size: 26px;
    color: #999999;
}

.item_box input {
    background: transparent;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 5px;
}

.exchange {
    position: relative;
    top: 25px;
    cursor: pointer;
    width: 28px;
    height: 20px;
}

.exchange span {
    display: inline-block;
    background: #C9CACB;
    padding: 0 3px;
    color: #fff;
    font-size: 12px;
}

.exchange i {
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #C9CACB;
    position: relative;
    top: -3px;
}

.search {
    margin-top: 20px;
}

.non_stop {
    display: inline-block;
    margin-right: 140px;
}

.non_stop input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

div.jedatebox .jedateym .prev,
div.jedatebox .jedateym .next {
    line-height: 18px;
}


.flight_inquire {
    background: #FFFFFF;
    z-index: 9999;
}

.lowerPrice {
    width: 100%;
    height: 726px;
    background: #F9FCFF;
    margin: 85px auto 0;
    overflow: hidden;
    background: #F9FCFF;
}



.lowerPriceContent {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.lowerPriceLeft {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.priceContent {
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 0;
    top: 5%;
}

.priceList {
    width: 515px;
    height: 400px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
}


.priceItem {
    width: 50%;
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    cursor: pointer;
}

.lowerPriceImg {
    width: 400px;
    height: 300px;
    flex-shrink: 0;
}

img {
    width: 100%;
    height: 100%;
}

.cityName {
    width: fit-content !important;
    font-size: 22px;
    padding: 0 25px;
    border-bottom: solid 1px transparent;
    cursor: pointer;
}

.activeLower {
    border-bottom: solid 2px #E44C51;
}

.flightImg {
    width: 30px;
    height: 10px;
    position: relative;
    margin: 2px;
}

.flightImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.priceItem>div:nth-child(1) {
    width: 120px;
    color: #666666;
    display: flex;
    align-items: center;
}

.priceItem>div:nth-child(2) {
    width: 50px;
    flex-shrink: 0;
}

.priceItem>div:nth-child(3) {
    width: 120px;
    color: #FF6600;
}

.priceItem>div:nth-child(3)>span:nth-child(1) {
    font-size: 14px;
    margin-right: -3px;
}

.priceItem>div:nth-child(3)>span:nth-child(2) {
    font-size: 21px;
}

.priceItem>div:nth-child(3)>span:nth-child(3) {
    font-size: 14px;
}



.newsCenter {
    width: 1500px;
    margin: 0 auto;
}


.newsList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newsImg {
    width: 268px;
    height: 173px;
    border-radius: 5px;
    overflow: hidden;
}

.rightContents {
    width: 1215px;
    font-family: scRegular;
    border-bottom: solid 1px #E5E5E5;
    margin-bottom: 40px;
}

.lastContent {
    margin-bottom: 0;
}


.newTitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #333333;
}

.newContent {
    width: 100%;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.bottomFlex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 17px;
}

.flexLine {
    display: flex;
    align-items: center;
}

.seeImg {
    width: 20px;
    height: 14px;
    display: flex;
    align-items: center;
}

.bottomText {
    font-size: 16px;
    color: #999999;
    margin-right: 20px;
    margin-left: 5px;
}

.timeImg {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.labelImg {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.detail {
    font-size: 16px;
}

.detail>a {
    color: #259DF1;
}

.rightContents {
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.seeImg {
    margin-top: 0;
}

.timeImg {
    margin-top: 0;
}

.newsCenterTotal {
    width: 100%;
    background: #F9FCFF;
    margin: 0 auto;
    overflow: hidden;
}








.history-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wiki {
    width: 100%;
    padding-bottom: 30px;
    background: #FFFFFF;
    border-radius: 9.9975px;
}

.wikiBlock {
    width: 1500px;
    margin: 0 auto;
}

.wikiList {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.wikiImg {
    width: 265px;
    height: 265px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.wikiContent {
    width: 1200px;
    height: 250px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 20px;
}

.wikiTitle {
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}

.wikiDetail {
    color: #999999;
    font-size: 16px;
}
.airline-block{
    width: 1500px;
    margin: 0 auto;
}

#certify .swiper-slide-active {
    width: 870px !important;
    height: 400px !important;
}

.swiperImg{
    width: 318px;
    height: 340px;
    transform: translateX(0px) scaleX(1);
    transition-duration: 0ms;
    z-index:10;
}
#certify .swiper-slide-active .swiperImg {
    width: 357px;
    height: 400px;
}
#certify {
    position: relative;
    width: 1500px;
    margin: 0 auto
}

#certify .swiper-container {
    height: auto !important;
}

#certify .swiper-slide {
    width: 870px;
    height: 400px;
    background: #fff;
}

#certify .swiper-slide-next {
    height: 340px !important;
    margin-top: 30px;
}
#certify .swiper-slide-prev .swiperImg {
    position: absolute;
    right: 0;
    top: 0;
}
#certify .swiper-slide-next .swiperImg {
    position: absolute;
    left: 0;
    top: 0;
}

#certify .swiper-slide-prev {
    height: 340px !important;
    margin-top: 30px;
    transform: scaleX(1);
}


.schedule {
    width: 1500px;
    margin: 50px auto 0;
    height: 1px;
    background: #E5E5E5;
}

.scheduleGroup {
    width: 1325px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: scRegular;
    font-size: 16px;
    color: #999999;
    position: relative;
    top: -11px;
}

.scheduleList {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.circle {
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 15px;
}

.point {
    display: block !important;
    width: 14px !important;
    height: 14px !important;
    background: #999999 !important;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 4px;
}

.activeSchedule {
    color: #40A4EB;
}

.activeSchedule>.circle {
    border: 2px solid #40A4EB;
    background: #FFFFFF;
}

.activeSchedule>.circle>.point {
    background: #40A4EB !important;
}
.imgText{
    position: absolute;
    width: 355px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    color: #FFFFFF;
}
.imgText>div:first-child{
    font-size: 46px;
    font-weight: 550;
}
.imgText>div:last-child{
    font-size: 21px;
}
.swiper-slide-prev .imgText{
    width: 318px;
    height: 340px;
}
.swiper-slide-next .imgText{
    width: 318px;
    height: 340px;
}
.swiper-slide-prev .priceList{
    opacity: 0;
    z-index: -1;
}
.swiper-slide-next .priceList{
    opacity: 0;
    z-index: -1;
}
.swiper-slide-active{
    display: flex;
}