@charset "utf-8";	
.fixed_icon{
    position: fixed;
    bottom: 5%;
    right: 0;
    width: 50px;
    height: 280px;
    z-index: 999999999999999999999999999999;
}
.fixed_icon ul{
    width: 100%;
}
.fixed_icon ul li{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.fixed_icon ul li span{
    overflow: hidden;
    position: absolute;
    float: left;
    top: 2px;
    right: 14px;
    /* width: 100px; */
    width: 25px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 38px;
    padding-left: 20px;
    background-color: #fff;
    border-radius:  100px 0 0 100px ;
    z-index: -1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
}