* {
margin:0;
padding:0;
border:0;
}
.barrage {
width:100%;
height:230px;
margin:0 auto;
position:relative;
}
.barrage .show {
width:100%;
height:100%;
background:#000;
opacity:0.5;
position:absolute;
top:0;
left:0;
}
.barrage .show div {
color:#fff;
position:absolute;
right:0;
}
.barrage-txt {
width:70%;
background-color:#ccc;
}
.barrage-send {
width:25%;
cursor:pointer;
}