* {
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
.van-radio-group--horizontal, .van-checkbox-group--horizontal {
  width: 100%;
}
.van-field__label {
  font-size: 15px;
  color: #1A1D26;
}
.van-field__right-icon .van-icon-calendar-o {
  font-size: 18px;
}
.van-row {
  width: 100%;
  flex-wrap: wrap;
}
.van-col {
  margin-bottom: 10px;
}
.van-field__label {
  width: 5.2em;
}
.van-tabs__line {
  background: #00D5B8;
}
.van-cascader__option--selected {
  color: #00D5B8;
}
.van-col .option-item {
  display: inline-block;
  width: 77px;
  height: 36px;
  background: #F6F8FA;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  color: #292D35;
}
.van-col .selected {
  background: #00D5B8;
  color: #fff;
}
.van-field {
  min-height: 50px;
}
.send-code {
  background: #00D5B8;
  border-radius: 15px;
  width: 85px;
  height: 28px;
  border: 1px solid #00D5B8;
}
.active-top {
  width: 100%;
  height: 200px;
  background: url('./image/apaly_bg.png');
  background-size: 100% 100%;
}
.formClass {
  display: none;
}
.showFrom {
  display: block;
}
.active-top .active-title {
  font-size: 22px;
  color: #1A1D26;
  font-weight: 600;
  margin-bottom: 4px;
}
.active-top .rule-text {
  font-size: 13px;
  color: #00D5B8;
}
.title-box {
  padding: 12px 0 12px 15px;
  display: flex;
  background: #FAFAFA;
}
.title-box .title-div {
  width: 4px;
  height: 20px;
  background: #00D5B8;
  border-radius: 0px 4px 4px 0px;
}
.title-box .title-text {
  font-size: 16px;
  color: #1A1D26;
  font-weight: 600;
  margin: 0 2px 0 5px;
}
.title-box .star {
  font-size: 14px;
  color: #D6000A;
}
.text-area  {
  padding-top: 0px;
  margin-top: -10px;
}
.text-area .van-field__body {
  height: 80px;
  background: #F6F8FA;
  border-radius: 5px;
  border: 1px solid #F6F8FA;
  padding: 10px;
}
.text-area  .van-field__word-limit {
  background: #F6F8FA;
  margin-top: 0;
  padding-right: 10px;
  border-radius: 0 0 5px 5px;
}
.uploader-text {
  font-size: 11px;
  color: #B9BECB;
  margin-bottom: 10px;
  line-height: 16px;
}
.van-checkbox__icon--checked .van-icon {
  background-color: #00D5B8;
  border-color: #00D5B8;
  font-size: 12px;
  line-height: 12px;
}
.van-checkbox__icon {
  height: 12px;
}
.van-checkbox__icon .van-icon {
  width: 12px;
  height: 12px;
}
.van-checkbox__label {
  font-size: 12px;
}
.promise {
  color: #00D5B8;
}
.div_center {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.div_center .notification-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.div_center .notification-title p {
  margin: 0;
  padding: 0;
}
.div_center .notification-content {
  height: 300px;
  overflow: auto;
  font-size: 13px;
  line-height: 22px;
}
.div_center .notification-content::-webkit-scrollbar { width: 0 !important }
.content-bold {
  font-weight: bold;
}
.content-indentation {
  text-indent:2em;
}
.qrcode-img {
  width: 100%;
  height: 100%;
}
.qrcode-div {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current-level {
  font-size: 14px;
  padding: 20px;
}
.offline {
  font-size: 18px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  font-weight: bold; */
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40%;
  display: none;
}
.block_offline {
  display: flex;
}
.logo {
  width: 95px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%);
}
.logo img {
  width: 100%;
  height: 100%;
}
.clock_bg {
  width: 185px;
  height: 160px;
  background: url('../style/image/clock.png') no-repeat;
  margin-bottom: 20px;
}
.offline-title {
  font-size: 24px;
  color: #1A1D26;
  font-weight: 600;
  margin-bottom: 12px;
}
.offline-tip {
  font-size: 14px;
  color: #75787C;
}
.authorize-center {
  text-align: center;
  font-size: 14px;
  color: #6C717B;
}
.third-title {
  font-size: 18px;
  color: #1A1D26;
  font-weight: 600;
  margin-bottom: 15px;
}
.third-content {
  font-size: 13px;
  color: #2A3145;
  height: 300px;
  overflow: auto;
}
.third-content::-webkit-scrollbar { width: 0 !important }
.table-box {
  padding-top: 15px;
  border-radius: 10px;
  border: 1px solid #E8E9F0;
  margin-bottom: 10px;
}
.info-header {
  padding: 0 10px;
  font-size: 13px;
  color: #2A3145;
}
.flex {
  display: flex;
}
.info-header .info-title {
  font-weight: 600;
  margin-right: 6px;
}
.info-row {
  margin-bottom: 10px;
}
.table .table-th{
  width: 100%;
  height: 40px;
  background: #F6F8FA;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #2A3145;
  font-weight: bold;
}
.table-name {
  flex: 3;
  padding-left: 10px;
}
.table-way {
  flex: 2;
  padding-left: 10px;
}
.table-tr {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  font-size: 12px;
  background: #FFFFFF;
  color: #2A3145;
}
.table-odTr {
  background: #f6f8fa;
}