.message-view {
    width: 100%;
    min-height: 100%;
    background: #f0eff2;
    padding-top: 19rpx;
    overflow: hidden;
}

.message-box {
    width: 100%;
    margin-bottom: 19rpx;
}

.message-time {
    color: #fff;
    font-size: 24rpx;
    background: #cccbce;
    width: 310rpx;
    height: 36rpx;
    line-height: 36rpx;
    margin: 0 auto;
    text-align: center;
    border-radius: 18rpx;

}

.message-text {
    color: #464646;
    font-weight: 800;
    font-size: 29rpx;
    line-height: 40rpx;
    width: 704rpx;
    min-height: 80rpx;
    margin: 20rpx auto;
    background: #fff;
    border-radius: 20rpx;
    padding: 20rpx;
    box-sizing: border-box;
}

.message-box-placerholder {
    width: 100%;
    color: #979797;
    font-weight: 400;
    font-size: 29rpx;
    text-align: center;
    height: 100rp;
    line-height: 100rpx;
}

button {
    padding: 0;
    margin: 0;
    line-height: 42rpx;
    overflow: visible;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
}

.contact-btn {
    width: 186rpx;
    height: 164rpx;
    position: fixed;
    right: 44rpx;
    bottom: 70rpx;

}

.contact-btn image {
    width: 100%;
    height: 100%;
}