.productGroup_banner {
  background: url('/shop/img/product/productGroup-banner.jpg') center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.productGroup_banner .ys_banner_left {
  padding-left: 50px;
}
.productGroup_banner_title {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  line-height: 74px;
}
.productGroup_banner_desc {
  font-size: 52px;
  color: #F0D20A;
  font-weight: bold;
  margin-bottom: 46px;
}
.productGroup_banner_tip {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
}
.productGroup_banner_img {
  position: absolute;
  right: 30px;
  bottom: 82px;
  width: 530px;
}
.productGroup_module1 {
  background-color: #fff;
  padding: 86px 0 80px;
}
.productGroup_module1_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 50px;
}
.productGroup_module1_list ~ .productGroup_module1_list {
  margin-top: 0;
}
.productGroup_module1_item {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.productGroup_module1_img {
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 4px;
}
.productGroup_module1_arrows {
  position: absolute;
  top: 25px;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 30px;
  width: 136px;
  height: 92px;
  margin-top: 4px;
  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: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.productGroup_module1_arrows::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('/shop/img/product/productGroup-arrows.png') center center no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.productGroup_module1_arrows.arrows1,
.productGroup_module1_arrows.arrows4 {
  left: 188px;
}
.productGroup_module1_arrows.arrows2,
.productGroup_module1_arrows.arrows5 {
  left: 532px;
}
.productGroup_module1_arrows.arrows3,
.productGroup_module1_arrows.arrows6 {
  left: 878px;
}
.productGroup_module1_arrows.arrows4::after,
.productGroup_module1_arrows.arrows5::after,
.productGroup_module1_arrows.arrows6::after {
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.productGroup_module1_right {
  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: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 116px;
  padding: 10px 38px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.productGroup_module1_arrows1 {
  width: 96px;
  height: 32px;
  background: url('/shop/img/product/productGroup-arrows.png') center right no-repeat;
  -o-background-size: auto 31px;
  background-size: auto 31px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.productGroup_module2 {
  background-color: #F0F3FA;
  padding: 86px 0 90px;
}
.productGroup_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;
  margin-top: 55px;
}
.productGroup_module2_item {
  width: 355px;
  height: 365px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 10px 0;
}
.productGroup_module2_item ~ .productGroup_module2_item {
  margin-left: 22px;
}
.productGroup_module2_icon {
  display: block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  border-radius: 50%;
  background-color: #cfe2ff;
  margin: 6px auto 20px;
  font-family: 'ys-iconfont';
  font-size: 70px;
  color: #1472FF;
  text-align: center;
}
.productGroup_module2_title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.productGroup_module2_tip {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
.productGroup_module2_tip.tip2 {
  width: 164px;
}
.productGroup_module3 {
  background-color: #fff;
  padding: 90px 0 0;
}
.productGroup_module3_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;
  margin-top: 46px;
}
.productGroup_module3_item {
  width: 279px;
  height: 354px;
  padding: 30px 20px 0;
  border-radius: 10px;
  border: 1px dashed transparent;
  position: relative;
}
.productGroup_module3_item ~ .productGroup_module3_item {
  margin-left: 26px;
}
.productGroup_module3_item ~ .productGroup_module3_item::before {
  content: "";
  position: absolute;
  top: 216px;
  left: -34px;
  width: 41px;
  height: 29px;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  background-image: url('/shop/img/product/productGroup-arrows01.png');
}
.productGroup_module3_item:first-child {
  border-color: #156DEB;
  background-color: #E0ECFF;
}
.productGroup_module3_item:nth-child(2) {
  border-color: #03C368;
  background-color: #E1FFF1;
}
.productGroup_module3_item:nth-child(3) {
  border-color: #F06B1E;
  background-color: #FCE7DA;
}
.productGroup_module3_item:nth-child(3)::before {
  background-image: url('/shop/img/product/productGroup-arrows02.png');
}
.productGroup_module3_item:nth-child(4) {
  border-color: #E0351F;
  background-color: #FFDCD7;
}
.productGroup_module3_item:nth-child(4)::before {
  background-image: url('/shop/img/product/productGroup-arrows03.png');
}
.productGroup_module3_index {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin: 0 auto 18px;
}
.productGroup_module3_title {
  font-size: 28px;
  color: #333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 28px;
}
.productGroup_module3_card {
  width: 100%;
  height: 136px;
  padding: 0 12px;
  border-radius: 10px;
  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;
}
.productGroup_module3_item:first-child .productGroup_module3_index {
  background-color: #1472FF;
}
.productGroup_module3_item:first-child .productGroup_module3_card {
  background: -webkit-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: -moz-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: -o-linear-gradient(bottom, #1472FF 3%, #4E8FF0 100%);
  background: linear-gradient(0deg, #1472FF 3%, #4E8FF0 100%);
}
.productGroup_module3_item:nth-child(2) .productGroup_module3_index {
  background-color: #03C368;
}
.productGroup_module3_item:nth-child(2) .productGroup_module3_card {
  background: -webkit-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: -moz-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: -o-linear-gradient(bottom, #02C267 3%, #18D278 100%);
  background: linear-gradient(0deg, #02C267 3%, #18D278 100%);
}
.productGroup_module3_item:nth-child(3) .productGroup_module3_index {
  background-color: #F06B1E;
}
.productGroup_module3_item:nth-child(3) .productGroup_module3_card {
  background: -webkit-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: -moz-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: -o-linear-gradient(bottom, #F06A1D 3%, #F78645 100%);
  background: linear-gradient(0deg, #F06A1D 3%, #F78645 100%);
}
.productGroup_module3_item:nth-child(4) .productGroup_module3_index {
  background-color: #E0351E;
}
.productGroup_module3_item:nth-child(4) .productGroup_module3_card {
  background: -webkit-linear-gradient(bottom, #E0351E 3%, #E6523E 100%);
  background: -moz-linear-gradient(bottom, #E0351E 3%, #E6523E 100%);
  background: -o-linear-gradient(bottom, #E0351E 3%, #E6523E 100%);
  background: linear-gradient(0deg, #E0351E 3%, #E6523E 100%);
}
.productGroup_module3_tip {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
@media (max-width: 768px) {
  .productGroup_banner {
    background-image: url('/shop/img/product/productGroup-banner-phone.jpg');
  }
  .productGroup_banner .ys_banner_left {
    padding: 1.75rem 0 0;
    text-align: center;
  }
  .productGroup_banner_title {
    font-size: 1.3rem;
    line-height: 1.85rem;
  }
  .productGroup_banner_desc {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
  }
  .productGroup_banner_tip {
    font-size: 0.6rem;
    margin-bottom: 0.75rem;
  }
  .productGroup_banner_img {
    right: 3.3rem;
    bottom: -0.5rem;
    width: 12.3rem;
  }
  .productGroup_module1 {
    padding: 1.9rem 0;
  }
  .productGroup_module1_list {
    padding: 0 0.5rem;
    margin-top: 1.25rem;
  }
  .productGroup_module1_item {
    font-size: 0.6rem;
  }
  .productGroup_module1_img {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    margin-bottom: 0.1rem;
  }
  .productGroup_module1_arrows {
    top: 0.1rem;
    font-size: 0.5rem;
    line-height: 0.75rem;
    width: 4rem;
    height: 2rem;
    margin-top: 0;
  }
  .productGroup_module1_arrows::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0.55rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('/shop/img/product/productGroup-arrows.png') center center no-repeat;
    -o-background-size: contain;
    background-size: contain;
  }
  .productGroup_module1_arrows.arrows1 {
    left: 2.1rem;
  }
  .productGroup_module1_arrows.arrows2 {
    left: 7.4rem;
  }
  .productGroup_module1_arrows.arrows3 {
    left: 12.5rem;
  }
  .productGroup_module1_arrows.arrows4 {
    left: 2.5rem;
  }
  .productGroup_module1_arrows.arrows5 {
    width: 1.8rem;
    left: 8.8rem;
    background-position: center right;
  }
  .productGroup_module1_arrows.arrows6 {
    left: 12.5rem;
  }
  .productGroup_module1_arrows.arrows4 + .productGroup_module1_item {
    margin-left: 1.5rem;
  }
  .productGroup_module1_arrows.arrows5 + .productGroup_module1_item {
    margin-right: 0.5rem;
  }
  .productGroup_module1_right {
    height: 1.9rem;
    padding: 0.25rem 0.9rem;
  }
  .productGroup_module1_arrows1 {
    width: 1.4rem;
    height: 0.8rem;
    -o-background-size: auto 0.45rem;
    background-size: auto 0.45rem;
  }
  .productGroup_module2 {
    padding: 1.9rem 0;
  }
  .productGroup_module2_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.2rem;
    padding: 0 0.5rem;
  }
  .productGroup_module2_item {
    width: 8.6rem;
    height: 9.3rem;
    border-radius: 0.25rem;
    padding: 1rem 0.25rem 0;
    margin-bottom: 0.5rem;
  }
  .productGroup_module2_item ~ .productGroup_module2_item {
    margin-left: 0;
  }
  .productGroup_module2_item:last-child {
    width: 100%;
    height: 7.8rem;
  }
  .productGroup_module2_icon {
    width: 3.1rem;
    height: 3.1rem;
    line-height: 3.1rem;
    margin: 0 auto 0.6rem;
    font-size: 1.7rem;
  }
  .productGroup_module2_title {
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
  }
  .productGroup_module2_tip {
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .productGroup_module2_tip.tip2 {
    width: 100%;
  }
  .productGroup_module3 {
    padding: 2rem 0 0.5rem;
  }
  .productGroup_module3_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.15rem;
  }
  .productGroup_module3_item {
    width: 8.475rem;
    height: 10.75rem;
    padding: 0.9rem 0.6rem 0;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
  }
  .productGroup_module3_item ~ .productGroup_module3_item {
    margin-left: 0.8rem;
  }
  .productGroup_module3_item ~ .productGroup_module3_item::before {
    top: 6.5rem;
    left: -1.05rem;
    width: 1.25rem;
    height: 0.9rem;
  }
  .productGroup_module3_item:nth-child(3) {
    margin-left: 0;
  }
  .productGroup_module3_item:nth-child(3)::before {
    content: none;
  }
  .productGroup_module3_index {
    width: 1.65rem;
    height: 1.65rem;
    line-height: 1.65rem;
    font-size: 0.8rem;
    margin-bottom: 0.625rem;
  }
  .productGroup_module3_title {
    font-size: 0.75rem;
    line-height: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .productGroup_module3_card {
    height: 4.15rem;
    padding: 0 0.3rem;
    border-radius: 0.25rem;
  }
  .productGroup_module3_tip {
    font-size: 0.55rem;
    line-height: 0.85rem;
  }
}
