.tour-options-header-card {
    padding-right: 0;
    margin-bottom: 0;
}

.tour-option-header-title {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tour-options-header-content {
    padding: 20px 40px;
    border: 1px solid #ccc;
    border-top: none;
    display: flex;
    justify-content: space-between;
}

.tour-options-header-content ul li {
    list-style: disc;
}

.tour-option-header-content-right {
    display: flex;
    align-items: end;
}

.ppcc {
    position: static;
}

.tour-options-header-discount {
    padding: 20px 20px;
    text-align: center;
    font-size: 24px;
    color: #d14900;
}

.tour-options-list-card {
    margin-top: 0;
}

.tour-option-origin-value {
    text-decoration: line-through;
}

.tour-option-title-price-container {
    width: 240px;
}

.tour-option-price-container {
    width: 260px;
}

.tour-option-date-picker-container {
    display: flex;
    align-items: center;
}

.tour-option-date-picker-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    gap: 20px;
}
.tour-option-date-picker-label-text {
    color: #c75000;
    font-weight: bold;
}
.tour-option-date-picker-tip {
    display: flex;
    gap: 20px;
}

.tour-option-price-container {
    text-align: center;
}

.formBody {
    padding: 10px;
}

.el-date-table td .el-date-table-cell {
    height: 65px;
}

.el-date-table td .el-date-table-cell.has-price {
    background-color: #f0f0f0;
    /* 灰色背景 */
}

.emsgBox.showAlert {
    border: none;
}

.el-date-editor.el-input,
.el-date-editor.el-input__wrapper {
    width: 100%;
    height: 48px;
}

.el-input {
    --el-input-focus-border: #000;
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #000 inset;
}

.calendar-price-cls {
    display: block;
    font-size: 14px;
    color: #969696;
    margin-top: 15px;
}

.calendar-price-cls-price {
    color: #c30a0a;
    font-size: 17px;
}

.el-date-table td.available:hover {
    color: #c30a0a;
}

.el-date-table td.current:not(.disabled) .el-date-table-cell__text {
    background: none;
    color: #000;
}

/* 添加选中日期的边框样式 */
.el-date-table td.current:not(.disabled) .el-date-table-cell {
    border: 1px solid #c30a0a;
    /* 红色边框，可根据需要调整颜色和宽度 */
}

.mobile-calendar-cls {
    width: 100%;
}

.el-date-table td {
    width: 60px;
}

.el-date-picker .el-picker-panel__content {
    width: 600px;
}

.el-date-picker {
    width: 620px;
}

.el-input__prefix {
    position: absolute;
    right: 0;
    top: 0;
}

.el-date-picker input {
    padding-left: 15px;
}

.el-picker-panel__icon-btn {
    margin: 20px;
}

.el-date-picker__header-label {
    font-size: 20px;
}

.el-date-table {
    font-size: 17px;
}

.el-input__inner {
    font-size: 18px;
}

.price-background {
    width: var(--van-calendar-selected-day-size);
    height: var(--van-calendar-selected-day-size);
    color: var(--van-calendar-selected-day-color);
    background: #c30a0a;
    border-radius: var(--van-radius-md);
}

.van-calendar__selected-day {
    width: 100%;
    height: 100%;
}

.van-calendar__day {
    display: block;
    padding-top: 10px;
}

.van-calendar__selected-day {
    display: block;
}

.van-calendar__header-subtitle {
    font-size: 17px;
}

.el-select__wrapper {
    height: 48px;
}

.el-select__wrapper.is-focused {
    box-shadow: 0 0 0 1px #000 inset;
}

.el-select__placeholder {
    font-size: 18px;
    color: #000;
}

.el-input__inner {
    color: #000;
}

.el-select-dropdown__item {
    font-size: 17px;
    color: #000;
}

.el-select-dropdown__item.is-hovering {
    background: #1967d2;
    color: #fff;
}

