
/*弹幕*/
.tanmu{
    /*width:100%;
    height: 80%;
    position:absolute;
    left: 0;
    top: 10%;
    font-size:40px;*/
    z-index: 22;
}
.tanmu{ 
    position:absolute;
    height:34px;
    background:none;
    color:#c1ac8e;
    left:0;
    top:0;
    font-size:14px;
    white-space:nowrap;
    padding-left:2px;
    /*padding-right:10px;*/
    line-height:34px;
    opacity: 0.9;
   
}
.tanmuContent{
	display: flex;
    justify-content: space-between;
}
.tanmu .praiseBox{
	/*position:absolute;*/
    /*right:10px;*/
  	display: inline-block;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 5px;
}
.tanmu .headtxt{color:#c1ac8e;}
.tanmu .mess{color:#ff9600;}
.tanmu .headtxt2{color:#cf133f;}
.tanmu .mess2{color:#cf133f;}
.tanmu .t-praise{
	display: inline-block;
    width:17px;
    height:16px;
    background:url(../img/zan1.png) no-repeat;
    background-size: 100% 100%;
    margin-right:3px;
    cursor: pointer;
}
.tanmu .t-praise1{
    display: inline-block;
    width:17px;
    height:16px;
    background:url(../img/zan1.png) no-repeat;
    background-size: 100% 100%;
    margin-right:3px;
    cursor: pointer;
}
.tanmu .t-praise2{
    display: inline-block;
    width:17px;
    height:16px;
    background:url(../img/zan2.png) no-repeat;
    background-size: 100% 100%;
    margin-right:3px;
    cursor: pointer;
}
.tanmu .t-numer{
	display: inline-block;
	font-size: 14px;
	color:#ff9600;
}
.tanmu .t-color{
	color:#ff9600;
}
.tanmu .t-numer2{
	display: inline-block;
	font-size: 14px;
	color:#cf133f;
}
.tanmu .t-color2{
	color:#cf133f;
}