
.bjywx_float-side-bar {
    width: 50px;
    position: fixed;
    top: 30%;
    right: 5px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
}

.bjywx_float-side-bar>div {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .3s ease background;
    border: 1px solid #888;
    position: relative;
    cursor: pointer;
}
.bjywx_float-side-bar>div::after{
    content: "";
    display: block;
    width: 100px;
    top: 0;right: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.bjywx_float-side-bar>div+div {
    margin-top: 4px;
}

.bjywx_float-side-bar>div a {
    display: block;
    width: 100%;
    height: 100%;
}

.bjywx_float-side-bar>div:nth-child(1) {background: url(https://www.bjywx.com/floating/icon1.png) #888 center/40px 40px;}
.bjywx_float-side-bar>div:nth-child(2) {background: url(https://www.bjywx.com/floating/icon2.png) #888 center/40px 40px;}
.bjywx_float-side-bar>div:nth-child(3) {background: url(https://www.bjywx.com/floating/icon3.png) #888 center/40px 40px;}
.bjywx_float-side-bar>div:nth-child(4) {background: url(https://www.bjywx.com/floating/icon4.png) #888 center/40px 40px;}
.bjywx_float-side-bar>div:nth-child(1):hover {background: url(https://www.bjywx.com/floating/icon1-a.png) #fff center/40px 40px;border: 1px solid #0CE;}
.bjywx_float-side-bar>div:nth-child(2):hover {background: url(https://www.bjywx.com/floating/icon2-a.png) #fff center/40px 40px;border: 1px solid #0CE;}
.bjywx_float-side-bar>div:nth-child(3):hover {background: url(https://www.bjywx.com/floating/icon3-a.png) #fff center/40px 40px;border: 1px solid #0CE;}
.bjywx_float-side-bar>div:nth-child(4):hover {background: url(https://www.bjywx.com/floating/icon4-a.png) #fff center/40px 40px;border: 1px solid #0CE;}
.bjywx_float-side-bar .bjywx_float-wx {
    width: 340px;
    height: 170px;
    position: absolute;
    right: 78px;
    top: -60px;
    background-color: #ffffff;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d2d6;
    display: none;
}
.bjywx_float-side-bar .bjywx_float-wx img {
    width: 160px;
}
.bjywx_float-side-bar>div:hover .bjywx_float-wx {
    display: flex;
}
.bjywx_float-side-bar .bjywx_float-phone {
    padding: 8px 0;
    position: absolute;
    right: 50px;
    top: -21px;
    background-color: #fff;
    font-size: 26px;
    color: #444;
    line-height: 37px;
    text-align: center;
    border: 1px solid #d1d2d6;
    width: 250px;
    right: 78px;
    display: none;
}

.bjywx_float-side-bar .bjywx_float-phone a,.bjywx_float-side-bar .bjywx_float-qq a {
    color: #444;
    text-decoration: none;
    font-size: 26px;
}
.bjywx_float-side-bar .bjywx_float-phone a:hover,.bjywx_float-side-bar .bjywx_float-qq a:hover {
    text-decoration: underline;
}
.bjywx_float-side-bar>div:hover .bjywx_float-phone {
    display: block;
}
.bjywx_float-side-bar .bjywx_float-qq {
    padding: 8px 0;
    position: absolute;
    right: 50px;
    top: -21px;
    background-color: #fff;
    font-size: 26px;
    color: #444;
    line-height: 37px;
    text-align: center;
    border: 1px solid #d1d2d6;
    width: 250px;
    right: 78px;
    display: none;
}
/*.bjywx_float-side-bar .bjywx_float-qq>a{*/
/*    font-size: 26px;*/
/*}*/
.bjywx_float-side-bar>div:hover .bjywx_float-qq {
    display: block;
}