.button {
    position: absolute;
    bottom: 106px;
}
.button .button-android {
    margin-top: 30px;
}
.button-p {
    /* font-size-adjust: none; */
    font-size: 20px;
    text-align: left;
    width: 450px;
    height: 80px;
    line-height: 28px;
    margin: 10px auto;
    padding: 10px;
    background: #f2db9f;
    /*background-color: rgba(0,0,0,0.8);*/
    color: #7C4B2A;
    /*opacity: 0.8;*/
    border-radius: 10px;
    /* border: 0.5px solid red; */
    /* top: calc(50% - 80px); */
    position: absolute;
    top: 33%;
}
/* .button-bottom {
    margin-top: 34px;
} */

.beian {
    position: fixed;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    opacity: 0.8;
    bottom: 20px;
    text-align: center;
}
.beian a {
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 600px) {
    .button-p {
        font-size: 16px;
        text-align: left;
        width: 400px;
        height: 80px;
        line-height: 28px;
        margin: 10px auto;
        padding: 10px;
        background: #f2db9f;
        color: #7C4B2A;
        /*opacity: 0.8;*/
        position: absolute;
        top: 40%;
    }
    .button {
        position: absolute;
        bottom: 150px;
    }
    .button img {
        max-width:250px;
        height: auto;
    }
    .live_weixin {
        max-width:350px;
        height: auto;
    }
    .beian {
        position: fixed;
        padding: 5px;
        background-color: rgba(0,0,0,0.8);
        border-radius: 5px;
        opacity: 0.8;
        bottom: 40px;
        text-align: center;
    }
    .beian a {
        color: #ffffff;
        font-size: 16px;
    }
}
