body {
  background-color: #f5f5f5;
}

.list-intro {
  height: 248px;
  background: url(/images/list-bg.png) no-repeat;
  background-size: 100% 100%;
}

.intro-top {
  position: relative;
  text-align: center;
  padding-top: 50px;
}

.intro-top-h1 {
  font-size: 36px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.intro-top-h1jb {
  font-size: 36px;
  font-family: "SourceHanSansCN";
  font-weight: bold;
  line-height: 1;
}

.list-intro p {
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgba(255, 255, 255, 0.502);
  text-transform: uppercase;
  line-height: 2.5;
  text-align: center;
}

.list-fil {
  width: 1200px;
  margin: -103px auto 0;
}

.list-fil-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
}

.list-fil-item {
  display: flex;
  justify-content: flex-start;
}

.list-fil-title {
  width: 120px;
  background-color: #2fc3b7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgb(245, 245, 245);
  text-transform: uppercase;
  line-height: 1;
  flex-shrink: 0;
}

.list-fil-ul {
  width: 696px;
  padding: 15px 0 15px 102px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(245, 245, 245);
  position: relative;
}

.list-fil-ul .list-fil-a {
  display: inline-block;
  min-width: 56px;
  text-align: center;
  margin: 5px 7px;
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1;
}

.list-fil-ul .list-fil-ul-first {
  border-radius: 5px;
  background-color: rgb(47, 195, 183);
  position: absolute;
  left: 16px;
  top: 10px;
  width: 75px;
  height: 26px;
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
}

