.fixed-right {
    width: 60px;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 50%;
    z-index: 2;
}

.fixed-right .item {
    width: auto;
    height: 60px;
    background: #F5F5F5;
    display: block;
    cursor: pointer;
    position: relative;
    left: 0;
    transition: all .5s;
}
.fixed-right .backToTop{
    background: #009342 url(https://www.zsmartglobal.com/static/zs/images/icon_top.png) no-repeat center;
}
.fixed-right .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #388da8;
}

.fixed-right .item .icon i {
    font-size: 22px;
    color: #ffffff;
}

.fixed-right .item span {
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-indent: 80px;
    font-size: 13px;
    color: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.fixed-right .item .show-content {
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-right .item:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.fixed-right .item.kefu {
    width: 60px;
    height: auto;
    padding: 10px 0;
    text-align: center;
    background: #0FA5FF;
}

.fixed-right .item.kefu .icon {
    height: auto;
    line-height: normal;
    margin-bottom: 5px;
    background: none;
}

.fixed-right .item.kefu .icon i {
    color: #fff;
}

.fixed-right .item.kefu span {
    color: #fff;
    line-height: 20px;
    margin: 0 auto;
    position: relative;
    text-indent: 0;
    display: block;
    width: 100%;
}

.fixed-right .item.kefu:hover {
    right: 0;
}
.fixed-right .weixin .show-content{
    transition: all .5s;
}
.fixed-right .weixin .show-content img{
    width: 125px;
    height: 125px;
}
.fixed-right .weixin .show-content p{
    color: #000;
    line-height: 20px;
    margin-top: 0px;
}
.fixed-right .weixin:hover .show-content {
    display: block;
    left: 60px;
    transition: all .5s;
    width: 125px;
    height: 150px;
    background-color: #f7f7f7;
    text-align: center;
}
.fixed-right .tel:hover .show-content {
    display: block;
    width: 180px;
    left: 60px;
    background-color: #EEEEEE;
    height: 60px;
    padding-left: 10px;
    transition: all .5s;
    text-align: center;
}
.fixed-right .email:hover .show-content {
    display: block;
    left: 60px;
    background-color: #EEEEEE;
    height: 60px;
    padding-left: 10px;
    transition: all .5s;
    width: 223px;
    text-align: center;
}

.fixed-right .item.goTop {
    opacity: 0;
}

.fixed-right .item.goTop:hover {
    right: 0;
}

@media screen and (max-width: 1280px) {
    .fixed-right{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .fixed-right{
        display: none;
    }
}

