html,body, .cp-all,.cp-main-body,.cp-modal-body,#app, .page-view ,.page-view-index { height: 100%}
ul,li { margin: 0, padding:0; list-style: none;}
@keyframes loading{
  0%{   opacity: 1; }
  100%{ opacity: 0; }
}
@-webkit-keyframes loadingMore{
  0%{  opacity: 1; }
  100%{  opacity: 0;   }
}
.cp-index-loading-wrapper { text-align: center; padding-top: 100px;}
.cp-index-loading-wrapper .cp-index-logo { border-radius: 50%; width: 80px; height: 80px; margin-bottom: 5px;}
.cp-loading-l { clear:both;width: 100px;  height: 15px;   margin: 10px auto ;   text-align: center;}
.cp-loading-l  span{   display: inline-block;  width: 15px;  height: 100%;  margin-right: 5px; background: #DDD;  border-radius:50%;  animation: loadingMore .8s ease infinite;}
span:last-child{ margin-right: 0px;}
span:nth-child(1){animation-delay:0.4s;}
span:nth-child(2){animation-delay:0.8s;}
