.layui-layer {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.layer-layer-feature{
    transform: scale(0.8);
}
.layer-layer-yuyue{
    transform: scale(1);
    background-color: transparent;
}


.fix-btn-box {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    position: fixed;
    background: rgba(100, 173, 207, .8);
    right: 10px;
    box-sizing: border-box;
    padding-top: 14px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
}

.fix-btn-box img {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}

.fix-btn-box span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.layui-layer-shade{    opacity: 0.5 !important;}
.vkool-qrcode{ top: auto; bottom: 410px;}
.dy_m{ top: auto; bottom: 300px;}

.feature-btn-box {
    bottom: 190px;
}

.yuyue-btn-box {
    bottom: 80px;
}

@media (max-width:992px) {
    .layer-layer-yuyue{
        transform: scale(0.88);
    }
    .fix-btn-box{
        width: 0.92rem;
        height: 0.92rem;
        right: 0.04rem;
        padding-top: .16rem;
    }
    .fix-btn-box img{
        width: 0.32rem;
        height: 0.32rem;
    }
    .fix-btn-box span{
        font-size: .16rem;
    }
    .feature-btn-box{
        /* bottom: 2.95rem; */
        bottom: calc(16% + 4.65rem);
    }
    .yuyue-btn-box {
        /* bottom: 1.44rem; */
        bottom: calc(16% + 3.35rem);
    }
    /* .footer-bar{
        bottom: 16% !important;
    } */
}