.tours-banner-v1 {
    box-sizing: border-box;
    width: 100%;
}
.tours-banner-v1 * {
    box-sizing: inherit;
}

.tours-banner-v1 .section-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.tours-banner-v1 .section-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.tours-banner-v1 .content-layout {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    align-items: flex-start;
}

.tours-banner-v1 .img-col {
    flex: 0 0 68%;
    position: relative;
    height: 0;
    padding-top: 38%;
    overflow: hidden;
    min-height: 0;
}
.tours-banner-v1 .img-col .main-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tours-banner-v1 .text-col {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(33% - 24px);
    line-height: 1.6;/
    margin: 0;
    overflow-y: auto;
    background-color: #f9f9f9;
    box-sizing: border-box;
}

.tours-banner-v1 h1 {
    font-size: 26px;
    color: #FF6B00;
    font-weight: 400;
    margin: 0 0 10px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    width: 100%;
    line-height: 1.4;
}

.tours-banner-v1 h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.tours-banner-v1 p {
    font-size: 14px;
    margin: 0 0 8px;
}
.yn-groupbuy-summary {
    display: flex;
    height: 100%;
    color: #000000;
    flex-wrap: wrap;
    align-content: space-between;
}
.yn-groupbuy-summary ul{
    padding-left: 0;
}
.yn-groupbuy-summary .yn-groupbuy-buy-oper{
    border-radius: 8px;
    display: flex;
    height: 40px;
    background: linear-gradient(135deg, #9F5890 0%, #6E486B 100%);
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.yn-groupbuy-summary a .yn-groupbuy-buy-oper {
    color: #ffffff;
}
.yn-groupbuy-summary a .yn-groupbuy-buy-oper:hover{
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(159, 88, 144, 0.3);
    background: linear-gradient(135deg, #6d1d5c 0%, #6f1c6b 100%);
    color: #ffffff;
}
.yn-groupbuy-price{
    display: flex;
    justify-content: flex-end;
}
.yn-groupbuy-summary .yn-groupbuy-buy-summary {
    color: #838282;
}
.yn-groupbuy-summary  .fontsell{
    color: #000000;
}
@media (max-width: 768px) {
    .tours-banner-v1 .content-layout {
        flex-direction: column;
        gap: 16px;
        position: static;
    }
    .tours-banner-v1 .img-col {
        flex: 0 0 100%;
        width: 100%;
    }
    .tours-banner-v1 .text-col {
        position: static;
        width: 100%;
        height: auto;
        flex: 0 0 100%;
        overflow-y: visible;
        margin-top: 16px;
    }
    .tours-banner-v1 .box-list {
        padding: 10px;
    }
    .tours-banner-v1 h1 {
        font-size: 22px;
        width: 100%;
    }
    .yn-groupbuy-buy{
        width: 100%;
    }
    .yn-groupbuy-summary > div{
        padding-top: 0;
    }
    .yn-groupbuy-price{
        display: block;
    }
}
