.section-header .logo-light, .section-header .logo-dark{
  max-width: 260px;
}
.rib-line{
  max-width: 280px;
}
.bg-other{
  background: linear-gradient(90deg, #FFFFFF 0%, #FEF6F2 62%, #FDE6DB 100%);
}
.user-total{
  background-color: #222222;
}
.user-total .num{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.user-total .desc{
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.contact .desc{
  font-size: 16px;
  color: #222;
}


.text-lg{
  font-size: 30px;
}

.text-sm{
  font-size: 16px;
}

.type--xs{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.type--xs-222{
  color: #222;
}

.section-footer{
  background: #222;
}


.mb-title{
  font-size: 30px !important;
  margin-bottom: 16px !important;
}
.mb-home-title-2{
  margin-bottom: 60px !important;
}
.mb-home-desc{
  font-size: 16px !important;
  margin-top: 40px !important;
}


#_toast{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-75px;
  width:150px;
  height:40px;
  border-radius:10px;
  background:#353535;
  text-align:center;
  font-size:12px;
  line-height:40px;
  color:#fff;
}