.clear:after {
  content: "";
  display: block;
  clear: both;
}
.hopeui-scrollbar .hopeui-scrollbar-box {
  padding-right: 20px;
}
.shadow,
.tipShadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
  z-index: 100;
}
.shadow.cur,
.tipShadow.cur {
  display: block;
}
.tipShadow {
  display: block;
  z-index: 102;
}
@media \0screen {
  .shadow,
  .tipShadow {
    background: url(./noColorBg.png) repeat;
  }
  /* 只有IE 8 */
}
.tips {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  height: 260px;
  margin-top: -130px;
  background-color: #fff;
  z-index: 103;
}
.tips.cur {
  display: block;
}
.tips.cur.success .success {
  display: block;
}
.tips.cur.fail .fail {
  display: block;
}
.tips .success,
.tips .fail {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.tips .success:after,
.tips .fail:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.tips .success .tip_content,
.tips .fail .tip_content {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
}
.tips .success .tip_content i,
.tips .fail .tip_content i {
  display: inline-block;
  width: 48px;
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #ff4444;
}
.tips .success .tip_content p,
.tips .fail .tip_content p {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-top: 30px;
  color: #333;
}
.tips .close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #999;
  cursor: pointer;
}
.tips .success .tip_content i {
  color: #4cc290;
}
.tips .fail .tip_content i {
  color: #ff4444;
}
.loading_box {
  display: none;
  position: fixed;
  z-index: 999;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -50px;
  text-align: center;
}
.loading_box .loading_img {
  margin: 0 auto;
  display: block;
  height: 30%;
  width: 30%;
}
.loading_box .loading_txt {
  color: white;
  text-align: center;
  display: block;
  padding-top: 20px;
  font-size: 16px;
}
@media (max-width: 751px) {
  .loading_box .loading_txt {
    font-size: 28px;
  }
}
