* {
  margin: 0;
  padding: 0;
}

.categoryPage_h5 a {
  text-decoration: none;
  color: #333;
}
.categoryPage_h5 .categoryPage_h5_top {
  display: flex;
  overflow: scroll;
  white-space: nowrap;
  /* 隐藏滚动条 */
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  box-sizing: border-box;
  padding-top: 11px;
  margin-right: 29px;
  /* Firefox */
}
.categoryPage_h5 .categoryPage_h5_top .categoryPage_h5_top_box {
  display: flex;
  align-items: center;
  margin-left: 22px;
  box-sizing: border-box;
  padding-bottom: 12px;
}
.categoryPage_h5 .categoryPage_h5_top .categoryPage_h5_top_box .categoryPage_h5_top_box_img {
  display: flex;
  justify-content: center;
}
.categoryPage_h5 .categoryPage_h5_top .categoryPage_h5_top_box .categoryPage_h5_top_box_img img {
  width: 30px;
  height: 30px;
}
.categoryPage_h5 .categoryPage_h5_top .categoryPage_h5_top_box .categoryPage_h5_top_box_name {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  zoom: 0.83;
  text-align: center;
  margin-top: 6px;
}
.categoryPage_h5 .categoryPage_h5_top .categoryPage_h5_top_right {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  writing-mode: vertical-lr;
  text-align: center;
  width: 29px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  zoom: 0.75;
  top: 95px;
}
.categoryPage_h5 .categoryPage_h5_top::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.categoryPage_h5 .categoryPage_h5_bottom {
  display: flex;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  background: #FFFFFF;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  border-top: 1px solid #E4E4E4;
  
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_all {
  margin-left: 22px;
  zoom: 0.83;
}
.categoryPage_h5 .categoryPage_h5_bottom .active1{
  font-weight: 600;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_active{
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  /* 隐藏滚动条 */
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  margin-right: 20px;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_active::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_active .categoryPage_h5_bottom_box {
  margin-left: 24px;
}

.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_active .categoryPage_h5_bottom_box .categoryPage_h5_bottom_box_name {
  zoom: 0.83;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_left {
  display: flex;
  width: 200px;
  overflow-x: scroll;
  overflow-y:hidden;
  white-space: nowrap;
  /* 隐藏滚动条 */
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
}

.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_left .categoryPage_h5_bottom_box {
  margin-left: 24px;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_left .categoryPage_h5_bottom_box .categoryPage_h5_bottom_box_name {
  zoom: 0.83;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_left .categoryPage_h5_bottom_box .active1{
  font-weight: 600;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_left::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
}
.categoryPage_h5 .categoryPage_h5_bottom .categoryPage_h5_bottom_img img {
  width: 5px;
  height: 8px;
}
.categoryPage_h5 .categoryPage_h5_bottom_chooseReason {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
  zoom: 0.83;
  border-bottom: 1px solid #1A1A1A;
  margin-bottom: 10px;
  margin-left: 4px;
}


.categoryPage_h5_box2 {
  /* display: flex; */
  background: #FFFFFF;
  width: 100%;
  position: fixed;
  top: -100px;
  transition: top 0.5s ease;
  z-index: 99;
}

.categoryPage_h5_box2.down {
  top: 0px;
}
.categoryPage_h5_box2>.categoryPage_h5_box2_top{
  display: flex;
  height: 50px;
}
.categoryPage_h5_box2>.categoryPage_h5_box2_top>.categoryPage_h5_box2_left {
  display: flex;
  width: calc(100vw - 25px);
  overflow: scroll;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.categoryPage_h5_box2>.categoryPage_h5_box2_top>.categoryPage_h5_box2_left::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}

.categoryPage_h5_box2_left_box {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.categoryPage_h5_box2_left_box>.categoryPage_h5_box2_left_box_name {
  font-size: 12px;
  transform: scale(0.83);
}

.categoryPage_h5_box2_left_box.active {
  border-bottom: 2px solid #1A1A1A;
  font-weight: 600;
}

.categoryPage_h5_box2_right {
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categoryPage_h5_box2_right>div {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  display: flex;
  writing-mode: vertical-lr;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  transform: scale(0.75);
  -ms-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
}

.categoryPage_h5_dialog {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100vh;
  /* background: #FFFFFF; */
  background-color: rgba(0,0,0,0.8);
  display: none;
}

.categoryPage_h5_dialog>.categoryPage_h5_dialog_top {
  display: flex;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  background-color: #fff;
  margin-bottom: -15px;
}

.categoryPage_h5_dialog>.categoryPage_h5_dialog_top>.categoryPage_h5_dialog_top_left {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #232323;
}

.categoryPage_h5_dialog_top_right {
  display: flex;
  align-items: center;
}

.categoryPage_h5_dialog_top_right>img {
  width: 17px;
  height: 17px;
  margin-left: 16px;
  display: block;
}

.categoryPage_h5_dialog_bottom {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 39px;
}

.categoryPage_h5_dialog_bottom_box {
  width: 25%;
  overflow: hidden;
  margin-top: 22px;
}

.categoryPage_h5_dialog_bottom_box>a>.categoryPage_h5_dialog_bottom_box_img {
  display: flex;
  justify-content: center;
  width: 100%;
}

.categoryPage_h5_dialog_bottom_box>a>.categoryPage_h5_dialog_bottom_box_img>img {
  width: 36px;
  height: 36px;
}

.categoryPage_h5_dialog_bottom_box_name {
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  width: 100%;
  color: #1A1A1A;
  text-align: center;
  margin-top: 3px;
}


.category_bottom {
  position: fixed;
  bottom: 23px;
  display: flex;
  align-content: center;
  overflow: hidden;
  z-index: 100;
  left: 50%;
  /* width: ; */
  width: calc(100vw - 30px);
  transform: translateX(-50%);

}
.category_bottom .category_bottom_left {
  width: 80%;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  backdrop-filter: blur(5px);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.category_bottom .category_bottom_left .category_bottom_box {
  margin-left: 17px;
}
.category_bottom .category_bottom_left .category_bottom_box img {
  width: 24px;
  height: 25px;
  /* margin-left: 2px; */
}
.category_bottom .category_bottom_left .category_bottom_box .box_text {
  font-size: 10px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
}
.category_bottom .category_bottom_left .category_bottom_content {
  width: 70%;
  height: 29px;
  margin-left: 16px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 13px;
}
.category_bottom .category_bottom_left .category_bottom_content .box_img {
  display: flex;
}
.category_bottom .category_bottom_left .category_bottom_content .box_img img {
  margin-left: 11px;
  width: 15px;
  height: 15px;
}
.category_bottom .category_bottom_left .category_bottom_content .box_img .box_text {
  margin-left: 5px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A9A9A9;
}
.category_bottom .category_bottom_right {
  width: 60px;
  min-height: 60px;
  margin-left: 15px;
  background: rgba(156, 29, 34, 0.9);
  backdrop-filter: blur(5px);
  border-radius: 5px;
}
.category_bottom .category_bottom_right .box_img {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.category_bottom .category_bottom_right .box_img img {
  width: 24px;
  height: 24px;
}
.category_bottom .category_bottom_right .box_text {
  margin-top: 5px;
  /* margin-left: 16px; */
  font-size: 10px;
  text-align: center;
  /* transform: scale(0.83); */
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
}



/* 筛选 */
.category_filter_box{
  width: 100vw;
  height: 100vh;
  background-color:rgba(0,0,0,0.8) ;
  position: fixed;
  top: 0px;
  z-index: 99999;
}
.category_filter {
  width: 100%;
  height: 75vh;
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  z-index: 105;
  background: #F5F5F5;
}
.category_filter .category_filter_title {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  display: flex;
  line-height: 50px;
  position: fixed;
  align-content: center;
  justify-content: space-between;
}
.category_filter .category_filter_title .category_filter_title_left {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-left: 15px;
}
.category_filter .category_filter_title .category_filter_title_right img {
  width: 12px;
  height: 12px;
  margin-right: 15px;
}
.category_filter .category_filter_content {
  background: #F5F5F5;
  height: 80%;
  margin-top: 50px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0px 15px;
 

}
.category_filter .category_filter_content .category_filter_content_box {
  width: 100%;
  min-height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  overflow: hidden;
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_top {
  display: flex;
  justify-content: space-between;
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_top .category_filter_content_box_top_left {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_top .category_filter_content_box_top_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  justify-content: space-between;
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_bottom .category_filter_content_box_collapse {
  margin-top: 8px;
  width: 48%;
  height: 40px;
  border: 1px solid rgba(193, 193, 193, 0.2);
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  overflow: hidden;
  text-overflow:ellipsis; 
  white-space:nowrap; 
  
}
.category_filter .category_filter_content .category_filter_content_box .category_filter_content_box_bottom .active {
  background: #1A1A1A;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.category_filter .category_filter_content .isLastChild {
  margin-bottom: 183px;
}
.category_filter .category_filter_content .category_filter_btn {
  width: calc(100vw - 44px);
  height: 60px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  backdrop-filter: blur(5px);
  position: fixed;
  bottom: 23px;
  display: flex;
  align-items: center;
  right: 0;
  left: 0;

  margin: 0 auto;
}
.category_filter .category_filter_content .category_filter_btn .category_filter_btn_left {
  margin-left: 15px;
  margin-right: 14px;
}
.category_filter .category_filter_content .category_filter_btn .category_filter_btn_left .box_img img {
  width: 24px;
  height: 24px;
}
.category_filter .category_filter_content .category_filter_btn .category_filter_btn_left .box_text {
  font-size: 12px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #1A1A1A;
  transform: scale(0.83);
}
.category_filter .category_filter_content .category_filter_btn .category_filter_btn_right {
  width: 80%;
  height: 40px;
  background: #1A1A1A;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

/* 如果没有广告位 */
.categoryPage_h5_bottomAll_img{
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 44px;
}
.categoryPage_h5_bottomAll_img >img{
  width: 5px;
  height: 8px;
  margin-left: 6px;
}
.categoryPage_h5_bottom_right{
  width: 200px;
  display: flex;
}

