* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: fixed;
    background-color: #f2f4f8;
}
#app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f4f8;
}
.page {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  background-color: #fff;
  padding: 0 0 20px;
  border-radius: 10px;
}
.page .count .box {
  height: 106px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
}
.page .count .box img {
  width: 62px;
  height: 62px;
  border-radius: 30%;
}
.page .count .box .text {
  margin-left: 15px;
}
.page .count .box .text p {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.page .count .box .text span {
  color: #7a7a7b;
  font-size: 12px;
}
.page .res {
  width: 100%;
  padding: 0 16px;
}
.page .res .res-text {
  display: flex;
  justify-content: center;
  background-color: #edf5fa;
  border-radius: 5px;
  padding: 5px 0;
  font-size: 12px;
}
.page .res .res-text span {
  color: #03a503;
  font-weight: 700;
}
.page .res .res-text div {
  margin-left: 10px;
}
.page .res .res-cli {
  margin-top: 13px;
  display: flex;
  justify-content: space-around;
}
.page .res .res-cli button {
  padding: 3px 7px;
  font-size: 9px;
  border-radius: 20px;
  border: 1px solid #a9a9aa;
  background-color: #ECEEF1;
  color: #68728c;
}
.page .res .res-fot {
  text-align: center;
  margin: 16px 0 0;
}
.page .res .res-fot p {
  color: #03a503;
  font-size: 12px;
}
.page .res .res-fot img {
  width: 48px;
  height: 48px;
  border-radius: 30%;
  margin: 10px 0;
}
.page .res .res-fot .van-button--round {
  width: 80%;
  height: 35px;
  margin-bottom: 20px;
}
.page .res .van-cell {
  padding: 0;
  width: 100%;
  height: 38px;
  background-color: #009688;
  border: 0;
  font-size: 14px;
}
.page .res .van-cell__title {
  text-align: center;
  color: #fff;
  line-height: 38px;
}
.page .res .van-collapse-item__content {
  border: 1px solid #ECEEF1;
  padding: 10px;
  margin-top: 10px;
}
.page .res .van-field {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
  height: 37px;
}
.page .res .van-field__control {
  -webkit-text-fill-color: #757575;
}
.page .res .van-field__value {
  line-height: 35px;
  padding: 0 0 0 16px;
}
.page .res .van-cell-group {
  margin-top: 15px;
  border-radius: 5px;
}
.page  .van-button--small {
    width: 80px;
  height: 39px;
  color: #fff !important;
}
.page .enterprise {
  width: 100%;
  padding: 0 16px;
  margin-top: 20px;
}
.page .enterprise .prise {
  text-align: center;
  font-size: 12px;
  background-color: #edf5fa;
  padding: 4px 0;
}
.page .enterprise .prise p {
  font-weight: 700;
  color: #000000;
}
.page .enterprise .prise span {
  color: red;
}
.page .enterprise .image {
  width: 100%;
  text-align: center;
}
.page .enterprise .imag .van-button--small {
    width: 80px;
  height: 39px;
  color: #fff !important;
}
.page .enterprise .image img {
  width: 48px;
  height: 48px;
  margin: 0 0  10px 0;
}
.page .enterprise .image p {
  color: #989899;
  font-size: 9px;
}
.page .enterprise .image .van-cell {
  padding: 0;
  width: 100%;
  height: 38px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
}
.page .enterprise .image .van-field {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
  height: 37px;
  margin: 14px 0;
}
.page .enterprise .image .van-field__value {
  line-height: 35px;
  padding: 0 0 0 16px;
}
.page .enterprise .image .van-field__control {
  -webkit-text-fill-color: #757575;
}
.page .enterprise .van-cell {
  padding: 0;
  width: 100%;
  height: 38px;
  background-color: #ffc633;
  border: 0;
  font-size: 14px;
}
.page .enterprise .van-cell__title {
  text-align: center;
  color: #fff;
  line-height: 38px;
}
.page .enterprise .van-collapse-item__content {
  border: 1px solid #ECEEF1;
  padding: 10px;
  margin-top: 10px;
}
.page .enterprise .van-button--round {
  width: 80%;
  height: 35px;
  margin-bottom: 20px;
}
.page .self {
  width: 100%;
  padding: 0 16px;
  margin-top: 20px;
}
.page .self .self-top {
  text-align: center;
  background-color: #f5f5f6;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 6px;
}
.page .self .p12 {
  width: 100%;
  height: 140px;
  padding: 15px;
}
.page .self .p12 .p12flie {
  border: 1px dashed #dddddd;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page .self .pass {
  padding: 0 16px;
}
.page .self .pass .van-cell {
  padding: 0 10px;
  width: 100%;
  height: 28px;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  text-align: center;
  border: 1px solid #58b99d;
  border-radius: 5px;
}
.page .self .pass .van-field__control {
  -webkit-text-fill-color: #757575;
}
.page .self .pass .van-field__body {
  height: 100%;
}
.page .self .anzhu {
  width: 100%;
  padding: 0 16px;
}
.page .self .anzhu .btns {
  border: 0;
  width: 100%;
  background-color: #fcc100;
  color: #FFFFFF;
  height: 35px;
  border-radius: 5px;
  margin-top: 20px;
}
.page .van-cell {
  padding: 0;
  width: 100%;
  height: 38px;
  background-color: #4bb2ff;
  border: 0;
  font-size: 14px;
}
.page .van-cell__title {
  text-align: center;
  color: #fff;
  line-height: 38px;
}
.page .van-collapse-item__content {
  border: 1px solid #ECEEF1;
  padding: 10px;
  margin-top: 10px;
}
.page .van-button--round {
  width: 80%;
  height: 35px;
  margin-bottom: 20px;
}
.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: black;
  }
.block {
    /*width: 150px;*/
    height: 70px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
  }
 .tabber {
     position: relative;
     width: 80%;
     height: 150px;
     background-color: #fff;
     border-radius: 10px;
     font-size: 14px;
     text-align: center;
     overflow: hidden;
     color: black;
 }
 .tabber .top{
     text-align: center;
     font-size: 20px;
     font-weight: 700;
     padding: 13px 0;
     color: black;
 }
 .tabber .foot{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 40px;
     display: flex;
     color: black;
 }
  .tabber .foot button{
      width: 50%;
      border: 0;
      height: 100%;
      background-color: #efefef;
      color: black;
  }
  .icon{
      position: absolute;
      top:2px;
      right: 11px;
      font-size: 26px;
  }