/* loading背景 */
/* .loading-bg, #loading-box .loading-left-bg, #loading-box .loading-right-bg{
    background-color: #fbfbfb;
} */

.loading-img{
    box-sizing: border-box;

    --black :#1a1c20 ;
    --white : #fff ;
    --green : #3f3f3f ;
    --d-green : #1e1e1e ;
    --gray : #c1c1c1 ;
    --l-gray: #c4c4c4 ;
    --m-gray : #373838 ;
    --d-gray : #282724 ;
    --d-blue: #202428 ;
    --orange : #ef6206 ; 
    --yellow : #dfa500 ;
    --l-yellow: #deb953;
    --light: #fbfbfb ;
    --n-road : -4em;
    --p-road : 7em;

    /* background-color: var(--green) ; */

}

.loading-img {
    background: url(https://blog-images.kimbell.top/blog-images/images/logo/panda1.png) no-repeat center center;
    background-size: cover;
  }