#splash-screen {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            /*background: #EEF2F8;*/
            background: #d6e2f3;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            text-align: center;
            background-image: url('../img/v2jz.png');
            background-repeat: no-repeat;
            /*background-position: 0% 80%;*/
            /*background-size: 20%;*/
            background-position: 0% 100%;
            background-size: 100%;

        }

        #splash-screen .splash-content {
            position: absolute;
            top: 30%;
            right: 11%;
            width: 21%;
        }

        #splash-screen img.load-logo {
            max-width: 100%;
            width: 100%;
        }

        #splash-screen .splash-content p {
            font-size: 3.4rem;
            color: #3578c7;
            font-weight: 500;
            font-family: "YouSheBiaoTiHei";
            margin: 50px 0 0 0;
        }

        #splash-screen .nums {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        #splash-screen .span {
            color: #7d7e7f;
            font-size: 0.9rem;
            text-align: left;
            display: block;
        }

        #splash-screen .other {
            width: 100%;
            height: 3.125vw;
            position: absolute;
            bottom: 0.85417vw;
            left: 0;
        }

        #splash-screen .other .line {
            position: absolute;
        }

        #splash-screen .other .l1 {
            height: 3px;
            width: 100%;
            /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 30%, #fff 70%, rgba(255, 255, 255, 0) 100%); */
            top: 0;
            left: 0;
        }

        #splash-screen .other .l2 {
            height: 1px;
            width: 100%;
            background: linear-gradient(90deg, rgba(33, 30, 102, 0) 0%, #3578c7 30%, #3578c7 70%, rgba(33, 30, 102, 0) 100%);
            margin: auto 0;
            top: 0;
            bottom: 0;
            left: 0;
        }

        #splash-screen .other .l2 #path {
            height: 3px;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            top: -1px;
            left: 100%;
        }

        #splash-screen .other .l2 #path em {
            width: 100vw;
            height: 100%;
            background: linear-gradient(90deg, rgba(238, 242, 248, 0) 0%, #eef2f8 20%, #eef2f8 30%, rgba(238, 242, 248, 0) 50%, rgba(238, 242, 248, 0) 60%, #eef2f8 80%, rgba(238, 242, 248, 0) 100%);
        }

        #splash-screen .other .l3 {
            height: 3px;
            width: 100%;
            /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 30%, #fff 70%, rgba(255, 255, 255, 0) 100%); */
            bottom: 0;
            left: 0;
        }
        @media (max-width: 998px) {
            
            #splash-screen{
                background-size: 145%;
            }
            #splash-screen .nums{
                justify-content: center;
            }
            #splash-screen .splash-content{
                width: 80%;
                right: 10%;
                /*background: aqua;*/
            }
            #splash-screen .splash-content p{
                margin: 10px 0 0 0;
            }
            #splash-screen img.load-logo{
                width: 75%;
            }
            
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        