.other-tips {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
}
.other-tips .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    position: absolute;
}
.other-tips .con {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.other-tips .con p {
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}
.other-tips .con i {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0.05rem;
    vertical-align: middle;
}
.other-tips .con i.icon-menu {
    background: url(../img/img-241112/together/icon_menu.png);
    background-size: 100% 100%;
}
.other-tips .con i.icon-share {
    background: url(../img/img-241112/together/icon_share.png);
    background-size: 100% 100%;
}

.wx-tips {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    /* display: none; */
}
.wx-tips .top {
    width: 4.05rem;
    height: 3.56rem;
    background: url(../img/img-241112/together/share_mask_jt.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0.42rem;
}
.wb-tips .top {
    width: 4.05rem;
    height: 3.56rem;
    background: url(../img/img-241112/together/wb_mask_jt.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0.42rem;
}
/* .wx-tips-close {
    width: 2rem;
    height: 0.86rem;
    background: url(../img/img-241112/together/share_mask_btn.png);
    background-size: 100% 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
} */
.wx-tips-close {
    width: 3.15rem;
    height: 0.72rem;
    border-radius: 0.36rem;
    border: 0.02rem solid #FFFFFF;
    position: absolute;
    bottom: -1.47rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.3rem;
    color: #FFFFFF;
    /* line-height: 0.72rem; */
    line-height: 0.68rem;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}