body,html{
	width: 100%;
	background: #f3f3f3;
}
.club_choice_box {
	width: 100%;
	background: #fff;
}
@media (min-width:500px) {
		.club_choice {
		padding: 32px 0px 10px 0;
		margin: 0 auto;
		width: 1200px;
		display: flex;
		justify-content: space-between;
	}

	.club_choice .choice_area {
		margin-bottom: 24px;
		display: flex;
		align-items: center;
	}

	.club_choice .choice_area:last-child {
		margin: 0;
	}

	.club_choice .choice_area .select_province {
		margin-right: 16px;
		width: 88px;
		font-size: 16px;
		color: #666;
		text-align: right;
	}

	.club_choice .choice_area .province_box {
		position: relative;
	}

	.club_choice .choice_area .province_box .corner {
		padding: 0 6px 0 14px;
		width: 102px;
		height: 32px;
		border: 1px solid #d5d5d5;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.club_choice .choice_area div:nth-child(2) {
		margin-right: 14px;
	}

	.choice_area .province_box .province_title {
		font-size: 12px;
		color: #666;
	}

	.choice_area .province_box .corner_marker {
		margin-top: 6px;
		width: 0;
		height: 0;
		border-width: 6px;
		border-style: solid;
		border-color: #666666 transparent transparent transparent;
	}

	.province_box .select_province_box,
	.province_box .select_city_box {
		position: absolute;
		left: 0;
		top: 44px;
		width: 222px;
		background: #fff;
		border: 1px solid #d5d5d5;
	}

	.province_box .select_province_box .province_box_title,
	.province_box .select_city_box .city_box_title {
		padding: 0 10px;
		height: 31px;
		line-height: 31px;
	}

	.province_box .select_province_box .province_box_title p,
	.province_box .select_city_box .city_box_title p {
		font-size: 16px;
		color: #666;
		border-bottom: 1px solid #e3e3e3;
	}

	.province_box .select_province_box .province_box_list,
	.province_box .select_city_box .city_box_list {
		width: 100%;
		overflow: hidden;
	}

	.select_province_box .province_box_list li,
	.select_city_box .city_box_list li {
		padding-left: 10px;
		float: left;
		width: 62px;
	}

	.select_province_box .province_box_list li .prov,
	.select_city_box .city_box_list li .prov {
		line-height: 28px;
		height: 28px;
		font-size: 14px;
		color: #424242;
		text-align: left;
	}

	/* 搜索框 */
	.club_choice .club_search {
		margin-right: 116px;
		height: 34px;
		display: flex;
		align-items: center;
	}

	.club_choice .club_search .direct_search {
		width: 88px;
		font-size: 16px;
		color: #666;
		text-align: right;
	}

	.club_choice .club_search .search_inp {
		margin: 0 10px 0 16px;
		padding-left: 10px;
		width: 245px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		border: 1px solid #d5d5d5;
	}
	.club_choice .club_search .search {
		width: 105px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		color: #fff;
		background: #f47001;
		text-align: center;
	}
	/*选择页数 
	 */
	.select_page {
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.select_page a {
		padding: 0 14px;
		height: 100%;
		line-height: 32px;
		font-size: 16px;
		color: #666666;
	}

	.select_page .color {
		color: #f47001;
	}

	.select_page a .prve {
		margin: 12px auto;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #666666 transparent transparent;
	}

	.select_page a .next {
		margin: 12px auto;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid;
		border-color: transparent transparent transparent #666666;
	}
.indoor_badminton_court{
	padding-top: 16px;
	width: 100%;
}
/*  */
.badminton_title{
	margin: 0 auto;
	width: 1200px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #000;
}
.badminton_con{
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.badminton_con_left{
	width: 802px;
}
.badminton_left_list{
	width: 100%;
}
.badminton_stadium_info{
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}
.badminton_stadium_click{
	width: 100%;
	display: flex;
}
.badminton_stadium_click .stadium_info_left{
	width: 360px;
	height: 240px;
}
.badminton_stadium_click .stadium_info_left img{
	width: 100%;
	height: 100%;
}
.badminton_stadium_click .stadium_info_rig {
	padding: 20px 0 0 30px;
}
.badminton_stadium_click .stadium_info_rig .title{
	margin-bottom: 34px;
	font-size: 22px;
	color: #f47001;
}
.badminton_stadium_click .stadium_info_rig .location{
	margin-bottom: 30px;
	font-size: 16px;
}
.stadium_info_rig .provide_list{
	display: flex;
	flex-wrap: wrap;
}
.stadium_info_rig .provide_list li{
	margin: 0 16px 16px 0;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
.stadium_info_rig .provide_list .one{
	background: #e8beeb;
}
.stadium_info_rig .provide_list .two{
	background: #f8bb87;
}
.stadium_info_rig .provide_list .three{
	background: #91d9f4;
}
.stadium_info_rig .provide_list .four{
	background: #fcc970;
}
.stadium_info_rig .provide_list .five{
	background: #f89687;
}

/* 
 */
.badminton_container{
	width: 380px;
	height: 376px;
}
}
@media (max-width:500px){
		 /*选择页数 
	  */
	 .select_page{
	 	margin-bottom: .3rem;
	 	height: 0.36rem;
	 	display: flex;
	 	align-items: center;
	 	justify-content: center;
	 }
	 .select_page a{
	 	margin-right: .3rem;
	 	padding: 0 .2rem;
	 	height: 100%;
	 	line-height: .5rem;
	 	font-size: .26rem;
	 	color: #666666;
	 	display: flex;
	 	align-items: center;
	 }
	 .select_page .color{
	 	color: #f47001;
	 }
	 
	 .select_page a .prve {
	 	margin: 0.12rem auto;
	 	width: 0;
	 	height: 0;
	 	border-width: 0.16rem;
	 	border-style: solid;
	 	border-color: transparent #666666 transparent transparent;
	 }
	 .select_page a .next{
	 	margin: 0.12rem auto;
	 	width: 0;
	 	height: 0;
	 	border-width: 0.16rem;
	 	border-style: solid;
	 	border-color: transparent transparent transparent #666666;
	 }
	 
	 
		 .club_choice{
	 	padding: .32rem 0rem .30rem 0;
	 	width: 100%;
	 }
	 .club_choice .choice_area{
	 	margin-bottom: .4rem;
	 	display: flex;
	 	align-items: center;
	 }
	 .club_choice .choice_area:last-child{
	 	margin:0;
	 }
	 .club_choice .choice_area .select_province{
	 	margin-right: .16rem;
	 	width: 1.7rem;
	 	font-size: .22rem;
	 	color: #000;
	 	text-align: right;
	 }
	 .club_choice .choice_area .province_box{
	 	position: relative;
	 }
	 
	 .club_choice .choice_area .province_box .corner{
	 	padding: 0 0.1rem 0 0.16rem;
	 	width: 1.3rem;
	 	height: .36rem;
	 	border: 0.01rem solid #d5d5d5;
	 	display: flex;
	 	justify-content: space-between;
	 	align-items: center;
	 }
	 .club_choice .choice_area div:nth-child(2){
	 	margin-right: .3rem;
	 }
	 .choice_area .province_box .province_title{
	 	font-size: .2rem;
	 	color: #000;
	 }
	 .choice_area .province_box .corner_marker{
	 	margin-top: 0.06rem;
	 	width: 0;
	 	height: 0;
	 	border-width:0.06rem;
	 	border-style: solid;
	 	border-color: #666666 transparent transparent transparent;
	 }
	 
	 .province_box .select_province_box,.province_box .select_city_box{
	 	position: absolute;
	 	left: 0;
	 	top: .44rem;
	 	background: #fff;
	 	border: 0.01rem solid #d5d5d5;
	 }
	 .province_box .select_province_box .province_box_title,.province_box .select_city_box .city_box_title{
	 	padding: 0 .10rem;
	 	height: .31rem;
	 	line-height: .31rem;
	 }
	 .province_box .select_province_box .province_box_title p,.province_box .select_city_box .city_box_title p{
	 	font-size: .2rem;
	 	color: #000;
	 	border-bottom: 0.01rem solid #e3e3e3;
	 }
	 .province_box .select_province_box .province_box_list,.province_box .select_city_box .city_box_list{
	 	width: 100%;
	 	overflow: hidden;
	 }
	 .select_province_box .province_box_list li,.select_city_box .city_box_list li{
	 	padding-left: .10rem;
	 	float: left;
	 	width: 1.2rem;
	 }
	 .select_province_box .province_box_list li .prov,.select_city_box .city_box_list li .prov{
	 	line-height: .32rem;
	 	height: .32rem;
	 	font-size: .2rem;
	 	color: #000;
	 	text-align: left;
	 }
	 /* 搜索框 */
	 .club_choice .club_search{
	 	height: .6rem;
	 	display: flex;
	 	align-items: center;
	 }
	 .club_choice .club_search .direct_search{
	 	width: 1.7rem;
	 	font-size: .22rem;
	 	color: #000;
	 	text-align: right;
	 }
	 .club_choice .club_search .search_inp{
	 	margin: 0 .20rem 0 .16rem;
	 	padding-left: .10rem;
	 	width: 4rem;
	 	height: .5rem;
	 	line-height: .4rem;
	 	font-size: .2rem;
	 	border: 0.01rem solid #d5d5d5;
	 }
	 .club_choice .club_search .search{
	 	width: 1.05rem;
	 	height: .4rem;
	 	line-height: .4rem;
	 	font-size: .2rem;
	 	color: #fff;
	 	background: #f47001;
	 	text-align: center;
	 }
	 input{
	 	outline-style: none;
	 }
	.indoor_badminton_court{
		padding-top: .16rem;
		width: 100%;
	}
	/*  */
	.badminton_title{
		padding-left: 0.3rem;
		height: .46rem;
		line-height: .46rem;
		font-size: .22rem;
		color: #000;
	}
	.badminton_con{
		width:100%;
		display: flex;
		justify-content: space-between;
	}
	.badminton_con_left{
		width: 8.02rem;
	}
	.badminton_left_list{
		width: 100%;
	}
	.badminton_stadium_info{
		padding: .10rem;
		margin-bottom: .10rem;
		background: #fff;
	}
	.badminton_stadium_click{
		width: 100%;
		display: flex;
	}
	.badminton_stadium_click .stadium_info_left{
		width: 3.60rem;
		height: 2.40rem;
	}
	.badminton_stadium_click .stadium_info_left img{
		width: 100%;
		height: 100%;
	}
	.badminton_stadium_click .stadium_info_rig {
		padding: .20rem 0 0 .30rem;
	}
	.badminton_stadium_click .stadium_info_rig .title{
		margin-bottom: .34rem;
		font-size: .28rem;
		color: #f47001;
	}
	.badminton_stadium_click .stadium_info_rig .location{
		margin-bottom: .30rem;
		font-size: .22rem;
	}
	.stadium_info_rig .provide_list{
		display: flex;
		flex-wrap: wrap;
	}
	.stadium_info_rig .provide_list li{
		margin: 0 .16rem .16rem 0;
		width: 1.20rem;
		height: .35rem;
		line-height: .35rem;
		font-size: .16rem;
		color: #fff;
		text-align: center;
		border-radius: .10rem;
	}
	.stadium_info_rig .provide_list .one{
		background: #e8beeb;
	}
	.stadium_info_rig .provide_list .two{
		background: #f8bb87;
	}
	.stadium_info_rig .provide_list .three{
		background: #91d9f4;
	}
	.stadium_info_rig .provide_list .four{
		background: #fcc970;
	}
	.stadium_info_rig .provide_list .five{
		background: #f89687;
	}
	
	/* 
	 */
	.badminton_container{
		display: none;
		width: 3.80rem;
		height: 3.76rem;
	}
}
