﻿/*按钮至底行(由于有个返回顶部的快捷图标，所以留80的高度防止图标挡住内容)*/
.c_bottom{height:80px;}
@media (max-width: 500px)
{
    .c_bottom{height:120px;}
}
