.supplyGoods_banner {
  background: url('/shop/img/supplyGoods/banner-bg.png') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.supplyGoods_banner .ys_banner_left {
  padding: 0;
  text-align: center;
}
.supplyGoods_banner_title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 62px;
}
.supplyGoods_banner_title .color1 {
  color: #F0D20A;
}
.supplyGoods_banner_list {
  width: 700px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 44px auto 0;
  padding-left: 40px;
}
.supplyGoods_banner_label {
  width: 330px;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.supplyGoods_banner_label::before,
.supplyGoods_banner_label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(240, 210, 10, 0.3);
}
.supplyGoods_banner_label::after {
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #F0D20A;
  -webkit-transform: translate(0, 4px);
  -moz-transform: translate(0, 4px);
  -ms-transform: translate(0, 4px);
  -o-transform: translate(0, 4px);
  transform: translate(0, 4px);
}
.supplyGoods_banner_label::before {
  -webkit-animation: popIn 1.2s infinite;
  -moz-animation: popIn 1.2s infinite;
  -o-animation: popIn 1.2s infinite;
  animation: popIn 1.2s infinite;
}
.supplyGoods_banner_btn {
  display: block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #1269EB;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  margin: 28px auto 0;
}
.supplyGoods_module1 {
  background-color: #fff;
  padding: 96px 0 30px;
}
.supplyGoods_module1_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 54px;
}
.supplyGoods_module1_item {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.supplyGoods_module1_item:nth-child(4n) {
  margin-right: 0;
}
.supplyGoods_module1_img {
  display: block;
  width: 100%;
  height: 116px;
  border-radius: 10px 10px 0 0;
}
.supplyGoods_module1_msg {
  height: 120px;
  border: 1px solid #DCDFE6;
  border-top: none;
  padding-top: 26px;
  border-radius: 0 0 10px 10px;
}
.supplyGoods_module1_name {
  font-size: 24px;
  color: #1a1a1a;
  text-align: center;
  line-height: 32px;
}
.supplyGoods_module1_tip {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 24px;
  margin-top: 12px;
}
.supplyGoods_module1_tip .color1 {
  font-size: 18px;
  color: #F06A1D;
  font-weight: bold;
}
.supplyGoods_module2 {
  background-color: #fff;
  padding: 50px 0;
}
.supplyGoods_module2_list {
  margin-top: 20px;
}
.supplyGoods_module2_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto 10px;
  padding: 0 60px;
  background-repeat: no-repeat;
}
.supplyGoods_module2_item.item1 {
  padding-left: 596px;
  background-position: 50px center;
}
.supplyGoods_module2_item.bg1 {
  height: 420px;
  background-image: url('/shop/img/supplyGoods/module2-img01.png');
  -o-background-size: 445px auto;
  background-size: 445px auto;
  background-position: 665px center;
}
.supplyGoods_module2_item.bg2 {
  height: 434px;
  background-image: url('/shop/img/supplyGoods/module2-img02.png');
  -o-background-size: 448px auto;
  background-size: 448px auto;
}
.supplyGoods_module2_item.bg3 {
  height: 414px;
  background-image: url('/shop/img/supplyGoods/module2-img03.png');
  -o-background-size: 463px auto;
  background-size: 463px auto;
  background-position: 696px center;
}
.supplyGoods_module2_item.bg4 {
  height: 454px;
  background-image: url('/shop/img/supplyGoods/module2-img04.png');
  -o-background-size: 460px auto;
  background-size: 460px auto;
}
.supplyGoods_module2_name {
  font-size: 28px;
  color: #333;
  margin-bottom: 28px;
  line-height: 36px;
}
.supplyGoods_module2_name .color1 {
  font-size: 30px;
  color: #F06A1D;
  font-weight: bold;
}
.supplyGoods_module2_desc {
  width: 522px;
  font-size: 16px;
  color: #808080;
  line-height: 28px;
}
.supplyGoods_module2_btn {
  width: 156px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #1472FF;
  border-radius: 100px;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .supplyGoods_banner .ys_banner_left {
    padding: 2.9rem 0 0;
  }
  .supplyGoods_banner_title {
    font-size: 1.15rem;
    line-height: 1.65rem;
    text-shadow: 0 0.2rem 0.325rem rgba(13, 59, 147, 0.6);
    padding: 0 0.75rem;
  }
  .supplyGoods_banner_list {
    width: 100%;
    margin: 1.35rem auto 0;
    padding-left: 2rem;
  }
  .supplyGoods_banner_label {
    width: 8.25rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
    padding-left: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .supplyGoods_banner_label::before,
  .supplyGoods_banner_label::after {
    top: 0.25rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .supplyGoods_banner_label::after {
    left: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
    -webkit-transform: translate(0, 0.1rem);
    -moz-transform: translate(0, 0.1rem);
    -ms-transform: translate(0, 0.1rem);
    -o-transform: translate(0, 0.1rem);
    transform: translate(0, 0.1rem);
  }
  .supplyGoods_banner_btn {
    width: 5.2rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 2.5rem;
    margin: 1.75rem auto 0;
  }
  .supplyGoods_module1 {
    padding: 1.9rem 0 0;
  }
  .supplyGoods_module1 .ys_module_tip {
    padding: 0 1.25rem;
  }
  .supplyGoods_module1_list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.1rem;
  }
  .supplyGoods_module1_item {
    width: 8.55rem;
    margin-right: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .supplyGoods_module1_item:nth-child(2n) {
    margin-right: 0;
  }
  .supplyGoods_module1_img {
    display: block;
    width: 100%;
    height: 3.5rem;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .supplyGoods_module1_msg {
    height: 3.6rem;
    padding-top: 0.75rem;
  }
  .supplyGoods_module1_name {
    font-size: 0.75rem;
    line-height: 0.95rem;
    font-weight: bold;
  }
  .supplyGoods_module1_tip {
    font-size: 0.65rem;
    line-height: 0.85rem;
    margin-top: 0.4rem;
  }
  .supplyGoods_module1_tip .color1 {
    font-size: 0.75rem;
  }
  .supplyGoods_module2 {
    background-color: #fff;
    padding: 1.25rem 0 0.5rem;
  }
  .supplyGoods_module2_list {
    margin-top: 1.25rem;
  }
  .supplyGoods_module2_item {
    width: 100%;
    margin: 0 auto 1.75rem;
    padding: 0 1.7rem;
    background-repeat: no-repeat;
  }
  .supplyGoods_module2_item.item1 {
    padding-left: 1.85rem;
    background-position: center center;
  }
  .supplyGoods_module2_item.bg1 {
    height: auto;
    -o-background-size: 11.125rem auto;
    background-size: 11.125rem auto;
    background-position: center 5.4rem;
  }
  .supplyGoods_module2_item.bg2 {
    height: auto;
    -o-background-size: 11.8rem auto;
    background-size: 11.8rem auto;
    background-position: center 4.5rem;
  }
  .supplyGoods_module2_item.bg3 {
    height: auto;
    -o-background-size: 11.55rem auto;
    background-size: 11.55rem auto;
    background-position: center 5.5rem;
  }
  .supplyGoods_module2_item.bg4 {
    height: auto;
    -o-background-size: 11.5rem auto;
    background-size: 11.5rem auto;
    background-position: center 4.5rem;
  }
  .supplyGoods_module2_item.bg2 .supplyGoods_module2_btn,
  .supplyGoods_module2_item.bg4 .supplyGoods_module2_btn {
    margin-top: 11.5rem;
  }
  .supplyGoods_module2_name {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
    line-height: 1rem;
  }
  .supplyGoods_module2_name .color1 {
    font-size: 0.9rem;
  }
  .supplyGoods_module2_desc {
    width: 100%;
    font-size: 0.6rem;
    text-align: center;
    line-height: 0.95rem;
  }
  .supplyGoods_module2_btn {
    width: 5.2rem;
    height: 1.8rem;
    font-size: 0.65rem;
    line-height: 1.8rem;
    border-radius: 2.5rem;
    margin: 11rem auto 0;
  }
}
