.about {
  padding: .42rem 0 4.17rem;
}

.aboutDetils {
  margin-top: .52rem;
  border-top: .01rem solid #FFFFFF;
  padding-top: .51rem;
}

.aboutDetils img {
  width: revert-layer;
  height: auto;
}

.history {
  margin-top: 2.88rem;
}

.history .title {
  font-weight: 400;
  font-size: 0.26rem;
  color: #FFFFFF;
}

.history .list {
  height: 7.3rem;
  display: flex;
  margin-top: .99rem;
}

.history .list .item {
  width: .81rem;
  border-right: .01rem solid #7D7D7D;
}

.history .list .item:first-child {
  border-left: .01rem solid #7D7D7D;
}

.history .list .item.act {
  width: 6.11rem;
  padding-right: .87rem;
  padding-left: .2rem;
}

.history .list .item:first-child.act {
  border-left: 0;
}

.history .list .item h3 {
  font-weight: 400;
  font-size: 0.66rem;
  color: #FFFFFF;
  display: none;
}

.history .list .item.act h3 {
  display: block;
}

.history .list .item h4 {
  font-weight: 400;
  font-size: 0.44rem;
  color: #575757;
  text-align: center;
  padding: 0 .13rem;
}

.history .list .item.act h4 {
  display: none;
}

.history .list .item .det {
  margin: .58rem 0 .91rem;
  height: 1.9rem;
  overflow-y: auto;
  padding-right: .9rem;
  display: none;
}

.history .list .item:first-child .det {
  display: block;
}

.history .list .item .swiper {
  width: 100%;
  height: 3.1rem;
  padding-top: .56rem;
  display: none;
}

.history .list .item:first-child .swiper {
  display: block;
}

.history .list .item .swiper .swiper-button-prev,
.history .list .item .swiper .swiper-button-next {
  width: .44rem;
  height: .44rem;
  background: #29292A;
  border-radius: 50%;
  margin: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history .list .item .swiper .swiper-button-prev {
  left: auto;
  right: .6rem;
}

.history .list .item .swiper .swiper-button-next {
  right: .04rem;
}

.history .list .item .swiper .swiper-button-prev::after,
.history .list .item .swiper .swiper-button-next::after {
  font-size: .24rem;
  color: #000;
}

.people {
  padding: .42rem 0 1.67rem;
}

.peopleList {
  padding-top: .75rem;
  display: flex;
  flex-direction: column;
  gap: .59rem;
  margin-bottom: 1.65rem;
}

.peopleList .item {
  width: 100%;
  min-height: 4.62rem;
  background: #FFFFFF;
  display: flex;
}

.peopleList .item .scale-box {
  width: 4.67rem;
  flex-shrink: 0;
}

.peopleList .item .text {
  width: 100%;
  padding: .63rem 1.66rem 0 .6rem;
}

.peopleList .item .text .head {
  display: flex;
  align-items: flex-end;
  gap: .28rem;
  margin-bottom: .56rem;
}

.peopleList .item .text .name {
  font-weight: 400;
  font-size: 0.38rem;
  color: #323233;
}

.peopleList .item .text .position {
  font-weight: 400;
  font-size: 0.2rem;
  color: #323233;
}

.peopleList .item .text .body {
  font-weight: 400;
  font-size: 0.16rem;
  color: #323233;
  line-height: 0.42rem;
}

.ESG {
  padding: .42rem 0 1.67rem;
}

.ESGList {
  padding-top: .75rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: 1.65rem;
}

.ESGList .item {
  width: 100%;
  height: 3.06rem;
  display: flex;
  gap: .2rem;
}

.ESGList .item .scale-box {
  width: 5.44rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
}

.ESGList .item .text {
  width: 100%;
  padding: .43rem 2.76rem 0 .54rem;
  background: #3D3D3D;
  border-radius: 0.1rem;
}

.ESGList .item .text .tit {
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  line-height: 0.32rem;
  margin-bottom: 1.13rem;
}

.ESGList .item .text .time {
  font-weight: 400;
  font-size: 0.14rem;
  color: #B9B9B9;
}

.case {
  padding: .42rem 0 1.67rem;
}

.caseList {
  padding-top: .75rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  margin-bottom: 1.65rem;
}

.caseList .item {
  width: 100%;
  height: 3.06rem;
  display: flex;
  gap: .2rem;
}

.caseList .item .scale-box {
  width: 5.44rem;
  flex-shrink: 0;
  border-radius: 0.1rem;
  position: relative;
}

.caseList .item .scale-box .nowClass{
    min-width: 1.13rem;
    width: fit-content;
    padding: 0 .15rem;
    height: .3rem;
    background: #339BFD;
    border-radius: .14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: .24rem;
    left: .17rem;
    font-weight: 400;
    font-size: .14rem;
    color: #FFFFFF;
    z-index: 9;
}

.caseList .item .text {
  width: 100%;
  padding: .43rem .54rem 0 .54rem;
  background: #3D3D3D;
  border-radius: 0.1rem;
}

.caseList .item .text .tit {
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  margin-bottom: .29rem;
}

.caseList .item .text .txt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.caseList .item .text .info {
  display: flex;
  column-gap: .87rem;
}

.caseList .item .text .info .it {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.caseList .item .text .info .it div {
  font-weight: 400;
  font-size: 0.14rem;
  color: #B9B9B9;
}

.share{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .89rem;
  margin-top: .51rem;
}

.share .shareBox{
    margin: 0;
}

.caseTime {
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.caseDetails {
  margin-bottom: 1.65rem;
}

.caseDetails img {
  width: revert-layer;
  height: auto;
}

.zongbu {
  margin-top: .53rem;
  padding-top: .8rem;
  border-top: .01rem solid #fff;
}

.zongbu img {
  width: revert-layer;
  height: auto;
}

@media screen and (max-width:1024px){
    .caseList .item{
        height: auto;
        flex-direction: column;
    }
    .caseList .item .scale-box{
        width: 100%;
    }
    .caseList .item .text{
        padding: .3rem;
    }
    .caseList .item .text .tit{
        font-size: .28rem;
    }
    .caseList .item .text .txt{
        font-size: .24rem;
        margin-bottom: .3rem;
    }
    .caseList .item .text .info{
        flex-direction: column;
    }
    .caseList .item .text .info .it div{
        font-size: .24rem;
    }
    .caseList .item .scale-box .nowClass{
        width: fit-content;
        height: auto;
        padding: .1rem .2rem;
        font-size: .24rem;
    }
    .history .list{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .ESGList .item .text .time{
        font-size: .24rem;
    }
    .peopleList .item{
        height: auto;
        flex-direction: column;
    }
    .peopleList .item .scale-box{
        width: 100%;
    }
    .peopleList .item .text{
        padding: .3rem;
    }
    .peopleList .item .text .body{
        font-size: .24rem;
    }
}