.tryWatchVideo {
  width: 137px;
  height: 42px;
  border-radius: 21px 2px 2px 21px;
  background: #1192ff;
  font-size: 16px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 170px;
  cursor: pointer;
}
.tryWatchVideo i {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url("../image/tryvideo.png") no-repeat center center;
  left: -12px;
  position: relative;
  vertical-align: middle;
  background-size: 100% 100%;
  cursor: pointer;
}
.tryWatchVideo .tryvideobtn {
  color: #ffffff;
  line-height: 42px;
  cursor: pointer;
}
.tryVideoBox {
  width: 800px;
  border-radius: 10px;
}
.tryVideoBox .videoContent {
  border-radius: 10px;
}
.tryVideoBox .videoContent .headerTitle {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 20px;
}
.tryVideoBox .videoContent .headerTitle i {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 10px;
}
.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: 18px;
}