/* 头部导航 start */

.header{
    width: 100%;
    margin: 0 auto;
}

.header-top{
    width: 100%;
    height: 228px;
    background-image: url('../images/image.png');
    background-size: 100% 100%;
}

.header-tabs{
    width: 100%;
    height: 44px;
    background-color: #8A0100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-tabs-box{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-tabs-box>div{
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.home-top{
    width: 1200px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 9px;
}

.home-top-text{
    font-weight: 500;
    font-size: 18px;
    color: #AC845E;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    letter-spacing: 5px;
}

.home-top-text>span{
    font-weight: 600;
    font-size: 18px;
    color: #AC845E;
    line-height: 27px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}

.home-top-input{
    width: 180px;
    height: 28px;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid #757677;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-top-input>input{
    width: calc(100% - 18px);
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.home-top-input>input::placeholder{
    color: rgba(153, 153, 153, 1);
}

.home-top-input>img{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* 头部导航 end */


/* 底部栏 start */

.footer{
    width: 100%;
    height: 426px;
    background: #F4F5F6;
    margin-top: 64px;
}

.footer-box{
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    padding: 32px 0 18px 0;
    margin: 0 auto;
}

.footer-box-top{
    width: 100%;
    margin-bottom: 8px;
}

.footer-box-top-title{
    width: 100%;
    height: 27px;
    display: flex;
    align-items: center;
}

.footer-box-top-title>span{
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #8A0100;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    margin-right: 30px;
}

.footer-box-top-title>span:nth-child(1){
    font-weight: 600;
}

.footer-box-list{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #9B9C9D;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 16px;
}

.footer-box-list>div{
    margin-top: 16px;
    margin-right: 19px;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    text-align: left;
    font-style: normal;
    cursor: pointer;
}

.footer-box-item{
    width: 100%;
    margin-top: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    font-style: normal;
}

p{
    margin: 0;
    padding: 0;
}

.footer-box-item>img{
    width: 56px;
    height: 68px;
    margin: 0 auto;
    margin-top: 14px;
}

/* 底部栏 end */

/* 分页 start */

.column-page{

    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column-page>.el-pagination{
    padding: 0;
    height: 100%;
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled{
    display: none !important;
}

.column-page>.el-pagination>.btn-prev,.column-page>.el-pagination>.btn-next{
    height: 100%;
    box-sizing: border-box;
    padding: 11px 15px !important;
    margin: 0 1px !important;
}

.el-pager{
    height: 100% !important;
}

.el-pager>.number{
    min-width: 40px !important;
    height: 100%;
    line-height: 40px;
    background-color: rgba(241, 242, 243, 1) !important;
    font-weight: 400;
    font-size: 14px;
    color: #88898A !important;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    margin: 0 1px !important;
}

.el-pager>.el-icon-more{
    height: 100%;
    min-width: 40px !important;
}

.el-pager>.more:hover{
    min-width: 40px !important;
    line-height: 40px !important;
    height: 40px !important;
}

.el-pager .more::before{
    line-height: 40px !important;
}

.el-pager>.active{
    background-color: transparent !important;
}

.btn-prev>span,.btn-next>span{
    display: unset !important;
    font-weight: 400;
    font-size: 14px;
    color: #88898A;
    line-height: 19px !important;
    text-align: right;
    font-style: normal;
}

.column-page-num{
    width: auto;
    height: 40px;
    background: #F1F2F3;
    box-sizing: border-box;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #88898A;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}

.column-page-sy{
    width: auto;
    height: 40px;
    background: #F1F2F3;
    box-sizing: border-box;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #88898A;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    margin-left: 1px;
    cursor: pointer;
}

/* 分页 end */

body,html{
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

.over{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[v-cloak]{
    display: none;
}



/* ============================================
   移动端专属响应式居中样式（优化版）
   - 仅在屏幕宽度 ≤ 1023px 时生效
   - 桌面端（≥1024px）保持元素原有宽度，不受影响
   ============================================ */

/* 基础设置（所有屏幕通用，但不干预宽度） */
.responsive-container {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: width 0.3s ease, max-width 0.3s ease;
    /* 注意：不设置 width，桌面端将继承元素原始宽度 */
}

/* ============================================
   以下所有断点均限制在移动端范围内（≤1023px）
   可根据项目需求调整阈值（如改为 ≤767px）
   ============================================ */

@media screen and (max-width: 1023px) {

    /* 超小屏幕（默认） */
    .responsive-container {
        width: 92%;
    }

    /* ≥ 480px */
    @media screen and (min-width: 480px) {
        .responsive-container {
            width: 88%;
            max-width: 440px;
        }
    }

    /* ≥ 600px */
    @media screen and (min-width: 600px) {
        .responsive-container {
            width: 85%;
            max-width: 540px;
        }
    }

    /* ≥ 768px */
    @media screen and (min-width: 768px) {
        .responsive-container {
            width: 80%;
            max-width: 700px;
        }
    }

    /* 横屏且高度受限时适度放宽宽度 */
    @media screen and (orientation: landscape) and (max-height: 600px) {
        .responsive-container {
            width: 90%;
            max-width: 800px;
        }
    }

    /* 小屏竖屏更紧凑 */
    @media screen and (orientation: portrait) and (max-width: 480px) {
        .responsive-container {
            width: 94%;
        }
    }
}