.justify_between {
  justify-content: space-between;
}
.custom_pupop{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000;
}
.custom_pupop.none {
  display: none;
}
.custom_pupop .custom_pupop_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0, 0.7);
  z-index: 101;
}
.custom_pupop .custom_pupop_main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  border-radius: 0.16rem 0.16rem 0 0;
  background-color: #fff;
   z-index: 102;
}
.custom_pupop .custom_pupop_title {
  box-sizing: border-box;
  padding: 0.17rem 0.15rem;
  width: 100vw;
  font-size: 0.16rem;
  font-weight: bold;
  color:#2F3841;
}
.custom_pupop .custom_pupop_title .custom_pupop_close {
  width: 0.24rem;
  height: 0.24rem;
}
.custom_pupop .custom_pupop_content {
  height: 3.36rem;
}
.custom_pupop .custom_pupop_content .left_nav {
  width: 1rem;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.custom_pupop .custom_pupop_content .left_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .56rem;
  background: #F2F7FA;
  font-size: 0.13rem;
}
.custom_pupop .custom_pupop_content .left_nav li.active {
  background: #fff;
  color: #06BD8C;
  font-weight: bold;
}

.custom_pupop .custom_pupop_content .select_right {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}

.custom_pupop .custom_pupop_content .item {
  padding-bottom: 0.1rem;
}
.custom_pupop .custom_pupop_content .select_right .title {
  margin-left: 0.1rem;
  height: 0.48rem;
  font-size: .14rem;
  font-weight: bold;
  color: #2F3841;
  display: flex;
  align-items: center;
}
.custom_pupop .custom_pupop_content .select_right ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom_pupop .custom_pupop_content .select_right li{
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
  width: 1.2rem;
  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  background: #F2F7FA;
}
.custom_pupop .custom_pupop_content .select_right li.active {
  background: #06BD8C;
  color: #fff;
}

.custom_pupop .custom_pupop_footer {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.custom_pupop .custom_pupop_footer .ivu-btn {
  box-sizing: border-box;
  border-radius: 0.22rem;
  height: 0.44rem;
  width: 100%;
  background: #06BD8C;
  font-size: 0.16rem;
  font-weight: bold;
  border-color: #06BD8C;
}

.custom_pupop.areaPopup .custom_pupop_content .left_nav li {
  height: 0.5rem;
}
.custom_pupop.areaPopup .custom_pupop_content .select_right li{
  margin: 0;
  padding: 0 0.12rem 0 0.15rem;
  height:  0.5rem;
  width: 100%;
  background: #fff;
  color: #2F3841;
  justify-content: space-between;
}
.custom_pupop.areaPopup .custom_pupop_content .select_right li.active {
   color: #06BD8C;
   font-weight: 900;
}
.custom_pupop.areaPopup .custom_pupop_content .select_right li img {
  width: 0.16rem;
  height: 0.16rem;
}
.custom_pupop.areaPopup .tag_wrap  .tag_box {
  margin-right: 0.1rem;
  margin-bottom: 0.08rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  color: #06BD8C;
  background-color: rgba(6, 189, 140, 0.1);
  border-radius: 0.04rem;
  font-size: 0.14rem;
}
.custom_pupop.areaPopup .tag_wrap img {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.165rem;
}
.custom_pupop.areaPopup .tag_wrap {
  padding-top: 0.08rem;
  padding-left: 0.12rem;
  flex-wrap: wrap;
}
.custom_pupop.areaPopup .active_tag_content {
  display: flex;
  align-items: start;
}
.custom_pupop.areaPopup .active_tag_content .label {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  padding: 0.08rem 0;
  width: 1rem;
  height: 0.32rem;
  font-size: 0.14rem;
  color: #2F3841;
}
.custom_pupop_footer .btn {
  width: 100%;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #06BD8C;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  border-radius: 0.22rem;
}
.cart-box .cart-content .cart-nav:nth-child(1) .cart-title {
  position: relative;
}
.cart-box .cart-content .cart-nav:nth-child(1) .cart-title img {
  position: absolute;
  right: 0.04rem;
  bottom: 0;
  width: 0.28rem;
  height: 0.28rem;
}

.list_card_info.work .el_button_medium.active {
  background-color: rgba(6, 189, 140, 0.1);
  color: #06BD8C;
}
.agent_card_min .corporation_name {
  width: 1.1rem;
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.agent_card_min .corporation_names {
  max-width: 2rem;
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.agent_card_min .tags{
  border-radius: 0.02rem;
  width: 0.52rem;
  height: 0.18rem;
  color: rgba(42, 161, 255, 1);
  background-color: rgba(42, 161, 255, 0.1);
  font-size: 0.11rem;
  text-align: center;
  line-height: 0.18rem;
}

.list_filter_body.full .filter_section.house .filter_content{
  height: calc(100vh - 0.64rem);
}
.list_filter_body.full .filter_button_group .button_group .title .radio-text,
.list_filter_body.full .filter_button_group .button_group .title .checkbox-text {
  color: rgba(120, 138, 160, 1);
  font-size: 0.18rem;
}

/* 区域 */
.list_filter_body.full .list_filter_model [data-type="area"] .filter_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
.list_filter_body.full .filter_cascader_select .cascader_menu.level_top {
  background: #fff;
}
.list_filter_body.full .filter_cascader_select .filter_title {
  position: absolute;
  top: -0.55rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  height: 0.56rem;
  border-radius: 0.16rem 0.16rem 0 0;
  color: rgba(47, 56, 65, 1);
  font-size: 0.16rem;
  padding: 0.15rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_filter_body.full .filter_cascader_select .custom_pupop_close {
  width: 0.24rem;
  height: 0.24rem;
}
.active_tag_content .label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.56rem;
  background: #F2F7FA;
  width: 1rem;
  min-width: 1rem;
  font-size: 0.13rem;
}
.active_tag_content .tag_wrap {
  flex-wrap: wrap;
  padding-left: 0.1rem;
}
.active_tag_content .tag_wrap .tag_box {
  padding: 0 0.1rem;
  height: 0.32rem;
  border-radius: 0.04rem;
  background-color: rgba(6, 189, 140, 0.1);
  color: #06BD8C;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.12rem;
}
.active_tag_content .tag_wrap img{
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
