#scroll_top{position:fixed; right:10px; z-index:10; opacity:1; width:38px; height:8px; padding:6px 8px 26px; border-radius:7px 7px 0 0; box-sizing:content-box; background-color:#404040; color:#fff; text-align:center; text-decoration:none; cursor:pointer; transition:all .8s}
#scroll_top:hover{background-color:#000; box-shadow:0 0 6px 1px rgba(0,0,0,.5); color:#00fffa}
#scroll_top:focus{background-color:#000; box-shadow:0 0 6px 1px rgba(0,0,0,.5); color:#00fffa}
#scroll_top i.fa{font-size:26px}
@media screen and (max-width:1280px){
	#bottom{position:fixed; bottom:0; left:0; z-index:20; width:100%; height:48px; background-color:rgba(255,255,255,0.99); box-shadow:0px -5px 30px -6px rgba(0,0,0,0.9); -webkit-transition:.8s; -moz-transition:.8s; transition:.8s}
	#bottom > ul > li{position:relative; float:left; width:25%; height:48px; text-align:center; line-height:48px}
	#bottom > ul > li:after{content:''; position:absolute; left:100%; top:14px; width:1px; height:20px; background:#ccc}
	#bottom > ul > li:last-child:after{display:none}
	#bottom > ul > li a{position:relative; display:inline-block; height:18px}
	#bottom > ul > li a.navi{padding:15px 0 15px 21px}
	#bottom > ul > li a.req{padding:15px 0 15px 12px}
	#bottom > ul > li button{position:relative; display:inline-block; height:18px; box-sizing:content-box}
	#bottom > ul > li button.share{padding:15px 0 15px 18px}
	#bottom > ul > li button.tel{padding:15px 0 15px 15px}
	#bottom > ul > li i.fa{position:absolute; top:50%; left:0; transform:translateY(-50%); font-size:15px}
	#bottom > ul > li i.fa-phone{color:#0087FF}
	#bottom > ul > li i.fa-question{color:#eb5054}
	#bottom > ul > li i.fa-share{color:#04979E}
	#bottom > ul > li img.ico{position:absolute; top:50%; left:0; height:18px; margin:-9px 0 0 0}
	#bottom > ul > li span{display:block; height:18px; line-height:18px; font-size:12px; color:#999; vertical-align:top}
	#bottom_blank{height:48px}
	#scroll_top{bottom:48px}
}
@media screen and (min-width:1281px){
	#bottom{display:none}
	#scroll_top{bottom:0}
}
