/* video start */
#media{
  opacity: 1;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10001 !important;
  width: 100%;
  display:none;
}
.component-video-shade{
  position: fixed;
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 10001;
  text-align: left;
}
.component-video-shade span{
  position: absolute;
  color: #fff;
  font-size: 30px;
  margin: 80px 0 0 20px;
}
.component-video-icon{
  margin-top: 80px;
  margin-left: 20px;
  width: 40px;
  height: 40px;
}

.zy_title {
    height: 35px;
    padding-left: 10px;
    color: #fff;
    font-size: 26px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s;
}

.zy_playpause_btn_play, .zy_playpause_btn_pause {
    width: 44px;
    height: 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    position: relative;
}
.zy_timeline_slider {
    width: 100%;
    height: 5px;
    background: rgba(255,255,255,.5);
    position: relative;
    top: 21px;
    left: 0;
}

.zy_time, .zy_currenttime {
    width: auto;
    height: 44px;
    line-height: 44px; 
    font-size: 22px;
    color: #e5e5e5;
    text-align: center;
}
.zy_fullscreen_btn {
    width: 38px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.zy_media .dec_play::before {
    width: 80px;
    height: 80px;
    content: '';
    border-radius: 80px;
    border: #e5e5e4 1px solid;
    display: block;
}

.zy_media .dec_play::after {
    width: 0;
    height: 0;
    content: '';
    border-color: transparent transparent transparent #e5e5e4;
    border-width: 20px 30px;
    border-style: solid;
    position: absolute;
    top: 22px;
    left: 32px;
    z-index: 2;
    display: block;
}

.remark-video {
    width: 100%;
    height: auto;
}

.remark-video img:nth-child(1) {
    width: 100%;
}

.remark-video img:nth-child(2) {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    margin-left: 50px;
    margin-top: -30px;
}