.globalPrompt-contianer {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #fff4ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.globalPrompt-contianer .tip-icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.globalPrompt-contianer .tip-text {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #303133;
  vertical-align: middle;
}
.globalPrompt-contianer .go-authen {
  font-size: 14px;
  font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff6a01;
  vertical-align: middle;
  cursor: pointer;
}
.globalPrompt-contianer .right-icon {
  width: 5px;
  height: 8px;
  margin-left: 4px;
}

.loading-modal .ant-modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.loading-modal .ant-modal-body {
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 1 !important;
}
.loading-modal .loading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loading-modal .loader {
  height: 600px;
  width: 100%;
  position: relative;
}
.loading-modal .loading-text {
  position: absolute;
  top: 40%;
  font-size: 14px;
  color: #333;
  width: 100%;
  text-align: center;
  margin-top: 140px;
}
.loading-modal .loader .l_main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 172px;
  height: 128px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 550px) {
  .loading-modal .loader {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
}
@media (max-width: 440px) {
  .loading-modal .loader {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
        transform: scale(0.5);
  }
}
.loading-modal .l_square {
  position: relative;
}
.loading-modal .l_square:nth-child(1) {
  margin-left: 0px;
}
.loading-modal .l_square:nth-child(2) {
  margin-left: 14px;
}
.loading-modal .l_square:nth-child(3) {
  margin-left: 14px;
}
.loading-modal .l_square:nth-child(4) {
  margin-left: 42px;
}
.loading-modal .l_square span {
  position: absolute;
  top: 0px;
  left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  background-color: #fd751a;
}
.loading-modal .l_square span:nth-child(1) {
  top: 0px;
}
.loading-modal .l_square span:nth-child(2) {
  top: 14px;
}
.loading-modal .l_square span:nth-child(3) {
  top: 28px;
}
.loading-modal .l_square:nth-child(1) span {
  -webkit-animation: animsquare1 2s infinite ease-in;
  animation: animsquare1 2s infinite ease-in;
}
.loading-modal .l_square:nth-child(2) span {
  -webkit-animation: animsquare2 2s infinite ease-in;
  animation: animsquare2 2s infinite ease-in;
}
.loading-modal .l_square:nth-child(3) span {
  -webkit-animation: animsquare3 2s infinite ease-in;
  animation: animsquare3 2s infinite ease-in;
}
.loading-modal .l_square:nth-child(4) span {
  -webkit-animation: animsquare4 2s infinite ease-in;
  animation: animsquare4 2s infinite ease-in;
}
.loading-modal .l_square span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.loading-modal .l_square span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.loading-modal .l_square span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes animsquare1 {
  0%,
  5%,
  95%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%,
  70% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare1 {
  0%,
  5%,
  95%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30%,
  70% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare2 {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%,
  65% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare2 {
  0%,
  10%,
  90%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  35%,
  65% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare3 {
  0%,
  15%,
  85%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate(-10px, 0px) rotate(-90deg);
    transform: translate(-10px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare3 {
  0%,
  15%,
  85%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  40%,
  60% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}
@-webkit-keyframes animsquare4 {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%,
  55% {
    -webkit-transform: translate(-10px, 0px) rotate(-90deg);
    transform: translate(-10px, 0px) rotate(-90deg);
  }
}
@keyframes animsquare4 {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  45%,
  55% {
    -webkit-transform: translate(-20px, 0px) rotate(-90deg);
    transform: translate(-20px, 0px) rotate(-90deg);
  }
}

.placeholder-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.placeholder h3 {
  margin: 20px auto 40px;
}
.placeholder-default a:focus {
  text-decoration: none;
}

/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.placeholder-404 .placeholder-icon {
  background-image: url(/resources/images/sprite-a8934eb468.png);
  background-position: -363px 0px;
  width: 363px;
  height: 318px;
}
.placeholder-404 h3 {
  overflow: hidden;
  text-indent: -9999em;
  background-image: url(/resources/images/sprite-a8934eb468.png);
  background-position: -726px 0px;
  width: 267px;
  height: 69px;
}
.placeholder-404 a {
  display: inline-block;
  font-size: 14px;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 20px;
  color: #000;
  background-color: #ffc400;
  border: 1px solid #000;
}

