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

        .brief span {
            width: 45%;
            position: absolute;
            bottom: 10px;
            left: 29.5%;
            color: #fff;
            font-size: 26px;
            letter-spacing: 5px;
            overflow: hidden;
            white-space: nowrap;
        }

        .connectcode .code img {
            width: 110px;
            height: 110px;
        }

        .connectcode {
            position: absolute;
            right: 15.3%;
            top: 25%;
            color: #fff;
            text-align: center;
        }
        .codetel {
            line-height: 20px;
            font-size: 20px;
        }