@charset "utf-8";#scroll{z-index:1;position:fixed;right:5px;bottom:150px;cursor:pointer;width:30px;height:40px;background-color:#4472c4;text-indent:-9999px;display:none;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:30px}
#scroll span{z-index:1;position:absolute;top:50%;left:50%;margin-left:-8px;margin-top:-12px;height:0;width:0;border:8px solid transparent;border-bottom-color:#ffffff}
#scroll:hover{z-index:1;background-color:#b4c6e7;opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";}
@media (max-width:767px) {
#scroll:hover{z-index:1;background-color:#4472c4;opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";}}