* {
    padding: 0;
    margin: 0;
}
body{
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.categoryPage {
    width: 100%;
    /* height: 81px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border: none;
    z-index: 100 !important;
    background: #FFFFFF;
}
.categoryPage_fixed{
    position: fixed;
    top: 0px;
}

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

.categoryPage_center {
    width: 1162px;
    display: flex;
    height: 80px;
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    cursor: grab;
}

.categoryPage_center::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.categoryPage_center>.categoryPage_center_box {
    margin-right: 50px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 1px;
    align-items: center;
}

.categoryPage_center>.categoryPage_center_box>a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}

.categoryPage_center_box>a>img {
    width: auto;
    height: 36px;
}

.categoryPage_center_box_text {
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    white-space: nowrap;
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.categoryPage_left {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 24px;
    height: 80px;
}

.categoryPage_left>img {
    width: 24px;
    height: 24px;
}

.categoryPage_right {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 24px;
    height: 80px;
}

.categoryPage_right>img {
    width: 24px;
    height: 24px;
}
.categoryPage_top{
    display: flex;
    /* border-bottom: 1px solid #E8E8E8; */
}
.categoryPage_bottom{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    justify-content:center;
}
.categoryPage_bottom_center{
    display: flex;
    width: 1160px;
    height: 60px;
    line-height: 60px;
    justify-content: space-between;
    align-items: center;
}
.categoryPage_bottom_center_left{
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    display: flex;
    width: 900px;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  
}
/* .categoryPage_bottom_center_left span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
} */
.categoryPage_bottom_center_left .active1{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
}
.categoryPage_bottom_active{
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #1A1A1A;
    display: flex;
    width: 100%;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  
}
/* .categoryPage_bottom_active a{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
} */

.categoryPage_bottom_active .active1{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
}
.categoryPage_bottom_active>div>span:hover{
    font-weight: 600;
    color: #1A1A1A;
}

.categoryPage_bottom_active::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.categoryPage_bottom_active>div{
    margin-right: 20px;
    white-space:nowrap;
}
.categoryPage_bottom_center_left::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.categoryPage_bottom_center_left>div{
    margin-right: 20px;
    white-space:nowrap;
}
/* .categoryPage_bottom_center_active{
    width: 1170px;
} */
.categoryPage_bottom_active>div>a>.active1{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
}
.categoryPage_bottom_center_left>div>a .active1{
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
}
.categoryPage_bottom_center_left>div>span:hover{
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
}

.categoryPage_bottom_center_right{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1A1A1A;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #1A1A1A;
    cursor: pointer;
}

.fontWeight600{
    font-weight: 600;
}

.fontWeight300{
    font-weight: 300;
}
.categoryPage_center.dragging {
    cursor: grabbing; /* 光标样式表示正在拖拽 */
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.categoryPage_bottom_active.dragging {
    cursor: grabbing; /* 光标样式表示正在拖拽 */
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.categoryPage_bottom_center_left.dragging {
    cursor: grabbing; /* 光标样式表示正在拖拽 */
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* 滑动调整高度 */
.categoryPage_bottom_height{
    height: 40px;
}
.categoryPage_bottom_center_height{
    height: 40px;
    line-height: 40px;
}