.hostRecruit-nav .layui-tab-bar
{
    display: none;
}

.layui-tab-brief .layui-tab-content
{
    padding: 0;
}

.layui-tab[overflow] > .layui-tab-title, .layui-tab[overflow] > .layui-tab-title
{
    overflow-x: scroll;
    height: 1.3333rem;
    line-height: 1.3333rem;
    padding: 0;
    margin: 0;
    font-size: .8rem;
}

.layui-tab-title .layui-this
{
    /* font-size: .4267rem;
    font-weight: bold; */
    color: #ba050e;
}

.layui-tab-content .layui-tab-item .hotRecruit-wrapper
{
    border-top: 0;
}

.layui-tab-brief .layui-tab-title .layui-this:after
{
    width: .9867rem;
    left: 50%;
    margin-left: -.4933rem;
    border-bottom: .08rem solid #ba050e;
}

.layui-tab-title .layui-this:after
{
    border: none;
}

.hostRecruit .layui-tab
{
    margin: 0;
}

.hotRecruit-wrapper
{
    width: 100%;
    background-color: #fff;
    padding: .32rem 0;
    overflow: hidden;
    border-top: .1067rem solid #f5f8fa;
    margin-bottom: 2rem;
}

.hotRecruit-content
{
    margin: 0 auto;
    padding: .5333rem auto;
}

.hotRecruit
{
    padding-left: .2667rem;
    flex-wrap: wrap;
}

.hotRecruit-item
{
    flex-basis: 50%;
    height: 100%;
    padding-right: .2667rem;
    margin-top: .2667rem;
    position: relative;
    box-sizing: border-box;
}

.hotRecruit-item-con
{
    position: relative;
    overflow: hidden;
    background-color: #f6f6f8;
    border-radius: .0533rem;
    display: block;
    width: 100%;
}

.hotRecruit-item p
{
    font-size: .4267rem;
    color: #212121;
    padding-right: .2667rem;
    margin-top: .2133rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 1.28rem;
}

.car-pic
{
    position: relative;
    overflow: hidden; /* border-radius: .2667rem .2667rem 0 0; */
}

.car-pic::before
{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: url("/Content/images/home-box_bg.png") repeat-x;
}

.car-pic img
{
    width: 100%;
    height: 100%;
}

.car-pic-detail
{
    position: absolute;
    left: 0;
    bottom: .1333rem;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    padding: 0 .1rem;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.car-pic-detail span
{
    display: block;
    font-size: .3rem;
}

@media screen and (min-width: 414px)
{
    .car-pic::before
    {
        background: url(/Content/images/home-box_bg.png) 0 0.37rem repeat-x;
    }
}
