﻿#newBridge{
    display: none !important;
}
.w1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title {
  text-align: center;
  padding-top: 57px;
  padding-bottom: 68px;
}

.title p {
  font-size: 42px;
  line-height: 88px;
  color: #292b33;
}

.title div {
  font-size: 16px;
  color: #474b59;
  line-height: 1.3;
  margin-top: 3px;
}

.borderTop {
  width: 100%;
  height: 1px;
  background: #0042ff;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
}

.borderBottom {
  width: 100%;
  height: 1px;
  background: #0042ff;
  right: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
}

.borderLeft {
  width: 1px;
  height: 100%;
  background: #0042ff;
  bottom: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
}

.borderRight {
  width: 1px;
  height: 100%;
  background: #0042ff;
  top: -100%;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}

@font-face {
  font-family: barlow;
  src: url(../font/Barlow-Medium.ttf);
}

@font-face {
  font-family: "number";
  src: url("../font/Montserrat-Regular.woff2");
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.header .w1400 {
  padding: 21px 0;
}

.header .w1400 .logo {
  display: block;
  height: 45px;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.header .w1400 .logo img {
  height: 100%;
  width: auto;
}

.header .w1400 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .w1400 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .w1400 .right ul li {
  margin-left: 58px;
}

.header .w1400 .right ul li:first-child {
  margin-left: 0;
}

.header .w1400 .right ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
}

.header .w1400 .right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: number;
  color: #fff;
  font-size: 20px;
}

.header .w1400 .right span a {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}

.header .w1400 .right .btn {
  display: block;
  width: 120px;
  line-height: 42px;
  text-align: center;
  color: #fb3159;
  background: #fff;
  border-radius: 21px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}

.header .w1400 .right .menu {
  display: none;
}

.header.active {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.header.active .w1400 .right ul li a {
  color: #333;
}

.header.active .w1400 .right span {
  color: #333;
}

.header.active .w1400 .right span a {
  color: #333;
}

.header.active .w1400 .right .btn {
  color: #fff;
  background: #fb3159;
}

.banner {
  display: block;
  position: relative;
  font-size: 0;
  height: 800px;
  background: #e5344e;
}

.banner .bg {
  width: 100%;
  height: auto;
}

.banner .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 795px;
  width: 100%;
}

.banner .content .bannerTitle {
  text-align: center;
  padding-bottom: 4px;
  padding-top: 16px;
  position: relative;
}

.banner .content .bannerTitle p {
  font-size: 58px;
  line-height: calc(98 / 58);
  color: #fff;
  font-weight: bold;
  padding: 0 106px;
}
.banner .content .bannerTitle p:first-child{
    text-align: left;
}
.banner .content .bannerTitle p:nth-child(2){
    text-align: right;
}
.banner .content .bannerTitle i {
  font-size: 58px;
  line-height: calc(84 / 58);
  font-weight: bold;
  color: #fff;
  font-style: normal;
}

.banner .content .bannerTitle span {
  display: block;
  background: url(../image/bannerImg2.png) no-repeat center;
  font-size: 28px;
  line-height: calc(48 / 28);
  color: #fff;
  letter-spacing: 22px;
  margin-top: 42px;
}

.banner .content .bannerTitle .leftTop {
  position: absolute;
  top: 0;
  left: 0;
}

.banner .content .bannerTitle .rightBottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner .content .bannerTitle .rightBottom img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner .content .btn {
  width: 240px;
  line-height: 54px;
  background-color: #ffffff;
  border-radius: 27px;
  color: #fb3159;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 56px;
}

.banner .content .btn img {
  margin-right: 12px;
}

.block {
  background: #f8f9fb;
  height: 820px;
}

