* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}
ul {
  list-style: none;
}
.recycle-img-mb {
  display: none;
}
.img-cover {
  width: 100%;
}
.container {
  width: 1440px;
  margin: 0 auto;
}
.recycle-kv {
  position: relative;
}
.recycle-kv .recycle-kv-content {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  width: 100%;
}
.main-container {
  background: #ecf4d9 url(../img/main_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 60px 0 35px;
}
.recycle-bg {
  margin-bottom: 40px;
}
.recycle-bg-content {
  background: #f8fcf0;
  padding: 45px 35px;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0% 100%);
  position: relative;
}
.recycle-bg-content .recycle-title {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.recycle-bg-content.special {
  padding: 50px 90px;
}
.recycle-bg-content.special h2::before {
  content: "";
  width: 36px;
  height: 32px;
  position: absolute;
  top: 35px;
  left: 30px;
  background: url(../img/icon-symbol.png) center center no-repeat;
  background-size: cover;
}
.recycle-bg-content.special h2::after {
  content: "";
  width: 36px;
  height: 32px;
  position: absolute;
  bottom: 55px;
  right: 52px;
  background: url(../img/icon-symbol.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
.recycle-bg-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #bdd095;
}
.recycle-bg-content > h2 {
  font-size: 24px;
  color: #1a2404;
  margin-bottom: 15px;
  font-weight: bold;
}
.recycle-bg-content p {
  font-size: 20px;
  color: #1a2404;
  line-height: 1.8;
}
.recycle-about-model {
  padding: 30px 170px 35px;
  display: flex;
}
.recycle-about-model .recycle-about-model-item {
  flex: 1;
}
.recycle-about-model .recycle-about-model-item h2 {
  text-align: center;
  border-bottom: 2px solid #f4f8e9;
  padding: 15px 0;
  background: #bdd196;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.recycle-about-model .recycle-about-model-item:last-child h2::before {
  content: "";
  width: 2px;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  background: #f4f8e9;
}
.recycle-about-model .recycle-about-model-item:last-child ul li::before {
  content: "";
  width: 2px;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  background: #f4f8e9;
}
.recycle-about-model .recycle-about-model-item ul {
  background: #e8f1d2;
}
.recycle-about-model .recycle-about-model-item ul li {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 2px solid #f4f8e9;
  position: relative;
}
.recycle-about-model .recycle-about-model-item ul li .recycle-hidden {
  visibility: hidden;
}
.recycle-about-model .recycle-about-model-item ul li span {
  font-size: 22px;
  padding: 0 25px;
  position: relative;
}
.recycle-about-model .recycle-about-model-item ul li span:nth-of-type(even)::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  background: #bdd095;
}
.recycle-channel {
  margin-top: 25px;
  font-size: 22px;
  line-height: 1.5;
  color: #192302;
}
.recycle-tip p {
  font-size: 18px;
  color: #5b5b5b;
  line-height: 1.6;
}
@media (max-width: 1500px) {
  .container {
    width: 1170px;
  }
  .recycle-about-model {
    padding: 30px 120px 35px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .recycle-about-model {
    padding: 30px 50px 35px;
  }
  .recycle-kv .recycle-kv-content img {
    width: 550px;
  }
}
@media (max-width: 992px) {
  .container {
    width: 750px;
  }
  .recycle-about-model {
    padding: 30px 0 35px;
  }
  .recycle-kv .recycle-kv-content img {
    width: 400px;
  }
  .main-container {
    padding: 40px 0 20px;
  }
  .recycle-bg {
    margin-bottom: 40px;
  }
  .recycle-bg-content > h2 {
    font-size: 20px;
  }
  .recycle-bg-content p {
    font-size: 16px;
  }
  .recycle-about-model .recycle-about-model-item h2 {
    font-size: 18px;
  }
  .recycle-about-model .recycle-about-model-item ul li span {
    font-size: 18px;
  }
  .recycle-channel {
    font-size: 18px;
  }
  .recycle-title {
    font-size: 24px;
  }
  .recycle-tip p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .recycle-img-mb {
    display: inline-block;
  }
  .recycle-img-pc {
    display: none;
  }
  .recycle-kv {
    position: relative;
  }
  .recycle-kv .recycle-kv-content {
    top: 25px;
    transform: translateY(0);
  }
  .recycle-kv .recycle-kv-content img {
    width: 307px;
  }
  .main-container {
    background: #ecf4d9 url(../img/main_bg_m.jpg) top center no-repeat;
    background-size: cover;
    padding: 17px 0 18px;
  }
  .recycle-bg {
    margin-bottom: 13px;
  }
  .recycle-bg-content {
    padding: 18px 10px 30px;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0% 100%);
  }
  .recycle-bg-content .recycle-title {
    font-size: 15px;
  }
  .recycle-bg-content.special {
    padding: 35px 10px;
  }
  .recycle-bg-content.special h2::before {
    width: 18px;
    height: 16px;
    top: 11px;
    left: 10px;
  }
  .recycle-bg-content.special h2::after {
    width: 18px;
    height: 16px;
    bottom: 10px;
    right: 35px;
  }
  .recycle-bg-content::after {
    width: 17px;
    height: 17px;
  }
  .recycle-bg-content > h2 {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .recycle-bg-content p {
    font-size: 12px;
  }
  .recycle-about-model {
    padding: 15px 0px 17px;
  }
  .recycle-about-model .recycle-about-model-item h2 {
    border-bottom: 1px solid #f4f8e9;
    padding: 7px 0;
    font-size: 12px;
  }
  .recycle-about-model .recycle-about-model-item:last-child h2::before {
    width: 1px;
  }
  .recycle-about-model .recycle-about-model-item:last-child ul li::before {
    width: 1px;
  }
  .recycle-about-model .recycle-about-model-item ul li {
    padding: 7px 0;
    border-bottom: 1px solid #f4f8e9;
  }
  .recycle-about-model .recycle-about-model-item ul li span {
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .recycle-about-model .recycle-about-model-item ul li span:nth-of-type(even)::before {
    width: 1px;
  }
  .recycle-channel {
    margin-top: 13px;
    font-size: 12px;
  }
  .recycle-tip p {
    font-size: 12px;
  }
}
