.jz_screen_pc .first_style_content,
.jz_screen_pc .second_style_content,
.jz_screen_pc .third_style_content {
  padding: 1%;
}
.jz_screen_mobi .first_style_content,
.jz_screen_mobi .second_style_content,
.jz_screen_mobi .third_style_content {
  padding: 2%;
}
.icon_combination .first_style,
.icon_combination .second_style,
.icon_combination .third_style {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.icon_combination .first_style_item {
  box-sizing: border-box;
  display: block;
  margin-left: 2%;
  margin-top: 2%;
  text-align: var(--global-text-align, center);
  width: 25%;
}
.first_style_content .count1.icon_module_item {
  width: 100%;
}
.first_style_content .count2.icon_module_item {
  width: 49%;
}
.first_style_content .count3.icon_module_item {
  width: 32%;
}
.first_style_content .count4.icon_module_item {
  width: 23.5%;
}
.first_style_content .count5.icon_module_item {
  width: 18.4%;
}
.first_style_content .count6.icon_module_item {
  width: 15%;
}
.icon_combination .first_style_content .count1:nth-child(n + 1),
.icon_combination .first_style_content .count2:nth-child(odd),
.icon_combination .first_style_content .count3:nth-child(3n + 1),
.icon_combination .first_style_content .count4:nth-child(4n + 1),
.icon_combination .first_style_content .count5:nth-child(5n + 1),
.icon_combination .first_style_content .count6:nth-child(6n + 1),
.icon_combination .second_style_content .count1:nth-child(n + 1),
.icon_combination .second_style_content .count2:nth-child(odd),
.icon_combination .second_style_content .count3:nth-child(3n + 1),
.icon_combination .second_style_content .count4:nth-child(4n + 1),
.icon_combination .second_style_content .count5:nth-child(5n + 1),
.icon_combination .second_style_content .count6:nth-child(6n + 1),
.icon_combination .third_style_content .count1:nth-child(n + 1),
.icon_combination .third_style_content .count2:nth-child(odd),
.icon_combination .third_style_content .count3:nth-child(3n + 1),
.icon_combination .third_style_content .count4:nth-child(4n + 1),
.icon_combination .third_style_content .count5:nth-child(5n + 1),
.icon_combination .third_style_content .count6:nth-child(6n + 1) {
  margin-left: 0;
}
.icon_combination .first_style_content .count1:nth-child(-n + 1),
.icon_combination .first_style_content .count2:nth-child(-n + 2),
.icon_combination .first_style_content .count3:nth-child(-n + 3),
.icon_combination .first_style_content .count4:nth-child(-n + 4),
.icon_combination .first_style_content .count5:nth-child(-n + 5),
.icon_combination .first_style_content .count6:nth-child(-n + 6),
.icon_combination .second_style_content .count1:nth-child(-n + 1),
.icon_combination .second_style_content .count2:nth-child(-n + 2),
.icon_combination .second_style_content .count3:nth-child(-n + 3),
.icon_combination .second_style_content .count4:nth-child(-n + 4),
.icon_combination .second_style_content .count5:nth-child(-n + 5),
.icon_combination .second_style_content .count6:nth-child(-n + 6),
.icon_combination .third_style_content .count1:nth-child(-n + 1),
.icon_combination .third_style_content .count2:nth-child(-n + 2),
.icon_combination .third_style_content .count3:nth-child(-n + 3),
.icon_combination .third_style_content .count4:nth-child(-n + 4),
.icon_combination .third_style_content .count5:nth-child(-n + 5),
.icon_combination .third_style_content .count6:nth-child(-n + 6) {
  margin-top: 0;
}
.icon_combination .first_style_item .item_img {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.icon_combination .imgContainer {
  align-items: center;
  display: flex;
  justify-content: center;
}
.icon_combination .first_style_item .imgContainer {
  margin: 0 auto;
  width: 20%;
}
.icon_combination .first_style_item .imgAlignLeft .imgContainer {
  margin: 0;
}
.icon_combination .first_style_item_content {
  min-width: 50%;
  padding: 15%;
}
.icon_combination .first_style_item .item_title {
  -webkit-background-clip: text;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  line-height: 22px;
  margin-top: 30px;
  word-break: break-word;
}
.icon_combination .first_style_item .item_desc {
  -webkit-background-clip: text;
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 22px;
  margin-top: 12px;
  word-break: break-word;
}
.icon_combination .second_style_item {
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  margin-left: 2%;
  margin-top: 2%;
  width: 25%;
}
.icon_combination .second_style_item .second_style_item_content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 9% 6%;
  text-align: var(--global-text-align, left);
  width: 100%;
}
.icon_combination .second_style_content .count1.icon_module_item {
  width: 100%;
}
.icon_combination .second_style_content .count2.icon_module_item {
  width: 49%;
}
.icon_combination .second_style_content .count3.icon_module_item {
  width: 32%;
}
.icon_combination .second_style_content .count4.icon_module_item {
  width: 23.5%;
}
.icon_combination .second_style_content .count5.icon_module_item {
  width: 18.4%;
}
.icon_combination .second_style_content .count6.icon_module_item {
  width: 15%;
}
.icon_combination .second_style_item .second_style_item_left {
  flex: 1;
  font-size: calc(var(--fontRatio, 1) * 0px);
  text-align: var(--global-text-align, center);
}
.icon_combination .second_style_item .second_style_item_right {
  padding-left: 14px;
  width: 76%;
}
.icon_combination .second_style_item .item_title {
  -webkit-background-clip: text;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  line-height: 22px;
  word-break: break-word;
}
.icon_combination .second_style_item .item_desc {
  -webkit-background-clip: text;
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 22px;
  margin-top: 12px;
  word-break: break-word;
}
.icon_combination .second_style_item .imgAlignTop {
  align-items: normal;
}
.jz_screen_mobi .icon_combination .second_style_item .second_style_item_right {
  width: 84%;
}
.jz_screen_mobi .icon_combination .second_style_item_content {
  padding: 6.3% 8.09%;
}
.jz_screen_mobi .icon_combination .second_style_item {
  box-sizing: border-box;
  margin-left: 2%;
  padding: 0;
  text-align: var(--global-text-align, left);
  width: 100%;
}
.icon_combination .third_style_item {
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: block;
  margin-left: 2.7%;
  margin-top: 2%;
  width: 22.975%;
}
.icon_combination .third_style_item_content {
  border-radius: 2px;
  padding: 12.5% 15.6%;
}
.icon_combination .third_style .count1.icon_module_item {
  width: 100%;
}
.icon_combination .third_style .count2.icon_module_item {
  width: 48.65%;
}
.icon_combination .third_style .count3.icon_module_item {
  width: 31.53%;
}
.icon_combination .third_style .count4.icon_module_item {
  width: 22.975%;
}
.icon_combination .third_style .count5.icon_module_item {
  width: 17.84%;
}
.icon_combination .third_style .count6.icon_module_item {
  width: 14.416%;
}
.icon_combination .third_style_item .imgAlignCenter {
  text-align: var(--global-text-align, center);
}
.icon_combination .third_style_item .imgContainer {
  width: 20%;
}
.icon_combination .third_style_item .item_title {
  -webkit-background-clip: text;
  color: #333;
  font-size: calc(var(--fontRatio, 1) * 16px);
  line-height: 22px;
  margin-top: 24px;
  word-break: break-word;
}
.icon_combination .third_style_item .item_desc {
  -webkit-background-clip: text;
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 22px;
  margin-top: 10px;
  word-break: break-word;
}
.icon_combination .third_style_item .imgAlignCenter .imgContainer {
  margin: 0 auto;
}
.icon_combination .icon_item_container.imgAlignLeft {
  text-align: var(--global-text-align, left);
}
.jz_screen_mobi .third_style_content {
  padding: 2%;
}
.jz_screen_mobi .icon_combination .third_style_item {
  margin-left: 4%;
  margin-top: 4%;
  padding: 0;
  width: 48%;
}
.jz_screen_mobi .icon_combination .third_style_item_content {
  padding: 8.4%;
}
.jz_screen_mobi .icon_combination .third_style .count1.icon_module_item {
  width: 100%;
}
.jz_screen_mobi .icon_combination .third_style .count2.icon_module_item {
  width: 48%;
}
.jz_screen_mobi .icon_combination .third_style .count3.icon_module_item {
  width: 30.66%;
}
.jz_screen_mobi .icon_combination .third_style .count4.icon_module_item {
  width: 22%;
}
.jz_screen_mobi .icon_combination .third_style .count5.icon_module_item {
  width: 16.8%;
}
.jz_screen_mobi .icon_combination .third_style .count6.icon_module_item {
  width: 13.33%;
}
.jz_screen_mobi .icon_combination .first_style_item .item_title,
.jz_screen_mobi .icon_combination .third_style_item .item_title {
  margin-top: 14px;
}
.jz_screen_mobi .icon_combination .first_style_item .imgContainer,
.jz_screen_mobi .icon_combination .third_style_item .imgContainer {
  width: 26%;
}
.icon_combination .iconBgShadow {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}
.icon_combination_new_module_after_20210707 {
  .icon_item_container .item_desc,
  .icon_item_container .item_title {
    line-height: 1.5;
  }
}
.icon_combination .c__imgeffects_wrap {
  overflow: visible;
}
/*# sourceMappingURL=module_iconCombination.0e81cd47.css.map*/
