.content {
    padding-top: .92rem;
}

.main {
    padding: 0 .3rem;
}

.link {
    margin: .1rem 0 .2rem;
}

.link a {
    color: #666666;
    font-size: .24rem;
    font-weight: 400;
    line-height: .34rem;
    display: inline-block;
}

.lastA {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.4rem;
    vertical-align: bottom;
}

.main>p {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: .36rem;
    margin: .38rem 0 .27rem;
}

.msgBtn {
    width: 7.5rem;
    height: .98rem;
    box-shadow: 0px 0px .06rem 0px rgba(0, 0, 0, 0.22);
    position:  fixed;
    left:  0;
    bottom:  0;
}

.baseMsg {
    margin-bottom: .2rem;
    background: #FFFFFF;
}

.baseMsg>p {
    font-size: .24rem;
    height: .72rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: .36rem;
    border-bottom: .02rem solid #eaeaea;
    text-indent: .33rem;
    line-height: .88rem;
}

.msgContent {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: .44rem;
    display: flex;
    justify-content: space-around;
    padding: .2rem 0 .15rem;
}

.msgContent span {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: .44rem;
    float: left;
}


.msgBtn a {
    font-size: .28rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: .98rem;
    display: inline-block;
    background: #FF8B19;
    width: 3.724rem;
    height: .98rem;
    text-align: center;
    border: none;
    outline: none;
}

.msgBtn>div {
    display: inline-block;
    width: 25%;
}

.msgBtn>div:nth-child(1) {
    background: white  url(../images/loveBtn2.png) no-repeat 50% 50%;
    background-size: .33rem;
    height: .98rem;
    float: left;
}

.msgBtn>div:nth-child(2) {
    border-left: .02rem solid #eaeaea;
    background: white url(../images/up.png) no-repeat 50% 50%;
    background-size: .33rem;
    height: .98rem;
    float: left;
}