html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #010101;
}
button {
    all: unset; /* 去除所有默认样式 */
    background: none; /* 去除背景 */
    border: none; /* 去除边框 */
    padding: 0; /* 去除内边距 */
    font: inherit; /* 继承父元素字体样式 */
    color: inherit; /* 继承父元素字体颜色 */
    cursor: pointer; /* 添加鼠标指针效果 */
  }
  
.image_img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}
.running_hores {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.running_hores img {
    width: 70px;
    height: 70px;
}
.bottom{
    margin-bottom: 70px;
}

footer{

    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 70px;
    /* letter-spacing:.026667rem; */
    background-color: rgba(0, 0, 0, 0.8);

}
.footer_image{
    margin-left: 24px;
    width: 55px;
    height: 55px;
}
.footer_title {

    margin-left: 20px;
    margin-right: auto;
    font-size: 14px;
    color: #fff;
}
.footer_btn {
    margin-left: auto;
    margin-right: 24px;
    /* line-height: 44px; */
    width: 100px;
    height: 44px;
    font-size: 16px;
    border-radius: 12px;
    text-align: center;
    background-color: #f3ae3e;
    color: #fff;
}
.swiper-container {
    width: 100%;
    height: 70px;
    overflow: hidden; /* 防止溢出 */
    margin-top: 10px;
    margin-bottom: 5px;
    
}

.swiper-slide {
    
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    font-size: 24px;
}

@media (max-width: 750px) {
    .swiper-container {
        width: 100%;
    }
}
