.price_banner {
  height: 480px;
  background: url('/shop/img/price-banner-bg.png') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.price_banner_title {
  font-size: 56px;
  color: #fff;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
}
.price_banner_title .color1 {
  color: #F0D20A;
}
.price_banner_desc {
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
}
.price_module1 {
  background-color: #F5F5F5;
  padding: 90px 0 40px;
}
.price_module1_content {
  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;
}
.price_module1_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;
  width: 100%;
  min-width: 228px;
  max-width: 400px;
  height: 440px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 0 24px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.price_module1_item:hover {
  box-shadow: 0px 5px 29px 0px rgba(99, 99, 99, 0.19);
}
.price_module1_item ~ .price_module1_item {
  margin-left: 15px;
}
.price_module1_name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 84px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 28px;
}
.price_module1_tip {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding: 0 20px 0 46px;
  position: relative;
}
.price_module1_tip ~ .price_module1_tip {
  margin-top: 20px;
}
.price_module1_tip::before {
  content: "\e633";
  position: absolute;
  left: 18px;
  top: 0;
  font-family: 'ys-iconfont';
  font-size: 18px;
  color: #1472FF;
}
.price_module1_btn {
  display: block;
  width: 132px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  margin: auto auto 0;
}
.price_module1_item.item1 .price_module1_name,
.price_module1_item.item1 .price_module1_btn {
  background-color: #F06A1D;
}
.price_module1_item.item2 .price_module1_name,
.price_module1_item.item2 .price_module1_btn {
  background-color: #6C7EFE;
}
.price_module1_item.item3 .price_module1_name,
.price_module1_item.item3 .price_module1_btn {
  background-color: #1472FF;
}
.price_module1_item.item4 .price_module1_name,
.price_module1_item.item4 .price_module1_btn {
  background-color: #02C267;
}
.price_module1_item.item5 .price_module1_name,
.price_module1_item.item5 .price_module1_btn {
  background-color: #FF9D2E;
}
.price_module2 {
  background-color: #f5f5f5;
  padding: 40px 0 86px;
}
.price_module2_content {
  margin-top: 60px;
}
.price_module2_img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .price_banner {
    height: 13.75rem;
  }
  .price_banner .ys_banner_left {
    padding: 5.25rem 0 0;
  }
  .price_banner_title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .price_banner_desc {
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.85rem;
  }
  .price_module1 {
    padding: 2rem 0 1rem;
  }
  .price_module1_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .price_module1_item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 8.6rem;
    height: 16rem;
    min-width: 0;
    max-width: 16rem;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 0 0 0.75rem 0;
    margin-bottom: 0.6rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .price_module1_item:hover {
    box-shadow: 0 0.125rem 0.725rem 0 rgba(99, 99, 99, 0.19);
  }
  .price_module1_item ~ .price_module1_item {
    margin-left: 0.6rem;
  }
  .price_module1_item:nth-child(2n-1) {
    margin-left: 0;
  }
  .price_module1_name {
    font-size: 0.75rem;
    line-height: 3.15rem;
    border-radius: 0.25rem 0.25rem 0 0;
    margin-bottom: 0.75rem;
  }
  .price_module1_tip {
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding: 0 0.75rem 0 1.8rem;
    position: relative;
  }
  .price_module1_tip ~ .price_module1_tip {
    margin-top: 0.7rem;
  }
  .price_module1_tip::before {
    left: 0.8rem;
    font-size: 0.7rem;
  }
  .price_module1_btn {
    width: 5rem;
    height: 1.45rem;
    line-height: 1.45rem;
    font-size: 0.6rem;
    border-radius: 2.5rem;
  }
  .price_module2 {
    padding: 1rem 0 2rem;
  }
  .price_module2_content {
    margin-top: 1.15rem;
    padding: 0 0.5rem;
  }
}
