@media screen and (max-width: 1025px) {
    .now_select dl {
        max-height: 180px;
    }
	.now_select-img .areaWrap .area .child_title {
	    display: none !important;
	}
	.now_select-img dt {
	    height: 37px;
	}
	.now_select-img dd.now_select-img--form {
	    padding: 5px 20px 0px 20px;
	}
	.now_select-img--buttons {
	    padding: 5px 20px 0px 20px !important;
	}
	.now_select-img dd.now_select-img--form {
	    display: grid;
	    grid-template-columns: 15% 40% 5% 40%;
	}
  .footer-margin {
    height: 200px;
  }
}

.now_select-img .areaWrap .area .child_title {
  display: none;
  margin-top: 5px;
}

.now_select-img .areaWrap .area .parent_title {
  font-weight: 600;
}

@media screen and (max-width: 1025px) {
  .now_select-img .areaWrap .area ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.now_select-img .areaWrap .area ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
}

@media screen and (max-width: 1025px) {
  .now_select-img .areaWrap .area ul li {
    margin-right: 1em;
  }
}

.now_select-img .areaWrap .area .select-cancel {
  overflow: hidden;
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  margin: 4px 5px 0 0;
  border-radius: 50%;
  background: #999;
  border: none;
  padding: 0;
  cursor: pointer;
}

.now_select-img .areaWrap .area .select-cancel span {
  display: block;
  position: relative;
  text-indent: -9999px;
}

.now_select-img .areaWrap .area .select-cancel span::before,
.now_select-img .areaWrap .area .select-cancel span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 6px);
  width: 11px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.now_select-img .areaWrap .area .select-cancel span::after {
  transform: rotate(-45deg);
}
