/*通用网页主色调*/
.b_c { background: #1da854 !important; }
.f_c { color: #1da854 !important; }
.b_f_c { background: #1da854 !important; color: #fff !important; }
.border_c { border: 1px solid #1da854 !important; }
.bt_c { border-top-color: #1da854 !important; }
.bb2 { border-bottom: 2px solid #1da854 !important; }
.bb3 { border-bottom: 3px solid #1da854 !important; }
.bb_c { border-bottom-color: #1da854 !important; }
.border_color { border-color: #1da854 !important; }
.bl_c { border-left-color: #1da854 !important; }
.br_c { border-right-color: #1da854 !important; }
.bt_c2 { border-top-color: #B2E463 !important; }
.bb_c2 { border-bottom-color: #B2E463 !important; }

/*网页浅色调（如：优惠券领取中心的几元可用背景色等等）*/
.shallow_c { background: #DAF9AA !important; }
.shallow_b_c { border-color: #DAF9AA !important; }

/* app登录图标大小 */
#content .company_logo {background: url(/picture/app_module_img/logo3.png);width: 110px;height: 160px;margin: 0 auto;background-size: 100% auto;background-repeat: no-repeat;background-position: center 10%;}

/* app关于详情页logo大小 */
.about .about_logo { width: 170px; height: inherit; margin: 20px auto 10px auto; }
