.bottomMob {
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 1.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 0.1923076923076923rem;
    overflow: hidden;
    opacity: 0.85;
    background: linear-gradient(90deg, rgba(170, 129, 245, 1), rgba(254, 103, 176, 1));
    margin: auto;
    right: 0;
}

.bottomMob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bottom-pic {
    position: absolute;
    top: 0.15rem;
    margin-left: 0.0961538461538462rem;
    width: 1.538461538461538rem;
    height: 1.538461538461538rem;
    overflow: hidden;
    -webkit-border-radius: 0.1923076923076923rem;
    border-radius: 0.1923076923076923rem;
}

.bottom-pic img{
    height: 100%;
    width: 100%;
}

.bottom-text {
    margin-left: 1.865384615384615rem;
    line-height: 1.05rem;
    font-size: 0.3846153846153846rem;
    color: #fff;
    font-weight: 600;
}

.bottom-wenan {
    margin-left: 1.865384615384615rem;
    line-height: 0.4807692307692308rem;
    font-size: 0.3076923076923077rem;
    color: #fff;
}

.bottom-btn {
    position: absolute;
    top: 0.15rem;
    width: 2.307692307692308rem;
    right: 0.3846153846153846rem;
    height: 0.8653846153846154rem;
    line-height: 0.8653846153846154rem;
    color: #ff2e4f;
    background: linear-gradient(90deg, #f6f6f6, #f6f6f6);
    border-radius: 1.057692307692308rem;
    text-align: center;
    font-size: 0.3846153846153846rem;
    padding: 0 0.0961538461538462rem;
    font-weight: bold;
}
