.global-alert-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999; }
  .global-alert-wrap .global-alert {
    position: fixed;
    width: 280PX;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8PX;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .global-alert-wrap .global-alert-content {
      flex: 0 0 auto;
      font-size: 16PX;
      color: #222;
      text-align: center;
      line-height: 1.375;
      font-weight: bold;
      margin: 24PX 0 20PX; }
    .global-alert-wrap .global-alert-operation {
      flex: 0 0 auto;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #ededed; }
      .global-alert-wrap .global-alert-operation-btn {
        flex: 1 1 auto;
        font-size: 16PX;
        text-align: center;
        line-height: 2.75;
        font-weight: bold; }
        .global-alert-wrap .global-alert-operation-btn.btn-confirm {
          color: #002FA7; }
        .global-alert-wrap .global-alert-operation-btn.btn-cancel {
          color: #666;
          border-right: 1px solid #ededed; }

.global-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 96PX);
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8PX;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16PX;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 12PX;
  z-index: 99999; }

.callup-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(180deg, #fcfdff 0%, #e6eaf5 100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .callup-container .callup-bg {
    width: 100%;
    flex: 1 1 auto;
    margin-top: 50px;
    background: url("/snow-book/images/callup_bg.png") no-repeat center top;
    background-size: contain; }
  .callup-container .callup-footer {
    width: 100%;
    flex: 0 0 auto; }
    .callup-container .callup-footer .callup-logo {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .callup-container .callup-footer .callup-logo > img {
        display: block;
        height: 48px;
        flex: 0 0 48px; }
      .callup-container .callup-footer .callup-logo .callup-info {
        flex: 0 0 102px;
        height: 46px;
        margin-left: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start; }
        .callup-container .callup-footer .callup-logo .callup-info > img {
          display: block;
          width: 95px;
          flex: 0 0 24px; }
        .callup-container .callup-footer .callup-logo .callup-info > span {
          font-size: 12px;
          color: #737b87;
          letter-spacing: 5px;
          white-space: nowrap;
          text-align: justify; }
    .callup-container .callup-footer .callup-btn {
      width: 85%;
      margin: 28px auto 0;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #00269a;
      font-size: 18px;
      color: #fff;
      border-radius: 27px;
      box-sizing: border-box;
      margin-bottom: 24px; }
      .callup-container .callup-footer .callup-btn .callup-btn-icon {
        width: 20px;
        height: 20px;
        background: url("/snow-book/images/icon_c_to_bottom.svg") no-repeat center;
        background-size: 20px;
        margin-right: 12px; }
  .callup-container .callup-download-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("/snow-book/images/wechat_prompt.png");
    background-position: top right 20px;
    background-repeat: no-repeat;
    background-size: 219px 54px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999; }

