@import url('../../common/css/googleFoot.css');
@import url('../../common/css/codebase.min.css');
div,
p,
span {
  word-break: break-all;
}
.logo {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
#progressNumber {
  width: 100%;
  background: #4CCD80;
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  text-align: center;
  position: absolute;
  z-index: 9999999999999999991;
  display: none;
}
.custom-file-label:after {
  content: '浏览本地';
}
.hidden {
  display: none;
}
.nav-tabs-alt .nav-link.active {
  color: #3f9ce8;
}
.btn-outline-light.focus,
.btn-outline-light:focus,
.btn-outline-light:hover {
  color: #000;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999999999999990;
  display: none;
}
.loading .content {
  width: 200px;
  margin-top: 40vh;
  background: #fff;
  display: inline-block;
  padding: 20px;
  border-radius: 5px;
}
.loading .content p {
  margin: 0;
  padding: 10px 0;
  color: #888;
}
.pay-btn {
  margin-bottom: 50px;
  border-top: 1px #ccc dotted;
  padding-top: 20px;
}
.pay-btn .pay-logo {
  width: 120px;
  height: 60px;
  border: 1px #ccc solid;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  margin: 0 10px;
  opacity: 0.7;
}
.pay-btn .pay-logo:hover {
  opacity: 1;
  cursor: pointer;
}
.pay-btn .pay-logo img {
  width: 80%;
}
.mfp-wrap {
  z-index: 99999;
}
.mfp-bg {
  z-index: 99998;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ccc;
}
.entry p {
  margin: 0;
}
.popover {
  min-width: 300px;
  max-width: 350px;
}
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
.autocomplete-suggestions {
  border: 1px solid #9AA5B8;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  overflow: hidden;
  font-weight: normal;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  color: #3399FF;
}
.autocomplete-group {
  padding: 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  #page-container.page-header-fixed.sidebar-o #loadSend-box,
  #page-container.page-header-glass.sidebar-o #loadSend-box {
    left: 230px;
  }
}
