@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.job-search-item {
    height: 45px;
}

.job-search-icon {
    width: 50px;
    height: 45px;
}

.job-search-input-b {
    flex-grow: 1;
    border: 1px solid #008f8b;
    background-size: 100% 45px;
}

.job-search-input {
    display: inline-block;
    border: none;
    color: #888888;
    outline: none;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background-color: transparent;
    padding-left: 30px;
}

.job-search-item input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #888888;
}

.job-search-item input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #888888;
}

.job-search-item input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #888888;
}

.search-form-container {
    display: flex;
}

.job-search-button {
    background: url("https://p0.ssl.qhimg.com/t018528d6bdbe3fb195.png") no-repeat;
    background-size: 121px 45px;
    width: 121px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.hot-search {
    height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hot-search-container {
    display: flex;
    justify-content: space-around;
}

.hot-search-desc {
    width: 100px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
}

.hot-search-item {
    width: auto;
    display: block;
    margin-right: 30px;
}



.job-container {
    padding: 0 40px 30px 40px;
}

.default-option {
    width: 100%;
    height: 100px;
    font-size: 0;
    line-height: 100px;
}

.option-container {
    display: inline-block;
    margin-right: 25px;
}

.option-container:last-child {
    margin-right: 0;
}

.option-name {
    font-size: 16px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 22px;
    display: inline-block;
    height: 22px;
    margin-right: 15px;
}

.option {
    display: inline-block;
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    background: rgba(0, 143, 139, 1);
    border-radius: 15px;
    min-width: 70px;
    width: auto;
}

#job-option {
    padding-top: 35px;
}

.card {
    border: none;
}

.job-item {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 25px 20px 25px;
}

.job-item-detail-container {
    min-width: 177px;
}

.job-item-detail {
    margin-top: 20px;
    align-items: center;
}

.job-item-detail-title {
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.job-item-detail-title span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
}

.job-item-tag {
    text-align: center;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    border-radius: 15px;
    border: 1px solid rgba(0, 143, 139, 0.5);
    font-weight: 400;
    padding: 0 7px;

}

.job-item-tag a {
    display: block;
    font-size: 16px;
    color: rgba(0, 143, 139, 0.5);
    zoom: 0.5;
}

.job-item-tag a:hover {
    color: rgba(0, 143, 139, 0.5) !important;
}

.job-item-info-container {
    margin-top: 8px;
    height: 20px;
}

.job-item-salary {
    font-size: 14px;
    font-weight: 500;
    color: rgba(191, 57, 37, 1);
    line-height: 20px;
    margin-right: 7px;
}

.job-item-create-time {
    font-size: 13px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 20px;
}

.job-item-company-logo {
    width: 50px;
    height: 50px;
}

.job-item-company {
    padding-top: 20px;
}

.job-item-company-desc {
    margin-left: 14px;
    padding-top: 5px;
}

.job-item-company-name {
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
    margin-bottom: 2px;
    cursor: pointer;
    width: 182px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.job-item-company-name span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
}

.job-item-company-info {
    font-size: 13px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 18px;
}

.bg-change-gray {
    background: rgba(248, 249, 250, 1);
    border-top: 1px solid rgba(230, 234, 241, 1);
    border-bottom: 1px solid rgba(230, 234, 241, 1);
}

.option-item {
    min-height: 30px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.option-item-name {
    font-size: 16px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 30px;
    margin-right: 30px;
    min-width: 80px;
}

.card-body {
    padding: 0;
}

.option-item-category-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 90%;
}

.option-item-category {
    padding: 0 20px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 30px;
    margin-right: 6px;
}

.option-item-category.active {
    background: rgba(0, 143, 139, 1);
    border-radius: 15px;
    color: #ffffff;
}
.option-item-category:hover {
    cursor: pointer
}

.sq-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.more-btn {
    position: absolute;
    right: 0;
    min-width: 70px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.hide {
    display: none;
}

.company-container {
    padding: 0 40px;
}

.company-item {
    padding: 40px 25px;
    min-height: 167px;
}

.company-logo {
    width: 82px;
    height: 82px;
}

.company-logo-container {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.company-info-container {
    padding-top: 3px;
}

.company-info-name {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(59, 59, 59, 1);
    line-height: 22px;
    cursor: pointer;
}

.company-info-desc {
    margin-top: 10px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(59, 59, 59, 1);
    line-height: 20px;
    max-width: 450px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.company-info-other {
    margin-top: 10px;
}

.province-icon {
    height: 14px;
    margin-right: 5px;
}

.job-icon {
    height: 14px;
    margin-right: 5px;
}

.people-icon {
    height: 14px;
    margin-right: 5px;
}

.company-info-other {
    height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 18px;
}

.company-info-other-item {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.company-index-container {
    flex-grow: 1;
    position: relative;
    padding-top: 20px;
}

.company-index {
    position: absolute;
    right: 0;
    display: block;
    width: 150px;
    height: 45px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 143, 139, 1);
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 143, 139, 1);
}

.company-index:hover {
    background: rgba(0, 143, 139, 1);
    color: rgba(255, 255, 255, 1) !important;
}

.company-info-name:hover {
    color: rgba(0, 143, 139, 1);
}

.job-ing:hover {
    color: rgba(0, 143, 139, 1);
}

.company-page-container {
    padding-right: 40px;
    margin-bottom: 20px;
}

.job-none-container {
    min-height: 493px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.job-none-png {
    width: 200px;
}
.job-none-content {
    width: 200px;
}
.job-none-desc {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    height:18px;
    font-size:13px;
    font-weight:400;
    color:rgba(0,143,139,1);
    line-height:18px;
}
.footer {
    margin-top: 45px;
}
.company-item:last-child {
    margin-bottom: 30px;
}
.company-page-container {
    margin-top: 0;
}
@media screen and (max-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .job-search-button {
        width: 60px;
    }

    .hot-search-item {
        min-width: 10px;
        margin-right: 5px;
    }
    .job-item {
        height: auto;
    }
    .job-list-container {
        padding-left: 0;
        padding-right: 0;
    }
    .company-info-other-item {
        margin-right: 5px;
    }
    .company-info-desc {
        height: auto;
    }
    .company-index {
        width: 100%;
        position: relative;
    }
}