@font-face {
  font-family: "iconfont"; /* Project id 4228948 */
  src: url('iconfont.woff2') format('woff2'),
       url('iconfont.woff') format('woff'),
       url('iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e61f";
}

.icon-soundplus:before {
  content: "\e63f";
}

.icon-SOUNDMINUS:before {
  content: "\e6ba";
}

.icon-fullscreen:before {
  content: "\e7ec";
}

.icon-fullscreen-exit:before {
  content: "\e7ed";
}

.icon-plus1:before {
  content: "\e727";
}

.icon-minus:before {
  content: "\e9c5";
}

.icon-transfer:before {
  content: "\e99d";
}

.icon-videoplay:before {
  content: "\e624";
}

.icon-videofill:before {
  content: "\e7c7";
}

.icon-back:before {
  content: "\e614";
}

.icon-play:before {
  content: "\e607";
}

