@charset "UTF-8";

/*轮播*/
.swiper-resource {
  position: relative;
}

.swiper {
  height: 530px !important;
  color: #fff;
  position: relative;
}

.swiper-wrapper {
  height: 100%;
}

.swiper1 {
  background-image: url(../img/web-qwb/swiper1.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  height: 100%;
}

.sc-title {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
  line-height: 40px;
}

.sc-info {
  margin-bottom: 10px;
}

.sc-info:nth-of-type(0) {
  color: red;
}

.sc-underline {
  text-decoration: underline;
  margin-top: 94px;
  margin-bottom: 9px;
}

.free-btn {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  background-color: #fff;
  transition: opacity 0.5s;
}

.free-btn:hover {
  color: #006BFF;
  opacity: 0.9;
}

.sc-left {
  float: left;
  padding-top: 130px;
}

.sc-right {
  float: right;
  padding-top: 44px;
  padding-right: 25px;
}

.sc-right img {
  width: 468px;
}

/*增长模型*/
.grow {
  padding-top: 83px;
  padding-bottom: 82px;
}

.grow .title {
  font-weight: 700;
  color: #333;
  margin-bottom: 82px;
  text-align: center;
}

.grow .grow-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.grow .grow-itme {
  position: relative;
}

.grow .grow-itme p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-bottom: 30px;
  height: 56px;
  padding-right: 82px;
}

.grow .grow-itme p:nth-of-type(2) {
  padding-right: 108px;
}

.grow .grow-itme p:nth-of-type(3) {
  padding-right: 108px;
}

.grow .grow-itme p:last-child {
  margin-bottom: 0;
}

.grow .grow-itme-right p {
  text-align: left;
  padding-right: 0;
  padding-left: 82px;
  justify-content: flex-start;
}

.grow .grow-itme-right p:nth-of-type(2) {
  padding-right: 0;
  padding-left: 108px;
}

.grow .grow-itme-right p:nth-of-type(3) {
  padding-right: 0;
  padding-left: 108px;
}

.grow-itme::after {
  content: '';
  display: block;
  position: absolute;
  width: 82px;
  height: 100%;
  background-image: url(../img/web-qwb/grow1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 0;
  right: 0;
}

.grow-itme-right::after {
  top: 0;
  left: 0;
}

.grow-itme2::after {
  background-image: url(../img/web-qwb/grow2.png);
}

.grow-itme3::after {
  background-image: url(../img/web-qwb/grow3.png);
}

.grow-itme4::after {
  background-image: url(../img/web-qwb/grow4.png);
}

.grow-img {
  width: 202px;
  height: 202px;
  border: 24px solid #deecff;
  background-color: #006BFF;
  border-radius: 50%;
  background-image: url(../img/web-qwb/grow-center.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: center center;
}

/*裂变获客*/
.getuser {
  background-color: #F4F7FF;
  padding-top: 83px;
  padding-bottom: 74px;
}

.getuser .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}

.getuser .info {
  text-align: center;
  color: #333;
  margin-bottom: 65px;
}

.getuser-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.getuser-itme {
  width: 358px;
  text-align: center;
  padding: 31px 17px 24px 17px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 3px 4px 10px 0 rgba(39, 35, 96, 0.2);
  transition: transform 0.3s;
}
.getuser-itme:hover {
  transform: scale(1.07);
}
.getuser-itme .number-icon {
  margin-bottom: 25px;
}

.getuser-itme .number-icon span {
  display: inline-block;
  width: 73px;
  height: 67px;
  background-image: url(../img/web-qwb/number.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
}

.getuser-itme .getuser-itme-title {
  font-weight: 700;
  margin-bottom: 14px;
}

.getuser-itme .getuser-itme-info {
  color: #666;
  margin-bottom: 39px;
}

.getuser-itme .getuser-itme-flex {
  padding: 33px 25px 5px 25px;
  border: 1px dashed #006BFF;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.getuser-itme .getuser-itme-flex span {
  width: 45%;
  line-height: 29px;
  background-color: #EBF4FF;
  margin-bottom: 30px;
  border-radius: 5px;
}

.getuser-itme:nth-of-type(2) .number-icon span {
  width: 89px;
  height: 67px;
  background-position: -74px 0;
}

.getuser-itme:nth-of-type(2) .getuser-itme-flex {
  border-color: #00AA58;
}

.getuser-itme:nth-of-type(2) .getuser-itme-flex span {
  background-color: #D6FFEB;
  color: #00AA58;
}

.getuser-itme:nth-of-type(3) .number-icon span {
  width: 89px;
  height: 67px;
  background-position: -165px 0;
}

.getuser-itme:nth-of-type(3) .getuser-itme-flex {
  border-color: #FF5408;
}

.getuser-itme:nth-of-type(3) .getuser-itme-flex span {
  background-color: #FFE0D3;
  color: #FF5408;
}

.getuser-itme:nth-of-type(3) .flex-row {
  flex-grow: 1;
  width: 100%;
}

.section-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-txt {
  width: 47%;
}

.section-txt .section-txt-itme div {
  flex: 0.95;
  overflow: hidden;
  box-sizing: border-box;
}

.section-txt .section-txt-itme {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 29px;
  cursor: pointer;
}

.section-txt .title {
  font-weight: 700;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: normal;
}

.section-txt .info {
  min-height: 60px;
  max-height: 100px;
  border-bottom: 1px dashed #BFBFBF;
}

.section-txt .section-txt-icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-image: url(../img/web-qwb/scrm-icon.png);
  background-repeat: no-repeat;
  background-size: 500% auto;
  background-position: center center;
}

.section-txt .section-txt-itme:last-child {
  margin-bottom: 0;
}

.section-txt > div:hover .title,
.section-txt > div:hover .info {
  color: #006BFF;
}
.section-txt-itme.hover .title,
.section-txt-itme.hover .info{
  color: #006BFF;
}
.section-img {
  width: 49%;
  object-fit: contain;
}
.getuser-section .section-img {
  display: none;
}
.getuser-section .section-img.show {
  display: block;
}

.getuser-section .section1 {
  padding: 95px 0 105px 0;
}
.getuser-section .section1 .section-content {
  min-height: 500px;
}
.getuser-section .section2 .section-content {
  min-height: 510px;
}
.getuser-section .section3 .section-content {
  min-height: 500px;
}
.getuser-section .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 0;
}

