/*
* desc：业务支持
* date：2025-01-15
* author：方岚
* email：florayoo@163.com
*/
.support-page{

}
.support-box{
  padding: 120px 0;
}
.support-title{
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #333;
  font-weight: bold;
}
.support-sub-title{
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
  color: #333;
}
.support-list{
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 60px auto 0;
}
.support-item{
  position: relative;
  border: 1px solid #eee;
  width: 360px;
  height: 300px;
  padding: 20px;
  margin-right: 30px;
  margin-bottom: 50px;
}
.support-item::before{
  content: '';
  width: 100%;
  height: 3px;
  background: #353535;
  position: absolute;
  top: 0;
  left: 0;
}
.support-item:nth-child(3n){
  margin-right: 0;
}
.support-item:nth-child(4){
  margin-bottom: 0;
}
.support-item:nth-child(5){
  margin-bottom: 0;
}
.support-item-title{
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  color: rgb(51, 51, 51);
}
.support-item-sub-title{
  font-weight: bold;
  line-height: 30px;
  font-size: 20px;
  color: rgb(51, 51, 51);
}
.support-item-des{
  line-height: 30px;
  margin-top: 20px;
  font-size: 16px;
  color: rgb(102, 102, 102);
}
.support-icon{
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}