.block .w1400 {
  max-width: 1300px;
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block .w1400 .list {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#ecf5ff)),
    -webkit-gradient(linear, left top, left bottom, from(#32cf9a), to(#32cf9a));
  background-image: linear-gradient(0deg, #ffffff 0%, #ecf5ff 100%),
    linear-gradient(#32cf9a, #32cf9a);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 1px 14px 46px 0px rgba(0, 36, 96, 0.17);
  box-shadow: 1px 14px 46px 0px rgba(0, 36, 96, 0.17);
  border: solid 1px #fff;
  width: calc(270 / 1300 * 100%);
  min-height: 360px;
  padding: 30px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  position: relative;
  overflow: hidden;
}

.block .w1400 .list .img {
  font-size: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block .w1400 .list .img img {
  height: auto;
}

.block .w1400 .list .listTitle {
  font-size: 22px;
  color: #1a1a1a;
  margin-top: 32px;
}

.block .w1400 .list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
  color: #6b6f74;
  font-size: 15px;
}

.block .w1400 .list p:first-child {
  margin-top: 34px;
}

.block .w1400 .list p img {
  max-height: 20px;
  width: auto;
  margin-right: 10px;
}

.block .w1400 .list a {
  font-size: 15px;
  color: #0042ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
}

.block .w1400 .list a img {
  margin-left: 12px;
}

.block .w1400 .list:nth-child(odd) {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
}

.block .w1400 .list:hover .borderTop {
  left: 0;
}

.block .w1400 .list:hover .borderRight {
  top: 0;
}

.block .w1400 .list:hover .borderBottom {
  right: 0;
}

.block .w1400 .list:hover .borderLeft {
  bottom: 0;
}

.block2 {
  padding-bottom: 35px;
}

.block2 .w1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block2 .w1400 .list {
  width: calc(430 / 1400 * 100%);
  margin-bottom: 60px;
  margin-left: calc(55 / 1400 * 100%);
}

.block2 .w1400 .list:nth-child(3n + 1) {
  margin-left: 0;
}

.block2 .w1400 .list:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.block2 .w1400 .list a {
  display: block;
  overflow: hidden;
}

.block2 .w1400 .list .img {
  font-size: 0;
}

.block2 .w1400 .list .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block2 .w1400 .list .listTitle {
  font-size: 22px;
  color: #1a1a1a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  margin-top: 26px;
}

.block2 .w1400 .list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  color: #919396;
  line-height: 1.5;
}

.block2 .w1400 .list span a {
  display: block;
  color: #4c4d4e;
}

.block2 .w1400.contact {
  padding: 49px 100px;
  background-color: #faf1f2;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block2 .w1400.contact .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block2 .w1400.contact .left .img {
  width: 82px;
  height: 82px;
  background-color: #0042ff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 54px;
}

.block2 .w1400.contact .left .img img {
  margin: 0 auto;
}

.block2 .w1400.contact .left .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block2 .w1400.contact .left .cont p {
  font-size: 38px;
  letter-spacing: 2px;
  color: #1a1a1a;
  margin-top: -8px;
}

.block2 .w1400.contact .left .cont div {
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
  opacity: 0.7;
}

.block2 .w1400.contact .btn {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  width: 220px;
  line-height: 50px;
  background-color: #f32e55;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block2 .w1400.contact .btn img {
  margin-right: 12px;
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
}

.block3 {
  background: url(../image/block3Img.jpg) no-repeat center/cover;
  background-attachment: fixed !important;
}

.block3 .title p,
.block3 .title div {
  color: #fff;
}

.block3 .w1400 {
  padding-bottom: 100px;
}

.block3 .w1400 .list {
  width: calc(260 / 1400 * 100%);
  text-align: center;
  padding: 28px 30px 57px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: calc(25 / 1400 * 100%);
  min-height: 370px;
  position: relative;
  overflow: hidden;
}

.block3 .w1400 .list .border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block3 .w1400 .list .borderTop,
.block3 .w1400 .list .borderRight,
.block3 .w1400 .list .borderBottom,
.block3 .w1400 .list .borderLeft {
  background: #fff;
}

.block3 .w1400 .list:first-child {
  margin-left: 0;
}

.block3 .w1400 .list .num {
  font-size: 48px;
  color: #fff;
  opacity: 0.2;
  font-family: number;
}

.block3 .w1400 .list .listTitle {
  font-size: 24px;
  color: #fff;
  margin-top: 12px;
}

.block3 .w1400 .list p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  opacity: 0.8;
  margin-top: 18px;
}

.block3 .w1400 .list p:first-child {
  margin-top: 34px;
}

.block3 .w1400 .list:hover {
  border: none;
}

.block3 .w1400 .list:hover .botder {
  border-color: rgba(255, 255, 255, 0);
}

.block3 .w1400 .list:hover .borderTop {
  background: #fff;
  left: 0;
}

.block3 .w1400 .list:hover .borderRight {
  background: #fff;
  top: 0;
}

.block3 .w1400 .list:hover .borderBottom {
  background: #fff;
  right: 0;
}

.block3 .w1400 .list:hover .borderLeft {
  background: #fff;
  bottom: 0;
}

.block3 .mySwiper {
  display: none;
}

.block4 .w1400 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 100px;
}

.block4 .w1400 .img {
  font-size: 0;
}

.block4 .w1400 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block4 .w1400 ul li {
  width: 25%;
  text-align: center;
  position: relative;
}

.block4 .w1400 ul li::after {
  width: 1px;
  height: 77px;
  background-color: black;
  opacity: 0.1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.block4 .w1400 ul li:first-child::after {
  display: none;
}

.block4 .w1400 ul li p {
  font-size: 22px;
  color: #f33a55;
  font-family: number;
}

.block4 .w1400 ul li p span {
  font-size: 68px;
  font-family: number;
  font-weight: bold;
}

.block4 .w1400 ul li div {
  font-size: 20px;
  color: #6b6f74;
  margin-top: 13px;
}

.block5 {
  background: url(../image/block5Img.jpg) no-repeat center/cover;
}

.block5 .title p,
.block5 .title div {
  color: #fff;
}

.block5 .w1400 form {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 82px;
}

.block5 .w1400 form input {
  width: calc(450 / 1400 * 100%);
  height: 60px;
  background: none;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 30px;
  margin-right: 20px;
}

.block5 .w1400 form input::-webkit-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input:-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::-ms-input-placeholder {
  color: #fff;
}

.block5 .w1400 form input::placeholder {
  color: #fff;
}

.block5 .w1400 form .btn {
  width: 180px;
  line-height: 60px;
  background-color: #ffffff;
  border-radius: 2px;
  color: #0042ff;
  font-size: 16px;
  text-align: center;
  display: block;
}

.footer {
  background-color: #262a36;
  padding-top: 76px;
}

.footer .w1400 .left {
  width: calc(100% - (380 / 1400 * 100%));
}

.footer .w1400 .left .footerTitle {
  font-size: 24px;
  color: #fff;
}

.footer .w1400 .left .content {
  width: 100%;
  padding-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 64px;
}

.footer .w1400 .left .content .list {
  width: calc(450 / 1020 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
}

.footer .w1400 .left .content .list .img {
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 26px;
}

.footer .w1400 .left .content .list .img img {
  margin: 0 auto;
}

.footer .w1400 .left .content .list .cont {
  padding-top: 4px;
}

.footer .w1400 .left .content .list .cont p {
  font-size: 18px;
  color: #fff;
}

.footer .w1400 .left .content .list .cont div {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 13px;
}

.footer .w1400 .right {
  width: calc(410 / 1400 * 100%);
}

.footer .w1400 .right .footerTitle {
  font-size: 24px;
  color: #fff;
}

.footer .w1400 .right .content {
  margin-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .w1400 .right .content .img {
  font-size: 0;
  min-height: 142px;
  max-width: 150px;
}

.footer .w1400 .right .content .cont {
  margin-left: calc(30 / 380 * 100%);
}

.footer .w1400 .right .content .cont p {
  font-size: 15px;
  color: #fff;
}

.footer .w1400 .right .content .cont a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 14px;
  display: block;
}

.footer .w1400 .right .content .cont .tel {
  font-size: 26px;
  font-family: number;
  white-space: nowrap;
  margin-bottom: 25px;
}

.footer .w1400 .company {
  display: none;
}

.window {
  display: none;
  position: fixed;
  z-index: 11;
}

.beian {
  background-color: #1d202a;
}

.beian .w1400 {
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  opacity: 0.55;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.beian .w1400 a {
  font-size: 14px;
  color: #fff;
}

.beian .mob {
  display: none;
}

.blackBg {
  display: none;
}

.rightBlock {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.rightBlock ul li {
  width: 80px;
  height: 80px;
  background: #e5344e;
  border-radius: 5px;
  margin-top: 2px;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.rightBlock ul li:first-child {
  margin-top: 0;
}

.rightBlock ul li a {
  padding: 10px;
  display: block;
  height: 100%;
}

.rightBlock ul li .img {
  width: 100%;
  height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.rightBlock ul li p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}

.rightBlock ul li.on {
  background: #e5344e;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.rightBlock ul li .cont {
  display: none;
  position: absolute;
  top: 0;
  right: 86px;
  width: 172px;
  height: 170px;
  background: url(../image/floatRightImg6.png) no-repeat right;
}

.rightBlock ul li .cont .BlockWechat {
  width: 159px;
  text-align: center;
  padding-top: 18px;
}

.rightBlock ul li .cont .BlockWechat p {
  margin-top: 0;
  margin-bottom: 9px;
  color: #003bb0;
  font-size: 14px;
}

.rightBlock ul li .cont .BlockWechat img {
  max-width: 110px;
  height: auto;
  margin: 0 auto;
}
.rightBlock ul li.tel{
    display: none;
}
.rightBlock ul li.tel a{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:996px){
    .rightBlock ul li p{
        display: none;
    }
    .rightBlock ul li{
        width: 40px;
        height: 40px;
    }
    .rightBlock ul li a{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rightBlock ul li a img{
        max-width: 20px;
    }
    .rightBlock ul li.tel{
        display: block;
    }
    .rightBlock ul li:nth-child(2){
        display: none;
    }
}

/*# sourceMappingURL=global.css.map */
/* 抖音代运营服务内容 */

.w1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.w1300.service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w1300.service .item {
  width: 27.7%;
  margin-bottom: 77px;
  text-align: center;
}
.w1300.service .item h6 {
  margin-top: 30px;
  margin-bottom: 17px;
  font-size: 22px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.w1300.service .item p {
  letter-spacing: 0px;
  color: #6b6f74;
  font-size: 15px;
  line-height: 30px;
}
.counsel {
  text-align: center;
}
.counsel img {
  vertical-align: bottom;
  margin-right: 12px;
  font-size: 15px;
  color: #6b6f74;
}
.counsel a {
  color: #6b6f74;
}

/* 案例展示 */
.case .w1400 {
  flex-wrap: wrap;
}
.case .w1400 .item {
  border-top: solid 6px #f32e55;
  background-color: #f8f9fb;
  width: 31.5%;
  padding: 75px 44px 69px;
}
.case .w1400 .item h5 {
  color: #1a1a1a;
  font-size: 22px;
  margin-bottom: 25px;
}
.case .w1400 .item p {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  min-height: 90px;
}

.case .w1400 .item img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.case .w1400.case-banner {
  margin: 80px auto 105px;
}
.pageBlock3 ul {
  display: flex;
  flex-wrap: wrap;
}
.pageBlock3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.pageBlock3 ul li img {
  max-width: 80%;
}
/* 服务优势 */
.strength-content {
  background-color: #f8f9fb;
}
.strength {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.strength .item {
  border: solid 1px #e8e8e8;
  height: 248px;
  text-align: center;
  width: calc(20% - 30px);
  margin-bottom: 40px;
}
.strength .item.none {
  display: none;
}
.strength .item img {
  margin-top: 35px;
}
/* 合作流程 */
.step {
  padding-bottom: 100px;
}
.step .w1400 .list {
  width: 15.2142857143%;
  margin-left: 24px;
  background: #f8f9fb;
  min-height: 300px;
  padding: 62px 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.step .w1400 .list .tit {
  font-size: 22px;
  color: #1a1a1a;
}
.step .w1400 .list .tips {
  font-size: 15px;
  color: #6b6f74;
  line-height: 2;
  margin-top: 14px;
}
.step .w1400 .list .num {
  font-size: 120px;
  color: #f33a55;
  opacity: 0.07;
  position: absolute;
  font-weight: bold;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.step .w1400 .list:first-child {
  margin-left: 0;
}

.pageBlock3 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pageBlock3 ul {
  display: flex;
  flex-wrap: wrap;
}
.pageBlock3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: 72px;
  width: 12.5%;
}
.pageBlock3 ul li img {
  max-width: 80%;
}
