/* body{
    background: url("../image/background.png") no-repeat fixed;
    background-size: 100% 100%;
}  */

/* 隐藏滚轮 */
::-webkit-scrollbar {
    display: none;
}

.indexloadding .loadbox{   width:0.88rem;height:0.63rem; background:rgba(0,0,0,0.7); position:fixed;top:50%;left:50%;transform: translate(-50%,-50%); border-radius: 5px;z-index:1000;  }
.indexloadding .loadbox .animatebox {  width:0.28rem;height:0.34rem;margin:auto; position: relative; }
.indexloadding .loadbox .animatebox li {  width:0.1rem;height:0.09rem; background:#fff;  transform: skewX(-15deg); position:absolute;  border-radius: 2px; box-shadow: 0 0 1px #fff; opacity: 0;  }
.indexloadding .loadbox .animatebox li:nth-child(1){  animation:loadmove 1s linear 0.5s infinite; }
.indexloadding .loadbox .animatebox li:nth-child(2){  animation:loadmove 1s linear 1s infinite; }
.indexloadding .loadbox .animatebox li:nth-child(3){  animation:loadmove 1s linear 1.5s infinite;  }
.indexloadding .loadbox .small{  width:0.06rem;height:0.12rem; }
.indexloadding .loadbox  span.loding { color:#fff; display: block; text-align: center;font-size:0.13rem;box-shadow:none; text-shadow: none;font-family: PingFangSC-Regular;}
.indexloadding  .shadow { position:fixed; top:0;left:0;width:100%;height:100vh; z-index: 999;}

  @-webkit-keyframes loadmove 
  {
    0% { left:-0.05rem; top:0.1rem;width:0.04rem;height:0.08rem;opacity: 0;}
    50% {  left:40%;top:0.09rem; width:0.08rem;height:0.12rem;opacity: 1;}
    100% {left:100%;top:0.1rem; width:0.04rem;height:0.08rem; opacity: 0;}
  }

  .iframe-page{
    cursor: url('/miguplay/html/payforOutside/static/image/mouse-icon.ico'), default;
  }