#earlybird_section {max-width: 1270px; width: 100%; 
    margin: 0 auto; display: flex; align-items: center; position: relative;}
#earlybird_section button{background: none; opacity: 1; cursor: pointer;}
#earlybird_section .earlybird_header {display: flex; 
    justify-content: space-between;}

#earlybird_section .list_all::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #157ced;
    border-right: 2px solid #157ced;
    transform: rotate(45deg);
    margin-left: 10px;
}
#earlybird_section .earlybird_header .early_left {width: 332px; height: 456px; display: inline-block; background: #F3F9FF; }
#earlybird_section .earlybird_header .early_left h3 {font-size: 1.75rem;}
#earlybird_section .earlybird_header .early_left strong {color: #157ced; font-weight: 700;}
#earlybird_section .earlybird_header .early_left .left_top {padding: 24px;}
#earlybird_section .earlybird_header .early_left .left_top img {opacity: 0.6;}
#earlybird_section .earlybird_header .early_left p { padding-top: 20px;}
#earlybird_section .earlydeal_list {display: flex; flex-wrap: wrap; justify-content: space-between; position: absolute; 
    right: 0; width: 76%; top: 30px;}
#earlybird_section a:has(.list_all) { width: 100%; text-align: right;  margin-bottom: 20px;}
#earlybird_section .list_all {color: #157ced; font-size: 1rem; font-weight: 600;}
#earlybird_section .earlydeal_list .earlydeal_detail {border: 1px solid #ddd; padding: 18px; width: 32%; background: #fff; border-radius: 10px; max-width: 320px; }
#earlybird_section .earlydeal_list .earlydeal_detail .deal_name {font-size: 1.2rem; font-weight: 600; margin: 16px 0 10px 0; overflow: hidden;
    text-overflow: ellipsis; display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
#earlybird_section .earlydeal_list .earlydeal_detail .box_color {background: #FF5656; padding: 4px; font-size: 0.925rem; color: #fff; display: inline-block; font-weight: 600; border-radius: 4px;}
#earlybird_section .earlydeal_list .earlydeal_detail .pickdeal_reser {padding: 10px 32px;
    color: #fff;
    background: #111;
    border-radius: 5px;
    font-size: 1rem;}
#earlybird_section .earlydeal_list .earlydeal_detail a img { height: 180px; object-fit: cover; border-radius: 10px;
    max-width:280px; width: 100%;}
#earlybird_section .earlydeal_list .earlydeal_detail .detail_tail {display: flex; justify-content: space-between; padding-top: 8px; position: relative;}
#earlybird_section .earlydeal_list .earlydeal_detail .flex_row {display: flex; flex-direction: column;}
#earlybird_section .earlydeal_list .earlydeal_detail .flex_row .discount_before {text-decoration: line-through; color: #8D8D8D;}
#earlybird_section .earlydeal_list .earlydeal_detail .flex_row .discount_price {color: #FF5656; font-weight: 800; font-size: 1.25rem;}
#earlybird_section .swiper_arrow .tp-swiper-btn-prev, .tp-swiper-btn-next {width: 40px; height: 40px; background: #fff; border-radius: 50px; box-shadow: 0 0 2px  rgba(0, 0, 0, 0.13);}
#earlybird_section .swiper_arrow .tp-swiper-btn-prev img {transform: translateX(8px) translateY(8px);}
#earlybird_section .swiper_arrow .tp-swiper-btn-next img {transform: translateX(8px) translateY(8px);/*rotate(180deg) translateX(-8px) translateY(-8px)*/} 
.swiper_arrow {display: flex; justify-content: space-between; width: 104%;  left: -20px; 
    position: absolute; top: 50%; z-index: 100; align-items: center; cursor: pointer;}


@media all and (max-width: 1300px) {
#earlybird_section {height: 450px;}
#earlybird_section .earlybird_header {width: 100%;}
#earlybird_section .earlybird_header .early_left .left_top img {display: none;}
#earlybird_section .earlybird_header .early_left {width: 100%; height: 200px;}
#earlybird_section .earlybird_header .early_left p br {display: none;} 
#earlybird_section {flex-direction: column; align-items: flex-start}
#earlybird_section .earlydeal_list {width: 97%; top: 32px;}
#earlybird_section .earlybird_header .early_left p {padding-top: 12px;}
#earlybird_section a:has(.list_all) {margin-bottom: 48px;}
.swiper_arrow img {width: auto;}
#earlybird_section .list_all{margin-right: 15px;}

}

@media all and (max-width: 768px) {
    .tp-earlybird-swiper-container .swiper_arrow {
        display: none !important;
    }
}

@media all and (max-width: 620px) {
    #earlybird_section .earlydeal_list .earlydeal_detail .pickdeal_reser {display: none;}
    #earlybird_section .earlydeal_list .earlydeal_detail a img {height: 120px; border-radius: 5px; min-width: 160px; width: 100%; }
    #earlybird_section .earlydeal_list .earlydeal_detail {padding: 0; border: none; width: 100%;}
    #earlybird_section .earlybird_header .early_left .left_top {padding: 24px 15px;}
    .swiper_arrow {width: 100%; left: 0;}

    #earlybird_section .earlydeal_list .earlydeal_detail .deal_name {margin-top: 12px;}
   #earlybird_section .earlybird_header .early_left h3 {font-size: 1.5rem; }
    #earlybird_section {height: 340px;}
  
    #earlybird_section .earlydeal_list .earlydeal_detail .flex_row .discount_price {font-size: 1.15rem ;}
}

#earlybird_section .swiper_arrow img {width: auto!important;}