.runfeng_down_list {
  padding-bottom: var(--content-gap);
}

.runfeng_down_list_title {
  color: var(--title-text-color);
  text-align: center;
  font-size: var(--title-size-h1);
  font-style: normal;
  font-weight: 700;
  line-height: 1.52;
  text-transform: capitalize;
  margin-top: calc(var(--text-gap-md) / 2);
}

.dropdown_item_line {
  width: 100%;
  height: 1px;
  background-color: #E1E1E1;
  margin: 10px 0 20px;
}

.runfeng_down_list_type {
  margin-top: var(--text-gap-md);
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.runfeng_down_list_type ul {
  display: flex;
  align-items: center;
}

.runfeng_down_list_type ul li {
  position: relative;
  border-left: 1px solid #E1E1E1;
}

.runfeng_down_list_type ul li .dropdown_name_text {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--text-title-size);
  font-weight: 700;
  line-height: 1.55;
  text-transform: capitalize;
  width: 260px;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.runfeng_down_list_type ul li .dropdown_name_text:after {
  content: '\e61e';
  font-family: 'qico' !important;
  margin-left: 8px;
  font-size: 16px;
  width: 16px;
  color: var(--title-text-color);
}

.runfeng_down_list_type .dropdown_list {
  display: none;
}

.runfeng_down_list_search {
  flex: 1;
  padding: 23px 40px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.runfeng_down_list_search .submit_btn {
  background-color: transparent;
}

.runfeng_down_list_search input {
  margin-left: 10px;
}

.runfeng_down_list_search input::placeholder {
  color: rgba(40, 40, 40, 0.40);
  font-family: var(--title-font-family);
  font-size: var(--text-title-size);
  font-weight: 700;
  line-height: 1.555;
  text-transform: capitalize;
}

.runfeng_down_list_content_list {
  margin-top: var(--text-gap);
}

.runfeng_down_list_content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--text-gap-md)*2);
  padding: calc(var(--text-gap)/2) var(--text-gap);
  border-left: 2px solid rgba(129, 151, 171, 0.10);
  border-right: 2px solid rgba(129, 151, 171, 0.10);
  border-bottom: 2px solid rgba(129, 151, 171, 0.10);
}

.runfeng_down_list_content_item:first-child {
  border-top: 2px solid rgba(129, 151, 171, 0.10);
}

.runfeng_down_list_content_item_title {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--text-flag-size);
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  width: 20%;
}

.runfeng_down_list_content_item_desc {
  color: rgba(40, 40, 40, 0.70);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  text-transform: capitalize;
  flex: 1;
  margin-right: calc(var(--text-gap-md) * 2);
}

.runfeng_down_list .dropdown_name.act .dropdown_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 340px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #E1E1E1;
  border-top: none;
  z-index: 1000;
}

.runfeng_down_list .dropdown_name .dropdown_item_text {
  color: var(--title-text-color);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  text-transform: capitalize;
}

.runfeng_down_list .dropdown_name .dropdown_item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.runfeng_down_list .dropdown_name .dropdown_item input[type="checkbox"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.runfeng_down_list .custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid var(--title-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.runfeng_down_list .attr-checkbox__input:checked~.custom-checkbox b {
  background-color: var(--title-text-color);
  width: 8px;
  height: 8px;
}

.runfeng_down_list_content_item_type,
.runfeng_down_list_content_item_size {
  color: rgba(40, 40, 40, 0.70);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  text-transform: capitalize;
}

@media (max-width: 1500px) {
  .runfeng_down_list_type ul li .dropdown_name_text {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .runfeng_down_list_type ul li .dropdown_name_text {
    width: 170px;
  }

  .runfeng_down_list_search {
    padding: 23px 20px;
  }
}

@media (max-width: 992px) {
  .runfeng_down_list_type .container {
    position: relative;
  }

  .runfeng_down_list_type ul li {
    position: static;
    width: 25%;
  }

  .runfeng_down_list .dropdown_name.act .dropdown_list {
    width: calc(100% - 30px);
    left: 15px;
  }

  .runfeng_down_list_type ul li .dropdown_name_text {
    width: 100%;
  }

  .runfeng_down_list_type ul {
    flex-wrap: wrap;
  }

  .runfeng_down_list_search {
    width: 100%;
  }

  .runfeng_down_list_search {
    border-top: 1px solid #E1E1E1;
  }

  .runfeng_down_list_type ul li:nth-child(4) {
    border-right: 1px solid #E1E1E1;
  }
}

@media (max-width: 768px) {
  .runfeng_down_list_type ul li {
    width: 50%;
  }

  .runfeng_down_list_type ul li:nth-child(2) {
    border-right: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
  }

  .runfeng_down_list_type ul li:nth-child(1) {
    border-bottom: 1px solid #E1E1E1;
  }

}