.index_swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.index_swiper img {
    max-width: 100%;
    max-height: 400px;
}
.index_swiper ul {
    overflow: hidden;
}
.index_swiper ul li {
   text-align: center;
    float: left;
    height: auto;
    display: flex;
    align-items:center;
    justify-content: center;
}
.index_swiper ol {
    position: absolute;
    bottom: 5px;
    right: 5px;
    margin: 0;
}
.index_swiper ol li {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #fff;
    list-style: none;
    transition: all .3s;
}
.index_swiper ol li.current {
    width: 15px;
}
.topbar-wrapper-home{
    position: fixed;
    height: 8rem;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
}
@media screen and (min-width: 751px) {
    .topbar-wrapper-home{
        width: 600px;
        left: auto;
        right: auto;
    }
}
.main-wrapper-home{
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
.topbar-search{
    height: 3.6rem;
}
.topbar-search input{
    height: 100%;
    flex: 1;
    padding: 0 0.6rem;
}
.topbar-search-icons{
    width: 2rem;
    height: 2rem;
}
.category-item{
    width: 25%;
    text-align: center;
    overflow: hidden;
}
.category-item-imgs{
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.category-item-imgs img{
    max-width: 100%;
}
.category-item-text{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;

}
.wap-logo{
    max-width: 160px;
    max-height: 16px;
}