.right-bar {
    /*width: 3.75vw;*/
    /*height: 49.16vh;*/
    width: 72px;
    height: 472px;
    position: fixed;
    right: 15px;
    /*top: 17.07vh;*/
    top: 165px;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
}

.right-bar > div {
    /*width: 3.75vw;*/
    /*height: 3.75vw;*/
    width: 72px;
    height: 72px;
    background: #0076ca;
    /*margin-bottom: 0.832vh;*/
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    /*font-size: 0.73vw;*/
    font-size: 14px;
}

.right-bar > div > div:first-child {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*width: 1.5625vw;*/
    /*height: 1.5625vw;*/
    width: 30px;
    height: 30px;
    /*margin-bottom: 0.832vh;*/
    margin-bottom: 8px;
}


.right-bar > div:nth-child(1) > div:first-child {
    background: url("../../img/front/main/xf_1search.png");

}

.right-bar > div:nth-child(2) > div:first-child {
    background: url("../../img/front/main/xf_4weixin.png");

}

.right-bar > div:nth-child(3) > div:first-child {
    background: url("../../img/front/main/xf_5douyin.png");
}

.right-bar > div:nth-child(4) > div:first-child {
    background: url("../../img/front/main/xf_6fhdb.png");
}


.right-bar-qrcode {
    /*width: 4.896vw;*/
    /*height: 4.896vw;*/
    width: 94px;
    height: 94px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    /*right: 3.9vw;*/
    right: 78px;
    display: none;
}

.right-wechat {
    background: url("../../img/front/main/gzh.png");
}

.right-dy {
    background: url("../../img/front/main/dyh.png");
}

.right-wechat-div:hover .right-bar-qrcode {
    display: block;
}

.right-dy-div:hover .right-bar-qrcode {
    display: block;
}