/* 辟邪剑谱 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-family: PingFang-SC;
    min-width: 1200px;
}

ul {
    list-style: none;
}

input,
button {
    outline: none;
    border: none;
}

button:active {
    outline: none;
    border: none;
}

div,
input,
textarea,
li,
select,
option {
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
}