
*{
    margin:0px;
    padding:0px;
    text-decoration: none; 
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑",sans-serif;
}
body
{
    background: #fff;
    padding-bottom: 60px !important;
    overflow-x: hidden;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none; 
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
    list-style: none;
}
input
{
    outline: none;
    border:1px solid #ccc;
    line-height: 25px;
}
.foot-icon 
{
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 5px;
}
.foot-icon1
{
    background: url(../../static/images/ipimg/ip1_18.png);
    background-size:25px 25px;
}
.foot-icon1-active
{
    background: url(../../static/images/ipimg/ip1_19.png);
    background-size:25px 25px;
}
.foot-icon2
{
    background: url(../../static/images/ipimg/ip1_25.png);
    background-size:25px 25px;
}
.foot-icon2-active
{
    background: url(../../static/images/ipimg/ip1_26.png);
    background-size:25px 25px;
}
.foot-icon3
{
    background: url(../../static/images/ipimg/ip1_16.png);
    background-size:25px 25px;
}
.foot-icon3-active
{
    background: url(../../static/images/ipimg/ip1_17.png);
    background-size:25px 25px;
}
.foot-icon4
{
    background: url(../../static/images/ipimg/ip1_22.png);
    background-size:25px 25px;
}
.foot-icon4-active
{
    background: url(../../static/images/ipimg/ip1_23.png);
    background-size:25px 25px;
}
.foot .foot-title
{
    color: #666;
}
.foot .active
{
    color: #F8590B;
}
.foot
{
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    height: 60px;
    border-top: 1px solid #eee;
    color: #666;
    padding-top: 5px;
    background: #fff;
}