/* 品牌故事 */

/* common */
body{color:#676978;}
.bg-gray{background:#f6f6f6;}
.wrapper{width:870px;margin:0 auto;}

/* 大图 */
.bn img{width:100%; }
.bn .main{width:1220px;margin:0 auto;}

@media (max-width:990px) {
  .bn .main{width:auto;}
}
.top-img-size {
    min-height: 200px;

}
.title-text{
  width: 100%;
     min-height: 68px;
    margin-top: 6.8vw;
    font-size: 9.2vw;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #333333;
    line-height: 54px;
    -webkit-background-clip: text;
    text-align: center;
  
}
.content{
  
  margin-top: 30px;
  min-height: 36px;
    text-indent: 2em;
    font-size: 24px;

    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    padding-left: 8px;
    padding-right: 8px;
    color: #60635E;
    line-height: 28px;
    -webkit-background-clip: text;
    text-align: left;
    padding-left: 24px;
  

}
.item-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 120px;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
  width: 100%;
 
}
 .item {
   width: 300px;
   height: 334px;
   background: #ffffff;
    text-align: center;

 }

.img-size{
  width: 280px;
  height: 280px;
  border-radius: 16px 16px 16px 16px;
    opacity: 1;
  

}
.text{
     width: 100%;
   
    
    height: 44px;
    margin-top: 10px;
    font-size: 24px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    line-height: 35px;
    background: #ffffff;
    text-align: center;
  
    
}