.ydd {
  display: none !important;
}
.pcd {
  display: block !important;
}
.displayNone {
  display: none !important;
}
.banner-container{
  position: relative;
}
.banner-inside {
  position: absolute;
  left: 50%;
  bottom: .50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: .42rem;
  height: .66rem;
  margin-left: -.21rem;
}
.banner-inside img{
  width: 100%;
  height: 100%;
}
.smartRetail-container {
  display: flex;
  flex-direction: column;
  margin-top: 0.9rem;
}
.smartRetail-banner {
  width: 100%;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
.part-head-left {
  width: 1.49rem;
  height: 0.19rem;
}

.part-head-right {
  width: 1.49rem;
  height: 0.19rem;
}

.partOne {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partOne-bg {
  width: 100%;
  height: 8.56rem;
}
.partOne-head {
  position: absolute;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partOne-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1D3A;
  line-height: 0.5rem;
}

.partOne-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}
.partOne-content {
  position: absolute;
  top: 2.34rem;
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partOne-content-item {
  width: 3.66rem;
  height: 4.97rem;
  background: #FFFFFF;
  border: 0.01rem solid rgba(223, 223, 223, 0.5);
}
.partOne-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}
.partOne-content-item-icon {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.57rem 0 0 0.18rem;
}
.partOne-content-item-title {
  margin-top: 0.3rem;
  margin-left: 0.32rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #394765;
  line-height: 0.37rem;
}
.partOne-content-item-sub {
  width: 2.99rem;
  margin-top: 0.18rem;
  margin-left: 0.32rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(57, 71, 101, 0.8);
  line-height: 0.36rem;
}




.partTwo {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: url('../image/smartRetail-icon1.png') no-repeat;
  background-size: 100%;
  height: 12.27rem;
}
.partTwo-img{
  width: 16rem;
}
.partTwo-head {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.92rem;
}
.partTwo-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.5rem;
}
.partTwo-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.28rem;
}



