page {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f6fa;

  ::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
  }
}

view,
text,
scroll-view,
image {
  box-sizing: border-box;
}

swiper {
  height: 100%;
}

input,
button,
textarea,
._select {
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: normal;
}

button::after {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
  transform: none;
}

uni-button {
  padding: 0;

  &:after {
    border: 0;
    transform: none;
    border-radius: 0;
  }
}

.tip-match-tab {
  .van-tabs__scroll--line {
    height: 100%;
    background-color: transparent;
  }

  .van-tabs--line {
    .van-tabs__wrap {
      height: auto;
    }
  }

  .van-tabs__line {
    border-radius: 0;
    background-color: transparent;
  }
}