.categorypop {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  display: none;
}
.categorypop .category_content {
  width: 100%;
  height: 100%;
  padding-top: 14.6667vw;
  padding-bottom: 13.3333vw;
}
.categorypop .category_content .category_left {
  width: 50vw;
  height: 100%;
  overflow: auto;
  border-right: solid 1px #dedede;
}
.categorypop .category_content .category_left .left_item {
  width: 100%;
  min-height: 12vw;
  font-size: 4vw;
  color: #000;
  border-bottom: solid 1px #dedede;
  padding: 0 3vw;
  white-space: nowrap;
}
.categorypop .category_content .category_left .left_item.isActive {
  background: var(--themeColor);
  color: #fff;
  border: none;
}
.categorypop .category_content .category_right {
  height: 100%;
  position: relative;
}
.categorypop .category_content .category_right .category_head {
  width: 100%;
  padding: 0 4vw;
  height: 12vw;
  border-bottom: solid 1px #dedede;
}
.categorypop .category_content .category_right .category_head .tit {
  font-size: 4vw;
  font-weight: 550;
}
.categorypop .category_content .category_right .category_head .close i {
  color: red;
  font-size: 4.5vw;
}
.categorypop .category_content .category_right .right_template {
  display: none;
  width: 100%;
  padding: 3vw;
  overflow: auto;
  height: 100%;
}
.categorypop .category_content .category_right .right_template .right_line {
  width: 100%;
  border-bottom: solid 1px #dedede;
}
.categorypop .category_content .category_right .right_template .right_line .child_head {
  width: 100%;
  min-height: 12vw;
}
.categorypop .category_content .category_right .right_template .right_line .child_head.isOpen .icon {
  transform: rotate(180deg);
}
.categorypop .category_content .category_right .right_template .right_line .child_head .title {
  font-size: 4vw;
  color: #333;
}
.categorypop .category_content .category_right .right_template .right_line .child_head .icon {
  transition: all 0.3s;
}
.categorypop .category_content .category_right .right_template .right_line .child_head .icon i {
  font-size: 3vw;
  color: #999;
}
.categorypop .category_content .category_right .right_template .right_line .child_Area {
  width: 100%;
  display: none;
  padding: 2.4vw 0;
  padding-left: 5vw;
}
.categorypop .category_content .category_right .right_template .right_line .child_Area .child_val {
  font-size: 4vw;
  margin-bottom: 4vw;
  color: #333;
}
