#footer{background-color:#ececec; height:100px; overflow:hidden; position:relative;}
	.footerArea{margin:20px auto; text-align:center; font-size:12px; line-height:1.7em;}
	.footerArea p, .fooeterArea span{color:#666;}
	.bold{font-weight:bold; font-size:14px;}

	.f_dash{padding:0 10px; font-size:10px; vertical-align:top;}

	.f_btn{position:absolute; top:20px; right:0px; width:150px;}
		.f_btn input{width:60%; height:30px; background-color:#eee; border:1px solid #666; margin:0 5px; font-size:12px; cursor:pointer;}
			.f_btn input:hover{background-color:#666; color:#fff;}

.f_pop1, .f_pop2{position:fixed; z-index:9; top:50%; margin-top:-300px;  left:50%; margin-left:-250px; width:500px; height:550px; background-color:#fafafa; display:none;}
	.f_pop_title{text-align:center; font-weight:bold;}
		.f_pop_title .x{float:right; margin-right:10px; cursor:pointer; font-size:20px; font-weight:bold; color:#333;}
	.f_pop_text{width:460px; height:485px; overflow-y:scroll; overflow-x:hidden; font-size:12px; line-height:1.3em; padding:20px;}

	.f_pop1 img, .f_pop2 img{width:100%;}
	.f_pop1 table caption, .f_pop2 table caption{opacity:0;}
	.f_pop1 table, .f_pop2 table{border-collapse:collapse; width:100%; text-align:center; margin-bottom:20px;}
	.f_pop1 table th, .f_pop2 table th{border:1px solid #ccc; background-color:#ddd;}
	.f_pop1 table td, .f_pop2 table td{border:1px solid #ccc; }

#footer_m{display:none;}

	.f_t_t .center{text-align:center; display:block;}

	@media screen and (min-width:0px) and (max-width:1099px){
		#footer{display:none;}
		#footer_m{display:block; width:100%; background-color:#ececec; border-top:1px solid #ccc; overflow:hidden; position:relative;}
			.footerArea{width:90%; margin:20px auto; text-align:center; font-size:12px; line-height:1.7em;}
			.footerArea p, .fooeterArea span{color:#666;}
			.bold{font-weight:bold; font-size:12px;}

			.f_dash{padding:0 5px; font-size:10px; vertical-align:top;}

		#footer_m .f_btn{position:static; width:250px; height:25px;  margin:20px auto 0;}
			#footer_m .f_btn input{width:100px; height:20px; background-color:#eee; border:1px solid #666; margin:0 5px; font-size:12px; cursor:pointer;}
			#footer_m .f_btn input:hover{background-color:#666; color:#fff;}

		.f_pop1, .f_pop2{position:fixed; z-index:9; top:70px; left:50%; margin-left:-45%; width:90%; background-color:#fafafa; box-shadow:2px 2px 2px rgba(0,0,0,0.1); margin-top:0; height:400px;}
			.f_pop_title{text-align:center; font-weight:bold;}
				.f_pop_title .x{float:right; margin-right:10px; cursor:pointer; font-size:20px; font-weight:bold;}
			.f_pop_text{width:94%; padding:0 3% 5%; height:352px; overflow-y:scroll; overflow-x:hidden; font-size:10px; line-height:1.5em; }
				.f_pop_text img{width:100%;}
				.f_t_t{overflow:hidden;}
				.f_pop_text .center{display:block; text-align:center; font-size:15px;}



				.f_t_t table{width:100%; font-size:10px; text-align:center; border-collapse:collapse; margin:10px 0;}
					.f_t_t table td, th{border:1px solid #ccc;}
					.f_t_t table th{background-color:#ddd;}
	}
