@charset "UTF-8";
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

:root {
  --maxWidth: 1920px;
  --width: 1024px;
  --color: #333;
}

* {
  -webkit-tap-highlight-color: transparent;
}

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-size: 14px;
  font-family: sans-serif;
}

html, body {
  margin: auto;
  max-width: 1920px;
  min-width: 1024px;
  background-color: #fff;
  -moz-transition: all 0.175s linear;
  -o-transition: all 0.175s linear;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

iframe {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.none {
  display: none;
  -moz-transition: all 0.175s linear;
  -o-transition: all 0.175s linear;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

.block {
  display: block;
  -moz-transition: all 0.175s linear;
  -o-transition: all 0.175s linear;
  -webkit-transition: all 0.175s linear;
  transition: all 0.175s linear;
}

.user-select-none {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: unset !important;
}

.body-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/* 清除浮动 start*/
.clearfix:after {
  content: " ";
  visibility: hidden;
  clear: both;
  display: block;
}

a {
  color: #2478a9;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(240, 243, 244, 0.3);
}

input, textarea {
  outline: none;
  width: 100%;
  color: #666;
  border: none;
}
input::input-placeholder, textarea::input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page2-scroll-to-top, .page-scroll-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  z-index: 99;
  background-image: url("../../images/common/back_top.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page2-scroll-to-top {
  display: none;
  z-index: 101;
}
