.bottom-message {
    position: fixed;
    bottom: 0;
    left: 0;
    background: url("/skin/default/images/phone-bottom.png");
    width: 100%;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    z-index: 9999;
}

.brief span {
    width: 60%;
    position: absolute;
    bottom: 3%;
    left: 35%;
    color: #fff;
    font-size: 0.5rem;
    letter-spacing: 0.11rem;
    white-space: pre-wrap;
    overflow: hidden;
    line-height: 1.4em;
}
.connectcode {
    position: absolute;
    right: 6%;
    /* top: 42%; */
    top: 95px;
    color: #000;
    text-align: center;
    font-size: 0.55rem;
}
textarea#copyinput {
    opacity: 0;
    width: 0;
    height: 0;
}
button.copybtn {
    background: none;
    border: none;
    font-size: 0.45rem;
    color: #dd3b3d;
}
span#text {
    font-size: 0.55rem;
}