 /* html[data-theme='dark'] .app-loading {
     background-color: #2c344a;
 }

 html[data-theme='dark'] .app-loading .app-loading-title {
     color: rgb(255 255 255 / 85%);
 }
 html[data-theme="dark"] .ant-steps-navigation .ant-steps-item::after {
     border-bottom: none;
     border-left: none;
} */
html,body,#app {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
 .zxhd-loading {
     display: flex;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: center;
     background-color: #040712;
 }
 .zxhd-loading-gif {
    display: block;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border: none;
}