.main_video_free {
  width: 100%;
  height: 100vh;
}
.main_video_free .video_play_free {
  background-color: #1E2A36;
  height: 100vh;
  padding: 0 2vw;
}
.main_video_free .video_play_free #my-video-free {
  width: 100%;
  height: 88vh;
  object-fit: fill;
}
.main_video_free .video_play_free .video_play_begin,
.main_video_free .video_play_free .video_play_end {
  height: 6vh;
  width: 100%;
  font-size: 16px;
  line-height: 6vh;
  color: #FFF;
}
.main_video_free .video_play_free .video_play_begin a {
  color: #FFF;
}
.main_video_free .video_play_free .video_play_end {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.main_video_free .video_play_free .video_play_end .video_serve {
  background-color: #2A3B4C;
  display: inline-block;
  margin-left: 40px;
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}
.main_video_free .video_play_free .video_play_end .video_serve:hover {
  cursor: pointer;
  background-color: #F3725A;
  border-color: #F3725A;
}
.main_video_free .video_play_free .video_play_end .collect .glyphicon {
  font-size: 16px;
  vertical-align: middle;
}
.main_video_free .video_play_free .video_play_end .collect:hover {
  cursor: pointer;
}
.main_video_free .video-js .vjs-tech {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main_video_free .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_video_free .video_play_wrap {
  position: relative;
  width: 100%;
  height: 88vh;
}
.main_video_free .video_play_wrap .video_start_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88vh;
  z-index: 10;
}
.main_video_free .video_play_wrap .video_start_box .video_img_enter {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 100;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main_video_free .video_play_wrap .video_start_box .video_img_enter p {
  font-size: 30px;
  font-family: KaiTi;
}
.main_video_free .video_play_wrap .video_start_box .video_img_enter .video_enter_bor {
  width: 120px;
  height: 35px;
  font-size: 20px;
  background-color: #FF5800;
  border-radius: 15px;
  margin: 0 auto;
}
.main_video_free .video_play_wrap .video_start_box .video_img_enter .video_enter_bor:hover {
  cursor: pointer;
}
.video_current {
  background-color: #FEF0E5;
}
/* flash模态框 */
#login_password1 {
  width: 360px;
  height: 260px;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #565898;
  padding: 10px;
  text-align: center;
  z-index: 1000;
}
#login_password1 h5 {
  font-size: 16px;
  color: #FFF;
  margin-top: 30px;
}
#login_password1 .shuruk {
  margin: 30px 0 20px;
}
#login_password1 .shuruk input {
  width: 260px;
  height: 35px;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
}
#login_password1 .shuruk .tishi {
  color: tomato;
  font-size: 13px;
  margin-top: 10px;
  height: 20px;
}
#login_password1 button {
  width: 120px;
  height: 35px;
  background-color: #fff;
  border: none;
  border-radius: 17px;
  font-size: 16px;
}
#login_password2 {
  width: 300px;
  height: 160px;
  border-radius: 80px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #565898;
  padding: 10px;
  text-align: center;
  z-index: 1000;
}
#login_password2 p {
  color: #fff;
  font-size: 18px;
  margin: 35px 0 20px;
}
#login_password2 .return_time {
  color: #fff;
  font-size: 16px;
}
