.main-player{
  height: 500px;
  font-size: 0px;
}
.main-player>div{
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.main-player .left{
  width: 870px;
  height: 100%;
  background-color: #000;
}
.main-player .right{
  width: 300px;
  background-color: white;
  padding: 70px 40px 0px 40px;
  text-align: center;
  position: relative;
}
.main-player .right p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: justify;
}
.main-player .right .ewm-div{
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.main-player .right .ewm-mes{
  line-height: 28px;
  text-align: center;
}
.gkk-title,.gkk-title span{
  margin: 15px 0px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.gkk-title .f-color-one{
  color: #999;
}
.player{
  /* height: 460px; */
  height: 100%;
}
.player img{
  width: 100%;
  height: 100%;
}
.player-operate{
  height: 40px;
}

.gkk .from{
  margin: 20px 0px;
}
.gkk .from span{
  color: #666;
  font: 14px;
  line-height: 28px;
}
.episode-number{
  margin-bottom: 50px;
}
.episode-number li{
  margin-top: 10px;
  float: left;
  border: 1px solid rgb(225, 225, 225);
  margin-right: 20px;
  background-color: #fff;
  height: 36px;
  width: 85px;
  text-align: center;
}
.episode-number li a{
  font-size: 14px;
  line-height: 32px;
  color: #666;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.episode-number .active{
  border-bottom: 4px solid rgb(226, 82, 75);
}


.gkk-title.phone{
  margin: 5vw 0 3vw 0;
  font-size: 3.5vw;
  line-height: 7vw;
}
/* phone */
@media (max-width: 720px){
.main-player .left{
  width: 100%;

}
  .main-player{
    height: 60vw;
    margin: -2vw -3vw;
  }

  .episode-number{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .episode-number li{
    margin-top: 2vw;
    float: none;
    margin-right: 2vw;
    background-color: #fff;
    height: auto;
    width: 17.2vw;
  }
  .episode-number li:nth-child(5n){
    margin-right: 0;
  }
  .episode-number li a{
    font-size: 3.2vw;
  }
  .episode-number{
    margin-bottom: 5vw;
  }
}