.tryWatchVideo {
  width: 210px;
  height: 70px;
  border-radius: 32px 2px 2px 32px;
  background: #1192ff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 150px;
}
.tryWatchVideo i {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("../images/courseInfo/tryvideo.png") no-repeat center center;
  left: -5px;
  position: relative;
  vertical-align: middle;
  background-size: 100% 100%;
}
.tryWatchVideo .tryvideobtn {
  color: #ffffff;
  line-height: 70px;
}
.tryVideoBox {
  width: 90%;
  position: fixed!important;
  top: 30% !important;
  border-radius: 10px;
}
.tryVideoBox .videoContent {
  border-radius: 10px;
}
.tryVideoBox .videoContent .headerTitle {
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  padding-left: 20px;
}
.tryVideoBox .videoContent .headerTitle i {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.tryVideoBox .videoContent #player-con {
  border-radius: 0 0 10px 10px;
}
.vip_limit_content {
  width: 500px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  text-align: center;
}
.vip_limit_content .vip_limit_wrap {
  display: flex;
  justify-content: center;
  align-content: center;
}
.vip_limit_content .vip_limit_wrap .vip_limit_close {
  margin: 0 10px ;
}
.vip_limit_content .vip_limit_wrap .title {
  font-size: 25px;
}
.preview-component-tip {
  font-size: 30px!important;
  padding: 10px!important;
}
.preview-component-tip .preview-vod-close {
  font-size: 30px!important;
}
