body {
    background-color: #e0e7f0;
    color: #333;
    font-family: Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.vipDetail-layout{
    height: 100vh;
    padding: 15px 15px 40px 15px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
.big-title{
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 10px;
}
.small-title{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}
.default-text{
    line-height: 1.8;
    font-size: 12px;
    color: #666666;
}