body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; }

ul, ol {
  list-style-type: none; }

select, input, img, select {
  vertical-align: middle; }

a {
  text-decoration: none;
  color: #313131; }

a:link {
  color: #009; }

a:visited {
  color: #800080; }

a:hover, a:active, a:focus {
  text-decoration: none; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.color-blue, .color-blue:hover {
  color:#3A8AFF !important;
}

.color-grey {
  color:#999 !important;
}

.color-orange__linear {
  background: linear-gradient(90deg,rgba(73,143,255,1) 0%,rgba(72,203,248,1) 100%);
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #FAFBFC;
}