* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
  }
input{
  border: 0;
  outline:0;
}

body {
  background: #f0f2f4;
  color: #222;
  font-size: 14px;
}
.swal2-styled.swal2-cancel{
  font-size: 16px !important;
  margin-right: 30px !important;
}
.swal2-styled.swal2-confirm{
  font-size: 16px !important;
}
.swal2-styled{
  padding: 0.45em 1.2em !important;
}
.swal2-title{
  font-size: 1.4em !important;
}

/* 隐藏横向滚动条 */
/* ::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  color: transparent;
} */