#wzt_luantan_index_box,#wzt_luantan_detail_box {
  /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,

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;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* a{
    box-sizing: content-box;
} */

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height:1 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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


a {
    text-decoration: none;
}

figure {
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: none;
}

/* wordpress自带的头部层级为99999，这里要确保比头部层级高 */
.el-message {
    z-index: 100000 !important;
}

input[aria-hidden="true"] {
    display: none !important;
}



/* -------------------------------------------------------------------主题样式兼容 */
/* 输入框相关   02/10这里去掉了textarea,textarea有兼容问题再加上*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  /* width: 100% !important; */     /*会影响别的主题*/
  /* height: auto !important; */ 
  padding: 0px !important;
  font-size: 14px !important;
  border-style: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  -webkit-appearance: none !important;
}
input[type="file"] {
  display: none !important;
}

/* 表格相关 */
table {
  font-size: 14px !important;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: none !important;
}
.el-table:not(.el-table--border) .el-table__cell {
  border-right: none !important;
}
.el-table td.el-table__cell,
.el-table th.el-table__cell.is-leaf {
  border-bottom: var(--el-table-border) !important;
}

// /* 按钮相关 */
// body .site .button:not(:hover):not(:active):not(.has-background),
// button:not(:hover):not(:active):not(.has-background),
// input[type="submit"]:not(:hover):not(:active):not(.has-background),
// input[type="reset"]:not(:hover):not(:active):not(.has-background),
// .wp-block-search
//   .wp-block-search__button:not(:hover):not(:active):not(.has-background),
// .wp-block-button
//   .wp-block-button__link:not(:hover):not(:active):not(.has-background),
// .wp-block-file
//   a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
//   background-color: transparent;
// }
// body .site .button:not(:hover):not(:active):not(.has-text-color),
// button:not(:hover):not(:active):not(.has-text-color),
// input[type="submit"]:not(:hover):not(:active):not(.has-text-color),
// input[type="reset"]:not(:hover):not(:active):not(.has-text-color),
// .wp-block-search
//   .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
// .wp-block-button
//   .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
// .wp-block-file
//   a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
//   color: #fff;
// }

/* button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent !important;
} */
.el-button:not(.is-link) {
  background-color: var(--el-button-bg-color) !important;
}
.el-button:not(.is-link):hover {
  background-color: var(--el-button-hover-bg-color) !important;
}

.el-button.is-link {
  color: var(--el-button-text-color) !important;
}
.el-button.is-link:hover {
  color: var(--el-button-hover-link-text-color) !important;
}

.el-checkbox__original {
  width: 0px !important;
  height: 0px !important;
  border: none !important;
  background: none !important;
  position: absolute !important;
}
/* 分页器相关 */
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background-color: var(--el-pagination-button-bg-color) !important;
}
.el-pagination button {
  color: var(--el-pagination-button-color) !important;
}
.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
  background-color: var(--el-color-primary) !important;
}
.el-pagination button.is-active,
.el-pagination button:hover {
  color: var(--el-pagination-hover-color) !important;
}
.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}

.wp-container-core-navigation-is-layout-f665d2b5{justify-content:flex-end;}.wp-container-core-group-is-layout-bc8e6f51{justify-content:flex-start;}.wp-container-core-group-is-layout-45f8d3fc{justify-content:space-between;}.wp-container-core-query-pagination-is-layout-b2891da8{justify-content:space-between;}.wp-container-core-columns-is-layout-28f84493{flex-wrap:nowrap;}.wp-container-core-group-is-layout-c07eba30{justify-content:space-between;}
}