@media only screen and (min-width: 320px) {
  .cooperativePartner {
    min-height: 200px;
  }
  .cooperativePartner .cooperPartnerBox {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox {
    height: 50px;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox > img {
    height: 50px;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox {
    height: 50px;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox > img {
    height: 30px;
    margin-top: 20px;
  }
  .cooperativePartner .cooperPartnerSponsorBox {
    width: 95%;
    margin: 40px auto;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block {
    width: calc(100% - 20px);
    margin: 0 auto;
    background-image: url('../image/organizationBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line {
    display: block;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .label {
    font-size: 14px;
    min-width: 160px;
    display: block;
    text-align: left;
    height:40px;
    line-height:40px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group {
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item {
    width: 120px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px 10px 0px;
    background-color: #fff;
    border:0.5px solid #000;
    border-radius:4px;
    padding:5px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item.text {
    font-size: 14px;
    color: #000;
    border: none;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 0px;
    padding: 0 12px;
    background: none !important;
    text-align: center;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .cooperativePartner {
    min-height: 200px;
  }
  .cooperativePartner .cooperPartnerBox {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox {
    height: 100px;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox > img {
    height: 100px;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox {
    height: 100px;
    margin-right: 5%;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox > img {
    height: 50px;
    margin-top: 50px;
  }
  .cooperativePartner .cooperPartnerSponsorBox {
    width: 90%;
    margin: 40px auto;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block {
    width: calc(90% - 40px);
    margin: 0 auto;
    background-image: url('../image/organizationBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line {
    display: flex;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .label {
    font-size: 14px;
    min-width: 160px;
    max-width: 160px;
    height:40px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    line-height:16px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group {
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item {
    width: 120px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px 10px 10px;
    background-color: #fff;
    border:0.5px solid #000;
    border-radius:4px;
    padding:5px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item.text {
    font-size: 14px;
    color: #000;
    border:none;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 10px;
    padding: 0 12px;
    background: none !important;
    text-align: center;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .cooperativePartner {
    min-height: 200px;
  }
  .cooperativePartner .cooperPartnerBox {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox {
    height: 120px;
  }
  .cooperativePartner .cooperPartnerBox > .leftBox > img {
    height: 120px;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox {
    height: 120px;
    margin-right: 5%;
  }
  .cooperativePartner .cooperPartnerBox > .rightBox > img {
    height: 60px;
    margin-top: 60px;
  }
  .cooperativePartner .cooperPartnerSponsorBox {
    width: 80%;
    margin: 40px auto;
    position: relative;
    z-index: 500;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block {
    width: calc(90% - 40px);
    margin: 0 auto;
    background-image: url('../image/organizationBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line {
    display: flex;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .label {
    font-size: 14px;
    display: flex;
    min-width: 160px;
    max-width: 160px;
    justify-content: flex-end;
    height:70px;
    text-align: right;
    line-height: 16px;
    align-items: center;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line:first-child .label {
    font-size: 14px;
    display: flex;
    min-width: 160px;
    max-width: 160px;
    justify-content: flex-end;
    height:40px;
    text-align: right;
    line-height: 16px;
    align-items: center;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group {
    display: flex;
    flex-wrap: wrap;
    min-height: 40px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item {
    width: 120px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 10px 10px 10px;
    background-color: #fff;
    border:0.5px solid #000;
    padding:5px;
    border-radius: 4px;
  }
  .cooperativePartner .cooperPartnerSponsorBox .block .line .group .item.text {
    font-size: 14px;
    color: #000;
    border:none;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 10px 10px;
    padding: 0 12px;
    background: none !important;
    text-align: center;
    width: auto;
  }
}
