/*底部样式*/
.sidebars {
    position: fixed;
    top: 74%;
    right: 42px;
    width: 42px;
    text-align: center;
    height: 199px;
    margin-top: -125px;
    z-index: 9999;
    line-height: 42px
}
/*适应pad端 宽度在414-1000之间*/
@media screen and (min-width: 640px) and (max-width: 1024px) {
    .sidebars {
        position: fixed;
        top: 73%;
        right: 14px;
        width: 42px;
        text-align: center;
        height: 199px;
        margin-top: -125px;
        z-index: 9999;
        line-height: 42px
    }
}
@media screen and (max-width: 640px){
    .sidebars {
        position: fixed;
        top: 73%;
        right: 10px;
        width: 42px;
        text-align: center;
        height: 199px;
        margin-top: -125px;
        z-index: 9999;
        line-height: 42px
    }
}
.sidebars a {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    transition: all .3s cubic-bezier(.15, .65, .58, .99);
    -o-transition: all .3s cubic-bezier(.15, .65, .58, .99);
    -webkit-transition: all .3s cubic-bezier(.15, .65, .58, .99);
    -moz-transition: all .3s cubic-bezier(.15, .65, .58, .99)
}
.sidebars a>span {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
    display: none;
    line-height: 42px;
    height: 42px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
    -o-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
    -webkit-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99);
    -moz-transition: all .5s 1s cubic-bezier(.15, .65, .58, .99)
}
.sidebars a.right-qq {
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-qq.png) no-repeat center;
    margin-bottom: 10px;
    background-color: #999;
    position: absolute;
    right: 0;
    top: 0
}
.sidebars a.right-qq:hover {
    width: 148px;
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-qq.png) no-repeat 20px center #0066CC
}
.sidebars a.right-weixin {
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-wechat.png) no-repeat center;
    background-color: #999;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 52px;
    overflow: visible
}
.sidebars a.right-weixin:hover {
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-wechat.png) no-repeat center #0066CC
}
.sidebars a.right-weixin:hover .weixin-code {
    opacity: 1;
    visibility: visible;
    left: -140px
}
.sidebars .weixin-code {
    position: absolute;
    left: -125px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}
.sidebars .weixin-code img {
    width: 120px;
    height: 120px
}
.sidebars a.right-tell {
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-tell.png) no-repeat center;
    background-color: #999;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    top: 104px
}
.sidebars a.right-tell:hover {
    width: 160px;
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-tell.png) no-repeat 20px center #0066CC
}
.sidebars a.right-top {
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-top.png) no-repeat center;
    background-color: #999;
    position: absolute;
    bottom: 0;
    right: 0
}
.sidebars a.right-top:hover {
    width: 120px;
    background: url(https://jz-jzgw.oss-cn-chengdu.aliyuncs.com/images/float/sidebar-top.png) no-repeat 20px center #0066CC
}
.sidebars a:hover>span {
    display: block;
    vertical-align: middle;
    opacity: 1;
    filter: alpha(opacity=100)
}
body {
    margin: 0;
}
