@charset "UTF-8";
.society-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.society-wrap .triangle-right {
  width: var(--triangle-right);
  right: 0;
  bottom: -1px;
  position: absolute;
}
.society-wrap .banner-box {
  width: 100%;
  position: relative;
}
.society-wrap .banner-box .banner {
  width: 100%;
}
.society-wrap .food-wrap {
  position: relative;
}
.society-wrap .food-wrap .triangle-left {
  width: var(--triangle-left);
  left: 0;
  bottom: -1px;
  position: absolute;
}
.society-wrap .content {
  max-width: var(--page-width);
  padding: 0 var(--page-padding);
  margin: auto;
  /* 列表 */
}
.society-wrap .content .content-header {
  margin-top: 110px;
  display: flex;
  align-items: center;
}
.society-wrap .content .content-header .filter-box {
  position: relative;
  color: #707070;
  font-size: 18px;
  width: 380px;
  height: 74px;
  line-height: 74px;
  padding: 0 48px;
  border-radius: 75px;
  background: linear-gradient(20deg, #ffffff, #ece7f8, #e1d9f4);
}
.society-wrap .content .content-header .filter-box-name img {
  width: 26px;
  position: absolute;
  right: 44px;
  top: 41%;
  cursor: pointer;
}
.society-wrap .content .content-header .filter-box .dropdown-menu {
  border: none;
  right: 50px !important;
  left: auto !important;
  top: -20px !important;
  min-width: auto !important;
  border-radius: 1.2rem;
  box-shadow: 4px 4px 6px #c1b3dd;
  padding: 10px;
  font-size: 16px;
}
.society-wrap .content .content-header .filter-box .dropdown-menu .dropdown-item {
  padding: 6px 20px;
  line-height: normal;
  border-radius: 14px;
  cursor: pointer;
}
.society-wrap .content .content-header .filter-box .dropdown-menu .dropdown-item:hover {
  background: #f0ecf6;
  color: #662d91;
}
.society-wrap .content .content-header .search-box {
  position: relative;
  width: 380px;
  height: 74px;
  margin-left: 50px;
}
.society-wrap .content .content-header .search-box .search {
  color: #707070;
  font-size: 18px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  padding: 0 48px;
  width: 100%;
  height: 100%;
  border-radius: 75px;
  background: linear-gradient(20deg, #ffffff, #ece7f8, #e1d9f4);
}
.society-wrap .content .content-header .search-box img {
  width: 28px;
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.society-wrap .content .list-wrap {
  width: 100%;
}
.society-wrap .content .list-wrap.search-list {
  display: none;
}
.society-wrap .content .list-wrap .list-item {
  width: 100%;
  padding: 60px 107px;
  margin-top: 50px;
  display: flex;
  border-radius: 20px;
  box-shadow: 4px 4px 8px #c3b6de;
}
.society-wrap .content .list-wrap .list-item .logo-box {
  width: 180px;
  margin-right: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.society-wrap .content .list-wrap .list-item .logo-box img {
  max-width: 164px;
}
.society-wrap .content .list-wrap .list-item .txt-box {
  font-size: 18px;
  color: #707070;
}
.society-wrap .content .list-wrap .list-item .txt-box-name {
  color: #662d91;
  font-size: 24px;
  margin-bottom: 16px;
  display: inline-block;
  text-decoration: none;
}
.society-wrap .content .list-wrap .list-item .txt-box-describe {
  margin-bottom: 44px;
  text-decoration: none;
  color: #707070;
  display: block;
}
.society-wrap .content .list-wrap .list-item .txt-box-describe p {
  margin: 0;
}
.society-wrap .content .list-wrap .list-item .txt-box-time {
  margin-bottom: 10px;
}
.society-wrap .content .list-wrap .list-item .txt-box-term {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  color: #707070;
}
.society-wrap .content .tip {
  margin-top: 62px;
  margin-bottom: 126px;
  color: #47484a;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .society-wrap .content .content-header {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .society-wrap .content .content-header .filter-box {
    flex: 0 0 100%;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
  }
  .society-wrap .content .content-header .filter-box .filter-box-name img {
    width: 22px;
  }
  .society-wrap .content .content-header .filter-box .dropdown-menu .dropdown-item {
    color: #693296;
  }
  .society-wrap .content .content-header .search-box {
    margin-top: 18px;
    flex: 0 0 100%;
    margin-left: 0;
    height: 42px;
  }
  .society-wrap .content .content-header .search-box .search {
    font-size: 15px;
  }
  .society-wrap .content .content-header .search-box img {
    width: 24px;
  }
  .society-wrap .content .list-wrap {
    margin-top: 44px;
  }
  .society-wrap .content .list-wrap .list-item {
    padding: 30px;
    padding-top: 24px;
    padding-bottom: 36px;
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .society-wrap .content .list-wrap .list-item .logo-box {
    flex: 0 0 100%;
    position: relative;
    padding-bottom: 34px;
  }
  .society-wrap .content .list-wrap .list-item .logo-box img {
    max-width: none;
    height: 114px;
  }
  .society-wrap .content .list-wrap .list-item .logo-box::after {
    content: "";
    display: block;
    background: -webkit-linear-gradient(90deg, #ffffff, #e9d4ff); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #ffffff, #e9d4ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: calc(100% + 50px);
    height: 7px;
    border-radius: 4px;
    position: absolute;
    left: -25px;
    bottom: 0;
  }
  .society-wrap .content .list-wrap .list-item .txt-box {
    font-size: 14px;
  }
  .society-wrap .content .list-wrap .list-item .txt-box .txt-box-name {
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 3px;
  }
  .society-wrap .content .list-wrap .list-item .txt-box .txt-box-describe {
    font-size: 16px;
  }
  .society-wrap .content .list-wrap .list-item .txt-box .txt-box-time {
    margin-bottom: 2px;
  }
  .society-wrap .content .tip {
    font-size: 14px;
    margin: 44px 0;
  }
  .society-wrap .content .tip p {
    margin-bottom: 4px;
  }
  .society-wrap .triangle-right {
    width: var(--triangle-right-m);
  }
}