.productGroupStar_banner {
  background: #FC6A3C;
}
.productGroupStar_banner_title {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 32px;
}
.productGroupStar_banner_title .color1 {
  color: #FFE91D;
}
.productGroupStar_banner_tag {
  display: inline-block;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #FC6A3C;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 32px;
}
.productGroupStar_banner_tip {
  font-size: 20px;
  color: #fff;
  margin-bottom: 38px;
}
.productGroupStar_banner_btn {
  color: #FC6A3C;
  box-shadow: 0px 5px 29px 0px rgba(168, 53, 17, 0.27);
}
.productGroupStar_banner_img {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 730px;
}
.productGroupStar_module1 {
  background-color: #F0F3FA;
  padding: 96px 0 100px;
}
.productGroupStar_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;
  margin-top: 48px;
}
.productGroupStar_module1_content ~ .productGroupStar_module1_content {
  margin-top: 40px;
}
.productGroupStar_module1_text {
  position: relative;
  width: 440px;
  height: 495px;
  background-color: #1472FF;
  padding: 60px 28px 0 30px;
  border-radius: 10px;
  margin-right: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productGroupStar_module1_text::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 32px;
  height: 32px;
  border: 16px solid transparent;
  border-left-color: #1472FF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.productGroupStar_module1_text.order1 {
  margin-right: 0;
  margin-left: 24px;
}
.productGroupStar_module1_text.order1::after {
  right: 100%;
  border-left-color: transparent;
  border-right-color: #1472FF;
}
.productGroupStar_module1_title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.productGroupStar_module1_tip {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.productGroupStar_module1_name {
  font-size: 20px;
  color: #fff;
  margin: 5px 0;
}
.productGroupStar_module1_card {
  width: 740px;
  height: 495px;
  background-color: #fff;
  border-radius: 10px;
}
.productGroupStar_module1_card.card1 {
  background: url('/shop/img/product/productGroupSta-bg01.png') center center no-repeat;
  -o-background-size: auto 296px;
  background-size: auto 296px;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 100px 60px 0 69px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productGroupStar_module1_card.card2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0 0 43px;
}
.productGroupStar_module1_card_bg {
  background-color: #fff;
}
.productGroupStar_module1_card_bg.bg1 {
  width: 260px;
  height: 100%;
  background: url('/shop/img/product/productGroupSta-bg02.png') center 55px no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.productGroupStar_module1_card_bg.bg2 {
  width: 283px;
  height: 100%;
  background: url('/shop/img/product/productGroupSta-bg03.png') center 55px no-repeat;
  -o-background-size: contain;
  background-size: contain;
  margin-left: 60px;
}
.productGroupStar_module1_card_name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.productGroupStar_module1_card_name.name1 {
  color: #2073EC;
}
.productGroupStar_module1_card_name.name2 {
  color: #FC6A3C;
}
.productGroupStar_module1_card_text {
  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-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.productGroupStar_module1_card_text.text1 {
  width: 257px;
  padding-top: 20px;
}
.productGroupStar_module1_card_text.text2 {
  width: 257px;
  padding-top: 44px;
}
.productGroupStar_module1_card_text.text3 {
  margin-top: 45px;
}
.productGroupStar_module1_card_text.text4 {
  padding: 0 12px;
  margin-top: 45px;
}
.productGroupStar_module1_card_row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  color: #fefefe;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productGroupStar_module1_card_row.row1 {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.productGroupStar_module1_card_row.row2 {
  font-size: 19px;
  margin-top: 82px;
  padding: 0 44px;
}
.productGroupStar_module1_card_row.row3 {
  font-size: 13px;
  margin-top: 72px;
  padding: 0 10px;
}
.productGroupStar_module1_card_row.row3 .name:nth-child(1),
.productGroupStar_module1_card_row.row3 .name:nth-child(3) {
  margin-right: 10px;
}
.productGroupStar_module2 {
  background-color: #ffffff;
  padding: 86px 0 10px;
}
.productGroupStar_module2_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: 48px;
}
.productGroupStar_module2_item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 168px;
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 20px 0 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 30px 30px 0;
  border: 1px solid #e6e9f0;
}
.productGroupStar_module2_item:nth-child(3n) {
  margin-right: 0;
}
.productGroupStar_module2_icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 4px;
  margin-right: 20px;
  font-family: 'ys-iconfont';
  font-size: 44px;
  color: #fff;
}
.productGroupStar_module2_icon.icon1 {
  background: -webkit-linear-gradient(bottom, #FF4B3B 0%, #FF6E1B 100%);
  background: -moz-linear-gradient(bottom, #FF4B3B 0%, #FF6E1B 100%);
  background: -o-linear-gradient(bottom, #FF4B3B 0%, #FF6E1B 100%);
  background: linear-gradient(0deg, #FF4B3B 0%, #FF6E1B 100%);
}
.productGroupStar_module2_icon.icon2 {
  background: -webkit-linear-gradient(bottom, #2BA43F 0%, #5DBA6B 100%);
  background: -moz-linear-gradient(bottom, #2BA43F 0%, #5DBA6B 100%);
  background: -o-linear-gradient(bottom, #2BA43F 0%, #5DBA6B 100%);
  background: linear-gradient(0deg, #2BA43F 0%, #5DBA6B 100%);
}
.productGroupStar_module2_icon.icon3 {
  background: -webkit-linear-gradient(bottom, #1472FF 0%, #3D88F8 100%);
  background: -moz-linear-gradient(bottom, #1472FF 0%, #3D88F8 100%);
  background: -o-linear-gradient(bottom, #1472FF 0%, #3D88F8 100%);
  background: linear-gradient(0deg, #1472FF 0%, #3D88F8 100%);
}
.productGroupStar_module2_icon.icon4 {
  background: -webkit-linear-gradient(bottom, #FBAE19 0%, #FBB936 100%);
  background: -moz-linear-gradient(bottom, #FBAE19 0%, #FBB936 100%);
  background: -o-linear-gradient(bottom, #FBAE19 0%, #FBB936 100%);
  background: linear-gradient(0deg, #FBAE19 0%, #FBB936 100%);
}
.productGroupStar_module2_icon.icon5 {
  background: -webkit-linear-gradient(bottom, #F01201 0%, #FA5D52 100%);
  background: -moz-linear-gradient(bottom, #F01201 0%, #FA5D52 100%);
  background: -o-linear-gradient(bottom, #F01201 0%, #FA5D52 100%);
  background: linear-gradient(0deg, #F01201 0%, #FA5D52 100%);
}
.productGroupStar_module2_icon.icon6 {
  background: -webkit-linear-gradient(bottom, #43AF55 0%, #5CB96B 100%);
  background: -moz-linear-gradient(bottom, #43AF55 0%, #5CB96B 100%);
  background: -o-linear-gradient(bottom, #43AF55 0%, #5CB96B 100%);
  background: linear-gradient(0deg, #43AF55 0%, #5CB96B 100%);
}
.productGroupStar_module2_item:nth-child(4) .productGroupStar_module2_name,
.productGroupStar_module2_item:nth-child(5) .productGroupStar_module2_name {
  margin-bottom: 10px;
}
.productGroupStar_module2_name {
  font-size: 24px;
  color: #333;
  line-height: 38px;
  margin-bottom: 12px;
}
.productGroupStar_module2_tip {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 26px;
}
@media (max-width: 768px) {
  .productGroupStar_banner .ys_banner_left {
    padding: 1.75rem 0 0;
    text-align: center;
  }
  .productGroupStar_banner_title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .productGroupStar_banner_title .color1 {
    display: block;
    margin-left: 0;
  }
  .productGroupStar_banner_tag {
    display: inline-block;
    height: 1.45rem;
    line-height: 1.45rem;
    font-size: 0.7rem;
    padding: 0 0.25rem;
    border-radius: 0.25rem;
    margin-bottom: 0.675rem;
  }
  .productGroupStar_banner_tip {
    font-size: 0.6rem;
    margin-bottom: 0.95rem;
  }
  .productGroupStar_banner_img {
    right: 1.2rem;
    bottom: -1.95rem;
    width: 16.35rem;
  }
  .productGroupStar_module1 {
    padding: 1.9rem 0 1.95rem;
  }
  .productGroupStar_module1 .ys_module_row {
    margin-top: 1rem;
  }
  .productGroupStar_module1 .ys_module_tip {
    padding: 0 2rem;
  }
  .productGroupStar_module1_content {
    padding: 0 0.7rem;
    margin-top: 1.2rem;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productGroupStar_module1_content ~ .productGroupStar_module1_content {
    margin-top: 0.8rem;
  }
  .productGroupStar_module1_text {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    height: 13.2rem;
    padding: 1rem 0.75rem;
    border-radius: 0.25rem;
    margin-right: 0;
  }
  .productGroupStar_module1_text::after {
    right: 50%;
    top: 100%;
    width: 1rem;
    height: 1rem;
    border: 0.5rem solid transparent;
    border-left-color: transparent;
    border-top-color: #1472FF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .productGroupStar_module1_text.order1 {
    margin: 0;
  }
  .productGroupStar_module1_text.order1::after {
    right: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #1472FF;
  }
  .productGroupStar_module1_title {
    font-size: 0.7rem;
    margin-bottom: 0.7rem;
  }
  .productGroupStar_module1_tip {
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.05rem;
  }
  .productGroupStar_module1_name {
    font-size: 0.55rem;
    color: #fff;
    margin: 0.125rem 0;
  }
  .productGroupStar_module1_card {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: 9.5rem;
    border-radius: 0.25rem;
    margin-top: 0.75rem;
  }
  .productGroupStar_module1_card.card1 {
    -o-background-size: auto 7.45rem;
    background-size: auto 7.45rem;
    padding: 1.05rem 0.9rem 0 1.1rem;
  }
  .productGroupStar_module1_card.card2 {
    height: 10.75rem;
    padding: 0.95rem 0 0 1.15rem;
  }
  .productGroupStar_module1_card_bg {
    background-color: #fff;
  }
  .productGroupStar_module1_card_bg.bg1 {
    width: 6.5rem;
    background-position: center 1.35rem;
  }
  .productGroupStar_module1_card_bg.bg2 {
    width: 7.05rem;
    background-position: center 1.35rem;
    margin-left: 1.5rem;
  }
  .productGroupStar_module1_card_name {
    font-size: 0.7rem;
  }
  .productGroupStar_module1_card_text.text1 {
    width: 6.45rem;
    padding-top: 0.5rem;
  }
  .productGroupStar_module1_card_text.text2 {
    width: 6.45rem;
    padding-top: 1.1rem;
  }
  .productGroupStar_module1_card_text.text3 {
    margin-top: 0.95rem;
  }
  .productGroupStar_module1_card_text.text4 {
    padding: 0 0.3rem;
    margin-top: 0.95rem;
  }
  .productGroupStar_module1_card_row {
    font-size: 0.6rem;
  }
  .productGroupStar_module1_card_row.row1 {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0.8rem;
  }
  .productGroupStar_module1_card_row.row2 {
    font-size: 0.475rem;
    margin-top: 2.05rem;
    padding: 0 1.1rem;
    line-height: 0.65rem;
  }
  .productGroupStar_module1_card_row.row3 {
    font-size: 0.325rem;
    margin-top: 1.7rem;
    padding: 0 0.25rem;
    line-height: 0.55rem;
  }
  .productGroupStar_module1_card_row.row3 .name:nth-child(1),
  .productGroupStar_module1_card_row.row3 .name:nth-child(3) {
    margin-right: 0.25rem;
  }
  .productGroupStar_module2 {
    background-color: #ffffff;
    padding: 1.95rem 0 0.5rem;
  }
  .productGroupStar_module2_list {
    margin-top: 1.15rem;
  }
  .productGroupStar_module2_item {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8.65rem;
    height: auto;
    min-height: 7.15rem;
    border-radius: 0.25rem;
    padding: 1.05rem 0.2rem 0.5rem;
    margin: 0 0.25rem 0.5rem;
  }
  .productGroupStar_module2_item:nth-child(3n) {
    margin-right: 0.25rem;
  }
  .productGroupStar_module2_icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 0.1rem;
    margin-right: 0;
    margin-bottom: 0.45rem;
    font-size: 1.2rem;
  }
  .productGroupStar_module2_item:nth-child(4) .productGroupStar_module2_name,
  .productGroupStar_module2_item:nth-child(5) .productGroupStar_module2_name {
    margin-bottom: 0.55rem;
  }
  .productGroupStar_module2_name {
    font-size: 0.7rem;
    text-align: center;
    font-weight: bold;
    line-height: 0.95rem;
    margin-bottom: 0.55rem;
  }
  .productGroupStar_module2_tip {
    font-size: 0.55rem;
    line-height: 0.8rem;
    text-align: center;
  }
  .productGroupStar_module2 .product_module_title .color1 {
    display: block;
  }
  .productGroupStar_module2 .ys_module_tip {
    padding: 0 2rem;
  }
}
