@charset "UTF-8";
/* line 5, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.6.3/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 6, ../../../../../static/pc/style/base/base.scss */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-family: Helvetica, arial, freesans, clean, sans-serif;
}

/* line 38, ../../../../../static/pc/style/base/base.scss */
html,
body {
  margin: auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #333333;
}

/* line 52, ../../../../../static/pc/style/base/base.scss */
a {
  color: #38A5F5;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(240, 243, 244, 0.3);
}

/* line 58, ../../../../../static/pc/style/base/base.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 65, ../../../../../static/pc/style/base/base.scss */
.inline-block {
  display: inline-block;
}

/* line 69, ../../../../../static/pc/style/base/base.scss */
.none {
  display: none;
}

/* line 73, ../../../../../static/pc/style/base/base.scss */
.block {
  display: block;
}

/* line 77, ../../../../../static/pc/style/base/base.scss */
.left {
  float: left;
}

/* line 81, ../../../../../static/pc/style/base/base.scss */
.right {
  float: right;
}

/* 清除浮动 start*/
/* line 88, ../../../../../static/pc/style/base/base.scss */
.clearfix:after {
  content: " ";
  visibility: hidden;
  clear: both;
  display: block;
}

/* line 95, ../../../../../static/pc/style/base/base.scss */
.clear {
  clear: both;
}

/* 清除浮动 end*/
/* line 101, ../../../../../static/pc/style/base/base.scss */
input,
textarea {
  outline: none;
  width: 100%;
  color: #666;
  border: none;
}
/* line 107, ../../../../../static/pc/style/base/base.scss */
input::input-placeholder,
textarea::input-placeholder {
  color: #ccc;
}
/* line 110, ../../../../../static/pc/style/base/base.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
