.cooperate-page .section .title {
  color: #1f1f1f;
  font-size: 2.285em;
}
.cooperate-page .banner .bg {
  height: 20em;
  background-image: url("/assets/imgs/images/cooperate/banner.png");
}
.cooperate-page .carbon .m {
  position: relative;
}
.cooperate-page .carbon .title {
  width: 100%;
  bottom: 3em;
  position: absolute;
}
.cooperate-page .carbon .body {
  height: 43em;
  position: relative;
}
.cooperate-page .carbon .body .list-wrap {
  height: 100%;
  position: relative;
}
.cooperate-page .carbon .circle-wrap {
  top: 11em;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.cooperate-page .carbon .circle {
  top: 0;
  left: 50%;
  width: 100em;
  height: 100em;
  margin: 0 auto;
  border: 3px solid #00a0e9;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 50%;
}
.cooperate-page .carbon .item {
  width: 11.5em;
  z-index: 1;
  padding: 1em;
  position: absolute;
  background: #fff;
  text-align: center;
}
.cooperate-page .carbon .item:nth-child(1) {
  top: 65%;
  left: 0;
}
.cooperate-page .carbon .item:nth-child(2) {
  top: 19%;
  left: 17%;
}
.cooperate-page .carbon .item:nth-child(3) {
  top: 6%;
  left: 44%;
}
.cooperate-page .carbon .item:nth-child(4) {
  top: 19%;
  right: 17%;
}
.cooperate-page .carbon .item:nth-child(5) {
  top: 65%;
  right: 0;
}
.cooperate-page .carbon .item .icon {
  font-size: 3.1em;
}
.cooperate-page .carbon .item .inner {
  color: #4f4f4f;
  margin-top: 1em;
}
.cooperate-page .carbon .item .label {
  font-weight: bold;
  white-space: nowrap;
}
.cooperate-page .carbon .item .text {
  font-size: .85em;
  margin-top: 1em;
}
.cooperate-page .deposit .body {
  padding: 1.4em 3.57em;
}
.cooperate-page .deposit .content {
  margin-top: 2em;
}
.cooperate-page .deposit .left {
  flex: 1;
  overflow: hidden;
  padding-right: 2em;
}
.cooperate-page .deposit .item {
  display: flex;
  font-size: 1.28em;
  align-items: center;
}
.cooperate-page .deposit .item + .item {
  margin-top: 1.66em;
}
.cooperate-page .deposit .item .n {
  color: #002fa7;
  margin-right: 1.94em;
}
.cooperate-page .deposit .item-group {
  width: 20em;
  color: #002fa7;
  height: 5.55em;
  border: 2px solid #002fa7;
  display: flex;
  padding: 0 1.11em;
  align-items: center;
  line-height: 1.4;
  border-radius: 0.55em;
}
.cooperate-page .deposit .item:nth-child(2n-1) .item-group {
  color: #ffffff;
  background-color: #002fa7;
}

.cooperate-page .bot .body {
  color: #4f4f4f;
  font-size: 1.57em;
  padding-bottom: 6.75em;
}
.cooperate-page .bot .body h2 {
  font-size: 1.8em;
  font-weight: normal;
}
.cooperate-page .bot .body h2 .s {
  font-size: 0.55em;
}
.cooperate-page .bot .body .list-wrap {
  margin-left: 1.5em;
}
.cooperate-page .bot .body .list-wrap .item {
  color: #ffffff;
  height: 2.8em;
  position: relative;
  font-size: 1em;
  transition: all 0.3s;
  line-height: 2.8em;
  padding-left: 2.5em;
  padding-right: 1.1em;
  background-color: #5b9bd5;
}
.cooperate-page .bot .body .list-wrap .item + .item {
  margin-left: 0.5em;
}
.cooperate-page .bot .body .list-wrap .item::before, .cooperate-page .bot .body .list-wrap .item::after {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-width: 1.4em 0 1.4em 1.4em;
  border-style: solid;
}
.cooperate-page .bot .body .list-wrap .item::before {
  left: 0;
  z-index: 1;
  border-color: transparent #fafafa transparent #fafafa;
}
.cooperate-page .bot .body .list-wrap .item::after {
  left: 100%;
  z-index: 2;
  border-color: transparent #5b9bd5 transparent #5b9bd5;
}
.cooperate-page .bot .body .tip {
  margin-top: 4.25em;
}
.cooperate-page  .advantage .list-wrap .loading-wrap,
.cooperate-page  .advantage .list-wrap .item {
  display: inline-block;
  vertical-align: middle;
}
.cooperate-page  .advantage .loading-wrap {
  font-size: .8em;
}
.cooperate-page  .advantage .loading .circle + .circle {
  margin-left: .5em;
}
.cooperate-page .advantage .list-wrap .item {
  width: 8.35em;
  height: 9.64em;
  text-align: center;
  background-size: 100% 100%;
}
.cooperate-page  .advantage .list-wrap .item:nth-child(4n-3) {
  color: #9c1717;
  background-image: url(/assets/imgs/images/cooperate/hexagon.png);
}
.cooperate-page  .advantage .list-wrap .item:nth-child(4n-1) {
  color: #fff;
  background-image: url(/assets/imgs/images/cooperate/hexagon-o.png);
}
.cooperate-page  .advantage .list-wrap .item span {
  line-height: 9.64em;
}

@media screen and (max-width: 768px) {
  .cooperate-page .body {
    padding-bottom: 4em !important;
  }
  .cooperate-page .banner .bg {
    height: 9.375em;
    background-image: url("/assets/imgs/images/cooperate/banner@768.png");
  }
  .cooperate-page .section .title {
    position: static;
    font-size: 1.416em;
  }
  .cooperate-page .carbon .circle-wrap {
    top: 3em;
  }
  .cooperate-page .carbon .body {
    height: 28em;
  }
  .cooperate-page .carbon .circle {
    width: 20em;
    height: 20em;
  }
  .cooperate-page .carbon .item {
    padding: 0;
    font-size: .8em;
  }
  .cooperate-page .carbon .item:nth-child(1) {
    top: 26%;
  }
  .cooperate-page .carbon .item:nth-child(2) {
    top: 0%;
    left: 34%;
  }
  .cooperate-page .carbon .item:nth-child(3) {
    top: 26%;
    left: auto;
    right: 0;
  }
  .cooperate-page .carbon .item:nth-child(4) {
    top: 70%;
    right: 8%;
  }
  .cooperate-page .carbon .item:nth-child(5) {
    top: 70%;
    left: 8%;
    right: auto;
  }
  .cooperate-page .deposit .body {
    display: block;
    padding: 0;
  }
  .cooperate-page .deposit .content {
    /* display: block; */
  }
  .cooperate-page .deposit .body .left {
    padding: 0 1em;
    text-align: center;
  }
  .cooperate-page .deposit .body .right {
    margin-top: 2em;
  }
  .cooperate-page .deposit .body .right .item {
    font-size: 1em;
  }
  .cooperate-page .deposit .body .right .item-group {
    width: 100%;
  }
  .cooperate-page .deposit .body .right .n {
    margin-right: 0.8em;
  }
  
  .cooperate-page .bot .body {
    font-size: 1em;
  }
  .cooperate-page .bot .body .wrap {
    display: block;
    position: relative;
  }
  .cooperate-page .bot .body h2 {
    top: 50%;
    left: 50%;
    display: flex;
    position: absolute;
    font-size: 1.75em;
    transform: translate(-50%, -50%);
    align-items: center;
    flex-direction: column;
  }
  .cooperate-page .bot .body .list-wrap {
    width: 20em;
    height: 20em;
    margin: 3.5em auto;
    border: 3px solid #bfbfbf;
    display: block;
    position: relative;
    border-radius: 50%;
  }
  .cooperate-page .bot .body .list-wrap .item {
    top: 0;
    left: 7.2em;
    width: 5.6em;
    height: 50%;
    padding: 0;
    position: absolute;
    background: none;
    transform-origin: 50% 100%;
  }
  .cooperate-page .bot .body .list-wrap .item .text {
    top: -2.8em;
    width: 5.6em;
    height: 5.6em;
    display: flex;
    position: absolute;
    align-items: center;
    line-height: 1;
    border-radius: 50%;
    justify-content: center;
    background-color: #5b9bd5;
  }
  .cooperate-page .bot .body .list-wrap .item .text::before {
    content: "";
    top: 50%;
    left: -3em;
    width: 3em;
    height: 3px;
    position: absolute;
    transform: translateY(-50%);
    background-color: #bfbfbf;
  }
  .cooperate-page .bot .body .list-wrap .item + .item {
    margin-left: 0;
  }
  .cooperate-page .bot .body .list-wrap .item::after, .cooperate-page .bot .body .list-wrap .item::before {
    display: none;
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(1) .text::before {
    display: none;
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(2) {
    transform: rotate(72deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(2) span {
    transform: rotate(-72deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(3) {
    transform: rotate(144deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(3) span {
    transform: rotate(-144deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(4) {
    transform: rotate(216deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(4) span {
    transform: rotate(-216deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(5) {
    transform: rotate(288deg);
  }
  .cooperate-page .bot .body .list-wrap .item:nth-child(5) span {
    transform: rotate(-288deg);
  }
  .cooperate-page .bot .body .tip {
    margin-top: 2.3em;
  }
  .cooperate-page  .advantage {
    font-size: .6em;
  }
  .cooperate-page .advantage .list-wrap .loading-wrap:nth-child(6) {
    display: block;
  }
  .cooperate-page .advantage .list-wrap .loading-wrap:nth-child(6) .loading {
    display: none;
  }
  .cooperate-page .advantage .list-wrap .item:nth-child(1),
  .cooperate-page .advantage .list-wrap .item:nth-child(2),
  .cooperate-page .advantage .list-wrap .item:nth-child(3),
  .cooperate-page .advantage .list-wrap .item:nth-child(4),
  .cooperate-page .advantage .list-wrap .item:nth-child(5) {
    margin-bottom: -.5em;
  }
}<!--0.00016617774963379-->