/*----------------------------------------------------------------------------------------------------------------*/
/* M1938.COM */
/* M1938网站模板工作室*/
/*---模板程序代码仅供用于研究测试学习用途，严禁商业用途,
使用并请遵循国家法律法规之规定使用,违者导致的侵权、违法等后果需自行承担相关法律责任--------------------*/
.bottommob {
    -webkit-box-sizing: border-box;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    opacity: .85;
    /*background: linear-gradient(90deg, rgb(170 129 245), rgb(254 103 176))*/
}

.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-pic {
    position: absolute;
    top: 12px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.bottom-text {
    margin-left: 97px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

.bottom-wenan {
    margin-left: 97px;
    line-height: 25px;
    font-size: 16px;
    color: #fff
}

.bottom-btn {
    position: absolute;
    top: 12px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg, #f6f6f6, #f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: 700
}

.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}