
.nav-left {
    position: fixed;
    right: 0;
    bottom: 120px !important;
    padding: 0;
    height: 90px;
    background: transparent;
    z-index: 1002;
}

.nav-right {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1002;
}

.nav-left .list-navright .icon {
    display: inline-block;
    height: 26px;
    width: 26px;
}

.nav-left .list-navright li {
    margin-top: 1px;
    padding: 6px;
    background: #5ac0f3;
    width: 40px;
}

/*.list-navright li:active {*/
/*background: #10a0e9;*/
/*}*/
.nav-left .list-navright li.tel {
    position: relative;
}

.nav-left .list-navright li a {
    display: block;
}

.nav-left .list-navright li.tel div {
    width: 100px;
    height: 130px;
    background-color: #10a0e9;
    position: absolute;
    right: 41px;
    top: 0px;
    display: block;
    /*line-height:38px;*/
    color: #fff;
}
.nav-left .list-navright li.tel div p{
    padding: 0 !important;
    margin: 0;
}
