
#quick #floatMenu { z-index:9; position: absolute; border-bottom:1px solid #d7d7d7;  top: 203px;  
overflow:hidden; right: 48%; margin:0 -650px 0 0; }

#quick strong.tit01{ font-size:15px; font-weight:normal; background-color:#111; width:100%; display:block; height:75px; 
box-sizing:border-box; padding-top:13px; text-align:center; color:#fff;}
#quick ul {list-style-type:none; padding:0; margin:0; }
#quick ul li a{display:block; background-color:#f5f5f5; width:80px; height:86px; border-bottom:1px solid #d7d7d7;
border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7;
 font-size:13px; color:#888; text-align:center; font-weight:400; padding-top:55px;  box-sizing:border-box;  }
#quick ul li a:hover{  color:#111; }
#quick ul li.quick_1 a{background-image:url("../img/bg_quick_1.png"); background-repeat:no-repeat; background-position:center 12px;}
#quick ul li.quick_2 a{background-image:url("../img/bg_quick_2.png"); background-repeat:no-repeat; background-position:center 12px;}
#quick ul li.quick_3 a{background-image:url("../img/bg_quick_3.png"); background-repeat:no-repeat; background-position:center 12px;}
#quick ul li.quick_4 a{background-image:url("../img/bg_quick_4.png"); background-repeat:no-repeat; background-position:center 12px;}
#quick ul li.quick_5 a{text-indent:-9999px;  height:75px; background-image:url("../img/quick_top2.png"); background-repeat:no-repeat; background-position:center center;}
#quick ul li.last a{border-bottom:0;}

#quick i{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  }

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
#quick {display:none;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}