﻿.img {
    width: 100%;
    height: 100px;
    background: #00A9FF;
}


.job-search-form {
    width: 884px;
    height: 54px;
    margin-left: 15%;
    margin-bottom: 10px;
    background: #00A9FF;
    border-radius: 12px;
    border: 2px solid #00A9FF;
}

.search-label {
    position: relative;
    float: left;
    background: #fff;
    width: 136px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 22px;
    height: 50px;
    padding: 14px 24px 14px 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #fff;
    cursor: pointer;
    transition: all .2s linear;
}

.job-search-input {
    position: relative;
    float: left;
    background: #fff;
    width: 628px;
    height: 50px;
    border-radius: 0 10px 10px 0;
}

.job-search-input .input-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #222;
    min-width: 300px;
    vertical-align: middle;
    line-height: normal;
}

.input-wrap {
    border-radius: 10px;
    height: 60px;
    border: none;
}


.job-search-input .input-wrap .input {
    height: 50px;
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 14px 18px;
    border-radius: 0 12px 12px 0;
}

.job-search-form .search-btn {
    float: left;
    display: block;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    width: 116px;
    font-size: 20px;
    text-align: center;
    padding: 11px 0;
}

.job-search-form .search-btn:hover {
    text-decoration: none;
}


ul {
    display: block;
}

#app {
    background-color: RGB(246,246,248);
    padding-top: 10px;
}
/*app 下面直接的ul li ， 不加> 会选中所有app下的所有的ul li */
#app >ul >li {
    margin-bottom: 10px;
    margin-left: 15%;
}

* {
    -webkit-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* -webkit-tap-highlight-color: transparent; */
}

.job-card-wrapper {
    position: relative;
    width: 884px;
    background: #fff;
    border-radius: 12px;
    transition: all .2s linear;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    cursor: pointer;
}


.job-card-wrapper .job-card-left {
    float: left;
    width: 484px;
    padding: 16px 0 16px 24px;
    height: 88px;
}

.job-card-wrapper .job-card-footer {
    padding: 15px 24px;
    background: linear-gradient(90deg,#f5fcfc,#fcfbfa);
    border-radius: 0 0 12px 12px;
    cursor: pointer;
}

clear, .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after {
    content: "";
    overflow: hidden;
}


.job-card-wrapper .job-card-left {
    float: left;
    width: 484px;
    padding: 16px 0 16px 24px;
    height: 88px;
}

.job-card-wrapper .job-card-left .job-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    line-height: 22px;
    transition: all .2s linear;
    max-width: 460px;
}

.job-card-wrapper .job-card-left .job-title .job-name {
    float: left;
    max-width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-card-wrapper .job-card-left .job-title .job-area-wrapper {
    float: left;
    margin-left: 12px;
    line-height: 22px;
}

.job-card-wrapper .job-card-left .job-title .job-area-wrapper .job-area {
    float: left;
    max-width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-card-wrapper .job-card-left .job-info {
    margin-top: 12px;
    height: 22px;
    overflow: hidden;
}

.job-info .salary {
    font-size: 16px;
    font-weight: 500;
    color: #fe574a;
    line-height: 22px;
    float: left;
}

.job-info .tag-list {
    /*float: left;*/
    margin-left: 12px;
    max-width: 172px;
    height: 22px;
    overflow: hidden;
}


.job-info .tag-list li {
    padding: 2px 8px;
    float: left;
    background: #f8f8f8;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}


.job-card-wrapper .job-card-footer .tag-list {
    float: left;
    width: 390px;
    overflow: hidden;
    margin-right: 80px;
    margin-left: -8px;
    height: 18px;
}

.job-card-wrapper .job-card-footer .tag-list li {
    display: inline-block;
    position: relative;
    margin-left: 10px !important;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    white-space: nowrap;
}

.job-card-wrapper .job-card-footer .boon-info {
    font-size: 13px;


}

.job-card-wrapper .job-card-right {
    float: left;
    width: 400px;
    padding: 16px 24px 16px 10px;
}

.job-card-right .company-logo {
    float: left;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f8f8f8;
}

.job-card-right .company-info {
    margin-left: 12px;
    float: left;
    width: 280px
}



.job-card-right .company-name {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 22px;
}


.job-card-right .company-tag-list {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 5px;
    height: 22px;
    overflow: hidden;
    max-width: 278px;
}


.job-card-wrapper .job-card-right .company-tag-list li {
    display: inline-block;
    background: #f8f8f8;
    margin-left: 0 !important;
    margin-right: 5px;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}

.paging {
    margin-left: 20%;
    width:500px;
    margin-bottom: 10px;
}
