.banner {
  height: 3.5rem;
  position: relative;
  background: url(../img/partnerships/partner_bgc1.jpg) no-repeat center / cover;
}
.banner ul {
  position: absolute;
  bottom: 0;
  display: flex;
}
.banner ul li {
  margin-right: 0.2rem;
  width: 1.65rem;
  height: 0.48rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border-bottom: 0.02rem solid #E11932;
}
.banner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  font-family: Catamaran-Medium, Catamaran;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active {
  background: #E11932 !important;
}
.banner span {
  font-size: 0.4rem;
  position: absolute;
  left: 2.4rem;
  top: 1.09rem;
  font-weight: bold;
  font-family: Catamaran-ExtraBold, Catamaran;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.title-style1 {
  margin-top: 1rem;
  margin-bottom: 0.53rem;
}
.text-style1 {
  margin-bottom: 0.74rem;
}
.partnerships-list ul {
  display: flex;
  flex-wrap: wrap;
}
.partnerships-list ul li {
  width: 3.48rem;
  margin-right: 0.16rem;
  height: 2.3rem;
  margin-bottom: 0.16rem;
}
.partnerships-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.partnerships-list ul li a .img-box {
  width: 3.48rem;
  height: 1.6rem;
  border: 0.01rem solid #efefef;
}
.partnerships-list ul li a p {
  margin-top: 0.14rem;
  font-size: 0.16rem;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #333333;
  line-height: 0.24rem;
  text-align: center;
}
.partnerships-list ul li:nth-child(4n) {
  margin-right: 0;
}



@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .wrap{
        padding: 15px;
        
        box-sizing: border-box;
    }
    .title-style1{
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    .text-style1{
        margin: 15px 0;
        font-size: 12px;
    }
    .partnerships-list ul{
        justify-content: space-between;
    }
    .partnerships-list ul li{
        width: 48%;
        margin: 0;
        margin-bottom: 15px;
    }
    .partnerships-list ul li a .img-box{
        width: 100%;
    }
}