@charset "utf-8";
/*找场地分类导航*/
.classification_bgcolor {
    background-color: #f5f5f5;
    width: 100%;
}
.classification {
    position: relative;
	width: 1300px;
	margin: 0 auto;
	height: 184px;
	background: #f5f5f5;
	padding: 0 4px;
}

/*场地加盟广告入口*/
.join_site {
    position: absolute;
    height: 106px;
    right: 67px;
    top: 18px;
}
.classification_title {
	padding-top: 20px;
}

.classification2 {
	height: 110px;
	margin-bottom: 37px;
}

.classification p {
	margin-left: 3.5%;
	width:48px;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-bottom: 15px;
}
/*更多城市样式*/
.purpose {
    position: relative;
}
.more_city{
    font-style: normal;
    vertical-align: middle;
    color: #F69121;
    margin-left: 2px;
}
#other_cities {
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    color: #333;
    padding: 1px;
    border: 1px solid #ccc;
}
#other_cities:hover{
    text-decoration: none;
   
}
#other_cities:focus{
    text-decoration: none;
}
#other_cities>img {
    height: 12px;
    width: 14px;
    vertical-align: middle;
}
#popOtherCityMap>ul>li>.popular_city{
    color: #f6921d;
    font-weight: bold;
}
#popOtherCityMap {
    display: none;
    position: absolute;
    top: 24px;
    right: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 10px 20px;
}

#popOtherCityMap>ul {
    overflow: hidden;
    margin-bottom: 10px;
}

#popOtherCityMap>ul>li {
    float: left;
    width: 16%;
    text-align: center;
}
#popOtherCityMap>ul>li>a{
    display: inline-block;
    padding: 2px 4px;
}
#popOtherCityMap>ul>li>a:hover{
   color: #fff;
   background-color:#50ab00 ;
   text-decoration: none;
}
#popOtherCityMap>ul>li>a:focus{
    text-decoration: none;
}


.search_city{
    width: 480px; 
    margin: 10px auto 20px auto;
}
#pycity {
    width: 240px;
    outline: none;
}
.clearfix>a {
    display: inline-block;
    text-align: center;
    color: #58595b;
    padding: 3px 20px;
    margin-left: 28px;
    cursor: pointer;
}

.clearfix {
    width: 480px;
}

.clearfix>a:hover {
    background-color: #50ab00;
    color: #fff;
   text-decoration: none;
}
.letter{
    font-weight: bold;
}

/*重写bootstrap默认样式-找场地-活动列表*/

.purpose>li.active>a,
.purpose>li.active>a:hover,
.purpose>li.active>a:focus {
	color: #fff;
	background-color: #f6921d;
	padding: 2px 15px;
}

.purpose>li>a {
	border-radius: 4px;
	padding: 2px 15px;
}
.purpose > li > a:hover, .purpose > li > a:focus {
    text-decoration: none;
    background-color: #f6921d;
    color: #fff;
}
.btn-primary {
	background-color: #0099E9;
	border-color: #0099E9;
	height: 25px;
	line-height: 12.5px;
	width: 60px;
}
 .btn-primary.active,.open > .dropdown-toggle.btn-primary {
 	color: #fff;
 	background-color: #0099E9;
 	border-color: #0099E9;
 }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0099E9;
  border-color: #0099E9;
}
.btn-default{
	height: 25px;
	line-height: 12.5px;
	width:60px;
}

/************************/

.purpose li a {
	color: #000;
}

/*找场地排序*/

.order {
	width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}

.order_left {
	width: 20%;
	float: left;
	margin-top: 20px;
}

.order_right {
	float: right;
	margin-right: 1%;
	margin-top: 20px;
	height: 33px;
	width: 287px;
	line-height: 33px;
}

.order_right a {
	color: #000;
	display: block;
	width: 50%;
	float: left;
}

.order_right a:hover {
	text-decoration: none;
	color: #50AA00;
}
.place__search_wrap input {
    width: 238px;
    height: 34px;
    font-size: 14px;
    padding-left: 16px;
    background-color: #f8f8f8;
    border: 1px solid #999999;
    outline: none;
    border-right: none;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
}

.place__search_wrap img {
    padding: 6px 12px 5px 8px;
    background-color: #f6921d;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    vertical-align: bottom;
}

/*找场地列表样式*/

.yh_site {
	width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.minHeight{
    min-height: 700px;
}

.site_list {
	position: relative;
	width: 23.5%;
	height: 328px;
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 15px;
	font-size: 15px;
	background: #f5f5f5;
}

.site_list p {
	margin: 0 10px 4px 10px;
}

.site_list_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	color: #333;
	font-weight: 600;
	font-size: 15px;
	font-family: "微软雅黑";
	height: 40px;
	margin-bottom: 8px;
}

.site_list_name:hover {
	text-decoration: none;
	color: #0099e9;
}
.site-list_location {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #808183;
    font-size: 12px;
}

.site_list_people {
    font-size: 12px;
    color: #808183;
}

.shoucang {
	cursor: pointer;
	color: #a9a9a9;
}

.site_list_top {
	margin-bottom: 8px;
}

.site_list_top>a>img {
	height: 180px;
	width: 100%;
}

.site_list_last {
	width: 23.5%;
	float: left;
	margin-top: 20px;
}

.site_list_last:hover,
.site_list:hover {
	box-shadow: 4px 4px 8px #a9a9a9;
}

.num_watch {
	color: #f6921d;
}

.site_list_price {
	text-align: center;
	background-color: #E5E5E5;
	color: #f6921d;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
}
.site_list_price:hover{
	background-color:#50ab00;
	color: #fff;
}
/*加载更多样式*/
.fenye{
    line-height: 80px;
    width: 1300px;
    margin: 0 auto;
    font-size: 18px;
    cursor: pointer;
}
.fenye img {
    margin-left: 10px;
    vertical-align: baseline;
    height: 11px;
    width: 14px;
}
.fenye a{
	font-size: 16px;
	color: #666;
}
.fenye a:hover, .fenye a:visited,.fenye a:focus{
	text-decoration: none;
	color: #0090ee;
}

/*特价场地-wukai-2017-8-7*/
.bargain-price{
    position: relative;
    top: -5px;
    left: 2px;
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url(../../image/home/bargain-price.gif);
    background-size: cover;
    border: none;
    
}
/*特价场地list logo*/
.place_bargain {
    position: absolute;
    right: 0;
    top: 0;
}
/*特价场地复选框*/
.bargain_filter {
    vertical-align: sub;
}

label {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}

label i{
    font-size: 14px;
    font-style: normal;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #f5f5f5;
    vertical-align: middle;
    margin: -2px 6px 1px 0px;
    border: #f6921d 1px solid;
}

input[type="checkbox"]{
    display: none;
}

input[type="checkbox"]:checked+i{
    background: #f6921d;
}
input[type="checkbox"]:disabled+i {
    border-color: #ccc;
}
input[type="checkbox"]:checked:disabled+i {
    background: #ccc;
}
