@CHARSET "UTF-8";
/* 公共颜色设置 */
.gong_background_color{background: #26D0A4 !important;}
.btn-box .gong_background_color{border-radius: 60px;}
.gong_color{color: #FDC41F !important;}
.tb_font_size{font-size: 30px !important;}
.tb_color{color: #FDD61F !important;}
.di_fl{display: flex;}
.ai_cen{align-items: center;}
.ju_cen{justify-content: center;}
/* 两边对齐，中间间距对等 */
.ju_cen_sp_be{justify-content: space-between;flex-wrap: wrap;}
/* 每个间距，均匀分布为  space-around */
.ju_cen_sp_ev{justify-content: space-evenly;}
.fo_we{font-weight: bold;}
/* 斜体字 */
.xietizi{font-style: italic;}
