.company-page {
    padding-top: 50px;
}
.banner-ctnr {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.banner-filter {
    position: absolute;
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: blur(10px);
}
.banner {
    width: 1200px;
    height: 160px;
    background-color: #fff;
    margin: 0 auto;
}
.banner .el-image {
    width: 100%;
    height: 100%;
}
.banner .el-carousel__indicator--horizontal .el-carousel__button {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0.8;
    border-radius: 5px;
}
.banner .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #2652A0;
    border-radius: 5px;
}
.banner .el-carousel__indicator--horizontal {
    padding: 15px 6px;
}
.banner .el-carousel__indicators {
    right: 0;
    left: auto;
}
.banner .el-carousel__indicator {
    padding: 9px 3px;
}
.banner .el-carousel__indicator .el-carousel__button {
    width: 6px !important;
    height: 6px !important;
    background: rgba(42,92,213,0.3) !important;
    opacity: 1 !important;
}
.banner .el-carousel__indicator.is-active .el-carousel__button {
    width: 20px !important;
    height: 6px !important;
    background: #2A5CD5 !important;
    border-radius: 4px !important;
}
.banner .el-carousel--horizontal .el-carousel__arrow {
    width: 41px;
    height: 41px;
    background-color: rgba(255, 255, 255, 0.4);
}
.banner .el-carousel--horizontal .el-carousel__arrow--left {
    left: 0;
}
.banner .el-carousel--horizontal .el-carousel__arrow--right {
    right: 0;
}
.banner .el-carousel--horizontal .el-carousel__arrow i {
    color: #2A5CD5;
    font-size: 18px;
    font-weight: bold;
}

.float-row {
    width: 100%;
}
.float-row.float {
    position: fixed;
    top: 50px;
    z-index: 2;
}
.float-row-placeholder {
    width: 100%;
}
.search-bar {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.tab-bar {
    height: 96px;
    width: 1200px;
    margin: 0 auto;
    padding: 27px 0 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F6F6F8;
}
.tab-bar > p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(23,35,64,0.85);
    line-height: 24px;
    cursor: pointer;
}
.tab-bar .el-tabs__nav-wrap::after {
    height: 2px;
    background-color: unset;
}
.tab-bar .el-tabs__nav-wrap {
    overflow: hidden;
    position: relative;
}
.tab-bar .el-tabs__item {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    color: rgba(23, 35, 64, 0.45);
}
.tab-bar .el-tabs__item.is-active {
    font-size: 25px;
    color: rgba(23, 35, 64, 0.85);
}
.tab-bar .el-tabs__active-bar {
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #2652a0;
    z-index: 1;
}

.company-ctnr {
    width: 1200px;
    margin: 0 auto;
}
.company-list {
    display: flex;
    flex-wrap: wrap;
}
.company-list .company-item {
    margin-right: 16px;
    margin-bottom: 18px;
}
.company-list .company-item:nth-child(4n) {
    margin-right: 0;
}
.pagination-wrap {
    margin: 10px auto 60px;
    text-align: center;
}
.pagination-wrap .el-pager .number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    font-weight: 400;
    font-size: 14px;
    margin: 0 4px;
    box-sizing: border-box;
}
.pagination-wrap .el-pager .number.active {
    background: #2652A0;
    border: 1px solid #2652A0;
    color: rgba(255,255,255,0.9);
}
.pagination-wrap .el-pager .number.active:hover {
    color: rgba(255,255,255,0.9);
}
.pagination-wrap .el-pager .number:hover,
.pagination-wrap .el-pagination .btn-prev:hover,
.pagination-wrap .el-pagination .btn-next:hover,
.pagination-wrap .el-pagination .more:hover {
    color: #2652A0;
}
.pagination-wrap .el-pagination .btn-prev,
.pagination-wrap .el-pagination .btn-next,
.pagination-wrap .el-pagination .more {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    background-color: inherit;
}
.pagination-wrap .el-pagination__editor input:focus {
    border-color: #2652A0;
}
.company-ctnr .empty {
    padding-top: 75px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.company-ctnr .empty p {
    font-weight: bold;
    font-size: 14px;
    color: rgba(23,35,64,0.45);
    line-height: 23px;
    margin-top: 10px;
}
.company-ctnr .empty p.small {
    font-size: 12px;
}
.company-ctnr .empty p.small span {
    color: #2185FF;
    text-decoration: underline;
    cursor: pointer;
}

.login-dialog .el-dialog__header {
    padding: 0;
}
.login-dialog .el-dialog__body {
    padding-bottom: 0;
}

.no-option {
    display: none;
}
.search-bar .el-select__tags-text{
    max-width: 120px;
}