* {
  -webkit-touch-callout: none;
  box-sizing: border-box;
}
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;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
#root {
  width: 100vw;
  height: 100vh;
}
#root > .ant-layout {
  width: 100%;
  height: 100%;
}

.custom-html-style address,
.custom-html-style cite,
.custom-html-style dfn,
.custom-html-style em,
.custom-html-style var,
.blogDetail address,
.blogDetail cite,
.blogDetail dfn,
.blogDetail em,
.blogDetail var {
  font-style: italic;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: #000;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
}
/* element */
.Main .el-pager li {
  color: #a7abb3;
}

.Main .el-pager li.is-active,
.el-pager li:hover {
  color: #18191b;
  font-size: 16px;
}

.Main .el-pager li.is-active {
  position: relative;
}

.Main .el-pager li.is-active::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e943289d;
}
/* 路由动画 */
.scale-enter-active,
.scale-leave-active {
  transition: all 0.3s ease;
}

.scale-enter-from,
.scale-leave-to {
  opacity: 0;
  transform: scale(0.9);
}

.common-back {
  position: absolute;
  top: 20px;
  left: calc(12% - 40px);
  display: block;
  cursor: pointer;
}

.common-back > img {
  width: 40px;
}

.skeleton_dom {
  display: inline-block;
  width: 25%;
  margin-bottom: 20px;
}

.skeleton_dom > .el-skeleton__image {
  width: 240px;
  height: 240px;
}