/* start */

.swiper-container {
  --swiper-theme-color: #c5a366;
  --swiper-pagination-color: #fff; /* 两种都可以 */
}
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 60px;
  margin: 0 auto;
}
a {
  color: #333;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: Microsoft YaHei, Helvetica, STHeiTi, sans-serif;
  color: #575757;
  background-color: #fff;
  font-size: 0.22rem;
  outline: 0;
  /* max-width: 640px;
  min-width: 320px; */
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

caption,
th {
  text-align: left;
}

fieldset {
  border: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input,
button,
textarea,
select,
optgroup,
option {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

button {
  -webkit-appearance: none;
  border: none;
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
}

:focus {
  outline: none;
}

em,
i {
  font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
}

p {
  line-height: 0.29rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hidd {
  overflow: hidden;
}

.block {
  display: block;
}

.none {
  display: none;
}

img {
  /* max-width: 100%; */
  margin: 0;
  border: none;
}
