/*通用网页主色调*/
.b_c{background: #018716 !important;}
.f_c{color: #018716 !important;}
.b_f_c{background: #018716 !important; color: #fff !important;}
.border_c{border:1px solid #018716 !important;}
.bt_c{border-top-color:#018716 !important;}
.bb2{border-bottom:2px solid #018716 !important;}
.bb3{border-bottom:3px solid #018716 !important;}
.bb_c{border-bottom-color:#018716 !important;}
.border_color{border-color: #018716 !important;}
.bl_c{border-left-color: #018716 !important;}
.br_c{border-right-color: #018716 !important;}
.bt_c2{border-top-color: #B2E463 !important;}
.bb_c2{border-bottom-color: #B2E463 !important;}

/*网页浅色调（如：优惠券领取中心的几元可用背景色等等）*/
.shallow_c{background: #D8F2FF !important;}
.shallow_b_c{border-color: #D8F2FF !important;}

/* app登录图标大小 */
#content .company_logo { background-image: url(/picture/home/ddyfw_logo.png); width: 150px; height: 200px; 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; }
