* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333
}

body {
    font-size: 14px;
    font-family: "PingFangSC-Regular";
	line-height: 1.6;
}

.swiper-pagination {
    bottom: 100px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 40px !important;
    height: 6px !important;
    background-color: #0572ff !important;
    border-radius: 0 !important;
    margin: 0 5px !important;
}

.swiper-pagination .swiper-pagination-bullet-active-next {
    transform: scale(1) !important;
}
