/****reset****/
body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
label,
select,
textarea,
p,
u,
i,
em,
ul,
ol,
li,
dl,
dd,
dt,
img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

img {
  border: 0 none;
  max-width: 100%;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

em,
i,
dfn {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a,
input,
select,
textarea,
area,
button {
  outline: none;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder {
  color: #999;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

textarea {
  overflow: auto;
  resize: none;
}

html,
body {
  width: 100%;
  /* font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif; */
  /* font-family: PingFang SC, simsun; */
}

html {
  font-size: 100px;
  font-size: calc(100vw/3.75);
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}


.swiper-pagination {
  text-align: right !important;
}

.swiper-pagination-banner {
  text-align: right !important;
  bottom: 0.9rem !important;
}

.swiper-pagination-bullet {
  width: 0.1rem !important;
  height: 0.1rem !important;
  background: rgba(153, 153, 153, 0.5) !important;
  opacity: 1 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: rgba(209, 226, 249, 0.5) !important;
  transition: all 0.3s;
  position: relative;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #B1D9F6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.textCent a {
  color: #ff8989;
  text-decoration: underline;
}

.van-loading {
  text-align: center;
  padding: 0.2rem 0;
}

[v-cloak] {
  display: none;
}
