.tmBox{
    width: 100%;
    height:calc(100% - 0.8rem);
    position: absolute;
    margin-top: 0.4rem;
    overflow: hidden;
}

.btn{
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 100px;
    height: 40px;
    outline: none;
}


.tmItem{
    position: absolute;
    /*width: auto;*/
    height: auto;
    padding:6px 8px 6px 28px;
    background: rgba(255,255,255,0.6);
    /*border: 1px solid #FFFFFF;*/
    /*box-shadow: 0 2px 11px 0 #FFFFFF;*/
    border-radius: 20px;
    color: #CC5A00;

}

.tmItem_blue .tmItem{
    color: #D9961B;
}
.tmItem_orange .tmItem{
    color: #F05A43;
}
.tmItem:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/barrage_icon.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 5px;
}
.tmItem.runTm{
    animation: runTmEfe 6s linear 0s 1 alternate;
    animation-fill-mode: backwards;
}

@keyframes runTmEfe{
    from{transform: translateX(500px);}
    to{transform: translateX(-100%);}
}


/*new*/
.barrage_box{
    width: max-content;
    top: 0.3rem;
    position: absolute;
    left: 0;
}
.barrage_list{
    display: inline-block;
    padding:6px 8px 6px 28px;
    background: rgba(255,255,255,0.6);
    /*border: 1px solid #FFFFFF;*/
    /*box-shadow: 0 2px 11px 0 #FFFFFF;*/
    border-radius: 20px;
    color: #CC5A00;
    position: relative;
    white-space: nowrap;
    margin-left: 0.3rem;
    font-size: 14px;
}
.barrage_list:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/barrage_icon.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 5px;
}
.barrage_box_line2{
    top: 55px;
    left: 0.5rem;
}
.barrage_box_line3{
    top: 95px;
}