@charset "UTF-8";
/*轮播*/
.swiper-resource {
  position: relative;
}

.swiper {
  height: 530px !important;
  color: #fff;
  position: relative;
}

.swiper1,
.swiper2,
.swiper3 {
  background-image: url(../img/web-rwb/swiper1.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.swiper2 {
  background-image: url(../img/web-rwb/swiper2.png);
}

.swiper3 {
  background-image: url(../img/web-rwb/swiper3.png);
}

.swiper3 .free-btn {
  background-color: #fff;
  color: #202A54;
}

.sc-title {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
  line-height: 50px;
}

.sc-info {
  margin-bottom: 10px;
}

.sc-info:nth-of-type(0) {
  color: red;
}

.sc-underline {
  text-decoration: underline;
  margin-top: 90px;
  margin-bottom: 9px;
  max-width: 172px;
  text-align: center;
}

.free-btn {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 2px;
  background-color: #006BFF;
  transition: opacity 0.5s;
  color: #fff;
  transition: 0.3s;
  min-width: 172px;
  box-sizing: border-box;
}

.free-btn:hover {
  color: #006BFF;
  background-color: #fff;
  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;
}

.swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.swiper-btn img {
  width: 18px;
  transition: transform 0.5s;
  cursor: pointer;
}

.swiper-btn img:hover {
  transform: scale(1.1);
}

.swiper-btn .next {
  position: absolute;
  right: -8%;
  top: -18px;
  transform: rotate(180deg);
}

.swiper-btn .prev {
  position: absolute;
  left: -8%;
  top: -18px;
}

#elpagination {
  bottom: 27px;
}

#elpagination span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0 8px;
}

#elpagination .swiper-pagination-bullet {
  opacity: 1;
}

#elpagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*增长闭环*/
.ring {
  color: #333;
  text-align: center;
  padding-bottom: 92px;
  padding-top: 80px;
}

.ring .title {
  font-weight: 700;
  margin-bottom: 38px;
}

.ring .info {
  margin-bottom: 66px;
}

.ring .ring-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  /* align-items: center; */
}

.ring-itme {
  width: 260px;
  min-height: 500px;
  background-image: url(../img/web-rwb/ring1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 30px 24px 10px 24px;
  box-sizing: border-box;
  color: #fff;
  transition: transform 0.3s;
}
.ring-itme:hover {
  transform: scale(1.07);
}
.ring-itme p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.ring-itme .ring-title1 {
  font-weight: 700;
  margin-bottom: 10px;
}

.ring-itme .ring-info {
  margin-bottom: 92px;
}

.ring-itme .ring-title2 {
  padding: 23px 45px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  color: #FAB94C;
  font-weight: 700;
  margin-bottom: 15px;
}

.ring-itme i {
  font-style: italic;
  margin-left: 5px;
}
.ring-icon {
  position: relative;
  width: 1px;
}
.ring-icon img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ring-itme .ring-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ring-itme .ring-flex span {
  width: 46%;
  border: 1px dashed #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 12px 0;
}

.ring-itme2 {
  background-image: url(../img/web-rwb/ring2.png);
}

.ring-itme2 .ring-title2 {
  color: #5287F6;
}

.ring-itme3 {
  background-image: url(../img/web-rwb/ring3.png);
}

.ring-itme3 .ring-title2 {
  color: #58CD69;
}

.ring-itme3 .ring-flex span {
  width: 100%;
}

.ring-itme4 {
  background-image: url(../img/web-rwb/ring4.png);
}

.ring-itme4 .ring-title2 {
  color: #FF8A43;
}

.ring-itme4 .ring-flex span {
  width: 100%;
}

.ring-itme2,
.ring-itme4 {
  position: relative;
  top: 30px;
}

/*一分钟搭建*/
.minute {
  background-color: #F4F7FF;
  padding-top: 84px;
  padding-bottom: 68px;
  text-align: center;
}

.minute .title {
  font-weight: 700;
  color: #333;
  margin-bottom: 89px;
}

.minute-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-bottom: 180px;
  box-sizing: border-box;
  margin-bottom: 40px;
  position: relative;
  background-image: url(../img/web-rwb/line.png);
  background-repeat: no-repeat;
  background-size: 102.8% auto;
  background-position: center bottom;
  padding-left: 10px;
  padding-right: 10px;
}

.minute-flex .minute-itme:last-child {
  margin-right: 0;
}

.minute-itme {
  width: 218px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(108, 108, 108, 0.18);
  padding: 62px 28px 52px 28px;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}

.minute-itme .minute-itme-icon {
  display: inline-block;
  width: 103px;
  height: 103px;
  background-image: url(../img/web-rwb/minute-icon.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  margin-bottom: 48px;
}

.minute-itme .minute-itme-title {
  font-weight: 700;
  margin-bottom: 29px;
}

.minute-itme .minute-itme-info {
  color: #666;
  line-height: 20px;
}

.minute-itme:nth-of-type(2) .minute-itme-icon {
  background-position: -104px 0;
}

.minute-itme:nth-of-type(3) .minute-itme-icon {
  background-position: -208px 0;
}

.minute-itme:nth-of-type(4) .minute-itme-icon {
  background-position: -312px 0;
}

.minute-itme:nth-of-type(5) .minute-itme-icon {
  background-position: -416px 0;
}

.minute-itme:nth-of-type(odd) {
  position: relative;
  top: 80px;
}

.minute-itme::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.minute-arrow {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #fff;
  height: 76px;
}

.minute-arrow div {
  width: 31.5%;
  line-height: 76px;
  background-image: linear-gradient(to right, #FF8400, #FFAA50);
  position: relative;
  margin-right: 20px;
}

.minute-arrow div:nth-of-type(2) {
  background-image: linear-gradient(to right, #076FFF, #549CFF);
}

.minute-arrow div:nth-of-type(3) {
  background-image: linear-gradient(to right, #00C34E, #26FE7D);
}

.minute-arrow div::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #F4F7FF;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.minute-arrow div::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #FFAA50;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

.minute-arrow div:nth-of-type(2)::after {
  border-left: 20px solid #549CFF;
}

.minute-arrow div:nth-of-type(3)::after {
  border-left: 20px solid #26FE7D;
}

/*公众号拉新*/
.pull {
  padding-top: 83px;
}

.pull .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}

.pull .info {
  text-align: center;
  color: #333;
  margin-bottom: 48px;
}

.pull .section1 {
  padding-bottom: 54px;
}

.pull .section1 .section-content {
  min-height: 535px;
}

.pull .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px 0;
}

.pull .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px 0;
}

.pull .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px 0;
}

