.confirmBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  position: fixed;
  left: 0;
  top: 0;
  display: none; }
  .confirmBox .movieBox {
    width: 800px;
    height: 450px;
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px; }
    .confirmBox .movieBox .movieTitle {
      width: 100%;
      height: 40px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
      .confirmBox .movieBox .movieTitle p {
        text-align: center;
        line-height: 40px;
        color: #fff; }
      .confirmBox .movieBox .movieTitle .closeMovie {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 100%;
        z-index: 1101;
        cursor: pointer;
        background: url(/haoshengyi/images/close.png) no-repeat center center;
        background-size: 40% 40%; }
    .confirmBox .movieBox .movie {
      width: 100%;
      height: 100%; }