*{margin: 0;padding: 0; outline: 0 ;}
a{
  text-decoration: none;
}
body{
  background: #eee
}
.container{
  width: 100%;
  padding: 20px 16px 0;
  box-sizing: border-box;
}
.total-box{
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px 16px 1px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.wrap .value{
  font-weight: bold;
  font-size: 14px;
  color: #111111; 
}
.amount-box{
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 10px 16px 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
  overflow: auto;
}
.wrap .value1{
  color: #FD2323;
}
.line{
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  margin-bottom: 16px;
}
#tips{
  font-size: 14px;
  color: #FD2323;
  line-height: 18px;
  margin-bottom: 4px;
}
#tipTile{
  width: 100%;
  font-size: 16px;
  color: #FD2323;
  text-align: center;
  margin-bottom: 8px;
}
.web-view{
  width: 100%;
  height: calc(100vh + 50px);
  border: none;
  /* position: sticky;
  top: 0;
  z-index: 10; */
  display: block;
}