body {
    background-color: #f4f4f4 !important;
}

.pure-bg {
    width: 100%;
    height: 200px;
    padding-top: 76px;
    background: linear-gradient(to right, #237ead, #6bd495);;
}

.search-wrap .search-container,
.search-wrap .search-container .sort,
.search-wrap .search-container .sort-name,
.search-wrap .search-container .sort span,
.search-wrap .search-container .search-btn {
    height: 42px;
    line-height: 42px;
}

.search-wrap .search-container .sort i {
    top: 10px;
}

h2.title {
    font-size: 16px;
    color: #474747;
    font-weight: bold;
    line-height: 70px;
    padding-left: 12px;
}

img.country {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-bottom: 4px !important;
    width: 22px !important;
    height: 17px !important;
    margin-right: 5px !important;
}

.card-lists .item {
    width: calc(20% - 10px);
}

@media screen and (max-width: 1260px) {
    .card-lists .item {
        width: calc(25% - 10px);
    }
}

.card-lists .item .item-wrapper .text-container h2.title {
    padding-top: 10px;
}

.card-lists .item .item-wrapper .text-container h2.title .linkname {
    display: block;
    height: 22px;
}

.card-lists .item .item-wrapper .text-container p.company {
    margin-top: 0;
    height: 28px;
}

.card-lists .item .item-wrapper .text-container p {
    text-align: center;
}

.card-lists .item .item-wrapper {
    padding-bottom: 40px;
}

.btn-contanier {
    height: 40px;
}

.btn-contanier > a {
    height: 40px;
    line-height: 40px;
}

.card-lists .item .item-wrapper .text-container p.duty {
    height: 28px;
}

.card-lists {
    padding-bottom: 0;
}

.change-people {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

.change-people i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
}

.search-wrap .search-container .search {
    float: left !important;
    display: block !important;
    border: none !important;
    outline: none !important;
    width: calc(100% - 80px) !important;
    height: 100% !important;
    padding-left: 26px !important;
    border-radius: 26px;
}

.search-wrap .search-container .search-btn {
    float: left;
    width: 80px;
    text-align: center;
    cursor: pointer;
    line-height: 45px !important;
}