/* åŠ ç›Ÿåˆä½œ */

/* é®ç½©å±‚ */
.shade {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 101;
	width: 800px;
	padding-bottom: 100px;
	background: #FFFFFF;
	border-radius: 7px;
	display: none;
}

.delete{
	position: absolute;
	right: 31px;
	top: 31px;
	width: 22px;
	height: 22px;
}

.add_provice{
	padding-left: 10px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #343434;
	line-height: 30px;
	border-left: 5px solid #008d4f;
}

.add_cont{
	margin: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.city{
	padding: 0px 10px;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 26px;
}

.town{
	
}

.towns{
	margin: 50px 30px 0px 30px;
}

.address {
	height: 619px;
	background-color: #ffffff;
}


.add {
	position: relative;
}

.maps {
	position: absolute;
	top: 60px;
	right: 50px;
	width: 632px;
	height: 488px;
	z-index:-1
}

.map {
	width: 100%;
	height: 100%;
}

.content {
	width: 100%;
	position: absolute;
	z-index: 1;
}

.con_prov {
	margin-top: 120px;
	display: flex;
	/* justify-content: space-between; */
	flex-direction: row;
}

.con_prov .con_city {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
	width: 127px;
	height: 57px;
	background-color: #F5F5F5;
	border-radius: 3px;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #808080;
	line-height: 28px;
	cursor:pointer
}

.con_prov .active {
	color: #ffffff;
	background-color: #008d4f;
}

/* å±•ç¤ºæŽˆæƒåŒºåŸŸ */
.content .con_card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-top: 70px;
	width: 683px;
	height: 305px;
	background-size: cover;
	background-image: url('/skins/img/league/areabg.png');
}

.cont_prov {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 195px;
	height: 119px;
	border-radius: 50%;
	background: #F3F3F3;
}

.cont_prov .cont_area {
	font-size: 33px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 50px;
}

.cont_prov .cont_earea {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #989898;
	line-height: 24px;
}

.region {
	margin-top: 10px;
	width: 263px;
}

.reg_tit {
	text-align: center;
	padding-bottom: 20px;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	border-bottom: 2px solid #ffffff;
}

.region .reg_a {
	margin-top: 27px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
}

.reg_a .rea {
	box-sizing: border-box;
	padding: 0px 10px 20px 10px;
}

/* åˆä½œæ”¯æŒ */
.support {
	padding-bottom: 50px;
	background-color: #F4F4F4;
}

.support .sup_tit {
	padding-top: 67px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.support .sup_desc {
	text-align: center;
	padding-bottom: 67px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.sup_boxs {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.sup_box {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 142px;
	background: #FFFFFF;
	border-radius: 7px;
	border-left: 7px solid #008d4f;
}

.sup_box .box_tit {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #343434;
	line-height: 30px;
}

.sup_box .box_desc {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #808080;
	line-height: 24px;
}

.sup_box .sup_img {
	position: absolute;
	bottom: -36px;
	right: 0px;
	width: 133px;
	height: 117px;
}

/* åŠ ç›Ÿæµç¨‹ */
.flow {
	padding: 67px;
}

.flow_tit {
	padding-bottom: 40px;
	text-align: center;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}


.flow_desc {
	padding-bottom: 95px;
	text-align: center;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.flow_top {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.flow_con {
	width: 150px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.flow_con .flo_img {
	width: 90px;
	height: 90px;
	margin-bottom: 23px;
}

.flow_con .flo_tit {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}

.flo_indi {
	margin-top: 30px;
	width: 60px;
	height: 37px;
}

.flow_cen {
	display: flex;
	justify-content: flex-end;
}

.flow_img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 53px;
	width: 38px;
	height: 61px;
}


.flow_bot {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* æˆ‘è¦åŠ ç›Ÿ */
.join {
	background-color: #F4F4F4;
}

.join_tit {
	padding-top: 67px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #008d4f;
	line-height: 40px;
}

.join_desc {
	padding-bottom: 69px;
	text-align: center;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 24px;
}


.sub {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sub .su {
	display: flex;
	margin-bottom: 40px;
	flex-direction: column;
}

.su .sub_tit {
	margin-bottom: 13px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343434;
	line-height: 30px;
}

.su .inputs {
	padding-left: 30px;
	width: 500px;
	height: 83px;
	background: #FFFFFF;
	border-radius: 7px;
}

.sua {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	flex-direction: column;
}

.sua .texta {
	padding-left: 30px;

	height: 165px;
	background: #FFFFFF;
	border-radius: 7px;
}

.sub .button {
	margin: auto;
	margin-bottom: 68px;
	width: 262px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #008d4f;
	border-radius: 7px;
	font-size: 21px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
}