/* 两侧护翼 */
#t_loader:before,
#t_loader:after {
  content: '';
}
#t_loader {
  background: #000;
}
#t_loader .u-main-wrap {
  background: #000 url(./images/custom/bg-lldz.webp) no-repeat 0 0 / 100% 100%;
}
#t_loader .u-main-wrap:after {
  /* background: url('./images/bg-pattern.webp') no-repeat 0 0 / 100% 100%; */
  mix-blend-mode: multiply;
}
#t_loader .u-main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#t_loader .u-bg {
  position: relative;
  width: 251px;
  height: 238px;
  margin-top: -80px;
}
#t_loader .u-bg .u-img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#t_loader .u-bg .u-img-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 168px;
  /* height: 32px; */
}
#t_loader .u-name {
  display: none;
  margin-top: -52px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
#t_loader .u-desc {
  margin-top: 10px;
  font-size: 14px;
  color: #8b8b8d;
}

#t_loader .u-loading {
  color: #fff;
}
