body{
  padding:0 15px
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img {
  width: 100% !important;
  max-width: 100%;
}



p img {
  width: 100% !important;
  max-width: 100%;
}

video {
  width: 100%;
}

img {
  width: 100% !important;
  max-width: 100%;
  display: block;
}

.editor {
  height: auto;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px transparent;
  background: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  height: 0;
}

#app,
body,
html {
  height: auto;
  margin: 0;
}
/* .ql-align-center {
  text-align: center;
} */
.ql-snow {
  padding: 0;
  box-sizing: border-box;
}

.ql-snow .ql-editor h1 {
  font-size: 24px;
}

.ql-snow .ql-editor h2 {
  font-size: 22px;
}

.ql-snow .ql-editor h3 {
  font-size: 20px;
}

.ql-snow .ql-editor h4 {
  font-size: 18px;
}

.ql-snow .ql-editor h5 {
  font-size: 16px;
}

.ql-snow .ql-editor h6 {
  font-size: 14px;
}

.ql-snow .ql-editor p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
  letter-spacing: 0;
  font-size: 16px;
}

.ql-snow .ql-editor .ql-size-small {
  font-size: 14px;
}

.ql-snow .ql-editor .ql-size-large {
  font-size: 18px;
}

.ql-snow .ql-editor .ql-size-huge {
  font-size: 20px;
}

*::-webkit-media-controls-panel {
  overflow: visible;
}

*::-webkit-media-controls-play-button {
  display: none !important;
}

*::-webkit-media-controls-time-remaining-display {
  display: none;
}

*::-webkit-media-controls-current-time-display {
  display: none;
}

*::-webkit-media-controls-timelinen {
  display: none !important;
  padding: 0;
}

*::-webkit-media-controls-start-playback-button {
  display: block !important;
  -webkit-appearance: red;
}

video {
  background: #000;
}

video::-webkit-media-controls-panel {
  background: transparent;
  overflow: visible;
  overflow: visible !important;
}

video::-webkit-progress-bar {
  background: red !important;
}

video::-webkit-progress-inner-element {
  background: red !important;
  display: none;
}

video::-webkit-media-controls {
  overflow: visible !important;
  position: relative;
  z-index: 1000;
  opacity: 0.8;
}

*::-webkit-media-controls-timeline {
  margin-bottom: 0px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-top: -20px;
  width: calc(100% - 90px);
  display: none;
}

*::-webkit-internal-track-segment-background {
  display: none;
}

*::-webkit-media-controls-mute-button {
  display: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
}

*::-webkit-media-controls-fullscreen-button {
  background-image: url('../static/full.png');
}

video::-internal-media-controls-button-panel {
  overflow: visible !important;
}

.myVideoControll {
  white-space: normal !important;
  position: relative;
}

.myVideoControll img:nth-child(2) {
  position: absolute;
}

.ql-editor .TVideo video {
  display: none;
}

.specImgWrap {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoPlayIcon {
  width: 5.5rem;
  height: 5.5rem;
}

.ql-editor .ql-align-center{
  text-align: center;
}


