	.danmu_container_wrap {
	  position: relative;
    overflow: hidden;
	}

	.danmu_container {
	  position: absolute;
	  width: 100%;
	  height: 350px;
	  top: 170px;
	  left: 0;
	}

	.danmu_unit_all {
	  animation: move 1s linear 5s;
	}

	.danmu_unit_half {
	  animation: move_half 1s linear 5s;
	  -webkit-animation: move_half 1s linear 5s;
	}

	@keyframes move_half {
	  0% {
	    transform: translate(0px, 0px);
	  }

	  100% {
	    left: 0px;
	    transform: translate(-100%, 0px);
	  }
	}

	@keyframes move {
	  0% {
	    left: 100%;
	    transform: translate(0px, 0px);
	  }

	  100% {
	    left: 0px;
	    transform: translate(-100%, 0px);
	  }
	}

	.danmu_container .unit {
	  position: absolute;
	  /* width: 100%; */
	  left: 200%;
	  display: table;
	  white-space: nowrap;
	}

	.danmu_container>.danmu_unit {
	  left: 100%;
	  transform: translate(0px, 0px);
	}

	#control {
	  margin: 20px;
	  padding: 8px 20px;
	  background: #409eff;
	  color: #fff;
	  border: 0;
	  cursor: pointer;
	  font-size: 16px;
	  border-radius: 5px;
	}
  .danmu-box1 {
    height: 28px;
    line-height: 28px;
    background:url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 12px;
    padding-left: 38px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }
  .danmu-box2 {
    height: 28px;
      line-height: 28px;
      color: #fff;
      font-size: 12px;
      padding-left: 38px;
      padding-right: 20px;
    background:url(../images/bg2.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    position: relative;
  }
  .danmu-box3 {
    height: 28px;
      line-height: 28px;
      color: #fff;
      font-size: 12px;
      padding-left: 38px;
      padding-right: 20px;
    background:url(../images/bg3.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    position: relative;
  }
i.icon-zan {
  position: absolute;
  left:-8px;
  top:-3px;
  width:34px;
  height: 34px;
}
.danmu-box1 i.icon-zan {
background: url(../images/c1.png) no-repeat;
  background-size: 100% 100%;
}
.danmu-box2 i.icon-zan {
background: url(../images/c2.png) no-repeat;
  background-size: 100% 100%;
}
.danmu-box3 i.icon-zan {
background: url(../images/c3.png) no-repeat;
  background-size: 100% 100%;
}