.title{
    display: none;
}
.leaveMsgInfoContarin {
    background: url("../../images/index/msgBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    height: 620px;
    overflow: hidden;
    position: relative;
}
.aboutUs-barrage .leaveMsgInfoContarin{
    background: url("../../images/common/barrageBg.png") no-repeat;
    background-size: 100% auto;
}
.aboutUs-barrage .title{
    display: block;
}
.leaveMsgInfo{
    position: relative;
}
.leaveMsgInfo-msg{
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 100%;
    white-space: nowrap;
}
.leaveMsgInfo-msg0{
    background: url("../../images/index/msg1.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.leaveMsgInfo-msg1{
    background: url("../../images/index/msg2.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.leaveMsgInfo-msg2{
    background: url("../../images/index/msg3.png") no-repeat;
    background-size: 100% 100%;
    color: #19BBC6;
}
.leaveMsgInfo-msg3{
    background: url("../../images/index/msg4.png") no-repeat;
    background-size: 100% 100%;
    color: #19BBC6;
}