.el-select-dropdown__item.is-selected {
    color: #fff;
    background: #1967d2;
}
.tour-option-title {
    text-align: left;
}
.tour-option-radio {
    margin-top: 0;
}
.van-cell {
    background: none;
}
.el-date-table td.current:not(.disabled) span {
    background: none;
}
.van-calendar__bottom-info {
    bottom: 0;
}
.calendar-price-cls-origin {
    display: block;
    transform: translateY(-11px);
}
.calendar-translate-y {
    transform: translateY(3px);
}
.calendar-price-cls-origin .calendar-price-cls-price {
    font-size: 15px;
    color: #000;
    text-decoration: line-through;
}
.view-details-link {
    color: #1967d2;
}
.el-date-table td span {
    width: auto;
}
.el-date-range-picker {
    width: 1300px;
}
.double-calendar {
    border: 2px solid #d2d2d2;
    border-radius: 8px;
    background: white;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

/* 1. 头部样式 */
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.calendar-header button {
    border-radius: 50%;
    border: 3px solid #c75000;
    border-color: #c75000;
    color: #c75000;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
}

.calendar-header-box {
    display: flex;
    width: 83px;
    justify-content: space-between;
}

.header-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-title {
    font-size: 16px;
    font-weight: 600;
    color: #303133;
}

/* 2. 星期标题 */
.weekdays-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    color: #666;
}

/* 3. 双月份主体 */
.calendar-body {
    display: flex;
    position: relative;
}

.month-calendar {
    flex: 1;
}

.month-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    color: #303133;
    font-size: 24px;
}

/* 月份分隔线 */
.month-divider {
    position: absolute;
    left: 50%;
    top: 30px;
    /* 在月份标题下方 */
    bottom: 0;
    width: 1px;
    background-color: #e4e7ed;
}

/* 4. 日期网格 */
.days-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    place-items: center;
    margin-top: 20px;
}

.day-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    white-space: nowrap;
    width: 100%;
    height: 76px;
}
.weekdays-divider {
    height: 1px;
    background-color: #e4e7ed;
    margin: 0 20px;
}

.day-cell:hover {
    background-color: #f5f7fa;
}

.day-cell.selected {
    background-color: #f5f7fa !important;
    border: 1px solid #b9b9b9;
}

.day-cell.other-month {
    color: #c0c4cc;
}

.day-number {
    font-weight: 400;
    margin-bottom: 2px;
}

.price-label {
    color: #c10000;
    line-height: 1;
    font-size: 20px;
}
.price-label-origin {
    text-decoration: line-through;
    color: #000;
    font-size: 15px;
}

.icon-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c75000;
    display: inline-block;
    margin-left: -4px;
    margin-top: 3px;
}

.icon-triangle-right {
    transform: rotate(180deg);
    margin-left: 4px;
}

.icon-double-triangle {
    position: relative;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #c75000;
    display: inline-block;
    margin-left: -13px;
    margin-top: 3px;
}

.icon-double-triangle::before {
    content: '';
    position: absolute;
    top: -12px;
    /* 稍微大一点作为边框 */
    left: 7px;
    width: 0;
    height: 0;
    border-top: 12px solid #ffffff00;
    /* 白色边框 */
    border-bottom: 12px solid #ffffff00;
    border-right: 14px solid #ffffff;
    display: inline-block;
    z-index: 1;
    /* 确保边框在下面 */
}

.icon-double-triangle::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    /* 透明上边 */
    border-bottom: 10px solid transparent;
    /* 透明下边 */
    border-right: 12px solid #c75000;
    /* 橙色内部三角 */
    display: inline-block;
    z-index: 2;
    /* 确保内部三角在上面 */
}

.icon-double-triangle-right {
    transform: rotate(180deg);
    margin-left: 13px;
}

.month-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.weekdays-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 10px;
    padding: 0 5px;
}

.weekday {    
    text-align: center;
    color: #9b9b9b;
    padding: 8px 0;
    border-radius: 4px;
}
.calendar-itinerary {
    background: #f2f2f2;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 20px 50px;
    display: flex;
    gap: 80px;
}
.free-inquiry-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.free-inquiry-button {
    width: 300px;
    height: 56px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
}
.free-inquiry-button:hover {
    background: #b94600;
}
.item-free-inquiry-button {
    width: 130px;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}