.getuser-section .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px 0px;
}

.getuser-section .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px 0px;
}

.getuser-section .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px 0px;
}

.getuser-section .section2 {
  padding: 77px 0 100px 0;
  background-color: #F4F7FF;
}

.getuser-section .section2 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -66px;
}

.getuser-section .section2 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -66px;
}

.getuser-section .section2 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -66px;
}

.getuser-section .section2 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -66px;
}

.getuser-section .section2 .section-txt-itme:nth-of-type(5) .section-txt-icon {
  background-position: -264px -66px;
}

.getuser-section .section3 {
  padding: 73px 0 84px 0;
}

.getuser-section .section3 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -132px;
}

.getuser-section .section3 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -132px;
}

.getuser-section .section3 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -132px;
}

.getuser-section .section3 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -132px;
}

/*客户营销*/
.market {
  background-color: #F4F7FF;
  padding: 84px 0 20px 0;
}

.market .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.market .info {
  text-align: center;
  margin-bottom: 30px;
}

.section-txt-itme .title {
  text-align: left;
  margin-bottom: 13px;
}

.section-txt-itme .info {
  text-align: left;
  margin-bottom: 0;
}

.market .section1 {
  padding: 40px 0 0 0;
}

.market .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -264px;
}

.market .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -264px;
}

.market .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -264px;
}

.market .section2 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -198px;
}

.market .section2 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -198px;
}

.market .section2 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -198px;
}

/*客户转化*/
.conversion {
  background-color: #fff;
  padding: 84px 0 20px 0;
}

.conversion .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.conversion .info {
  text-align: center;
  margin-bottom: 30px;
}

.section-txt-itme .title {
  text-align: left;
  margin-bottom: 13px;
}

.section-txt-itme .info {
  text-align: left;
  margin-bottom: 0;
}

.conversion .section1 {
  padding: 40px 0 0 0;
}

.conversion .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -396px;
}

.conversion .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -396px;
}

.conversion .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -396px;
}

.conversion .section2 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -330px;
}

.conversion .section2 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -330px;
}

.conversion .section2 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -330px;
}

/*客户转化*/
.admin {
  background-color: #F4F7FF;
  padding: 84px 0 90px 0;
}

.admin .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.admin .info {
  text-align: center;
  margin-bottom: 68px;
}

.section-txt-itme .title {
  text-align: left;
  margin-bottom: 13px;
}

.section-txt-itme .info {
  text-align: left;
  margin-bottom: 0;
}

.admin .section2 {
  padding: 40px 0 0 0;
}

.admin .section2 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -462px;
}

.admin .section2 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -462px;
}

.admin .section2 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -462px;
}

.admin .section2 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -462px;
}

.admin .section2 .section-txt-itme:nth-of-type(5) .section-txt-icon {
  background-position: -264px -462px;
}

/*风控管理*/
.risk {
  background-color: #fff;
  padding: 84px 0 90px 0;
}

.risk .title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.risk .info {
  text-align: center;
  margin-bottom: 30px;
}

