#app-notice {
    display: none;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-top: 20%;
}
.app-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f28e3c;
  width: 120px;
  height: 120px;
  -webkit-animation: app-spin 2s linear infinite; /* Safari */
  animation: app-spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes app-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes app-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.leap-air-bag{
  position: fixed;
  left: 0;
  bottom: 40px;
  z-index: 59;
  padding: 10px;
}
  .leap-air-bag>img{
    height: 40px;
    cursor: pointer;
  }
.leap-air-modal{
  position: fixed;
  z-index: 492;
  display: flex;
  flex-direction: column;
  user-select: none;
}
  .leap-air-head{
    box-shadow: #666 0px 0px 10px;
    height: 50px;
    margin-bottom: 6px;
    background-size: 100% 100%;
    cursor: move;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 8px 10px;
    position: relative;
    background: url(../images/leap/head.png);
  }
    .leap-air-head-left{
      height: 100%;
      float: left;
      cursor: pointer;
    }
    .leap-air-head-right{
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 50%;
      right:10px;
      transform: translateY(-50%);
    }
    #full-modal {
        right: 40px;
    }
    #full-modal-img {
        width: 18px;
    }
    .leap-air-head-mid{
      position :absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 20px;
      overflow: hidden;
    }
      .leap-air-head-mid img{
        height: 20px;
        float: left;
        cursor: pointer;
      }
      .leap-air-head-mid span{
        float: left;
        line-height: 20px;
        height: 20px;
        margin :0 30px;
        color: #fff;
      }
  .leap-air-body{
    box-shadow: #666 0px 0px 10px;
    border-radius: 10px;
    flex: 1;
    background: #fff;
    position: relative;
    padding: 2px;
  }
    .leap-air-play, .leap-air-play iframe{
      width: 100%;
      height: 100%;
    }
    .leap-pointer-none{
      pointer-events: none;
    }
    .leap-air-line{
      position: absolute;
      z-index: 10;
    }
    .leap-air-t-line{
      top: 0;
      left: 2px;
      right: 2px;
      height: 2px;
      cursor: n-resize;
    }
    .leap-air-b-line{
      bottom: 0;
      left: 2px;
      right: 2px;
      height: 2px;
      cursor: s-resize;
    }
    .leap-air-l-line{
      top: 2px;
      bottom :2px;
      left: 0;
      width: 2px;
      cursor: w-resize;
    }
    .leap-air-r-line{
      top: 2px;
      bottom: 2px;
      right: 0;
      width: 2px;
      cursor: e-resize;
    }
    .leap-air-point{
      width: 2px;
      height: 2px;
      z-index: 10;
      position: absolute;
    }
    .leap-air-lt-point{
      left: 0;
      top: 0;
      cursor: nw-resize;
    }
    .leap-air-lb-point{
      left: 0;
      bottom :0;
      cursor: sw-resize;
    }
    .leap-air-rt-point{
      right: 0;
      top: 0;
      cursor: ne-resize;
    }
    .leap-air-rb-point{
      right: 0;
      bottom: 0;
      cursor: se-resize;
    }

.leap-air-material{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .6);
}
  .leap-material-body{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 400px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
  }
    .leap-material-close{
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
    }
    .leap-material-select{
      width: 100%;
      height: 100%;
      border: 10px #4d97ff solid;
      box-sizing: border-box;
      padding: 30px 150px 0 150px;
    }
    .leap-material-select h1{
      color: #4d97ff;
      text-align: center;
      margin: 0;
    }
    .leap-material-img{
      text-align: center;
    }
    .leap-material-form-item{
      display: flex;
      flex-direction: row;
      box-sizing: border-box;
      padding: 13px 0;
      height: 44px;
      line-height: 24px;
      font-weight: bold;
    }
      .leap-material-form-label{
        width: 120px;
        text-align: right;
      }
      .leap-material-form-content{
        flex: 1;
      }
      .leap-material-form-content select{
        width: 100%;
        height: 24px;
        border: 1px #000 solid;
        border-radius: 5px;
        color: #000;
      }
    .leap-material-button{
      margin-left:50px;
      height: 36px;
      background: url(./images/btn.png);
      background-size: 100% 100%;
      color: #fff;
      line-height: 36px;
      border-radius: 36px;
      text-align: center;
      font-weight: bold;
      margin-top: 30px;
      cursor: pointer;
    }
