
body,html{
	width: 100%;
	background: #f3f3f3;
}
.activity_content{
	width: 100%;
}

 @media (min-width:500px){
	 /*
	  选择省份  城市  日期
	  */
	 .math_choice_box{
	 	width: 100%;
	 	background: #fff;
	 }
	 .math_choice{
	 	padding: 32px 0 10px 84px;
	 	margin: 0 auto;
	 	width: 1116px;
	 	background: #fff;
	 }
	 .math_choice .choice_area{
	 	margin-bottom: 24px;
	 	display: flex;
	 	align-items: center;
	 }
	 .math_choice .choice_area:last-child{
	 	margin:0;
	 }
	 .math_choice .choice_area .select_province{
	 	margin-right: 16px;
	 	width: 88px;
	 	font-size: 16px;
	 	color: #666;
	 	text-align: right;
	 }
	 .math_choice .choice_area .province_box{
	 	position: relative;
	 }
	 
	 .math_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;
	 }
	 .math_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;
	 }
	 
	 .choice_area .competition_state{
	 	display: flex;
	 }
	 .choice_area .competition_state .li_state{
	 	padding: 0 7px;
	 	margin-right: 13px;
	 	height: 32px;
	 	line-height: 32px;
	 	font-size: 10px;
	 	color: #666666;
	 	border: 1px solid #d5d5d5;
	 	text-align: center;
	 }
	 .choice_area .competition_state .li_state.active{
	 	background: #fca113;
	 	border-color: #fca113;
	 	color: #fff;
	 }
	 .choice_area .competition_state .li_state .week{
	 	margin-left: 12px;
	 	font-size: 12px;
	 }
	 .choice_area .competition_state li:last-child .li_state{
	 	margin: 0;
	 }
	 
	 .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;
	 }
	 
	 /* 
	  活动列表
	  */
	 .activity_content .activity_box{
	 	margin: 0 auto;
	 	width: 1200px;
	 	display: flex;
	 	justify-content: space-between;
	 }
	 .activity_box .activity_box_list{
	 	width: 969px;
	 }
	 .activity_box .activity_box_list .activity_title{
	 	padding-left: 20px;
	 	height: 40px;
	 	line-height: 40px;
	 	font-size: 16px;
	 	font-weight: bold;
	 }
	 
	 .activity_list_con{
	 	width: 100%;
	 }
	 .activity_list_con .activity_list{
	 	margin-bottom: 110px;
	 	width: 100%;
	 	background: #fff;
	 }
	 .activity_list .activity_line_li{
	 	width: 100%;
	 }
	 .activity_list .activity_line{
	 	padding: 14px 20px 10px 14px;
	 	border-bottom: 1px solid #f0f0f0;
	 	overflow: hidden;
	 	cursor: pointer;
	 }
	 
	 .activity_list .activity_line .line_img{
	 	float: left;
	 	width: 176px;
	 	height: 176px;
	 }
	 
	 .activity_list .activity_line .line_img img{
	 	width: 100%;
	 	height: 100%;
	 }
	 .activity_list .activity_line  .line_info{
	 	float: left;
	 	margin-left: 16px;
	 }
	 .activity_line .line_info .info_title{
	 	padding: 20px 0 24px 0;
	 	line-height: 20px;
	 	display: flex;
	 	align-items: center;
	 	color: #222121;
	 }
	 .activity_line .line_info .info_title span{
	 	display: block;
	 	font-size: 20px;
	 }
	 .activity_line .line_info .info_title .text{
	 	margin-right: 15px;
	 	font-weight: bold;
	 	color: #222121;
	 	font-size: 22px;
	 }
	 .activity_line .line_info .info_title .male{
	 	margin-right: 6px;
	 	padding: 0 8px;
	 	height: 18px;
	 	line-height: 18px;
	 	font-size: 12px;
	 	color: #0091ff;
	 	border: 1px solid #0091ff;
	 	border-radius: 10px;
	 }
	 .activity_line .line_info .info_title .female{
	 	margin: 0;
	 	color: #fd1c78;
	 	border-color: #fd1c78;
	 }
	 .activity_line .line_info .line_time{
	 	margin-bottom: 16px;
	 	line-height: 18px;
	 	font-size: 18px;
	 	font-weight: bold;
	 	color: #222121;
	 }
	 .activity_line .line_info .line_location{
	 	margin-bottom: 12px;
	 	line-height: 14px;
	 	font-size: 14px;
	 	color: #707070;
	 }
	 .activity_line .line_info .line_location span{
	 	color: #424141;
	 }
	 .activity_line .line_info .line_location:last-child{
	 	margin: 0;
	 }
	 .activity_line .line_info .line_location:nth-child(1) span{
	 	color: #595858;
	 }
	 .activity_line .line_info .line_location:nth-child(2) span{
	 	color: #222121;
	 }
	 .activity_line .line_info .line_location:nth-child(3) span{
	 	color: #595858;
	 }
	 .activity_list .activity_line .line_state{
	 	float: right;
	 	padding-top: 60px;
	 	font-size: 14px;
	 }
	 .line_state .line_state p{
	 	line-height: 16px;
	 	font-size: 16px;
	 	color: #666666;
	 	text-align: right;
	 }
	 .activity_line .line_state .distance{
	 	line-height: 14px;
	 	color: #a7a7a7;
	 }
	 .activity_line .line_state .number{
	 	margin: 16px 0;
	 }
	 .activity_line .line_state .state1{
	 	color: #f8bc15; //正在报名
	 }
	 activity_line .line_state .state2{
	 	color: #f57c16;//报名替补
	 }
	 .activity_line .line_state .state3{
	 	color: #d44343;//已满员
	 }
	 .activity_line .line_state .state4{
	 	color: #45a273;//活动中
	 }
	 
	 /*选择页数 
	  */
	 .activity_box_list .select_page{
	 	height: 32px;
	 	display: flex;
	 	align-items: center;
	 	justify-content: flex-end;
	 }
	 .activity_box_list .select_page a{
	 	padding: 0 14px;
	 	height: 100%;
	 	line-height: 32px;
	 	font-size: 16px;
	 	color: #666666;
	 }
	 .activity_box_list .select_page .color{
	 	color: #f47001;
	 }
	 
	 .activity_box_list .select_page a .prve {
	 	margin: 12px auto;
	 	width: 0;
	 	height: 0;
	 	border-width: 5px;
	 	border-style: solid;
	 	border-color: transparent #666666 transparent transparent;
	 }
	 .activity_box_list .select_page a .next{
	 	margin: 12px auto;
	 	width: 0;
	 	height: 0;
	 	border-width: 5px;
	 	border-style: solid;
	 	border-color: transparent transparent transparent #666666;
	 }
	 
	 /* 
	  右边二维码
	  
	  */
	 .qr_code_right{
	 	margin-top:40px;
	 /* 	padding:  0 38px; */
	 	width: 230px;
	 	height: 246px;
	 
	 }
	 .qr_code_right img{
	 	width: 100%;
	 	height: 100%;
	 }
	 .qr_code_right p{
	 	margin: 0 auto;
	 	line-height: 30px;
	 	font-size: 14px;
	 	color: #727272;
	 }
	 
 }


 @media (max-width:500px){
	.math_choice_box{
		padding-bottom: .2rem;
		width: 100%;
		background: #fff;
	}
	.math_choice{
		padding: 0.32rem 0 0 0.2rem;
	}
	.math_choice .choice_area{
		margin-bottom: 0.44rem;
		display: flex;
		align-items: center;
	}
	.math_choice .choice_area:last-child{
		margin:0;
	}
	.math_choice .choice_area .select_province{
		margin-right: 0.16rem;
		width: 1.7rem;
		font-size: 0.22rem;
		color: #000;
		text-align: right;
	}
	.math_choice .choice_area .province_box{
		position: relative;
	}
	.math_choice .choice_area .province_box .corner{
		padding: 0 0.6rem 0 0.14rem;
		width: 1.3rem;
		height: 0.32rem;
		border: 0.01rem solid #d5d5d5;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.math_choice .choice_area div:nth-child(2){
		margin-right: 0.14rem;
	}
	.choice_area .province_box .province_title{
		font-size: 0.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;
	}
	
	.choice_area .competition_state{
		width: 80%;
		display: flex;
		flex-wrap: wrap;
	}
	.choice_area .competition_state .li_state{
		padding: 0.07rem;
		margin: 0 0.23rem 0.13rem 0;
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.22rem;
		color: #000;
		border: 0.01rem solid #d5d5d5;
		text-align: center;
	}
	.choice_area .competition_state .li_state.active{
		background: #fca113;
		border-color: #fca113;
		color: #fff;
	}
	.choice_area .competition_state .li_state .week{
		margin-left: 0.12rem;
		font-size: 0.2rem;
	}
	.choice_area .competition_state li:last-child .li_state{
		margin: 0;
	}
	
	.province_box .select_province_box,.province_box .select_city_box{
		position: absolute;
		left: 0;
		top: 0.44rem;
		background: #fff;
		border: 0.01rem solid #d5d5d5;
		z-index: 99;
	}
	.province_box .select_province_box .province_box_title,.province_box .select_city_box .city_box_title{
		padding: 0  0.10rem;
		height: 0.31rem;
		line-height: 0.31rem;
	}
	.province_box .select_province_box .province_box_title p,.province_box .select_city_box .city_box_title p{
		font-size: 0.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: 0.10rem;
		float: left;
		width: 1.2rem;
	}
	.select_province_box .province_box_list li .prov,.select_city_box .city_box_list li .prov{
		line-height: 0.32rem;
		height: 0.32rem;
		font-size: 0.2rem;
		color: #000;
		text-align: left;
	}
	/* 
	 活动列表
	 */
	.activity_content .activity_box{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.activity_box .activity_box_list{
		width: 100%;
	}
	.activity_box .activity_box_list .activity_title{
		padding-left: 0.20rem;
		height: 0.40rem;
		line-height: 0.40rem;
		font-size: 0.26rem;
		font-weight: bold;
	}
	
	.activity_list_con{
		width: 100%;
	}
	.activity_list_con .activity_list{
		margin-bottom: 1.10rem;
		width: 100%;
		background: #fff;
	}
	.activity_list .activity_line_li{
		width: 100%;
	}
	.activity_list .activity_line{
		position: relative;
		padding: 0.14rem 0rem 0.14rem 0.14rem;
		border-bottom: 0.01rem solid #f0f0f0;
		overflow: hidden;
		cursor: pointer;
	}
	
	.activity_list .activity_line .line_img{
		float: left;
		width: 1.76rem;
		height: 1.76rem;
	}
	
	.activity_list .activity_line .line_img img{
		width: 100%;
		height: 100%;
	}
	.activity_list .activity_line .line_info{
		float: left;
		margin-left: 0.16rem;
		width: 4.2rem;
	}
	.activity_line .line_info .info_title{
		padding-bottom: 0.1rem;
		line-height: 0.20rem;
		display: flex;
		align-items: center;
		color: #222121;
		flex-wrap: wrap;
	}
	.activity_line .line_info .info_title span{
		display: block;
		font-size: 0.20rem;
	}
	.activity_line .line_info .info_title .text{
		margin-bottom: .1rem;
		width: 100%;
		font-weight: bold;
		color: #222121;
		font-size: 0.26rem;
		line-height: .34rem;
	}
	.activity_line .line_info .info_title .male{
	    margin-right: 0.2rem;
	    padding: 0 0.1rem;
	    height: 0.24rem;
	    line-height: 0.24rem;
	    font-size: 0.18rem;
	    color: #0091ff;
	    border: 1px solid #0091ff;
	    border-radius: 0.10rem;
	}
	.activity_line .line_info .info_title .female{
		margin: 0;
		color: #fd1c78;
		border-color: #fd1c78;
	}
	.activity_line .line_info .line_time{
		margin-bottom: 0.1rem;
		line-height: 0.22rem;
		font-size: 0.22rem;
		font-weight: bold;
		color: #222121;
	}
	.activity_line .line_info .line_location{
		margin-bottom: 0.06rem;
		line-height: 0.3rem;
		font-size: 0.2rem;
		color: #707070;
		display: flex;
		flex-wrap: wrap;
	}
	.activity_line .line_info .line_location span{
		color: #424141;
	}
	.activity_line .line_info .line_location:last-child{
		margin: 0;
	}
	
	.activity_line .line_info .line_location:nth-child(1) span{
		color: #595858;
	}
	.activity_line .line_info .line_location:nth-child(2) span{
		color: #222121;
	}
	.activity_line .line_info .line_location:nth-child(3) span{
		color: #595858;
	}
	.activity_list .activity_line .line_state{
		position: absolute;
		right: .2rem;
		bottom: .1rem;
		font-size: 0.2rem;
	}
	.line_state .line_state p{
		line-height: 0.16rem;
		font-size: 0.16rem;
		color: #666666;
		text-align: right;
	}
	.activity_line .line_state .distance{
		color: #a7a7a7;
	}
	.activity_line .line_state .number{
		margin: 0.13rem 0;
	}
	.activity_line .line_state .state1{
		color: #f8bc15; //正在报名
	}
	activity_line .line_state .state2{
		color: #f57c16;//报名替补
	}
	.activity_line .line_state .state3{
		color: #d44343;//已满员
	}
	.activity_line .line_state .state4{
		color: #45a273;//活动中
	}
	
	/*选择页数 
	 */
	.activity_box_list .select_page{
		margin-bottom: .3rem;
		height: 0.36rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.activity_box_list .select_page a{
		margin-right: .3rem;
		padding: 0 .2rem;
		height: 100%;
		line-height: .5rem;
		font-size: .26rem;
		color: #666666;
		display: flex;
		align-items: center;
	}
	.activity_box_list .select_page .color{
		color: #f47001;
	}
	
	.activity_box_list .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;
	}
	.activity_box_list .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;
	}
	
	/* 
	 右边二维码
	 
	 */
	.qr_code_right{
		display: none;
	}
}
