        
        .loading{
            width: 100%;
            height: 100%;
            background: #000;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 9000;
            background: #000 url(../images/bg.jpg) no-repeat center top;
        }

        .loadWrp{
            width: 283px;
            height: 212px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .loadWrp dt{
            width: 100%;
            height: auto;
        }

        .loadWrp dt img{
            width: 100%;
        }

        .loadWrp dd{
            text-align: center;
            color: #fff;
            font-size: 18px;
            margin: -80px 0 0;
        }

                
        @media (max-width: 767px) {


            .loading{
                width: 100%;
                height: 100%;
                background: #000;
                position: fixed;
                left: 0;
                top: 0;
                z-index: 9000;
                background: #edf9ff url(../images/bg_mob.jpg) no-repeat center top;
                background-size: 100% 100%;
            }

            .loadWrp{
                width: 4rem;
                height: 3rem;
                margin: auto;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
            }

            .loadWrp dt{
                width: 100%;
                height: auto;
            }

            .loadWrp dd{
                text-align: center;
                color: #fff;
                font-size: 18px;
                margin: -.88rem 0 0;
            }

        }
