.cooperation-contact-banner {
  /* min-height: 699px; */
  width: 100%;
  background: url("../img/cooperation-contact/banner-bg.png") no-repeat center -3px;
  background-size: cover;
}

.cooperation-contact-banner .wapper-max-container {
  position: relative;
  min-height: 693px;
  min-width: 1220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cooperation-contact-banner .text {
}
.cooperation-contact-banner .robit {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.cooperation-contact-wapper .item {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  top: -80px;
}
.cooperation-contact-wapper .item img {
  max-width: 100%;
}
.cooperation-contact-channel {
  max-width: 1294px;
}
.cooperation-contact-channel .channel-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 70px;
  align-items: center;
  align-content: center;
}
.cooperation-contact-channel  .channel-logo span{
  width: 160px;
  text-align: center;
}
.cooperation-contact-channel .channel-logo .item {
  padding: 20px 0;
  max-width: 120px;
}

@media (max-width: 63.999em) {
  .cooperation-contact-banner {
    min-height: 270px;
  }
  .cooperation-contact-banner .wapper-max-container {
    min-height: 270px;
    min-width: 100%;
  }

  .cooperation-contact-banner .text {
    max-width: calc(100% - 40px);
    max-height: 60px;
  }
  .cooperation-contact-banner .robit {
    position: absolute;
    right: 20px;
    bottom: -10px;
    max-height: 126px;
  }
  .cooperation-contact-channel {
    max-width: 100%;
  }
  .cooperation-contact-wapper .item {
    max-width: calc(100% - 40px);
    top: -20px;
    margin: 0 20px;
  }
  .cooperation-contact-wapper .pure-u-lg-1-2:last-child .item {
    top: -25px;
  }
  .cooperation-contact-wapper .item img {
    max-height: 100%;
    max-width: 100%;
  }
  .cooperation-contact-channel .channel-logo {
    margin: 20px auto;
  }
  .cooperation-contact-channel  .channel-logo span{
    width: auto;
  }
  .cooperation-contact-channel .channel-logo .item {
    padding: 16px 16px;
    max-width: auto;
  }
}

@media (max-width: 47.999em) {
  .cooperation-contact-channel  .channel-logo span{
    width: auto;
  }
  .cooperation-contact-channel .channel-logo .item {
    padding: 12px 16px;
    max-width: 70px;
  }
}