.list-fil-ul .list-fil-linglei {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.list-fil-price {
  margin-left: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list-fil-price-box {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  padding: 5px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-fil-price-box input {
  width: 70px;
  background-color: transparent;
}

.list-fil-price-box p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1;
  margin-left: 7px;
}

.list-fil-price span {
  margin: 0 5px;
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1;
}

.list-fil-price .list-fil-a {
  border-radius: 5px;
  background-color: rgb(47, 195, 183);
  width: 107px;
  height: 26px;
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 26px;
}

.list-fil-as {
  border: 1px solid rgba(0, 0, 0, 0.102);
  border-radius: 5px;
  width: 102px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.list-fil-as span {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  line-height: 1;
}

.list-fil-as img {
  width: 12px;
  margin-left: 5px;
}

.list-fil-img {
  width: 384px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-fil-img img {
  width: 350px;
}

.list-fil-bot {
  background-color: rgb(255, 255, 255);
  padding: 0 10px;
  height: 63px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
}

.list-fil-bot a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 30px;
}

.list-fil-bot a span {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgba(2, 2, 2, 0.8);
  text-transform: uppercase;
  line-height: 1;
}

.list-fil-bot a img {
  width: 12px;
  margin-left: 10px;
}

.list-main-ul {
  width: 1200px;
  margin: 0 auto 50px;
}

.list-main-item {
  width: 1200px;
  padding: 30px 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 8px 0;
  transition: all linear 0.3s;
}

.list-main-item:hover {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}

.list-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list-item-title img {
  width: 30px;
  margin-right: 15px;
}

.list-item-title h1 {
  font-size: 24px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
  width: 590px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-item-top p {
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1;
}

.list-item-maidian {
  margin-top: 10px;
  margin-left: 45px;
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1;
}

.list-item-maidian span {
  color: rgb(223, 71, 16);
  margin-right: 5px;
}

.list-item-line {
  background-color: rgb(245, 245, 245);
  height: 1px;
  margin: 30px 0;
}

.list-item-mid {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.list-mid-li {
  text-align: center;
  margin-right: 50px;
}

.list-item-mid .list-mid-li:last-child {
  margin-right: 0;
}

.list-mid-first {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.list-mid-second {
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.list-item-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-item-price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.list-item-price span {
  font-size: 18px;
  font-family: "SourceHanSansCN";
  color: rgb(221, 44, 10);
  text-transform: uppercase;
  line-height: 1;
}

.list-item-price p {
  font-size: 30px;
  font-family: "SourceHanSansCN";
  color: rgb(221, 44, 10);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-left: 10px;
}

.list-price-yijia {
  background: url(/images/list/price-label.png) no-repeat;
  background-size: 100% 100%;
  width: 54px;
  height: 22px;
  padding-right: 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "SourceHanSansCN";
  color: rgb(47, 195, 183);
  text-transform: uppercase;
  line-height: 22px;
  text-align: right;
  position: absolute;
  right: -84px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list-item-ser {
  display: flex;
  justify-content: flex-start;
}

.list-item-ser-box {
  border-radius: 5px;
  background-color: rgb(8, 223, 190);
  width: 130px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item-ser-box img {
  width: 14px;
}

.list-ser-line {
  background-color: rgba(255, 255, 255, 0.8);
  width: 1px;
  height: 13px;
  margin: 0 10px;
}

.list-item-ser-box p {
  font-size: 16px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
}

.list-like {
  width: 1200px;
  margin: auto;
}

.list-like-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.list-like-item {
  width: 385px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: all linear 0.3s;
}
.list-like-item:hover {
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
}
.list-like-item .list-item-title img {
  width: 25px;
  margin-right: 5px;
}
.list-like-item .list-item-title h1 {
  font-size: 20px;
}
.list-like-item .list-item-maidian {
  margin-left: 30px;
  margin-top: 5px;
}
.list-like-item .list-item-line {
  margin: 25px 0;
}
.list-like-item .list-mid-li:not(:last-child) {
  margin-right: 25px;
}

.list-more {
  background: url(/images/list/more-bg.png) no-repeat;
  text-align: center;
  padding: 47px 0;
  margin-top: 50px;
}
.list-more h1 {
  font-size: 28px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.list-more p {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.list-more-box {
  display: flex;
  justify-content: center;
}
.list-more-box a {
  border-radius: 5px;
  width: 180px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

.list-more-first {
  background-color: rgb(222, 94, 50);
}
.list-more-second {
  background-color: rgb(8, 223, 190);
}
.list-more-box a img {
  width: 12px;
}
.list-more-line {
  background-color: rgba(255, 255, 255, 0.502);
  width: 1px;
  height: 10px;
  margin: 0 10px;
}
.list-more-box a span {
  font-size: 14px;
  font-family: "SourceHanSansCN";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 1200px) {
  .list-fil,
  .list-main-ul,
  .list-main-item,
  .list-like {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .list-fil-img {
    display: none;
  }

  .list-fil-cont {
    width: 100%;
  }

  .list-fil-ul {
    width: 100%;
    padding-left: 100px;
  }

  .list-like-ul {
    flex-wrap: wrap;
  }

  .list-like-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .list-intro {
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .intro-top {
    padding-top: 20px;
  }
  .intro-top-h1 {
    font-size: 24px;
    position: static;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 1.4;
  }

  .intro-top svg {
    display: none !important;
  }

  .list-fil {
    margin-top: 0;
  }

  .list-fil-item {
    flex-direction: column;
  }

  .list-fil-title {
    width: 100%;
    padding: 10px 0;
  }

  .list-fil-ul {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }

  .list-fil-ul .list-fil-ul-first {
    position: static;
    margin: 5px;
  }

  .list-fil-bot {
    height: auto;
    flex-wrap: wrap;
    padding: 10px;
  }

  .list-fil-bot a {
    margin: 5px 10px;
  }

  .list-main-item {
    padding: 15px;
  }

  .list-item-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item-title h1 {
    width: 100%;
    white-space: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .list-item-maidian {
    margin-left: 0;
    margin-bottom: 15px;
    line-height: 1.5;
  }

  .list-item-mid {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .list-mid-li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .list-more {
    background-size: cover;
    padding: 60px 20px;
  }

  .list-item-bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item-price {
    margin-bottom: 10px;
  }

  .list-like-item {
    width: 100%;
  }

  .list-more-box {
    flex-direction: column;
    align-items: center;
  }

  .list-more-box a {
    margin: 10px 0;
  }
}
