.ovh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.content {
  color: #030303;
}
.tal {
  text-align: left !important;
}
a:hover {
  color: #6bbc57;
}
img {
  max-width: 100%;
}
.column_tit {
  border-bottom: 1px solid #030303;
  padding-bottom: 0.375em;
  line-height: 1;
  display: inline-block;
}
.buyBtn {
  color: #fff;
  background-color: #6bbc57;
  width: 77px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 15px;
  transition: all 0.5s;
}
.buyBtn:hover {
  transform: scale(1.2);
  color: #fff;
}
.life-things-wrap .lt_t {
  width: 78.768%;
}
.life-things-wrap .sort {
  padding-top: 2.2em;
  text-align: right;
}
.life-things-wrap .sort a.on {
  color: #6bbc57;
}
.life-things-wrap .sort a.on::after {
  background-color: #6bbc57;
}
.life-things-wrap .sort a {
  position: relative;
  font-size: 14px;
  margin: 0 20px;
  white-space: nowrap;
}
.life-things-wrap .sort a:hover::after {
  background-color: #6bbc57;
}
.life-things-wrap .sort a:last-child {
  margin-right: 0;
}
.life-things-wrap .sort a:last-child::after {
  display: none;
}
.life-things-wrap .sort a::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: -23px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.life-things-wrap .list_tit {
  margin-top: 2.43%;
  padding-bottom: 2%;
}
.life-things-wrap .list_items {
  overflow: hidden;
  padding-bottom: 2%;
}
.life-things-wrap .list_items img {
  width: 100%;
}
.life-things-wrap .list_items:last-child {
  padding-bottom: 0;
}
.life-things-wrap .list_items .price {
  font-family: "Arial";
  font-size: 24px;
  font-weight: bold;
}
.life-things-wrap .list_items .des {
  padding-top: 2.1em;
}
.life-things-wrap .list_items .des .name {
  padding-bottom: 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.life-things-wrap .list_items li {
  float: left;
  width: 21.63%;
  margin-right: 3.37%;
  margin-bottom: 4%;
}
.life_details .life-things-wrap {
  margin-top: 3%;
}
.life_details .plate_left {
  width: 64.398%;
  padding-right: 7.9%;
}
.life_details .plate_right {
  width: 24.902%;
  padding: 0;
  padding-left: 2.4%;
}
.more_things .t {
  margin-bottom: 1.4em;
}
.more_things .list_items li {
  width: 18%;
  margin-right: 2.5%;
}
.more_things .list_items li:nth-child(5n) {
  margin-right: 0;
}
.club_index_items {
  max-width: 1164px;
  margin: 4.8% auto;
  overflow: hidden;
}
.club_index_items .item {
  position: relative;
  width: 50%;
  float: left;
}
.club_index_items .item img {
  vertical-align: top;
}
.club_index_items .item:nth-child(2n) {
  transform: translate(0, 22%);
}
.club_index_items .txt {
  position: absolute;
  left: 0;
  top: 56%;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 100;
}
.club_details .plate_left {
  width: 72.3%;
}
.club_details .plate_right {
  width: 23.5%;
  padding: 0 2%;
  box-sizing: border-box;
}
.club_details .plate_right .top_img {
  position: relative;
  margin-bottom: 25%;
  display: inline-block;
}
.club_details .plate_right .top_img .txt {
  position: absolute;
  left: 0;
  top: 60%;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .life-things-wrap .list_items li {
    width: 30%;
    margin-right: 3.3333%;
  }
  .more_things .list_items li {
    width: 18%;
    margin-right: 2.5%;
  }
  .more_things .list_items li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .more_things .list_items li {
    width: 32%;
    margin-right: 2%;
  }
  .more_things .list_items li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .life-things-wrap .lt_t {
    width: 100%;
  }
  .life-things-wrap .sort {
    padding-top: 1em;
  }
  .life-things-wrap .list_items li {
    width: 48%;
    margin-right: 4% !important;
  }
  .life-things-wrap .list_items li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .life-things-wrap .sort {
    clear: both;
    text-align: left;
    font-size: 0;
    padding-top: 6px;
  }
  .life-things-wrap .sort a {
    display: inline-block;
    width: 33.333%;
    margin: 0;
    font-size: 14px;
    margin: 6px 0;
  }
  .life-things-wrap .sort a:after {
    display: none;
  }
  .life-things-wrap .sort a:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .buyBtn {
    width: 65px;
    height: 25px;
    line-height: 25px;
  }
  .club_index_items .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .club_index_items .txt {
    font-size: 16px;
  }
}
/*# sourceMappingURL=./stylesheet.min.css.map */