[v-cloak] {

    display: none;

}

.fl a {

    height: 50px !important;

    display: flex;

    align-items: center;

}

.fl{float: left;}

.fr{float: right;}

/*清空浮动的代码-start*/

.clr:after {

    content: "";

    display: table;

    clear: both

}

.clr {

    *zoom:1;

}

/*清空浮动的代码-end*/

/* 页面元素初始化和常用样式定义-end */

/* 其它 */

.clearfloat {

    clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.loginBtn {

    color: #666;

}

.loginBtnBox {

    position: relative;

    display: inline-block;

    width: 88px;

    text-align: center;

    cursor: pointer;

    user-select: none;

}



.loginBtnBox:hover .dropDownMenu {

    display: block;

}



.dropDownMenu {

    display: none;

    position: absolute;

    bottom: 0;

    right: 0;

    transform: translateY(100%);

    width: 88px;

    line-height: 36px;

    text-align: center;

    -webkit-transform: translateY(100%);

    -moz-transform: translateY(100%);

    -ms-transform: translateY(100%);

    -o-transform: translateY(100%);

    background-color: #fff;

}



.dropDownMenuItem:hover {

    background-color: #f8f8f8;

}



.selectedNameBox {

    position: relative;

    margin: 10px 0;

    padding: 10px 20px;

    background-color: #fff;

}



.spreadBtn {

    position: absolute;

    width: 80px;

    height: 30px;

    line-height: 30px;

    background-color: #fff;

    text-align: center;

    bottom: 0;

    left: 50%;

    cursor: pointer;

    transform: translate(-50%, 100%);

    -webkit-transform: translate(-50%, 100%);

    -moz-transform: translate(-50%, 100%);

    -ms-transform: translate(-50%, 100%);

    -o-transform: translate(-50%, 100%);

}



.selectOptionBox {

    display: flex;

    flex-wrap: wrap;

    margin: 10px 0;

}



.selectName {

    /* display: inline-block; */

    width: 80px;

    padding: 2px 0;

    font-size: 14px;

}



.optionList {

    flex: 1;

    display: flex;

    flex-wrap: wrap;

}



.optionName {

    padding: 2px 10px;

    color: #000;

    margin: 0 20px 5px 0;

    cursor: pointer;

    user-select: none;

}



.activeTag {

    background-color: rgb(30, 150, 206);

    color: #fff;

    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    -ms-border-radius: 2px;

    -o-border-radius: 2px;

}



.selectedOptionItem {

    margin-right: 20px;

    font-size: 0;

}



.selectedOptionName {

    display: inline-block;

    padding: 2px 10px;

    font-size: 14px;

    cursor: pointer;

    user-select: none;

    background-color: rgb(30, 150, 206);

    color: #fff;

    border-radius: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    -ms-border-radius: 2px;

    -o-border-radius: 2px;

}



.unitListBox {

    /* background-color: rgb(246 251 253); */

    margin: 30px 0;

}



.unitItemBox {

    /* width: ; */

    margin: 20px 0;

    background-color: #fff;

    padding: 10px;

    line-height: 1.5;

}



.unitNameBox {

    font-size: 15px;

    font-weight: bold;

    text-indent: 0;

    color: #333;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.jobListBox {

    position: relative;

    height: calc(36px * 4);

}



.jobItemBox {

    display: flex;

    height: 36px;

    align-items: center;

}



.jobItemBox-l {

    flex: 1;

	width: 200px;

    /* height: 14px; */

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

}



.jobFlagBox {

    display: inline-block;

    height: 100%;

    width: 40px;

    font-size: 12px;

    text-align: center;

    color: #fff;

    background-color: #fd946c;

   /* border-radius: 18px 0 30px 18px;*/

    border-radius:20px;

/*    -webkit-border-radius: 18px 0 30px 18px;

    -moz-border-radius: 18px 0 30px 18px;

    -ms-border-radius: 18px 0 30px 18px;

    -o-border-radius: 18px 0 30px 18px;*/

}



.jobItemBox-r {

    cursor: pointer;

    border: 1px solid #ccc;

    padding: 0 10px;

    border-radius: calc(36px / 2);

    -webkit-border-radius: calc(36px / 2);

    -moz-border-radius: calc(36px / 2);

    -ms-border-radius: calc(36px / 2);

    -o-border-radius: calc(36px / 2);

}



.showAllJobsBtn {

    position: absolute;

    bottom: 0;

    right: 0;

    height: 36px;

    line-height: 36px;

    text-align: right;

    color: #ce0404;

    cursor: pointer;

}

.jobNameActive{

    cursor: pointer;

}

.jobNameActive:hover{

    color: #fc6a30;

}





/* 事业单位咨讯 */

.mulreturn {

    color: rgba(248, 89, 38, 1);

    text-align: center;

    cursor: pointer;

    font-size: 16px;

}

.mulsearch {

    margin: 12px 40px 22px !important;

}

.mulList {

    background-color: #fff;

    padding: 10px 50px;

    padding-bottom: 30px;

}

.mulItem {

    height: 48px;

    margin-bottom: 15px;

    background-color: rgba(225, 231, 254, 1);

    line-height: 50px;

    font-size: 16px;

}

.mulItem .index {

    text-align: right;

    width: 70px;

}

.mulItem .categ {

    color: rgba(248, 89, 38, 1);

}

.mulItem .btn {

    display: inline-block;

    width: 76px;

    height: 36px;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 0.02em;

    text-align: center;

    background: linear-gradient(0deg, #FF7625, #FF7625),

        linear-gradient(0deg, #FFAE40, #FFAE40);

    border: 1px solid rgba(255, 174, 64, 1);

    height: 36px;

    line-height: 36px;

    border-radius: 4px 4px;

    margin-top: 0;

    cursor: pointer;

}

.tip {

    margin: 10px 0;

    color: rgba(31, 31, 31, 1);

    font-size: 14px;

    line-height: 21px;

    text-align: center;

}