.section-txt-itme .title {
  text-align: left;
  margin-bottom: 13px;
}

.section-txt-itme .info {
  text-align: left;
  margin-bottom: 0;
}

.risk .section1 {
  padding: 40px 0 0 0;
}

.risk .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -528px;
}

.risk .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -528px;
}

.risk .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -528px;
}

.risk .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -528px;
}

.risk .section1 .section-txt-itme:nth-of-type(5) .section-txt-icon {
  background-position: -264px -528px;
}

/*行业案例*/
.examples {
  background-image: url(../img/examples-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 76px 0 80px 0;
}

.examples-title {
  text-align: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.09em;
  margin-bottom: 70px;
}

.examples-tab {
  width: 100%;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}

.examples-tab span {
  display: block;
  width: 33.3333%;
  line-height: 44px;
  border-right: 1px solid #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.examples-tab span:last-child {
  border: 0;
}

.examples-tab span:hover {
  background-color: #fff;
  color: #006bff;
  cursor: pointer;
}

.examples-tab span.tab-active {
  background-color: #fff;
  color: #006bff;
  cursor: pointer;
}

.exam-tablist {
  height: 420px;
  padding: 9px 0;
  position: relative;
  overflow: hidden;
}

.exam-tab-item {
  width: 100%;
  height: 420px;
  position: absolute;
  opacity: 0;
}

.exam-ti-count {
  width: 100%;
  position: absolute;
  background-color: #fff;
  color: #333;
}

.exam-ti-left {
  /* border-top: 437px solid red;
  border-right: 165px solid transparent; */
  /* border-image: url(../img/web-qwb/example1.png) 440 165 0 0; */
  position: absolute;
  top: -9px;
  left: -1px;
  transform: translateY(-100%);
  z-index: 9;
}
.exam-ti-left img {
  width: 606px;
}
/* .exam-tablist .exam-tab-item:nth-of-type(1) .exam-ti-right {
  padding-top: 30px;
}

.exam-tablist .exam-tab-item:nth-of-type(2) .exam-ti-left {
  border-image: url(../img/web-qwb/example2.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(3) .exam-ti-left {
  border-image: url(../img/web-qwb/example3.png) 440 165 0 0;
} */

.exam-ti-right {
  height: 420px;
  width: 50%;
  background-color: inherit;
  float: right;
  padding-left: 35px;
  padding-right: 63px;
  padding-top: 52px;
  box-sizing: border-box;
  transform: translateY(110%);
  position: relative;
  z-index: 8;
}

.exam-ti-right .exam-icon {
  display: block;
  width: 166px;
  height: 58px;
  background-image: url(../img/web-qwb/exam-icon1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  margin-bottom: 56px;
}

.exam-ti-right .exam-item-title {
  margin-bottom: 25px;
  font-weight: 700;
}

.exam-ti-right .exam-item-info {
  color: #666;
  margin-bottom: 56px;
  letter-spacing: 0.03em;
  line-height: 22px;
}

.exam-ti-right a {
  padding: 7px 28px;
  border: 1px solid #006BFF;
}

.exam-tab-item:nth-of-type(1) .exam-icon {
  width: 90px;
  height: 90px;
}

.exam-tab-item:nth-of-type(2) .exam-icon {
  background-image: url(../img/web-qwb/exam-icon2.png);
}

.exam-tab-item:nth-of-type(3) .exam-icon {
  background-image: url(../img/web-qwb/exam-icon3.png);
}

.exam-tab-item.tab-show {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.exam-tab-item.tab-show .exam-ti-left, .exam-tab-item.tab-show .exam-ti-right {
  transition: 0.5s ease-in-out;
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .swiper-resource,
  .footer {
    width: 1390px;
    box-sizing: border-box;
  }
}

.swiper-resource,
.getuser,
.getuser-section,
.market,
.conversion,
.admin,
.risk,
.examples {
  min-width: 1390px;
}
/*合作企业*/
.business {
  padding-top: 77px;
  padding-bottom: 94px;
  color: #333;
}

.business-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
}

.business-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.business-content:nth-of-type(odd) .business-item:nth-of-type(even) {
  background-color: #fff;
}

.business-content:nth-of-type(odd) .business-item:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.business-content:nth-of-type(even) .business-item:nth-of-type(odd) {
  background-color: #fff;
}

.business-content:nth-of-type(even) .business-item:nth-of-type(even) {
  background-color: #F2F2F2;
}

.business-content .business-item {
  width: 16.66667%;
  height: 140px;
  position: relative;
}

.business-content .business-item .business-icon {
  display: inline-block;
  width: 100%;
  height: 100px;
  background-image: url(../img/business-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.business-content .business-item:nth-of-type(2) .business-icon {
  background-position: -201px 0;
}

.business-content .business-item:nth-of-type(3) .business-icon {
  background-position: -402px 0;
}

.business-content .business-item:nth-of-type(4) .business-icon {
  background-position: -603px 0;
}

.business-content .business-item:nth-of-type(5) .business-icon {
  background-position: -804px 0;
}

.business-content .business-item .business-icon {
  background-position: -1005px 0;
}

.business-content .business-item p {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.business-content1 .business-item:nth-of-type(1) .business-icon {
  background-position: 0 0;
}

.business-content2 .business-item .business-icon {
  background-position: 0 -101px;
}

.business-content2 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -101px;
}

.business-content2 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -101px;
}

.business-content2 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -101px;
}

.business-content2 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -101px;
}

.business-content2 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -101px;
}

