* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  background: #dee2f1;
}

.maxSize {
  width: 100%;
  height: 100%;
}

.w_100 {
  width: 100%;
}

.h_auto {
  height: auto !important;
}

.height_3 {
  height: 3rem;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

input,
button,
select,
textarea {
  outline: none
}

input {
  text-indent: 1rem;
}

.float_right {
  float: right;
}

.border_radius {
  border-radius: 0.4rem;
}

.border_D5 {
  border: 1px solid #D5D5D5;
}

.border_none {
  border: none;
}

.color_4A {
  color: #4A4A4A;
}

.color_fff {
  color: #fff;
}

.color_777 {
  color: #777;
}

.font_size_14 {
  font-size: 0.875rem;
}

.transform_y {
  transform: translateY(-2rem);
}

.background_none {
  background: none;
}

.mt_1 {
  margin-top: 1rem;
}

.font_700 {
  font-weight: 600;
}

.text_center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  top: 0.5rem;
}

.pageCot {
  padding: 0 1rem;
}

.userPhoneCode {
  padding: 1.2rem 1.05rem;
  background: #fff;
}

.carSdec {
  padding: 1rem 1.05rem;
  background: #E9EDFA;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.cardGetSdec {
  height: 1rem;
  line-height: 1rem;
}

button:active {
  background: #ccc !important;
  color: #fff;
}
