body {
    background: #f5f7fa;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {box-sizing: border-box;}
.yinying:hover{box-shadow:0 5px 8px #7f7f7f}
.yinying-auto{box-shadow:0 4px 13px #999;}
.clearfix{float:none;clear:both}
.anim{transition:all .3s cubic-bezier(.215,.61,.355,1) 0s}
.container{clear:both;overflow:hidden}
.cen{text-align:center}
.fl {float:left;}
.fr {float:right;}
.w100{width:100%}
.p98{width:96%;margin:0 auto}
.p90{width:90%;margin:0 auto}
.w50{ width:50%;}
.w40{ width:40%;}
.w10{ width:10%;}
.w20{ width:20%;}


.fontColor {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

.yuan {border-radius: 50%; overflow: hidden;}

.showBox {
    position: fixed; 
    width: 90%; 
    height: 79%; 
    left: 5%; 
    top: 5%; 
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,.2);
    padding: 20px;
    overflow: auto;
    z-index: 9;
}

.showBoxBtn {
    position: fixed;
    width: 90%;
    height: 10%;
    left: 5%;
    bottom: 5%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 -4px 24px rgba(0,0,0,.1);
    padding: 15px 0;
    z-index: 9;
}

img {max-width:100%;}
input,select {background: #fff;  overflow: hidden; border-radius: 5px; margin-bottom: 5px; width: 100%; border:0px; line-height: 40px; padding:0 10px;  }

input[type="checkbox"] {width: auto; line-height: 38px; height: 38px;}

.layui-colla-content,.layui-colla-content *{font-size:14px}
.layui-colla-content img{max-width:100%}
.layui-colla-content div{line-height:30px;font-size:14px}
.layui-nav-item img{width:30px;height:30px;border-rAdius:50%;margin-right:10px}
.layui-nav-item:nth-child(1) a{padding-left:0}
.layui-table,.layui-table-view{margin:0; }
.layui-table td{line-height: 38px;}
.layui-table img{max-width: 100%!important;}
.layui-nav-child dd{margin:1px 7px}
.text2{width:100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.text1{width:100%;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.font_sm{font-size:11px!important}
.guangBiao_span{animation:myfirst .5s linear infinite alternate}
@keyframes myfirst{0%{opacity:0}
    100%{opacity:1}
}
.layui-btn {
    border-radius: 4px;
    font-size: 14px;
    transition: all .3s;
}
.layui-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}
textarea {padding:10px;}

.zx {
    float: none;
    flex: 0 0 calc(20% - 8px);
    min-width: 120px;
    max-width: 180px;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    transition: all .3s ease;
}
.zx:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);
}
.zx1{background: #FCAE5C}
.zx2{background: #49BEF4}
.zx3{background: #A46EDD}
.zx4{background: #EF3A4D}

.zx > div:first-child {
    font-size: 20px !important;
    margin-bottom: 4px !important;
}

.zx > div {
    font-size: 12px !important;
    margin: 2px 0 !important;
    line-height: 1.4;
}

.table1 td{line-height:30px; font-size: 12px;}
.table2 td{line-height:30px; font-size: 18px;}
.table3 td {
    padding: 15px !important;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

.table3 .info-label {
    color: #666;
    display: inline-block;
    width: 90px;
    font-size: 14px;
}

.table3 .info-value {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* 状态颜色 */
.status-success {
    color: #67C23A;
}

.status-warning {
    color: #E6A23C;
}

.status-danger {
    color: #F56C6C;
}

/* 头部标题样式 */
.header-title {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    margin-bottom: 15px;
}

/* 按钮组样式优化 */
.btn-group {
    margin: 15px 0;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

/* 卡片容器样式 */
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

/* 已完成卡片样式 */
.finished-card {
    background: #fdf6ec;
    border: 1px solid #faecd8;
}

.finished-card:hover {
    border-color: #E6A23C;
}

/* 已取消卡片样式 */
.cancelled-card {
    background: #fef0f0;
    border: 1px solid #fde2e2;
}

.cancelled-card:hover {
    border-color: #F56C6C;
}

/* 状态标签样式 */
.status-tag {
    padding: 1px 6px;
    font-size: 11px;
    margin-bottom: 4px;
}

.finished-card .status-tag {
    background: #faecd8;
    color: #E6A23C;
}

.cancelled-card .status-tag {
    background: #fde2e2;
    color: #F56C6C;
}

/* 响应式布局 */
@media screen and (max-width: 1200px) {
    .zx {
        flex: 0 0 calc(25% - 8px);
    }
}

@media screen and (max-width: 992px) {
    .zx {
        flex: 0 0 calc(33.33% - 8px);
    }
}

@media screen and (max-width: 768px) {
    .zx {
        flex: 0 0 calc(50% - 8px);
    }
}

@media screen and (max-width: 480px) {
    .zx {
        flex: 0 0 calc(50% - 8px);
        min-width: 120px;
    }
}

/* 当前预约卡片样式 */
.current-card {
    background: #ecf5ff;
    border: 1px solid #d9ecff;
}

.current-card:hover {
    border-color: #409EFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
}

/* 新增样式 */
#app {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.title-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.title-section .main-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.title-section .sub-title {
    font-size: 20px;
    color: #666;
}

.input-section {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.input-section input,
.input-section select {
    border: 1px solid #ddd;
    height: 45px;
    font-size: 16px;
    transition: all 0.3s;
}

.input-section input:focus,
.input-section select:focus {
    border-color: #FF5C00;
    box-shadow: 0 0 0 2px rgba(255,92,0,0.2);
}

.notice-section {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.notice-section blockquote {
    border-left: 4px solid #FF5C00;
    padding: 15px;
    background: #fff8f3;
}

.btn-submit {
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,92,0,0.3);
}

/* 预约成功页面样式 */
.success-section {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 20px auto;
    max-width: 800px;
}

.success-header {
    text-align: center;
    margin-bottom: 30px;
}

.success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF5C00;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.success-icon i {
    font-size: 24px;
    margin-right: 10px;
}

.success-icon span {
    font-size: 18px;
    font-weight: 500;
}

.number-display {
    background: #fff8f3;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.number-label {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.number-value {
    font-size: 36px;
    font-weight: bold;
    color: #FF5C00;
}

.info-timeline {
    margin: 30px 0;
}

.timeline-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.queue-info {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.queue-number, .wait-time {
    font-size: 15px;
    color: #666;
    margin: 5px 0;
}

.queue-number span, .wait-time span {
    color: #FF5C00;
    font-weight: 500;
}

.booking-info {
    margin: 20px 0;
}

.info-item {
    display: flex;
    margin: 10px 0;
}

.info-item .label {
    width: 80px;
    color: #666;
}

.info-item .value {
    flex: 1;
    font-weight: 500;
}

.action-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.action-buttons .layui-btn {
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-buttons .layui-btn i {
    margin-right: 5px;
}

.notice-content {
    color: #666;
    line-height: 1.6;
    white-space: pre-wrap;
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
}

.layui-timeline-axis {
    color: #FF5C00;
    background: #fff;
}

.layui-timeline-item:before {
    background-color: #FF5C00;
}

.footer {
    text-align: center;
    padding: 20px;
    color: #999;
    font-size: 12px;
}

/* 预约表单页面样式优化 */
.booking-container {
    max-width: 600px;
    margin: 0 auto;
}

.booking-form {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.select-wrapper {
    position: relative;
    display: flex;
    gap: 10px;
}

.select-wrapper select {
    flex: 1;
}

.refresh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #FF5C00;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s;
}

.refresh-btn:hover {
    background: #ff4500;
    transform: rotate(180deg);
}

.notice-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin: 20px 0;
}

.notice-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}

.notice-title i {
    color: #FF5C00;
    margin-right: 8px;
    font-size: 20px;
}

.notice-content {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
    white-space: pre-wrap;
    max-height: 200px;
    overflow-y: auto;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 8px;
}

/* 修改按钮样式 */
.btn-submit {
    background: #FF5C00 !important;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-submit i {
    font-size: 20px;
}

.btn-submit:hover {
    background: #ff4500 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255,92,0,0.3);
}

/* 输入框样式优化 */
.booking-form input,
.booking-form select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s;
}

.booking-form input:focus,
.booking-form select:focus {
    border-color: #FF5C00;
    box-shadow: 0 0 0 2px rgba(255,92,0,0.1);
}

/* 响应式优化 */
@media screen and (max-width: 480px) {
    .booking-form {
        padding: 20px;
    }
    
    .form-label {
        font-size: 15px;
    }
    
    .booking-form input,
    .booking-form select {
        font-size: 15px;
    }
    
    .btn-submit {
        font-size: 16px;
    }
}