.business-content3 .business-item .business-icon {
  background-position: 0 -202px;
}

.business-content3 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -202px;
}

.business-content3 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -202px;
}

.business-content3 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -202px;
}

.business-content3 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -202px;
}

.business-content3 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -202px;
}

.business-content4 .business-item .business-icon {
  background-position: 0 -303px;
}

.business-content4 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -303px;
}

.business-content4 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -303px;
}

.business-content4 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -303px;
}

.business-content4 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -303px;
}

.business-content4 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -303px;
}

.business-content5 .business-item .business-icon {
  background-position: 0 -404px;
}

.business-content5 .business-item:nth-of-type(2) .business-icon {
  background-position: -201px -404px;
}

.business-content5 .business-item:nth-of-type(3) .business-icon {
  background-position: -402px -404px;
}

.business-content5 .business-item:nth-of-type(4) .business-icon {
  background-position: -603px -404px;
}

.business-content5 .business-item:nth-of-type(5) .business-icon {
  background-position: -804px -404px;
}

.business-content5 .business-item:nth-of-type(6) .business-icon {
  background-position: -1005px -404px;
}

/*新企业合作*/

.new-business {
  background-color: #f4f7ff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.new-business .business-title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 60px;
}

.new-business .bussiness-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-business .bussiness-flex:last-of-type {
  margin-bottom: 0;
}

.new-business .business-item {
  width: 150px;
  height: 75px;
  background-color: #fff;
  background-image: url(../img/business-logo.png);
  background-size: 903.75px 538.5px;
}

.new-business .business-item:nth-of-type(2) {
  background-position: -150.75px 0;
}

.new-business .business-item:nth-of-type(3) {
  background-position: -301.5px 0;
}

.new-business .business-item:nth-of-type(4) {
  background-position: -452.25px 0;
}

.new-business .business-item:nth-of-type(5) {
  background-position: -603px 0;
}

.new-business .business-item:nth-of-type(6) {
  background-position: -753.75px 0;
}

.new-business .business-item:nth-of-type(7) {
  background-position: 0 -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(1) {
  background-position: -150.75px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(2) {
  background-position: -301.5px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(3) {
  background-position: -452.25px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(4) {
  background-position: -603px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(5) {
  background-position: -753.75px -75.75px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(6) {
  background-position: 0 -151.5px;
}

.new-business .bussiness-flex:nth-of-type(2) .business-item:nth-of-type(7) {
  background-position: -150.75px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(1) {
  background-position: -301.5px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(2) {
  background-position: -452.25px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(3) {
  background-position: -603px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(4) {
  background-position: -753.75px -151.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(5) {
  background-position: 0 -227.25px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(6) {
  background-position: -150.75px -226.5px;
}

.new-business .bussiness-flex:nth-of-type(3) .business-item:nth-of-type(7) {
  background-position: -301.5px -226.5px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(1) {
  background-position: -452.25px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(2) {
  background-position: -603px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(3) {
  background-position: -753.75px -227.25px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(4) {
  background-position: 0 -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(5) {
  background-position: -150.75px -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(6) {
  background-position: -302.25px -303px;
}

.new-business .bussiness-flex:nth-of-type(4) .business-item:nth-of-type(7) {
  background-position: -452.25px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(1) {
  background-position: -603px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(2) {
  background-position: -753.75px -303px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(3) {
  background-position: 0 -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(4) {
  background-position: -150.75px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(5) {
  background-position: -302.25px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(6) {
  background-position: -452.25px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(5) .business-item:nth-of-type(7) {
  background-position: -603px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(1) {
  background-position: -753.75px -378.75px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(2) {
  background-position: 0 -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(3) {
  background-position: -150.75px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(4) {
  background-position: -302.25px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(5) {
  background-position: -452.25px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(6) {
  background-position: -603px -454.5px;
}

.new-business .bussiness-flex:nth-of-type(6) .business-item:nth-of-type(7) {
  background-position: -753.75px -454.5px;
}
