* {
  margin: 0;
  padding: 0;
}

.banner .main h2{
    background: linear-gradient(90deg, #FFF0D2 0%, #FEBB70 42.25%, #F1AC5C 57.32%, #F7E7C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}



.brand_page {
  background: #FFFFFF;
  overflow: hidden;
}
.brand_title {
  text-align: center;
}
.brand_title h2 {
  position: relative;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.44rem;
  color: #2B2B2B;
  line-height: 1.45;
}
.brand_title h2::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.04rem;
  border-radius: 0.02rem;
  margin: 0.19rem auto 0;
  background: #C9A03D;
}
.brand_current {
  padding: 0.6rem 0 1.65rem;
  background: #F5F7FB;
}
.current_list {
  width: 100%;
  margin: 1rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.04rem;
  row-gap: 1.14rem;
}
.brand_history {
  padding: 0.72rem 0 1.5rem;
  background: #FFFFFF;
}
.brand_history .current_list {
  justify-content: left;
}
.rongyu_item {
  width: calc(33.33% - 0.69334rem);
  height: 4.08rem;
  background: url(../img/rongyu_bg2.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.57rem 0.57rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transform-origin: left bottom;
  transition: var(--s_tran);
}
.rongyu_item .rongyu_title {
  margin-bottom: 0.2rem;
}
.rongyu_item .rongyu_title span {
  display: block;
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.18rem;
  color: #2B2B2B;
  
  
  
  display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 1;
}
.rongyu_item .rongyu_title span:nth-child(2) {
  margin-top: 0.07rem;
  font-size: 0.17rem;
}
.rongyu_item .rongyu_card {
  position: relative;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rongyu_item .rongyu_card img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 2.5rem;
  object-fit: contain;
}
.rongyu_item .rongyu_icon {
  position: absolute;
  bottom: -0.37rem;
  right: -0.17rem;
  width: 1.3rem;
  height: 1.3rem;
}
.rongyu_item .rongyu_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rongyu_item.swiper-slide-active {
  width: 5.05rem !important;
  height: 5.26rem;
}
.rongyu_item.swiper-slide-active .rongyu_title span {
  font-size: 0.22rem !important;
}
.rongyu_item.swiper-slide-active .rongyu_card {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 2.5rem;
}

@media (max-width: 1042px) {
    .brand_title h2{
        font-size: 36px;
    }
	.brand_title h2::after{
		width: 80px;
		height: 3px;
		margin: 10px auto 0;
	}
	
	
	.brand_current,
	.brand_history{
	    padding: 80px 0 120px;
	}
	.current_list{
	    margin: 50px auto 0;
	    column-gap: 36px;
	    row-gap: 50px;
	}
	.rongyu_item{
	   width: calc(50% - 18px);
        height: auto;
        padding: 40px 30px;
	}
	.rongyu_item .rongyu_title span{
	    font-size: 20px;
	}
	.rongyu_item .rongyu_title span:nth-child(2){
	    font-size: 18px;
	     margin: 0;
	}
	.rongyu_item .rongyu_icon{
	   width: 120px;
        height: 120px;
	}
}
@media (max-width: 768px) {
   .brand_title h2{
    font-size: 24px;
  }
    .brand_current, 
    .brand_history {
        padding: 50px 0 100px;
    }
    
    .current_list{
        margin: 30px auto 0;
    }
    
    
    .rongyu_item{
        width: 100%;
    }
}