.confirmBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  display: none; }
  .confirmBox .movieBox {
    width: 100%;
    /*height: ;*/
    position: absolute;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: -230px; }
    .confirmBox .movieBox .movieTitle {
      width: 100%;
      height: 30px;
      background: rgba(0, 0, 0, 0.3);
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
      .confirmBox .movieBox .movieTitle p {
        text-align: center;
        line-height: 30px;
        color: #fff; }
      .confirmBox .movieBox .movieTitle .closeMovie {
        position: absolute;
        right:40%;
        left:40%;
        top: 220px;
        width: 100px;
        height: 100px;
        z-index: 9999;
        cursor: pointer;
        background: url(/template/m/images/close2.png) no-repeat center center;
        background-size: 40% 40%; }
    .confirmBox .movieBox .movie {
      width: 100%;
      height: 100%; 
      max-height:480px;}