/* 通用颜色 */
#btn-ED1D35{
  --btn-ED1D35:#ED1D35;
}
#btn-ED1D35 .backgroundED1D35{
  background-color: #ED1D35;
}

#btn-ED1D35 .colorED1D35{
  color: #ED1D35;
}
#btn-ED1D35 .borderED1D35{
  border-color: #ED1D35;
}
/* 通用样式 */
.color-fff{
  color: #fff;
}
.color-666{
  color: #666;
}
.background-rgbaF3F3F3{
  background-color: rgba(243, 243, 243, 0.8);
}
.border-rgbaF3F3F3{
  background-color: rgba(243, 243, 243, 0.8);
}
.background-rgbaED1D35{
  background-color: rgba(237,29,53,.05);
}
.text-decoration{
  text-decoration:underline;
}
/* 上海：沪 */
#btn-2673F4{
  --btn-2673F4:#2673F4;
}
#btn-2673F4 .background2673F4{
  background-color: #2673F4;
}
#btn-2673F4 .background-rgba2673F4{
  background-color:rgba(38, 115, 244, 0.1)
}
#btn-2673F4 .border-rgba2673F4{
  border-color:rgba(38, 115, 244, 0.1)
}
#btn-2673F4 .color2673F4{
  color: #2673F4;
}
#btn-2673F4 .border2673F4{
  border-color: #2673F4;  
}
#btn-2673F4 .shadow2673F4{
  box-shadow:0px 2px 12px 0px rgba(38, 115, 244, 0.33);
}
