.my-no-company-img {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
}

.my-no-company-img img {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.my-no-company-title {
    margin-top: 0.5rem;
    font-size: 0.4rem;
    color: #999999;
}

/* ¿¿Æ××¨Çø ËÑË÷ */
.search-group {
	position: relative;
	display: inline-block;
	margin: .1rem .2rem .2rem .2rem;
	font-size: 0;
	width: 94%;
}
input[type="search"]::-webkit-search-cancel-button{
    autocomplete:off;
}
input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
  font-size: .32rem;
}
.search-group .search-ipt {
	width: 80%;
	height: .82rem;
	padding: 0 .4rem 0 .2rem;
	font-size: .32rem;
	border: .01rem solid #D6D6D6;
	vertical-align: top;
	outline-style: none;
	border-radius: .1rem 0 0 .1rem ;
}
.search-btn {
	width: 20%;
	height: .82rem;
	font-size: .32rem;
	border: .01rem solid #08abf7;
	background: #08abf7;
	color: #fff;
	outline: none;
	border-radius: 0 .1rem .1rem 0 ;
}
.search-group .close-btn{
	display: none;
	position: absolute;
    right: 1.7rem;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
	background: url(//img3.job1001.com/webdev/offerpai.job1001.com/img/index/bg-btn-close.png) no-repeat center;
	background-size: 100% 100%;
}
.filter_outer.filter_outer.filter_outer {
	position: relative;
}
.list_filter .nav_filter .select a,
.con_filter .current li.selected a {
	color: #e13e3e;
}
.filter_outer li a:visited,
.filter_outer li a:hover {
	color: #333;
}
.no-search-data {
	height: 4.8rem;
}
.no-search-data .no-offer-content.three-data {
	margin-top: 1.3rem;
}
#filter-cate {
	text-align: center;
}
/* ¿¿Æ××¨Çø ËÑË÷  end */