@charset "UTF-8";
div#div_custom_groups {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #ffc107;
  border-radius: 5px;
  line-height: 2rem;
}
div#div_custom_groups span {
  margin-left: 1rem;
  cursor: pointer;
}
div#div_custom_groups span.on {
  color: orangered;
}

div#div_price {
  /* 隐藏滚动条的轨道（如果你不想看到任何滚动条） */
  display: flex;
}
div#div_price .ps__rail-x, div#div_price .ps__rail-y {
  display: none !important;
  opacity: 0;
}
div#div_price .div_l, div#div_price .div_r {
  height: 100%;
}
div#div_price div.div_l {
  flex: 0 0 auto;
  /* padding: 0.5rem;*/
  margin-right: 0.5rem;
  background-color: #f8f8f8;
  border-radius: 5px;
}
div#div_price div.div_l ul {
  list-style: none;
}
div#div_price div.div_l ul li {
  /*margin-bottom: 1rem;*/
  padding: 0.2rem 0.5rem;
  width: 8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div#div_price div.div_l ul li a {
  /*font-family: Microsoft YaHei,SimHei,tahoma,arial Sans GB,sans-serif;*/
  /* font-family: PingFangSC,苹方,Microsoft YaHei,微软雅黑,SimHei,黑体,Helvetica,Arial;*/
  font-family: SimSung;
  font-size: 14px;
  /*font-weight:bold;*/
  color: gray;
  cursor: pointer;
}
div#div_price div.div_l ul li.on {
  background-color: white;
}
div#div_price div.div_l ul li.on a {
  font-weight: bold;
  color: black;
}
div#div_price div.div_r {
  flex: 1 1 auto;
}
div#div_price div.div_r div.custom_group_clone_div {
  border-bottom: 1px dotted #ddd;
}
div#div_price div.div_r div.all_sub_groups {
  display: none;
}
div#div_price div.div_r div.all_sub_groups div.sub_groups {
  border-bottom: 1px dotted #ddd;
}
div#div_price div.div_r div.top_group_title {
  padding: 1rem 2.5rem;
  font-weight: bold;
  font-size: 14px;
}
div#div_price div.div_r div.sub_group {
  width: 20%;
  float: left;
  margin-bottom: 2rem;
  text-align: center;
}
div#div_price div.div_r div.sub_group div.sg_pic {
  /*width: 90%;*/
  width: 80px;
  overflow: hidden;
  /*padding:90% 0 0*/
  position: relative;
  height: 80px;
}
div#div_price div.div_r div.sub_group div.sg_pic img {
  height: 80px;
}
div#div_price div.div_r div.sub_group div.sg_pic i {
  font-size: 3.3rem;
  color: orangered;
}
div#div_price div.div_r div.sub_group div.sg_text {
  /* width: 90%;*/
  width: 80px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div#div_price div.div_r div.sub_group div.sg_text a.sg_title {
  font-size: 0.8rem;
  text-decoration: none;
  color: gray;
}
div#div_price.mobile div.div_r div.sub_group {
  width: 33%;
}

@media screen and (max-width: 768px) {
  div#div_price div.div_l {
    width: 5rem;
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=index.css.map */
