*,ul{
    padding: 0;
    margin:0;
}
ul{
    list-style: none;
}
.sl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.weight{
    font-weight: 600;
    font-size:18px;
}
.blue{
    color: #285ec2;
}
.look{
    color: #d4d4d4;
}
.gray{
    color:#999;
}
.a-link{
    color: #727eef;
}
body{
    /* min-width: 1920px; */
    width: 100%;
    background-color: #f5f6fa;
}
.pointer{
    cursor: pointer;
}

.banner{
    width: 100%;
    background-color: #f5f6fa;
}
.banner .banner-container{
    width: 1400px;
    margin: auto;
    height: 380px;
    background-size: contain;
    background: url('../images/lg/index_01.png') no-repeat;
}
.mid,.footer{
    width: 1400px;
    margin: auto;
}
.search-container{
    width: 1100px;
    margin: auto;
}
.search-box{
    display: flex;
    align-items: center;
    width: 800px;
    margin: 20px auto;
}
.search-input{
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #eee;
    width: 650px;
    padding: 10px;
    box-sizing: border-box;
}
.search-btn{
    height: 48px;
    line-height: 48px;
    border-radius: 0 10px 10px 0;
    background-color: #6f73f0;
    width: 150px;
    color: #fff;
    text-align: center;
    
}

.mid{
    min-height: 1800px;
}
.b-title{
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #6f73f0;
    border-radius: 30px;
    padding: 10px 30px;
    width: 100px;
    text-align: center;
    margin: 20px auto 15px auto;
}
.jobs-container,.hunter-container{
    width: 1100px;
    margin: auto;
}
.jobs-ul,.hunter-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job-item,.hunter-item{
    width: 317px;
    /* height: 180px; */
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 20px;
    margin: 9px 0;
    position: relative;
    cursor: pointer;
}
.job-item:hover{
    box-shadow: 0 0 10px #dddddd;
}
.job-item:hover .link-up{
    display: block;
}
.hunter-item:hover{
    box-shadow: 0 0 10px #dddddd;
}
.hunter-item:hover .greet{
    display: block;
}
.more-job{
    margin: 10px 0 60px 0;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    color: #999;
    text-align: center;
}
.link-up,.greet{
    color: #fff;
    background-color: #6f73f0;
    position: absolute;
    right: -10px;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    top: 10px;
    border-radius: 20px;
    display: none;
    pointer-events: all;
    cursor: pointer;
}
.hunter-item .greet{
    right: 10px;
    top: unset;
    bottom: 10px !important;
}
.j-t{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
}
.j-name{
    color: #4c99e7;
}
.salary{
    /* font-weight: 600; */
    color: #ff9b2f;
}
.j-place{
    /* font-weight: 600; */
    margin-bottom: 10px;
}
.j-m{
    margin-bottom: 10px;
}
.j-m,.j-f{
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    
}
.j-f{
    padding-top: 15px;
    border-top: 1px dashed #eee;
    color: #999;
    position: relative;
}
.y-tip{
    padding: 0 2px;
    color: #fff;
    margin-left: 10px;
    background-color: #8fcaf2;
    border-radius: 2px;
}

.hunter-item{
    width: 347px;
    display: flex;
    padding: 20px 0px 20px 0;
}

.h-r-item{
    font-size: 14px;
    margin-bottom: 6px;
    scale: 0.95;
}
.h-l{
    padding: 0 10px;
}
.h-r{
    padding-left: 0;
    font-size: 10px;
}
.img-box{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.img-box img {
    width: 100%;
}
.h-l-img{
    width: 50px;
    height: 50px;
    position: relative;
}
.h-m ::after{
    content: '♂';
    border-radius: 50%;
    color: #fff;
    background-color: #5c7ffe;
    position: absolute;
    top: 2px;
    width: 18px;
    right: -2px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    scale: 0.8;
}
.h-f ::after{
    content: '♀';
    border-radius: 50%;
    color: #fff;
    background-color: #f86767;
    position: absolute;
    top: 2px;
    width: 18px;
    right: -2px;
    height: 18px;
    font-size: 12px;
    scale: 0.8;
    text-align: center;
}


.footer{
    width: 100%;
    background-color: #092589;
    height: 150px;
    line-height: 150px;
    margin-top: 100px;
    color: #fff;
}
.footer-container{
    width: 1400px;
    margin: auto;
    background-color: #092589;
}
.f-tip{
    width: 740px;
    margin: auto;
}

/* 加载 */
.loading{
    font-size: 10px;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}
.loadingContainer ,.no-data{
    width: 1px;
    height: 300px;
    margin: auto;
    position: relative;
}
.no-data{
    display: none;
}
.loading-tip,.no-data .tip{
    width: 100px;
    color: #999;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-13%);
}
.no-data .tip{
    transform: translateX(-20%);
}


.dot-flashing {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #999;
  color: #999;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #999;
  color: #999;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #999;
  color: #999;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #999;
  }
  50%, 100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.res_4 {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    overflow: hidden; /*隐藏多出部分文字*/
    text-overflow: ellipsis; /*用省略号代替多出部分文字*/
    display: -webkit-box; /* 显示多行文本容器 */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /*显示行数*/
    height: 35px;
}