html {
  font-family: 'Microsoft YaHei', sans-serif;
  background: #fff;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
}

html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  width: 100%;
  height: 100%;
  background: #fff;

}

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

img,
a,
button,
em,
del,
strong,
var,
label,
cite,
small,
time,
mark,
code,
textarea {
  display: inline-block;
}

header,
section,
footer {
  position: relative;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

input,
button,
textarea,
select {
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

span {
  /* display: inline-block; */
}

div {
  font-size: 0;
}

a:active,
a:hover {
  outline: 0;
}

a,
a:visited {
  text-decoration: none;
}

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

td,
th {
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.blur {
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
}

.font-20 {
  font-size: 0.2rem;
}

.font-22 {
  font-size: 0.22rem;
}

.font-24 {
  font-size: 0.24rem;
}

.font-26 {
  font-size: 0.26rem;
}

.font-28 {
  font-size: 0.28rem;
}

.font-30 {
  font-size: 0.3rem;
}

.font-32 {
  font-size: 0.32rem;
}

.font-34 {
  font-size: 0.34rem;
}

.font-36 {
  font-size: 0.36rem;
}

.font-38 {
  font-size: 0.38rem;
}

.font-40 {
  font-size: 0.4rem;
}

.font-42 {
  font-size: 0.42rem;
}

.font-44 {
  font-size: 0.44rem;
}

.font-46 {
  font-size: 0.46rem;
}

.font-48 {
  font-size: 0.48rem;
}

.font-60 {
  font-size: 0.6rem;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-color-fff {
  color: #fff;
}

.font-color-333 {
  color: #333;
}

.font-color-666 {
  color: #666;
}

.font-color-999 {
  color: #999;
}

.theme-font-color {
  color: #fe7520;
}

.theme-bg-color {
  background: #fe7520;
}

.font-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
[v-cloak] {
  display: none;
}

#pageDiv {
  margin: 0 auto 0.2rem;
  text-align: center;
  color: black;
  font-size: 0.16rem;
}
#pageDiv > .divpage {
  color: #0f6007;
}
#pageDiv > .divup2 {
  padding: 0 0.05rem;
  height: 0.22rem;
  line-height: 0.2rem;
  color: #9b9b9b;
  border: 0.01rem solid #9b9b9b;
  border-radius: 0.02rem;
}
#pageDiv > .divup1 {
  padding: 0 0.05rem;
  height: 0.22rem;
  line-height: 0.2rem;
  border: 0.01rem solid #000;
  border-radius: 0.02rem;
  color: #000;
}
#pageDiv > .pagenmb0 {
  width: 0.5rem;
  height: 0.22rem;
  line-height: 0.2rem;
  border: 0.01rem solid #000;
  border-radius: 0.02rem;
  color: #000;
}
.attract p{
  min-height: 1em;
}
