#id {
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  /* Safari */
  /* Firefox */
  box-sizing: border-box;
}
/* 定义滚动条样式 */
.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(85, 195, 177, 0.5);
  background-color: #eaeaea;
  /* border-radius: 10px; */
}
/*定义滑块 内阴影+圆角*/
.scroll::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0px rgba(85, 195, 177, 0.5);
  background-color: #55c3b1;
  /* border-radius: 10px; */
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  width: 0;
  height: 0;
  content: '';
  display: block;
  clear: both;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url(../../static/fonts/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-pause:before {
  content: "\e718";
}

.icon-pause1:before {
  content: "\e825";
}

.icon-play:before {
  content: "\e827";
}

.icon-Show:before {
  content: "\e61b";
}

.icon-Hide:before {
  content: "\e61a";
}

.icon-horizontal-rotate:before {
  content: "\e601";
}

.icon-more:before {
  content: "\e604";
}

.icon-play-btn:before {
  content: "\e605";
}

.icon-pause-btn:before {
  content: "\e606";
}

.icon-bottom-left:before {
  content: "\e661";
}

.icon-bottom-right:before {
  content: "\e663";
}

.icon-sunny:before {
  content: "\e67d";
}

.icon-top-right:before {
  content: "\e680";
}

.icon-top-left:before {
  content: "\e681";
}

.icon-video-play:before {
  content: "\e682";
}

.icon-video-pause:before {
  content: "\e683";
}

.icon-change:before {
  content: "\e646";
}

.icon-mute:before {
  content: "\e64b";
}

.icon-volume:before {
  content: "\e652";
}


