@charset "UTF-8";

/*base*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
  display: block
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th {
  text-align: left
}

a:focus {
  outline: 0
}

button, input:not([type="radio"]), optgroup, select, textarea {
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type="text"], input[type="password"], textarea, select {
  outline: 0;
  margin: 0
}

input[type="radio"], input[type="checkbox"], input[type="file"] {
  margin: 0
}

input[type="radio"], input[type="checkbox"], label {
  cursor: pointer
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

textarea {
  width: 100%
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cfix:after {
  content: "";
  clear: both;
  display: block
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

mark {
  background: -moz-linear-gradient(top, rgba(255, 232, 114, 0) 60%, rgba(255, 232, 114, 0.9) 61%, rgba(255, 232, 114, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 232, 114, 0)), color-stop(61%, rgba(255, 232, 114, 0.9)), color-stop(100%, rgba(255, 232, 114, 0.9)));
  background: -webkit-linear-gradient(top, rgba(255, 232, 114, 0) 60%, rgba(255, 232, 114, 0.9) 61%, rgba(255, 232, 114, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(255, 232, 114, 0) 60%, rgba(255, 232, 114, 0.9) 61%, rgba(255, 232, 114, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(255, 232, 114, 0) 60%, rgba(255, 232, 114, 0.9) 61%, rgba(255, 232, 114, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(255, 232, 114, 0) 60%, rgba(255, 232, 114, 0.9) 61%, rgba(255, 232, 114, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffe872', endColorstr='#e6ffe872', GradientType=0)
}