.partThree {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.73rem;
  padding-bottom: 1.5rem;
  background: #FFFFFF;
}
.partThree-head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partThree-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1D3A;
  line-height: 0.5rem;
}
.partThree-sub {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}
.partThree-Tabs {
  margin-top: 1.07rem;
  width: 16rem;
  height: 1.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partThree-Tabs-item {
  width: 2.66rem;
  height: 1.95rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.partThree-Tabs-item-icon {
  width: 0.87rem;
  height: 0.87rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tabItem1-icon {
  background-image: url(../image/ic_quanyetai@2x.png);
}
.tabItem1-icon:hover {
  background-image: url(../image/quanyetai.gif);
}

.tabItem2-icon {
  background-image: url(../image/ic_quanqudao@2x.png);
}
.tabItem2-icon:hover {
  background-image: url(../image/quanqudao.gif);
}

.tabItem3-icon {
  background-image: url(../image/ic_quanlianlu@2x.png);
}
.tabItem3-icon:hover {
  background-image: url(../image/quanlianlu.gif);
}

.tabItem4-icon {
  background-image: url(../image/ic_quanchudian@2x.png);
}
.tabItem4-icon:hover {
  background-image: url(../image/quanchudian.gif);
}

.partThree-Tabs-item-title {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.33rem;
}
.partThree-Tabs-item-line {
  width: 2.66rem;
  height: 0.09rem;
  margin-top: 0.51rem;
  background-color: #FF804E;
}
.partThree-Tabs-item-content {
  width: 16rem;
  height: 5.57rem;
  background-image: url(../image/pic_quanyetai_hou@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
}

.partThree-Tabs-item-content-pic {
  width: 6.01rem;
  height: 3.68rem;
  margin: 0.92rem 0 0 1.02rem;
}
.partThree-Tabs-item-content-info {
  margin-left: 0.98rem;
  margin-top: 1.16rem;
  display: flex;
  flex-direction: column;
}
.partThree-Tabs-item-content-info-title {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.45rem;
}
.partThree-Tabs-item-content-info-line {
  margin-top: 0.12rem;
  width: 0.99rem;
  height: 0.08rem;
  background: #FFFFFF;
}
.partThree-Tabs-item-content-info-sub {
  margin-top: 0.47rem;
  width: 4.8rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.36rem;
}



.partFour {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partFour-head {
  position: absolute;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partFour-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1D3A;
  line-height: 0.5rem;
}
.partFour-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}
.partFour-bg {
  width: 100%;
  height: 9.02rem;
}
.partFour-content {
  position: absolute;
  top: 2.5rem;
  width: 16rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partFour-content-item {
  width: 5.1rem;
  height: 2.45rem;
  background: #FFFFFF;
  margin-bottom: 0.35rem;
  box-shadow: 0 0.04rem 0.1rem 0.08rem rgba(235, 234, 255, 0.5);
}
.partFour-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}
.partFour-content-item-head {
  margin: 0.22rem 0 0 0.22rem;
  display: flex;
  align-items: center;
}
.partFour-content-item-head .icon{
  width: 0.65rem;
  height: 0.65rem;
}
.partFour-content-item-head .text{
  margin-left: 0.02rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1F223F;
  line-height: 0.28rem;
}
.partFour-content-item-sub{
  margin-top: 0.06rem;
  margin-left: 0.33rem;
  width: 4.5rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1F223F;
  line-height: 0.3rem;
}





.partSeven {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: #FFFFFF;
}
.partSeven-head {
  position: relative;
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partSeven-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1F223F;
  line-height: 0.5rem;
}
.partSeven-sub {
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.5);
  line-height: 0.28rem;
}
.partSeven-content {
  width: 16rem;
}

.smartRetail-container .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.smartRetail-container .title p:nth-child(1) {
  font-size: 0.42rem;
  font-weight: 400;
  color: #1d1d1d;
  margin-bottom: 0.2rem;
}
.smartRetail-container .title p:nth-child(2) {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 0.46rem;
}

.smartRetail-container .data-box {
  padding: 1rem 0 0.5rem 0;
}
.smartRetail-container .data-box .data-content {
  width: 16rem;
  margin: 0 auto;
}
.smartRetail-container .data-box .data-item-yd {
  display: none;
}
.smartRetail-container .data-box .data-item {
  display: flex !important;
}
.smartRetail-container .data-box .data-item .item:hover .cover-box {
  display: block;
}
.smartRetail-container .data-box .data-item .item {
  width: 20%;
  height: 4.73rem;
  background: #f6f8fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.smartRetail-container .data-box .data-item .item img {
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 0.25rem;
}
.smartRetail-container .data-box .data-item .item p {
  font-size: 0.29rem;
  font-weight: 400;
  color: #656565;
}
.smartRetail-container .data-box .data-item .item .cover-box {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #4528C3;
  display: none;
  padding-left: 0.28rem;
  padding-right: 0.22rem;
  box-sizing: border-box;
}
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(1) {
  width: 100%;
  font-size: 0.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.38rem;
  padding-top: 0.45rem;
  padding-bottom: 0.43rem;
}
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(2),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(3),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(4),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(5) {
  font-size: 0.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.33rem;
  display: flex;
  margin-bottom: 0.2rem;
}
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(2) span,
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(3) span,
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(4) span,
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(5) span {
  display: inline-block;
}
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(2) span:nth-child(1),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(3) span:nth-child(1),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(4) span:nth-child(1),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(5) span:nth-child(1) {
  width: 0.11rem !important;
  height: 0.11rem !important;
  border-radius: 50%;
  margin-right: 0.13rem;
  background: #fff;
  transform: translateY(0.11rem);
}
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(2) span:nth-child(2),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(3) span:nth-child(2),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(4) span:nth-child(2),
.smartRetail-container .data-box .data-item .item .cover-box p:nth-child(5) span:nth-child(2) {
  width: 2.46rem;
  font-size: 0.25rem;
  font-weight: 300;
}

.solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.7rem;
  background: #FFFFFF;
}
.solution-content {
  margin-top: 0.9rem;
  width: 100%;
  height: auto;
}
.partSix_Pic {
  width: 100%;
  height: auto;
}
.partEight_Pic {
  width: 100%;
  height: auto;
}
.operation-integration{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.operation-integration img{
  width: 16rem;
}
.partFive {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partFive-head {
  position: absolute;
  top: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partFive-head-center {
  margin: 0 0.44rem;
  font-size: 0.36rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1D3A;
  line-height: 0.5rem;
}
.partFive-sub {
  position: absolute;
  top: 1.34rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(31, 34, 63, 0.7);
  line-height: 0.28rem;
}
.partFive-bg {
  width: 100%;
  height: 8.76rem;
}
.partFive-content {
  position: absolute;
  top: 3rem;
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partFive-content-item {
  width: 3.68rem;
  height: 5rem;
  background: #FFFFFF;
  border: 0.01rem solid rgba(223, 223, 223, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partFive-content-item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 10px 8px rgba(124, 139, 153, 0.09);
}
.partFive-content-item-icon {
  width: 3.64rem;
  height: 2.12rem;
}
.partFive-content-item-title {
  margin-top: 0.42rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #394765;
  line-height: 0.37rem;
}
.partFive-content-item-sub {
  width: 2.85rem;
  margin-top: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(57, 71, 101, 0.8);
  line-height: 0.30rem;
}

/* 移动端设置 */
@media screen and (max-width: 750px) {
  .ydd {
    display: flex !important;
  }
  .pcd {
    display: none !important;
  }
  .displayNone {
    display: none !important;
  }
  .smartRetail_yd {
    width: 100vw;
    margin-top: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F7FAFF;
  }
  .smartRetail_yd .banner {
    width: 7.5rem;
    height: 4.04rem;
  }

  .part-head {
    width: 7.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .part-head-icon {
    width: 1.49rem;
    height: 0.19rem;
  }
  .part-head-text {
    margin: 0 0.2rem;
    font-size: 0.36rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1F223F;
    line-height: 0.5rem;
  }
  .part-head-sub {
    display: flex;
    justify-content: center;
    margin-top: 0.12rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(31, 34, 63, 0.5);
    line-height: 0.28rem;
  }

  .partOne_yd {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F1F2FE;
    opacity: 0.95;
    padding-top: 0.56rem;
    padding-bottom: 0.11rem;
  }
  .partOne_yd .partOne_yd_content {
    width: 6.94rem;
    margin-top: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partOne_yd_content-item {
    display: flex;
    flex-direction: column;
    width: 3.32rem;
    height: 4.2rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partOne_yd_content-item-icon {
    margin: 0.43rem 0 0 0.14rem;
    width: 0.82rem;
    height: 0.82rem;
  }
  .partOne_yd_content-item-title {
    margin-left: 0.15rem;
    margin-top: 0.12rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1F223F;
    line-height: 0.42rem;
  }
  .partOne_yd_content-item-sub {
    margin-left: 0.21rem;
    margin-top: 0.26rem;
    width: 2.9rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4C4C4C;
    line-height: 0.42rem;
  }


  .partTwo_yd {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  .partTwo_yd_content {
    width: 7.5rem;
    height: 9.3rem;
  }
  .partTwo_yd-head {
    position: absolute;
    top: 0.56rem;
    display: flex;
    align-items: center;
  }
  .partTwo_yd-head-sub {
    position: absolute;
    top: 1.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.28rem;
  }


  .partThree_yd {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 0.56rem;
    padding-bottom: 0.41rem;
  }
  .partThree_yd-content-tabs {
    padding-top: 0.56rem;
    width: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .partThree_yd-content-tabs-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.34rem;
    height: 1.51rem;
  }
  .partThree_yd-content-tabs-item-icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-top: 0.12rem;
  }
  .partThree_yd-content-tabs-item-text {
    margin-top: 0.12rem;
    font-size: 0.18rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(31, 34, 63, 0.7);
    line-height: 0.25rem;
  }
  .partThree_yd-content-tabs-item-line {
    position: absolute;
    bottom: 0rem;
    width: 1.34rem;
    height: 0.07rem;
    background-color: #FF804E;
  }
  .partThree_yd-content-info {
    width: 7.5rem;
    position: relative;
    display: flex;
  }
  .partThree_yd-content-info-bg {
    width: 7.5rem;
    height: 3.05rem;
  }
  .partThree_yd-content-info-detail {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    display: flex;
  }
  .partThree_yd-content-info-detail-icon {
    width: 4rem;
    height: 2.45rem;
  }
  .partThree_yd-content-info-detail-content {
    margin-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .partThree_yd-content-info-detail-content .partThree_yd-content-info-detail-content-text {
    /* margin-top: 0.21rem; */
    margin-left: 0.03rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.33rem;
  }
  .partThree_yd-content-info-detail-content .partThree_yd-content-info-detail-content-line {
    width: 0.74rem;
    height: 0.06rem;
    background-color: #FFFFFF;
    margin-top: 0.12rem;
  }
  .partThree_yd-content-info-detail-content .partThree_yd-content-info-detail-content-sub {
    margin-top: 0.35rem;
    width: 2.34rem;
    font-size: 0.18rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
  }



  .partFour_yd {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 0.56rem;
    padding-bottom: 0.42rem;
    background: #F1F2FF;
    opacity: 0.92;
  }
  .partFour_yd .partFour_yd_content {
    width: 6.94rem;
    margin-top: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partFour_yd_content-item {
    display: flex;
    flex-direction: column;
    width: 3.32rem;
    height: 2.7rem;
    background: #FFFFFF;
    margin-bottom: 0.3rem;
  }
  .partFour_yd_content-item-head {
    margin: 0.16rem 0 0 0.16rem;
    display: flex;
    align-items: center;
  }
  .partFour_yd_content-item-head .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .partFour_yd_content-item-head .text {
    margin-top: 0.01rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #20223F;
    line-height: 0.42rem;
  }
  .partFour_yd_content-item-content {
    margin: 0.21rem 0 0 0.31rem;
    width: 2.7rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1F223F;
    line-height: 0.42rem;
  }


  .partFive_yd {
    width: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 0.6rem;
  }
  .partFive_yd-content {
    width: 7.5rem;
    height: 6.42rem;
    margin-top: 0.48rem;
  }


  .partSix_yd {
    padding-top: 0.56rem;
    width: 7.5rem;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .img-content {
    width: 7.5rem;
  }


  .cooperation {
    padding-top: 0.56rem;
    width: 7.5rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cooperation-img {
    width: 6.95rem;
    height: 3.74rem;
    margin-top: 0.56rem;
  }

}