body {
    font-family: 'Arial', sans-serif;
}
:root {
    --theme_color: #c24400;
}
.header-top-link div {
    margin-right: 10px;
}

.del-btn {
    padding: 0;
    background: #8a8a8a;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
}
.el-input-group__append {
    color: #000;
}
.send-verify-code {
    color: #c0c4cc;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    background: none;
}
.el-button--primary {
    background: #c85101;
    color: #fff;
    border-color: #c85101;
}

.el-button:hover,
.el-button:focus {
    background: #c85101;
    color: #fff;
    border-color: #c85101;
}

.topCheckLoginTipsDialog .el-dialog {
    border-radius: 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.topCheckLoginTipsDialog .el-dialog__header {
    display: none;
}

.topCheckLoginTipsDialog .el-dialog__body {
    text-align: center;
    color: #000;
}

.custom-button {
    color: #fff;
    background-color: #c85101;
    border: 1px solid #c85101;
}

.el-select {
    width: 100%;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-section::after {
        display: none;
    }

    .date-filter,
    .status-select {
        width: 100%;
    }
    
    .small-screen-full-width {
        width: 100% !important;
    }
    .tmPageTitle {
        text-align: center;
    }
    .tmBody {
        margin: 0;
    }
    .tmMain {
        margin: 0 10px 8px;
    }
}
@media (max-width: 1300px) {
    #footer {
        min-width: initial;
    }
}
/* 移动端 */
@media screen and (max-width: 1200px) {
    body {
        font-size: 20px;
    }
    header {
        font-size: 20px;
    }
    .el-input__inner,.el-button,.el-form-item__content,.el-form-item__label,.el-dialog__body {
        font-size: 20px;
    }
    .head-mybookings-content .el-row {
        font-size: 20px;
    }
    .header-nav a {
        font-size: 20px;
    }
    .header-right .link-item {
        min-width: auto;
        width: auto;
    }
    .header-right .link-photo a span:first-child {
        display: none;
    }
    .header-right .link-photo a span:last-child {
        display: block;
    }
    .header-right .link-photo a span {
        background: none;
        color: #D14900;
        padding-right: 0;
    }
}
/* PC端 */
@media (min-width: 1201px) {
    body {
        font-size: 17px;
    }
    .el-input__inner,.el-button,.el-form-item__content,.el-form-item__label,.el-dialog__body {
        font-size: 17px;
    }
}

/* 大于900尺寸 */
@media screen and (min-width: 900px) {
    .tmMain .tmBody {
        padding: 0;
        padding-left: 30px;
        margin-left: 0;
    }
    .tmMain {
        display: flex;
    }
    .tmMain .tmNav {
        width: 250px;
        flex-shrink: 0;
    }
    .tmMain .tmBody {
        flex: 1;
    }
}
/* 小于900尺寸 */
@media (max-width: 900px) {
    .tmMain .tmNav {
        display: none;
    }
    
    .tmMain .tmBody {
        margin-left: 0;
        padding: 63px 0;
    }
    
    .head-mybookings {
        top: 68px;
    }
    .header-right .link-photo a span:last-child {
        display: none;
    }
    .header-right .link-answer {
        min-width: auto;
    }
    .header-right .link-answer a span {
        display: none;
    }
    .header-right .link-bookings a span {
        display: none;
    }
    .header-right .link-item {
        min-width: 48px;
    }
    .mobile-top-menu-header {
        display: block;
        background: url(https://data.travelchinaguide.com/images/background/icon/btn-menu.png);
        width: 45px;
        display: block;
        height: 48px;
        line-height: 48px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 22px;
    }
}
@media (max-width: 600px) {
    .head-mybookings {
        top: 97px;
    }
    .mobile-top-menu-header {
        display: none;
    }
}
@media (max-width: 480px) {
    .content {
        padding: 0;
    }
}
/* .tmBody {
    margin-left: 240px;
} */
 .myBookingsIcon:hover {
    text-decoration: underline;
 }
.myBookingsIconM {
    background: url(https://data.travelchinaguide.com/images/background/icon/2021/white/icon-user.svg);
}
.head-mybookings {
    padding: 18px 0;
    background: #f2f2f2;
    position: absolute;
    width: 100%;
    /* top: 97px; */
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.head-mybookings a {
    text-decoration: none;
}
.head-mybookings .el-row,.head-mybookings-content .el-row {
    padding: 0 35px;
}
.head-mybookings-bottom {
    padding-bottom: 24px !important;
}
.head-mybookings-content .el-row {
    height: 48px;
}
.icon-cart.active {
    color: red;
}
.head-mybookings-container {
    position: fixed;
    background: #f2f2f2;
    top: 163px;
    border-radius: 0;
    width: 100%;
    z-index: 999;
}
.head-mybookings-container .el-divider--horizontal {
    margin: 0 0 24px;
}
.tmPageTitle {
    font-size: 30px !important;
}
.el-input__inner {
    height: 48px;
    font-family: 'Arial', sans-serif;
}
.cancel-btn {
    background: #8a8a8a;
    color: white;
}

.OurProducts {
    margin-top: 10px;
    padding: 10px 10px 10px 30px;
    font-weight: bold;
}

.circle {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}

.tmBody a {
    color: #C24400;
}
.tmNav {
    font-family: 'Arial', sans-serif;
}
.tmNav li {
    margin: 10px 0 0;
}
.leftNav-Middle .logout-divider {
    margin: 10px auto 0;
}
.leftNav-Bottom li {
    margin: 0;
}
.leftNav-Middle li.current,.leftNav-Middle a:hover {
    fill: #C24400;
    color: #C24400;
}
.leftNav-Middle li a {
    font-weight: bold;
}
.head-mybookings-content a:hover,.head-mybookings-content a.active {
    fill: #C24400;
    color: #C24400;
}
.solid-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
}

/* 修改elementui原本样式 */
.el-form-item.is-error .el-input__inner {
    border-color: #c10000;
}
.el-select-dropdown__item.selected {
    color: #c10000;
}
.el-date-table td.available:hover {
    color: #c10000;
}
.el-date-table td.today span {
    color: #c10000;
}
.el-select .el-input__inner:focus {
    border-color: #000;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #000;
}
.el-input__inner:focus {
    border-color: #000;
}
.el-input.is-focus .el-input__inner {
    border-color: #000;
}
.el-date-table td.current:not(.disabled) span {
    background-color: #000;
}
.el-form-item__error {
    color: #c10000;
    font-size: 15px;
}
.el-button--small {
    font-size: 14px;
}
.el-input__inner::placeholder {
    color: #6E6E6E;
}
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    color: #c10000;
}
.el-loading-spinner i {
    color: #C24400;
}
.el-loading-spinner .path {
    stroke: #C24400;
}
.el-button--warning {
    background-color: var(--theme_color);
    border-color: var(--theme_color);
}

footer {
    width: 100%;
    color: #fff;
    background: #c75000;
    text-align: center
}

.footer-link {
    color: #fff;
    padding: 14px 0;
    border-bottom: 1px solid #ffc592
}

.footer-link a {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block
}

.footer-link a:hover {
    color: #fff;
    text-decoration: underline
}

.footer-link span {
    display: inline-block
}

.footer-link .septd {
    font-size: 10px
}

.footer-link .septl {
    font-size: 10px
}

.footer-info {
    padding: 12px;
    font-size: 15px
}

@media screen and (max-width: 768px) {
    .footer-link span._h770 {
        display:none
    }
}

@media screen and (max-width: 425px) {
    .footer-link a {
        padding:0 5px
    }
}

@media screen and (max-width: 360px) {
    .footer-link a {
        font-size:15px
    }
}