.page-search-main {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.page-search-main-left {
    width: 843px;
    overflow: hidden;
    border-radius: 12px;
}

.main-header {
    display: flex;
    align-items: center;
    height: 62px;
    padding: 0 20px;
    background: #fcfcfc;
}

.main-header-menu {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
}

.main-header .main-header-menu-active {
    position: relative;
    font-weight: 600;
    color: #111;
}

.main-header-menu-active::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 21px;
    height: 4px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 2px;
}

.main-content {
    background: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.page-search-main-right {
    position: sticky;
    top: 94px;
    width: 343px;
}

.el-pagination-address {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: flex-end;
}

.el-pagination {
    padding-right: 0;
}

.search-null-fixed {
    position: fixed;
    bottom: 100px;
    margin-left: 249px;
    padding: 0 28px;
    height: 40px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 24px;
    overflow: hidden;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    z-index: 100;
}
.el-pager .active{
    color: #ff5001 !important;
}