.cooperation-wrap {
  position: relative;
}
.cooperation-wrap  .go-join-wrap {
  top: 360px;
  right: 100px;
  position: absolute;
  cursor: pointer;
  position: fixed;
}
.cooperation-wrap .go-join-wrap .insert {
  width: 48px;
  height: 144px;
  background: linear-gradient(180deg, #FFE8D9 0%, #FFF8F2 100%);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  border-radius: 24px;
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cooperation-wrap .go-join-wrap .img-box img {
  max-height: 32px;
  max-width: 32px;
  margin-top: 8px;
}
.cooperation-wrap .go-join-wrap .insert .text-desc {
  writing-mode: vertical-lr;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 16px;
  margin-top: 8px;
}