/*
* desc：服务与支持
* date：2024-12-16
* author：方岚
* email：florayoo@163.com
*/
.about-page{

}
.about-box{
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  width: 1200px;
  margin: 0 auto;
}
.about-left{

}
.about-title{
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.about-sub-title{
  margin-top: 20px;
  font-size: 32px;
  color: #333;
}
.about-content{
  margin-top: 60px;
  width: 570px;
  font-size: 16px;
  line-height: 30px;
  color: rgb(102, 102, 102);
}
.about-right{
  width: 496px;
  height: 512px;
}