.cooperationPC {
  width: 100%;
  background: #060b19;
  padding-bottom: 100px;
}
.cooperationPC .inner {
  display: flex;
  flex-direction: column;
}
.cooperationPC .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  position: relative;
}
.cooperationPC .inner .section1 .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.cooperationPC .inner .section1 .item .left {
  width: calc((100% - 150px)/2);
  position: relative;
  display: flex;
  align-items: center;
}
.cooperationPC .inner .section1 .item .left .img {
  width: 100%;
  height: 100%;
  background: transparent;
  filter: blur(96.3px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cooperationPC .inner .section1 .item .left .num1 {
  color: #141525;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 200px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.cooperationPC .inner .section1 .item .left .content {
  width: calc(100% - 35px - 11px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}
.cooperationPC .inner .section1 .item .left .content .num2 {
  text-align: right;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.cooperationPC .inner .section1 .item .left .content .title {
  text-align: right;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
.cooperationPC .inner .section1 .item .left .content .desc {
  text-align: right;
  color: #7d8ca2;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
}
.cooperationPC .inner .section1 .item .left .line {
  width: 35px;
  height: 1px;
  border-radius: 0.5px;
  background: #293449;
  z-index: 2;
}
.cooperationPC .inner .section1 .item .middle {
  width: 69px;
  max-width: 69px;
  min-width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 1px solid #2f3e54;
  background: #0b1221;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperationPC .inner .section1 .item .middle svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperationPC .inner .section1 .item .right {
  width: calc((100% - 150px)/2);
  max-width: 593px;
  position: relative;
  display: flex;
  align-items: center;
}
.cooperationPC .inner .section1 .item .right .img {
  width: 100%;
  height: 100%;
  background: #0a122a;
  filter: blur(96.3px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cooperationPC .inner .section1 .item .right .num1 {
  color: #141525;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.cooperationPC .inner .section1 .item .right .content {
  width: calc(100% - 35px - 11px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.cooperationPC .inner .section1 .item .right .content .num2 {
  text-align: left;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.cooperationPC .inner .section1 .item .right .content .title {
  text-align: left;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
.cooperationPC .inner .section1 .item .right .content .desc {
  text-align: left;
  color: #7d8ca2;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
}
.cooperationPC .inner .section1 .item .right .line {
  width: 35px;
  height: 1px;
  border-radius: 0.5px;
  background: #293449;
  z-index: 2;
}
.cooperationPC .inner .section1 .item:hover .left .img {
  background: #0E162E;
}
.cooperationPC .inner .section1 .item:hover .left .num1 {
  color: #200e1a;
}
.cooperationPC .inner .section1 .item:hover .left .line {
  background: #821c28;
}
.cooperationPC .inner .section1 .item:hover .middle {
  border: 1px solid #d7151a;
}
.cooperationPC .inner .section1 .item:hover .middle svg {
  fill: #D7151A !important;
  stroke: #D7151A !important;
  z-index: 1;
  transform: rotateY(360deg);
}
.cooperationPC .inner .section1 .item:hover .middle svg path,
.cooperationPC .inner .section1 .item:hover .middle svg circle,
.cooperationPC .inner .section1 .item:hover .middle svg rect,
.cooperationPC .inner .section1 .item:hover .middle svg line,
.cooperationPC .inner .section1 .item:hover .middle svg polyline,
.cooperationPC .inner .section1 .item:hover .middle svg polygon {
  fill: #D7151A !important;
  stroke: #D7151A !important;
}
.cooperationPC .inner .section1 .item:hover .right .img {
  background: #0E162E;
}
.cooperationPC .inner .section1 .item:hover .right .num1 {
  color: #200e1a;
}
.cooperationPC .inner .section1 .item:hover .right .line {
  background: #821c28;
}
.cooperationPC .inner .section1 .item:nth-child(even) .left {
  opacity: 0;
}
.cooperationPC .inner .section1 .item:nth-child(odd) .right {
  opacity: 0;
}
.cooperationPC .inner .section1::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 52%;
  width: 2px;
  height: 80%;
  background: linear-gradient(180deg, #201728 0%, #401d2e 28.85%, #201728 59.13%, #401d2e 92.79%);
  z-index: 1;
}
.cooperationPC .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cooperationPC .inner .section2 .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.cooperationPC .inner .section2 .btn {
  border-radius: 10px;
  border: 1px solid #e7000b;
  background: #e7000b;
  overflow: hidden;
  padding: 12px 30px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
  text-align: center;
}
.cooperationPC .inner .section2 .btn:hover {
  background: transparent;
  color: #e7000b;
}
.cooperationMobile {
  width: 100%;
  background: #060b19;
  padding-bottom: 100px;
  display: none;
}
.cooperationMobile .inner {
  display: flex;
  flex-direction: column;
}
.cooperationMobile .inner .section1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
  position: relative;
}
.cooperationMobile .inner .section1 .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.cooperationMobile .inner .section1 .item .middle {
  width: 69px;
  max-width: 69px;
  min-width: 69px;
  height: 69px;
  border-radius: 50%;
  border: 1px solid #2f3e54;
  background: #0b1221;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperationMobile .inner .section1 .item .middle svg {
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.cooperationMobile .inner .section1 .item .right {
  width: calc((100% - 150px)/2);
  max-width: 593px;
  position: relative;
  display: flex;
  align-items: center;
}
.cooperationMobile .inner .section1 .item .right .img {
  width: 100%;
  height: 100%;
  background: #0a122a;
  filter: blur(96.3px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.cooperationMobile .inner .section1 .item .right .num1 {
  color: #141525;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 200px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.cooperationMobile .inner .section1 .item .right .content {
  width: calc(100% - 35px - 11px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.cooperationMobile .inner .section1 .item .right .content .num2 {
  text-align: left;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.cooperationMobile .inner .section1 .item .right .content .title {
  text-align: left;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
.cooperationMobile .inner .section1 .item .right .content .desc {
  text-align: left;
  color: #7d8ca2;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 20px;
}
.cooperationMobile .inner .section1 .item .right .line {
  width: 35px;
  height: 1px;
  border-radius: 0.5px;
  background: #293449;
  z-index: 2;
}
.cooperationMobile .inner .section1 .item:hover .left .img {
  background: #0E162E;
}
.cooperationMobile .inner .section1 .item:hover .left .num1 {
  color: #200e1a;
}
.cooperationMobile .inner .section1 .item:hover .left .line {
  background: #821c28;
}
.cooperationMobile .inner .section1 .item:hover .middle {
  border: 1px solid #d7151a;
}
.cooperationMobile .inner .section1 .item:hover .middle svg {
  fill: #D7151A !important;
  stroke: #D7151A !important;
  z-index: 1;
  transform: rotateY(360deg);
}
.cooperationMobile .inner .section1 .item:hover .middle svg path,
.cooperationMobile .inner .section1 .item:hover .middle svg circle,
.cooperationMobile .inner .section1 .item:hover .middle svg rect,
.cooperationMobile .inner .section1 .item:hover .middle svg line,
.cooperationMobile .inner .section1 .item:hover .middle svg polyline,
.cooperationMobile .inner .section1 .item:hover .middle svg polygon {
  fill: #D7151A !important;
  stroke: #D7151A !important;
}
.cooperationMobile .inner .section1 .item:hover .right .img {
  background: #0E162E;
}
.cooperationMobile .inner .section1 .item:hover .right .num1 {
  color: #200e1a;
}
.cooperationMobile .inner .section1 .item:hover .right .line {
  background: #821c28;
}
.cooperationMobile .inner .section1 .item:nth-child(even) .left {
  opacity: 0;
}
.cooperationMobile .inner .section1 .item:nth-child(odd) .right {
  opacity: 0;
}
.cooperationMobile .inner .section1::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 52%;
  width: 2px;
  height: 80%;
  background: linear-gradient(180deg, #201728 0%, #401d2e 28.85%, #201728 59.13%, #401d2e 92.79%);
  z-index: 1;
}
.cooperationMobile .inner .section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cooperationMobile .inner .section2 .text1 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
  text-align: center;
}
.cooperationMobile .inner .section2 .btn {
  border-radius: 10px;
  border: 1px solid #e7000b;
  background: #e7000b;
  overflow: hidden;
  padding: 12px 30px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: 0.5s;
  text-align: center;
}
.cooperationMobile .inner .section2 .btn:hover {
  background: transparent;
  color: #e7000b;
}
@media screen and (max-width: 1800px) {
  .cooperationPC .inner .section1::after {
    left: 51.5%;
  }
}
@media screen and (max-width: 1700px) {
  .cooperationPC .inner .section1::after {
    left: 51%;
  }
}
@media screen and (max-width: 1600px) {
  .cooperationPC .inner .section1::after {
    left: 50%;
  }
  .cooperationMobile .inner .section1::after {
    left: 50%;
  }
}
@media screen and (max-width: 1440px) {
  .cooperationPC .inner .section1 .item .left .content .title {
    font-size: 25px;
  }
  .cooperationPC .inner .section1 .item .right .content .title {
    font-size: 25px;
  }
  .cooperationPC .inner .section2 .text1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .cooperationMobile .inner .section1 .item .left .content .title {
    font-size: 25px;
  }
  .cooperationMobile .inner .section1 .item .right .content .title {
    font-size: 25px;
  }
  .cooperationMobile .inner .section2 .text1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .cooperationMobile .inner .section1 {
    gap: 50px;
  }
  .cooperationPC {
    display: none;
  }
  .cooperationMobile {
    display: flex;
  }
  .cooperationMobile .inner .section1 .item .right {
    width: calc(100% - 80px) !important;
  }
  .cooperationMobile .inner .section1 .item:nth-child(odd) .left {
    opacity: 1;
  }
  .cooperationMobile .inner .section1 .item:nth-child(odd) .right {
    opacity: 1;
  }
  .cooperationMobile .inner .section1::after {
    left: 35px;
  }
  .cooperationMobile .inner .section1 .item .right .img {
    display: none;
  }
  .cooperationMobile .inner .section1 .item .right .content .num2 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .cooperationMobile .inner .section1 .item .right .content .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .cooperationMobile .inner .section1 .item .right .content .desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cooperationMobile {
    padding-bottom: 40px;
  }
  .cooperationMobile .inner .section1 {
    margin-bottom: 30px;
  }
  .cooperationMobile .inner .section2 .text1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .cooperationMobile .inner .section1 .item .middle {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .cooperationMobile .inner .section1 .item .middle svg {
    width: 20px;
    height: 20px;
  }
  .cooperationMobile .inner .section1 .item .right {
    width: calc(100% - 60px) !important;
  }
  .cooperationMobile .inner .section1 .item .right .line {
    width: 25px;
  }
  .cooperationMobile .inner .section1::after {
    left: 25px;
    height: 85%;
  }
  .cooperationMobile .inner .section2 .btn {
    padding: 10px 30px;
    font-size: 15px;
  }
}
