.flpushbutton p,
.flpushbutton a {
    margin: 0;
    padding: 0;
}

.ftlapushbutton img {
    border: none;
    display: inline-block;
}

.flpushbutton {
    float: left;
}

.posrelative {
    position: relative;
}

.footpushbutton {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#ftrapushbutton {
    padding-left: 150px;
    padding-right: 15px;
}

.ftlapushbutton {
    position: absolute;
    left: 0;
    top: 0;
}

.ftlapushbutton a {
    text-decoration: none;
    color: #333;
    transition: all 0.25s;
    width: 70px;
    height: 60px;
    display: block;
    font-size: 10px;
    text-align: center;
}

.ftlapushbutton a:hover {
    background: #f9f9f9;
}

.ftlapushbutton a img {
    height: 18px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2px;
    margin-top: 12px;
}

.ftlapushbutton a p {
    line-height: 22px;
}

#ftrapushbutton {
    padding-left: 150px;
    padding-right: 15px;
}

#ftrapushbutton a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-decoration: none;
    color: #333;
    transition: all 0.25s;
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(22, 67, 154, 1);
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    line-height: 40px;
}