@charset "utf-8";
/* CSS Document */

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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: Microsoft YaHei;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 清除浮动 */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}

html,
body {
  width: 100%;
  height: 100%;
}
html{
  font-size: 16px;
}
body {
  min-width: 1200px;
  background-color: #f5f5f5;
}
.body-background__water{
  background-color: #fff;
}
.wrap-auto {
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrap-auto__inner{
  margin: 3rem auto;
  width: 1200px;
}
.wrap-auto__inner-1600{
  margin: 3rem auto;
}

.header-tzpp:active,
.inner-search button:active,
.layout-placeholder .layout-box .layout-close:active,
.condition-footer button:active,.mainlist>li span:active {
  opacity: .9;
}
.header-tzpp,
.inner-search button,
.layout-placeholder .layout-box .layout-close,
.condition-footer button,
.mainlist>li span,
.maindetail-name{
  cursor: pointer;
}

[v-cloak]{
  display: none;
  /* opacity: 0; */
}