#lay-logo {
    height: 100%;
}
#lay-logo .logo-container {
    display: inline-block;
    width: 200px;
    height: 210px;
    margin-top: -105px;
    text-align: center;
}
/**======主要动画部分=====**/
#lay-logo path {
    fill: none;
    stroke: white;
    stroke-width: 5;
    stroke-dasharray: 535 370;
    stroke-dashoffset: 370;
    -webkit-animation: logo 2s ease-in-out infinite;
    -moz-animation: logo 2s ease-in-out infinite;
    -ms-animation: logo 2s ease-in-out infinite;
    -o-animation: logo 2s ease-in-out infinite;
    animation: logo 2s ease-in-out infinite;
}
.spinner-box .loading-text {
    color: #0f659ae0;
    font-weight: 600;
    font-size: 18px;
    font-family: Consolas, Monaco, monospace;
}
.spinner-box .pulse-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.spinner-box .pulse-bubble {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #0f659a;
}
.spinner-box .pulse-bubble-1 {
    -webkit-animation: pulse 0.4s ease-in-out 0s infinite alternate;
    -moz-animation: pulse 0.4s ease-in-out 0s infinite alternate;
    -ms-animation: pulse 0.4s ease-in-out 0s infinite alternate;
    -o-animation: pulse 0.4s ease-in-out 0s infinite alternate;
    animation: pulse 0.4s ease-in-out 0s infinite alternate;
}
.spinner-box .pulse-bubble-2 {
    -webkit-animation: pulse 0.4s ease-in-out 0.2s infinite alternate;
    -moz-animation: pulse 0.4s ease-in-out 0.2s infinite alternate;
    -ms-animation: pulse 0.4s ease-in-out 0.2s infinite alternate;
    -o-animation: pulse 0.4s ease-in-out 0.2s infinite alternate;
    animation: pulse 0.4s ease-in-out 0.2s infinite alternate;
}
.spinner-box .pulse-bubble-3 {
    -webkit-animation: pulse 0.4s ease-in-out 0.4s infinite alternate;
    -moz-animation: pulse 0.4s ease-in-out 0.4s infinite alternate;
    -ms-animation: pulse 0.4s ease-in-out 0.4s infinite alternate;
    -o-animation: pulse 0.4s ease-in-out 0.4s infinite alternate;
    animation: pulse 0.4s ease-in-out 0.4s infinite alternate;
}
@keyframes logo {
    0% {
        stroke-dashoffset: 535;
    }
    20% {
        stroke-dashoffset: 535;
    }
    80% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: rgb(15, 101, 154);
        fill: rgb(15, 101, 154);
        stroke-width: 0;
    }
}
@keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-moz-keyframes logo {
    0% {
        stroke-dashoffset: 535;
    }
    20% {
        stroke-dashoffset: 535;
    }
    80% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: rgb(15, 101, 154);
        fill: rgb(15, 101, 154);
        stroke-width: 0;
    }
}
@-moz-keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-o-keyframes logo {
    0% {
        stroke-dashoffset: 535;
    }
    20% {
        stroke-dashoffset: 535;
    }
    80% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: rgb(15, 101, 154);
        fill: rgb(15, 101, 154);
        stroke-width: 0;
    }
}
@-o-keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-webkit-keyframes logo {
    0% {
        stroke-dashoffset: 535;
    }
    20% {
        stroke-dashoffset: 535;
    }
    80% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: rgb(15, 101, 154);
        fill: rgb(15, 101, 154);
        stroke-width: 0;
    }
}
@-webkit-keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@-ms-keyframes logo {
    0% {
        stroke-dashoffset: 535;
    }
    20% {
        stroke-dashoffset: 535;
    }
    80% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
        stroke: rgb(15, 101, 154);
        fill: rgb(15, 101, 154);
        stroke-width: 0;
    }
}
@-ms-keyframes pulse {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0.25;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
/**=========wait.css==========**/
/* line 17, ../src/please-wait.scss */
body.pg-loading {
    overflow: hidden;
}

/* line 21, ../src/please-wait.scss */
.pg-loading-screen {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: background-color 0.4s ease-in-out 0s;
    -moz-transition: background-color 0.4s ease-in-out 0s;
    -ms-transition: background-color 0.4s ease-in-out 0s;
    -o-transition: background-color 0.4s ease-in-out 0s;
    transition: background-color 0.4s ease-in-out 0s;
}
/* line 32, ../src/please-wait.scss */
.pg-loading-screen.pg-loaded {
    opacity: 0;
    -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}
/* line 38, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header,
.pg-loading-screen.pg-loading .pg-loading-html {
    opacity: 1;
}
/* line 42, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header,
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
    -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
/* line 46, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
/* line 51, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-inner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
}
/* line 59, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-outer {
    width: 100%;
    padding: 0;
    display: table !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
/* line 70, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-middle {
    padding: 0;
    vertical-align: middle;
    display: table-cell !important;
    margin: 0;
    text-align: center;
}
/* line 78, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header,
.pg-loading-screen .pg-loading-html {
    width: 100%;
    opacity: 0;
}
/* line 83, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header {
    text-align: center;
}
/* line 86, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header img {
    display: inline-block !important;
}
/* line 91, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html {
    margin-top: 90px;
}
/* line 94, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded {
    -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 97, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
    opacity: 0;
}
/* line 101, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
    opacity: 1;
}

@-webkit-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}
@-moz-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}
@-o-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}
@-ms-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}
@keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}
@-webkit-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}
@-moz-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}
@-o-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}
@-ms-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}
@keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}
