.select_page{
	padding: 12px 0 200px 0;
	background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(177, 177, 177, 0.5)
}
.select_page h3{
	padding-bottom:10px;
	margin-left: 23px;
	font-size: 22px;
	font-weight: normal;
	color: #353535;
	opacity: 0.88;
	background: url(../../../res/imagesv2/pc/line-l.png) left bottom no-repeat;
	background-size: 70%;
}
.place_box{overflow:hidden;padding: 20px 0;}
.place_box .prov{
	position: relative;
	display: inline-block;
	margin: 12px 0 12px 50px;
	font-size: 20px;
	color: #353535;
}
.city_panel{
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 6px 60px 6px 80px;
    background-color: #f3f3f6;
}
.city_panel .city{
	float: left;
	margin: 5px 15px;
	opacity: 0.68;
	font-size: 20px;
	color: #666666;
}
.place_box .prov:hover,
.place_box .prov-selected,
.city_panel .city:hover{color: #746ab1;}
.place_box .prov-selected::after{
	display: block;
	content: '';
	position: absolute;
	bottom: -16px;
	left: 20%;
	border: 12px solid transparent;
	border-bottom-color: #f3f3f6;
}
.nation_city{overflow: hidden;margin: 38px 0 10px 67px;}
.select_page input,.select_page select{
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	text-align: center;
	border-radius: 8px;
	border: solid 1px #979797;
	font-size: 20px;
	color: #353535;
}
.nation_city>input{width: 348px;}	
.nation_city>a{
	float: left;
	width: 174px;
	height: 44px;
	margin-left: 20px;
	line-height: 44px;
	text-align: center;
	border-radius: 8px;
	background-color: #eae8f7;
	border: solid 1px #776fa8;
	font-size: 20px;
	color: #4a408c;
}
.city_lists{overflow:hidden;padding-left: 67px;margin: 10px 0;}
.city_lists>a{float:left;margin-right: 40px;padding: 10px 0;font-size: 20px;color: #353535;}
.city_lists>a:hover{ color: #746ab1;}
.fill_place{overflow: hidden;margin: 37px 0 39px 67px;}
.fill_place>span,.fill_longitude>span{
	float: left;
	line-height: 44px;
	font-size: 20px;
	color: #353535;
}
.fill_longitude{
	overflow: hidden;
	margin-left: 67px;
	margin-top: 10px;
}
.fill_longitude>input,.fill_longitude>select{width: 120px;}
.fill_longitude>span{padding: 0 9px;}
.fill_longitude>select{margin-right: 32px;}
.select_page .set_btn{
	display: block;
	width: 320px;
	height: 46px;
	line-height: 46px;
	margin: 67px auto;
	text-align: center;
	border-radius: 97px;
	background-color: #efefef;
	border: solid 1px #8f8f8f;
	font-size: 20px;
	color: #8f8f8f;
}
.select_page .enable_btn{
	background-color: #eae8f7;
	border-color: #776fa8;
	color: #4a408c;
	cursor: pointer;
	transition: background-color .3s;
}
.select_page .enable_btn:hover{
	background-color: #b4ace4;
	border-color: #b4ace4;
	color: #fff;
}
