/* 重置 */
* {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
}

img {
    display: block;
    border-style: none;
}

a {
    text-decoration: none;
    color: #262626;
}

a:hover {
    text-decoration: none;
}
/* .swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
} */
.my-bullet-active{
    width: 30px;
    height: 8px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 4px;
}
/* 返回顶部 */
.goTopBox{
    position: fixed;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 100;
}