.nw-fixed-box {
    float: left;
    position: fixed;
    z-index: 999;
}

a.nw-fixed-tel1 {
    left: 16px;
    bottom: 16px;
    background-image: url(images/icon/telicon.png);
    background-color: #4495d1;
}

a.nw-fixed-wa2 {
    left: 16px;
    bottom: 74px;
    background-image: url(images/icon/waicon.png);
    background-color: #25d366;
}

a.nw-fixed-map3 {
    left: 16px;
    bottom: 132px;
    background-image: url(images/icon/mapicon.png);
    background-color: #4d616b;
}

a.nw-fixed-map1, a.nw-fixed-map2, a.nw-fixed-map3, a.nw-fixed-tel1, a.nw-fixed-tel2, a.nw-fixed-tel3, a.nw-fixed-wa1, a.nw-fixed-wa2, a.nw-fixed-wa3 {
    float: left;
    position: fixed;
    z-index: 999999999;
    text-decoration: none;
    border: 0;
    margin: 0;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}