/* 头部导航 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{
    width: 1200px;
    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;
}