.pull .section2 {
  padding: 97px 0 100px 0;
  background-color: #F4F7FF;
}

.pull .section2 .section-content {
  min-height: 535px;
}

.pull .section2 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -66px;
}

.pull .section2 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -66px;
}

.pull .section2 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -66px;
}

.pull .section2 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -66px;
}

.pull .section3 {
  padding: 80px 0;
  background-color: #fff;
}

.pull .section3 .section-content {
  min-height: 500px;
}

.pull .section3 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -132px;
}

.pull .section3 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -132px;
}

.pull .section3 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -132px;
}

.pull .section3 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -132px;
}

/*公众号互动*/
.interaction {
  padding-top: 83px;
  background-color: #F4F7FF;
}

.interaction .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}

.interaction .info {
  text-align: center;
  color: #333;
  margin-bottom: 48px;
}

.interaction .section1 {
  padding-bottom: 54px;
}

.interaction .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -198px;
}

.interaction .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -198px;
}

.interaction .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -198px;
}

.interaction .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -198px;
}

.interaction .section-content {
  min-height: 516px;
}

/*公众号转化*/
.conversion {
  padding-top: 88px;
  background-color: #FFF;
}

.conversion .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}

.conversion .info {
  text-align: center;
  color: #333;
  margin-bottom: 48px;
}

.conversion .section1 {
  padding-bottom: 100px;
}

.conversion .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -264px;
}

.conversion .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -264px;
}

.conversion .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -264px;
}

.conversion .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -264px;
}

/*公众号服务*/
.gzhserve {
  padding-top: 88px;
  background-color: #F4F7FF;
}

.gzhserve .title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 39px;
}

.gzhserve .info {
  text-align: center;
  color: #333;
  margin-bottom: 48px;
}

.gzhserve .section1 {
  padding-bottom: 100px;
}

.gzhserve .section1 .section-txt-itme:nth-of-type(1) .section-txt-icon {
  background-position: 0 -330px;
}

.gzhserve .section1 .section-txt-itme:nth-of-type(2) .section-txt-icon {
  background-position: -66px -330px;
}

.gzhserve .section1 .section-txt-itme:nth-of-type(3) .section-txt-icon {
  background-position: -132px -330px;
}

.gzhserve .section1 .section-txt-itme:nth-of-type(4) .section-txt-icon {
  background-position: -198px -330px;
}

.gzhserve .section1 .section-txt-itme:nth-of-type(5) .section-txt-icon {
  background-position: -264px -330px;
}

/*公共*/
.section-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-txt {
  width: 46%;
}

.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;
  text-align: left;
}

.section-txt .info {
  min-height: 60px;
  max-height: 100px;
  border-bottom: 1px dashed #BFBFBF;
  text-align: left;
  margin-bottom: 0;
}

.section-txt .section-txt-icon {
  display: inline-block;
  width: 66px;
  height: 66px;
  background-image: url(../img/web-rwb/gzh-icon.png);
  background-repeat: no-repeat;
  background-size: 500% auto;
  background-position: 0 0;
}

.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: 51%;
  object-fit: contain;
  display: none;
}

.section-img.show {
  display: block;
}

/*客户案例*/
.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: 25%;
  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 {
  /* width: 440px;
  height: 0;
  border-top: 437px solid red;
  border-right: 165px solid transparent;
  border-image: url(../img/web-rwb/exam1.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(2) .exam-ti-left {
  border-image: url(../img/web-rwb/exam2.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(3) .exam-ti-left {
  border-image: url(../img/web-rwb/exam3.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(4) .exam-ti-left {
  border-image: url(../img/web-rwb/exam4.png) 440 165 0 0;
}

.exam-tablist .exam-tab-item:nth-of-type(5) .exam-ti-left {
  border-image: url(../img/web-rwb/exam5.png) 440 165 0 0;
} */

.exam-ti-right {
  height: 420px;
  width: 50%;
  background-color: inherit;
  float: right;
  padding-left: 30px;
  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: 143px;
  height: 74px;
  background-image: url(../img/web-rwb/exam1-icon.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-ti-right {
  padding-top: 30px;
}

.exam-tab-item:nth-of-type(2) .exam-icon {
  width: 241px;
  height: 45px;
  background-image: url(../img/web-rwb/exam2-icon.png);
}

.exam-tab-item:nth-of-type(3) .exam-icon {
  width: 187px;
  background-image: url(../img/web-rwb/exam3-icon.png);
}

.exam-tab-item:nth-of-type(4) .exam-icon {
  width: 142px;
  background-image: url(../img/web-rwb/exam4-icon.png);
}

.exam-tab-item:nth-of-type(5) .exam-icon {
  width: 151px;
  background-image: url(../img/web-rwb/exam5-icon.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);
}

.swiper-resource,
.ring,
.minute,
.pull,
.interaction,
.conversion,
.gzhserve,
.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;
}
