html body {
    margin: 0;
    box-sizing: border-box;
    height: 100vh;
    position: relative;
}

.container {
    display: flex;
    flex-direction: column;
    background: #010101;
    height: calc(100vh - 60px);
    overflow: hidden; /* 防止整体页面滚动 */
}

.quote-header {
    flex-shrink: 0; /* 防止头部被压缩 */
    padding: 15px 40px;
    height: auto; /* 允许根据内容调整 */
    min-height: 3rem;
}

.logo-box {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-box .logo {
    width: 70%;
    max-width: 330px;
}

.datetime {
    flex-shrink: 0;
    background-color: #010101;
    padding: 0 20px 10px 20px;
    min-height: 2rem;
    text-align: right;
}

.txt-time {
    font-size: 14px;
    font-family: Inter-Regular, Inter;
    font-weight: bold;
    color: #f67f08;
}

.txt-status {
    height: 20px;
    padding: 0 8px;
    font-size: 16px;
}

.openning {
    background: linear-gradient(139deg, #f0332f 0%, #fb491b 100%);
}

.closeing {
    background-color: #4d506d;
}


.content {
    flex: 1;
    overflow-y: auto;
    min-height: 0; /* 允许内容区域收缩 */
}

.footer {
    flex-shrink: 0;
    width: 100%;
    padding: 5px 0;
    background: #010101;
    color: #fff;
}

.footer p {
    padding: 0 0 5px 20px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.contact-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

a {
    display: block;
    text-decoration: none;
    color: #000;
}

[class*=" el-icon-"],
[class^=el-icon-] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont logo";
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
    src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
    url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-align {
    text-align: center;
    font-size: 24px !important;
}

.flex-around-center {
    justify-content: space-around;
    align-items: center;
}

.telephone {
    height: 20px;
    margin: 3px 0px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    animation: 20s telephone linear infinite normal;
}

@keyframes telephone {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}

.fontSize {
    font-size: 40px;
    font-family: inherit;
    font-weight: bolder;
}

.col {
    padding: 12px 0;
    line-height: 23px;
    /*border-right: 1px solid #444;*/
    text-align: center;
    width: 33.33%;
}

.col-right {
    line-height: 23px;
    /*border-right: 1px solid #444;*/
    text-align: center;
    width: 33.33%;
}

.content::-webkit-scrollbar {
    width: 0 !important
}

.colorRed {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.colorGreen {
    font-size: 16px;
    font-weight: bold;
    color: green;
}

.row-grey {
    display: flex;
    justify-content: space-around;
    background-color: #1F1F1F;
    align-items: center;
    font-size: 1rem;
    /*height: 8rem;*/
}


.row-blank {
    display: flex;
    justify-content: space-around;
    background-color: #010101;
    font-size: 1rem;
    font-weight: bold;
    font-family: Inter-Regular, Inter;
    color: #fff;
    align-items: center;
    /*height: 8rem;*/
}

.table-header {
    flex-shrink: 0;
    background-color: #3B2500;
    padding: 10px 0;
}

.block {
    display: block;
}

.inline-blank {
    display: inline-block;
}

hr {
    margin: 0;
}

.text-right {
    text-align: right;
}

.footer-bottom {
    height: 30px;
    margin: 5px 0;
}


.img {
    width: 80px;
    height: 80px;
    background: url("../icon.png") no-repeat no-repeat center / cover;
    margin: 0 20px;
}

.phoneshow {
    width: 15px;
    height: 15px;
    background: url("../phone.png") no-repeat no-repeat center / cover;
    margin: 0 10px;
}


.line {
    width: 2px;
    height: 100px;
    background-color: #fff;
}

.flex {
    display: flex;
}

.padding-right {
    padding-right: 20px;
}

.col-colorWhite {
    font-size: 18px;
    color: #ffffff;
    padding: 12px 0;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC, 微软雅黑;
    line-height: 23px;
    /*border-right: 1px solid #444;*/
    text-align: center;
    width: 33.33%;
    color: #f67f08
}

.col-two {
    font-size: 18px;
    padding: 12px 0;
    font-weight: bold;
    font-family: PingFangSC-Medium, PingFang SC, 微软雅黑;
    line-height: 23px;
    /*border-right: 1px solid #444;*/
    text-align: center;
    width: 33.33%;
    color: green;
}

.col-three {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    font-family: PingFangSC-Medium, PingFang SC, 微软雅黑;
    line-height: 23px;
    /*border-right: 1px solid #444;*/
    text-align: center;
    width: 33.33%;
    color: green;
}

.tips-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #252841;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #ffffff;
}

.content-bottom {
    text-align: center;
}

.content-bottom div:first-child {
    margin-top: 24px;
    font-size: 17px;
}

.content-bottom div:last-child {
    height: 57px;
    background-color: #373B5A;
    margin: 30px 17px 20px;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-bottom div:last-child img {
    width: 20px;
    height: 20px;
}

.content-bottom div:last-child span {
    margin-left: 8px;
}

.btn-cancel {
    width: 100%;
    height: 64px;
    outline: none;
    border: none;
    color: #ABB0DC;
    background-color: #252841;
    /*border-top: 1px solid rgba(171 , 176, 220, .17);*/
}

/* 在 index.css 中添加媒体查询实现响应式字体 */
@media screen and (max-width: 375px) {
    .row-blank, .row-grey {
        font-size: 1.2rem;
        height: 4rem;
    }

    .col-colorWhite, .col-two, .col-three {
        font-size: 1.2rem;
    }
    
    .table-header {
        font-size: 1.2rem;
        height: 2rem;
    }


}

@media screen and (min-width: 376px) and (max-width: 430px) {
    .row-blank, .row-grey {
        font-size: 1.3rem;
        height: 4rem;
    }

    .col-colorWhite, .col-two, .col-three {
        font-size: 1.3rem;
    }
    
    .table-header {
        font-size: 1.3rem;
        height: 2rem;
    }

    
}

@media screen and (min-width: 431px) {
    .row-blank, .row-grey {
        font-size: 4rem;
        height: 10.5rem;
    }

    .col-colorWhite, .col-two, .col-three {
        font-size: 3.6rem;
    }
    
    .colorRed, .colorGreen {
        font-size: 3.2rem;
    }
    
    .block {
        margin: 30px 0;
    }

    .footer {
        /*margin-bottom: 120px;*/
    }
    
    .txt-time {
        font-size: 2rem;
    }

    .contact-section {
         font-size: 1.4rem;
    }
}

/* 使用 vw 单位实现更流畅的字体缩放 */
/*.col-colorWhite, .col-two, .col-three {*/
/*    font-size: calc(14px + 0.8vw);*/
/*}*/

/*.row-blank, .row-grey {*/
/*    font-size: calc(1.2rem + 0.4vw);*/
/*    height: calc(6rem + 2vh);*/
/*}*/