.item-free-inquiry-button:hover {
    background: #b94600;
}
.tour-option-box {
    margin-top: 50px;
}
.tour-option-item {
    padding: 20px 40px;
    border-radius: 10px;
    border: 2px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour-option-header {
    font-size: 30px;
    text-align: center;
}
.tour-option-list {
    margin-top: 15px;
}
.item-price-origin {
    text-decoration: line-through;
}
.item-price-discount {
    color: #c10000;
    font-size: 22px;
}
.item-view-details {
    color: #c75000;
    text-decoration: underline;
    white-space: nowrap;
}
.item-view-details:hover {
    color: #b94600;
}
.item-free-inquiry-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.item-price-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}
.tour-option-name {
    font-size: 20px;
}
.free-inquiry-button-box a, .item-free-inquiry-box a {
    text-decoration: none;
}
.day-cell>div {
    height: 20px;
}
.day-cell>div:nth-child(2) {
    margin-top: 5px;
}

/* 过去日期禁用样式 */
.day-cell.past-date,
.day-cell.disabled {
    background-color: #f5f5f5 !important;
    color: #ccc !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.day-cell.past-date .day-number,
.day-cell.disabled .day-number {
    color: #bbb !important;
}

.day-cell.past-date:hover,
.day-cell.disabled:hover {
    background-color: #f0f0f0 !important;
}

.day-cell.past-date.has-price,
.day-cell.disabled.has-price {
    background-color: #f9f9f9 !important;
}

.day-cell.past-date .price-label,
.day-cell.disabled .price-label {
    color: #ccc !important;
}

.day-cell.past-date .price-label.price-label-origin,
.day-cell.disabled .price-label.price-label-origin {
    color: #ddd !important;
}


.day-cell.past-date .price-label.price-label-origin,
.day-cell.disabled .price-label.price-label-origin {
    color: #ddd !important;
}

/* 禁用导航按钮样式 */
.nav-button:disabled,
.year-nav-button:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #f5f5f5 !important;
    border-color: #ddd !important;
}

.nav-button:disabled .icon-triangle,
.year-nav-button:disabled .icon-double-triangle {
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
}
.price-shown {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}
.price-shown .currency-symbol {
    color: #c10000;
}
.no-price-available {
    font-size: 18px;
}
.tour-options-app {
    margin-bottom: 40px;
}
.item-free-inquiry-button-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour-option-no-date-picker-tip {
    color: #c10000;
    text-align: center;
    margin: 20px 0 0;
}
@media screen and (max-width: 1200px) {
    .tour-options-header-content {
        display: block;
    }
    
    .tour-options-header-card {
        padding: 0;
    }

    .tour-option-header-content-right {
        margin-top: 10px;
    }

    .tour-option-date-picker-container {
        display: block;
    }.month-divider {
        display: none;
    }
    .month-calendar:last-child {
        display: none;
    }

    .calendar-body {
        justify-content: center;
    }
    .month-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 900px) {
    .formSection.col3 .formItem {
        width: 50%;
    }
    .tour-options-header-card {
        padding: 0;
    }

    .tour-option-header-row {
        display: flex;
    }

    .tour-option-price-container {
        text-align: left;
        width: auto;
    }
    .calendar-body {
        flex-direction: column;
    }

    .month-divider {
        display: none;
    }
    .calendar-itinerary {
        justify-content: space-between;
    }
}
@media screen and (max-width: 800px) {
    .calendar-itinerary {
        flex-direction: column;
        gap: 10px;
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .formSection.col3 .formItem {
        width: 100%;
    }
    .tour-option-item {
        gap: 20px;
        flex-direction: column;
    }
    .tour-option-item {
        padding: 20px 20px;
    }
    .calendar-header {
        width: 100%;
    }
    .calendar-itinerary {
        padding: 20px;
        margin:20px 0;
    }
    .item-price-box {
        flex-direction: row;
        gap: 5px;
        margin: 0;
    }
    .item-free-inquiry-box {
        width: 100%;
        justify-content: space-between;
    }
    .no-price-available {
        font-size: 20px;
    }
}
@media screen and (max-width: 450px) {
    .item-free-inquiry-box {
        flex-direction: column;
    }
    .item-price-box {
        margin: 10px 15px;
    }
    .tour-option-item {
        gap: 0;
    }
}
@media screen and (max-width: 400px) {
    .calendar-header {
        width: 100%;
    }
    .free-inquiry-button-link {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .free-inquiry-button {
        width: 90%;
    }
}