* {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.tour-options-header-card {
    background: #c75000;
    color: #fff;
    margin-bottom: 20px;
}

.el-card {
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

.el-button {
    padding: 0;
}

.el-button--primary,
.el-button--primary:focus,
.el-button--primary:hover {
    background-color: #fff;
    border-color: #d2d2d2;
    color: #0a0a0a;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #c75000;
}

.el-date-table td.today span,
.el-date-table td.available:hover,
.el-date-picker__header-label.active,
.el-date-picker__header-label:hover {
    color: #c75000;
}

.el-date-table td.current:not(.disabled) span {
    background-color: #c75000;
}
.el-date-picker__header {
    margin: 12px 12px 0;
}
.el-picker-panel__content {
    margin: 0 15px 15px;
}
.options-select-box {
    min-width: 200px;
    height: 80px;
    padding: 0 10px 0 25px;
    width: 100%;
    border: 1px solid #ccc;
}
.options-select-date-input .el-icon-date {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.tour-option-choose-from {
    text-align: center;
    font-size: 28px;
    margin: 30px 0;
}
.tour-option-more {
    text-align: center;
    font-size: 28px;
    /* font-weight: 600; */
    margin: 30px 0;
    color: #C24300;
}

.options-select-date-box .el-input__inner {
    height: 78px;
    font-weight: bold;
}

.options-select-date-box .el-date-editor.el-input,
.options-select-date-box .el-date-editor.el-input__inner {
    width: 100%;
}

.tour-options-list-card {
    margin-top: 20px;
}

.el-collapse {
    border: none;
}

.options-select-box>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}

.options-select-box .traveler-summary {
    flex: 1;
    text-align: left;
    margin-left: 4px;
    font-weight: bold;
}

.options-select-box .icon-left {
    flex-shrink: 0;
    margin-right: 4px;
}

.options-select-box .icon-right {
    flex-shrink: 0;
    margin-left: 4px;
}

.el-collapse-item__header {
    border: none;
    padding: 12px 0;
    padding-right: 15px;
    background: none;
    min-height: 48px;
    height: auto;
    color: #000;
    cursor: auto;
}

.el-collapse-item__wrap {
    background: none;
}

.el-collapse-item__wrap {
    border: none;
}

.el-input__inner {
    border: none;
}

.el-input-number__decrease,
.el-input-number__increase {
    border: 1px solid #DCDFE6;
    border-radius: 4px;
}

.el-icon-minus,
.el-icon-plus {
    font-weight: bold;
}

.el-input-number__decrease:hover,
.el-input-number__increase:hover {
    color: #c75000;
}

.el-collapse-item__content {
    padding: 0 0 0 30px;
    padding-bottom: 25px;
    font-size: 16px;
    color: #000;
}

.tour-option-url {
    color: #C75000;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 0.2em;
}

.tour-option-button-link {
    width: 150px;
    height: 48px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    border: none;
    display: block;
    text-align: center;
    line-height: 48px;
    text-decoration: none;
}

.tour-option-title-container {
    display: flex;
    width: 100%;
    font-size: 20px;
    padding-right: 15px;
    flex-wrap: wrap;
}

.tour-option-title {
    flex: 1;
}

.tour-more-option-title {
    flex: 1;
    display: flex;
    align-items: center;
}

.tour-option-price {
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
}

.tour-option-price-container {
    flex-shrink: 0;
    width: 200px;
    text-align: left;
}

.tour-option-title-price-container {
    width: 180px;
}

.el-collapse-item__header .el-collapse-item__arrow {
    display: none;
}

.price-from {
    font-size: 14px;
}

.tour-option-price-value {
    color: #c10202;
}

.tour-options-list-card .el-card__body,
.el-main {
    padding: 10px 20px 5px;
}

.tour-option-selected {
    /* background-color: #f5f5f5; */
}

.tour-option-radio {
    margin-right: 10px;
    margin-top: 10px;
}

.tour-option-radio .el-radio__label {
    display: none;
}

.tour-option-item {
    margin-bottom: 40px;
    /* cursor: pointer; */
    position: relative;
}
.tour-option-item>.el-card {
    border: 2px solid #d1d1d1;
    border-radius: 10px;
}
.tour-option-item>.el-card:hover {
    border-color: #c75000;
}
.tour-option-item>.el-card.tour-option-item-visible {
    border: 2px solid #c75000;
}
.el-date-picker {
    width: 500px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}
.el-date-picker .el-picker-panel__content {
    width: 92%;
}
.el-picker-panel__icon-btn {
    font-size: 20px;
    width: 50px;
    height: 45px;
}
.el-date-table {
    font-size: 20px;
}
.el-date-table td div {
    height: 50px;
}
.tour-option-remain-people {
    position: absolute;
    top: -14px;
    left: 20px;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 17px;
    color: #c10000;
    border: 2px solid #e3e3e3;
    background-color: #fff;
}
.el-date-picker__header-label {
    font-size: 20px;
    line-height: 63px;
}
.cursor-not-allowed {
    cursor: not-allowed;
}

.tour-option-item:last-child {
    margin-bottom: 0;
}

.next-available-date-tip {
    font-size: 20px;
    color: #c10202;
    position: relative;
    left: 30px;
    flex-basis: 100%;
    opacity: 1;
    isolation: isolate;
    z-index: 1;
}

.el-radio__inner {
    border: 2px solid #a3a3a3;
}

.el-radio.disabled-radio .el-radio__inner {
    background: #dbdbdb;
}
.el-input__inner {
    color: #000;
}
.el-radio__input.is-checked .el-radio__inner {
    background-color: #c75000;
    border-color: #c75000;
}

.tour-option-content-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tour-option-description {
    flex: 1;
}

.book-now-button {
    width: 150px;
    height: 48px;
    background: #c75000;
    border-radius: 30px;
    color: #fff;
    font-size: 17px;
    border: none;
}

.book-now-button:hover {
    background: #a53a01;
    color: #fff;
}

.el-popover {
    padding: 20px;
    color: #000;
}
.el-date-picker__header-label {
    color: #000;
}
.el-picker-panel {
    color: #000;
}
.count-popup-content [class*=" el-icon-"],
[class^=el-icon-] {
    line-height: 38px;
}

.options-select-date-input .el-icon-caret-bottom {
    line-height: 76px;
}

.count-popup-content {
    padding: 10px;
}

.el-input-number {
    width: 130px;
}

.count-popup-row {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
    height: 100px;
}

.update-search-btn {
    width: 100%;
    height: 48px;
    background: #c75000;
    border-radius: 10px;
    color: #fff;
    border: none;
}

.update-search-btn:hover {
    background: #a53a01;
    color: #fff;
}

.tour-option-price-container .el-button--primary:focus,
.tour-option-price-container .el-button--primary:hover {
    background: #a53a01;
    color: #fff;
}

.tour-option-price-container div {
    margin-bottom: 10px;
}

.origin-price {
    text-decoration: line-through;
    font-size: 14px;
}

.tour-option-out-range-tips {
    color: #c10202;
    font-size: 14px;
}

.options-select-date-box .el-date-editor .el-icon-circle-close {
    transform: translateX(-20px);
}

.options-select-date-box input::placeholder {
    color: #000;
}

.el-input__prefix,
.el-input__suffix {
    color: #000;
}

.el-collapse-item__header {
    line-height: 33px;
}

.tour-option-header-title {
    font-size: 30px;
}

.tour-option-radio-container {
    width: 30px;
}

.el-popover {
    border-radius: 15px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.folding-symbol {
    height: 0;
    text-align: right;
    transform: translate(10px, -10px);
}

.folding-symbol i {
    transition: transform 0.3s ease;
}
.options-select-date-box .el-input {
    font-size: 20px;
}
.tour-option-header-select-box .el-row--flex {
    justify-content: space-between;
    gap: 10px;
}
.options-select-people-box, .options-select-date-box {
    width: 55%;
}
.options-select-date-box {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    padding: 0 5px 0 20px;
}
.tour-option-total-price-detail {
    font-size: 20px;
    font-weight: bold;
}
.pointer-events-none {
    pointer-events: none;
}
.el-collapse-item__header.focusing:focus:not(:hover) {
    color: #000;
}
.el-input {
    font-size: 20px;
}
.el-button {
    font-size: 20px;
}
.el-input--prefix .el-input__inner {
    padding-left: 36px;
    cursor: pointer;
}
.el-date-table td span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
 .el-popover .count-popup-content {
    font-size: 20px;
}
@keyframes blink-shadow {
    0% {
        box-shadow: inset 0 0px 0 0 rgba(187, 0, 0, 0.7);
    }

    25% {
        box-shadow: inset 0 0px 15px 0 rgba(187, 0, 0, 0.7);
    }

    50% {
        box-shadow: inset 0 0px 0px 0 rgba(187, 0, 0, 0.7);
    }

    75% {
        box-shadow: inset 0 0px 15px 0 rgba(187, 0, 0, 0.7);
    }

    100% {
        box-shadow: inset 0 0px 0 0 rgba(187, 0, 0, 0.7);
    }
}

.flicking-animate {
    box-shadow: inset 0 0px 0 0 rgba(187, 0, 0, 0.7);
    animation: blink-shadow 1s ease-in-out 1;
}

/* week-calendar */
.week-calendar {
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    user-select: none;
    gap: 10px;
}

.nav-btn {
    border: 1px solid #d2d2d2;
    font-size: 30px;
    color: #c75000;
    cursor: pointer;
    padding: 0 20px;
    height: 80px;
    font-weight: bold;
    background: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.nav-btn i {
    font-weight: bold;
}
.nav-btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #c75000 0%, #e66f1f 100%);
    border: 1px solid #e66f1f;
}

.days-container {
    display: flex;
    flex: 1;
    justify-content: space-around;
    gap: 10px;
    transition: all 0.3s ease;
}

.day-item {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    cursor: pointer;
    color: #333;
    flex-direction: column;
    height: 80px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    gap: 3px;
    font-size: 18px;
}

.day-item:hover {
    background: linear-gradient(180deg, #c75000 0%, #e66f1f 100%);
    color: #fff;
    border: 1px solid #e66f1f;
}

.day-item.active {
    background: linear-gradient(180deg, #c75000 0%, #e66f1f 100%);
    color: white;
    border: 1px solid #e66f1f;
}

.date-text {
    white-space: nowrap;
}

.day-item.disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
    pointer-events: none;
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}

.day-item.disabled .date-text {
    color: #999;
}
.day-item .date-text {
    font-size: 24px;
    font-weight: bold;
}
.next-available-date-tip .clickable {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    text-decoration-skip-ink: none;
}

.el-date-picker__header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.el-date-picker__prev-btn.el-icon-d-arrow-left {
    display: none;
    order: 1;
}

.el-date-picker__prev-btn.el-icon-arrow-left {
    order: 2;
}

.el-date-picker__header-label:nth-of-type(2) {
    order: 3;
    margin-left: auto;
}

.el-date-picker__header-label:nth-of-type(1) {
    order: 4;
    margin-right: auto;
}

.el-date-picker__next-btn.el-icon-arrow-right {
    order: 5;
}

.el-date-picker__next-btn.el-icon-d-arrow-right {
    display: none;
    order: 6;
}

.el-date-picker__header-label {
    margin: 0 5px;
}
.el-date-picker__prev-btn, .el-date-picker__next-btn {
    float: none !important;
    position: static !important;
    margin: 0 5px !important;
}

.tour-option-header-select-box-card {
    border: none;
    margin-bottom: 20px;
}

.mk-icon-user {
    background: url(https://data.travelchinaguide.com/images/background/icon/mk-icon-user.png) no-repeat center center;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.el-input__suffix-inner {
    pointer-events: none;
}
.options-select-people-count-popup {
    width: 450px;
}
.el-month-table, .el-year-table {
    font-size: inherit;
}
@media screen and (min-width: 900px) {
    .tour-option-description {
        padding-right: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .tour-option-header-row {
        display: block;
    }

    .tour-options-header-card {
        padding: 0 0 15px;
        margin-bottom: 0;
    }

    .tour-option-header-title {
        text-align: center;
    }

    .tour-option-header-select-box {
        margin-top: 20px;
    }

    .options-select-date-box .el-input__inner {
        width: 100%;
        font-size: 20px;
    }
    .options-select-people-box .el-button {
        font-size: 20px;
    }
}
@media screen and (max-width: 900px) {

    .tour-option-content-row {
        display: block;
        padding-left: 20px;
    }

    .tour-option-title-container {
        padding-right: 0;
        flex-wrap: wrap;
        font-size: 24px;
    }
    .el-picker-panel__icon-btn {
        font-size: 20px;
    }
    .el-date-picker__header-label {
        font-size: 20px;
    }
    .tour-option-price-container {
        text-align: left;
        width: auto;
        margin-top: 10px;
    }
    .el-date-picker {
        font-size: 20px;
    }
    .el-date-table {
        font-size: 17px;
    }
    .el-popover {
        font-size: 17px;
    }
    .update-search-btn {
        font-size: 20px;
    }
    .tour-option-price {
        text-align: left;
    }

    .el-collapse-item__header {
        height: auto;
    }

    .tour-option-price {
        margin-left: 0;
    }

    .el-collapse-item__content {
        padding: 0;
        font-size: 20px;
    }

    .tour-options-list-card .el-card__body,
    .el-main {
        padding: 10px 10px 10px;
    }

    .tour-option-title {
        display: inline;
    }

    .el-avatar,
    .el-cascader-panel,
    .el-radio,
    .el-radio--medium.is-bordered .el-radio__label,
    .el-radio__label {
        font-size: 30px;
    }

    .tour-options-header-card .el-card__body,
    .el-main {
        padding: 10px 20px;
    }

    .options-select-date-box,
    .options-select-people-box {
        width: 100%;
    }

    .options-select-date-box .el-date-editor.el-input,
    .options-select-date-box .el-date-editor.el-input__inner {
        width: 98%;
    }

    .options-select-box {
        width: 100%;
        min-width: 0;
        padding: 0 25px 0 25px;
    }

    .tour-option-title-price-container {
        width: 100%;
        padding-left: 20px;
    }

    .tour-option-single-price-container .tour-option-price-detail {
        margin-right: 10px;
    }

    .tour-option-total-price-detail {
        font-size: 20px;
    }

    .tour-option-book-now-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        transform: translateX(-10px);
    }

    .tour-option-radio-container {
        width: 20px;
    }

    .next-available-date-tip {
        left: 20px;
    }
    .book-now-button {
        font-size: 20px;
    }
    .tour-option-remain-people {
        padding: 2px 20px;
        font-size: 20px;
    }
    .day-item .date-text,
    .day-item .weekday-text {
        display: block;
        text-align: center;
    }

    .day-item .weekday-text {
        margin-top: 0;
    }
    .tour-option-header-select-date-box-container {
        display: block;
    }

    .tour-option-header-select-date-box-container div:nth-child(2) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .el-date-picker {
        width: 100%;
    }
    .nav-btn {
        padding: 0 15px;
    }
    .options-select-box {
        padding: 0 20px 0 25px;
    }
    .options-select-people-count-popup {
        width: 90%;
    }
}
@media screen and (max-width: 500px) {
    .options-select-people-count-popup {
        width: 88%;
    }
}
@media screen and (max-width: 450px) {
    .options-select-people-count-popup {
        width: 85%;
    }
}
@media screen and (max-width: 400px) {
    .options-select-box {
        padding: 0 15px 0 25px;
    }
    .options-select-people-count-popup {
        width: 80%;
    }
}
@media screen and (max-width: 375px) {
    .options-select-box {
        padding: 0 10px 0 25px;
    }
    .el-icon-caret-bottom {
        display: none;
    }
}