:root {
    --public-color: #F98240;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    font-family: Microsoft YaHei;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    line-height: 1.45;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 400;
}

audio,
video {
    display: block;
}

a {
    display: block;
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

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

li {
    list-style: none;
}

img {
    display: block;
    border: 0;
    height: auto;
}
  
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    outline: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

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

td,
th {
    padding: 0;
}

.swiper {
    width: 100%;
}