@charset "UTF-8";
.flex{ display: -webkit-box; display: -webkit-flex; display: flex; }
.flex-item { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }

.order-fixed { position: fixed; left: 0; right: 0; bottom: 0; max-width: 640px; margin: 0 auto; font-size: 0.28rem; line-height: 0.98rem; background-color: #fff; z-index: 10; border-top: 1px solid #EBEBEB; }
.order-fixed + .footer { padding-bottom: 1.2rem; }
.order-fixed .acom { color: #333; text-align: center; }
.order-fixed .acom + .acom { border-left: 1px solid #EBEBEB; }
.order-fixed .acom.akf { width: 1.7rem; }
.order-fixed .acom.acx { width: 2.2rem; }
.order-fixed .acom.acx .icon { background-image: url(../dib/new-cxcs.png); }
.order-fixed .acom .icon { display: inline-block; vertical-align: middle; width: 0.4rem; height: 0.4rem; margin: 0 0.03rem 0 0; background: url(../dib/new-kf.png); background-size: 100% 100%; }
.order-fixed .ahot { color: #fff; text-align: center; background: -moz-linear-gradient(180deg, #e91c24 1%, #fe8340 100%); background: -webkit-linear-gradient(180deg, #e91c24 1%, #fe8340 100%); background: linear-gradient(-90deg, #e91c24 1%, #fe8340 100%); }
