html,
body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
}

.van-nav-bar {
  background-color: #394656;
  height: 66px;
}

.van-nav-bar__text {
  color: #fff;
}

.van-nav-bar__left {
  font-size: 20px;
  line-height: 1;
  margin: 27px 0 18px;
}

.van-nav-bar__right {
  font-size: 12px;
  line-height: 1;
  margin: 35px 0 20px;
}

.content-wrap {
  padding: 25px 15px 75px;
  color: #fff;
}
.J-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 98%;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2001;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.15), -2px 0 2px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.15);
}
.J-dialog__sure,
.J-dialog__cancel {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #111;
}
.J-dialog__sure {
  color: #FF3640;
  font-weight: 600;
}
.J-dialog__sure:active,
.J-dialog__cancel:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.J-dialog__sure::after,
.J-dialog__cancel::after {
  border-color: #f6f6f6;
}
.top-status__wrap {
  height: 64px;
  padding: 15px;
  box-sizing: border-box;
}

.top-status__wrap p {
  margin: 0;
}
.top-status__wrap .top-status__title {
  color: #030f34;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.top-status__wrap .top-status__info {
  margin-top: 8px;
  color: #787d89;
  font-size: 12px;
  line-height: 1;
}
