.roo-pagination > .active > a,
.roo-pagination > .active > a:hover,
.roo-pagination > .active > a:focus,
.roo-pagination > .active > span,
.roo-pagination > .active > span:hover,
.roo-pagination > .active > span:focus {
  background-color: #FF8D62;
  border-color: #FF8D62;
}
.roo-pagination > li > a:hover,
.roo-pagination > li > a:focus,
.roo-pagination > li > span:hover,
.roo-pagination > li > span:focus {
  background-color: #FF8D62;
  border-color: #FF8D62;
}
.dropdown-item.active-highlight,
.roo-dropdown-menu a.active-highlight {
  color: #FF8D62;
}
.roo-tabs-pointer {
  background: #FF8D62;
}
.roo-tabs-line .tab-item.active a {
  font-weight: bold;
}
.roo-tabs-line .roo-tabs-container {
  background: #fff;
}
.roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
  background-color: #FF8D62;
}
.roo-steps-vertical li.roo-steps-item.roo-steps-finish .roo-steps-icon .roo-steps-icon-content,
.roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-icon .roo-steps-icon-content {
  border-color: #FF8D62;
}
.roo-steps-vertical li.roo-steps-item.roo-steps-active .roo-steps-item-content .roo-steps-title {
  color: #FF8D62;
  font-weight: 500;
}
.roo-checkbox input:checked + .custom-checkbox {
  background-color: #FF8D62;
  border-color: #FF8D62 !important;
}
.roo-switch input[type="checkbox"]:checked ~ .roo-switch-checkbox {
  background: #FF8D62;
}
.loading-box .loading-tip {
  color: #FF8D62;
  font-weight: bold;
  font-size: 14px;
}
.backdrop {
  background: rgba(255, 255, 255, 0.9);
}
.loading-icon .loading-item0::after,
.loading-icon .loading-item1::after {
  border-top-color: #FF8D62;
}
@font-face {
  font-family: "roo-icon";
  src: url(//awp-assets.meituan.net/set/online_shangou_medicine_brand/fonts/iconfont-024ff7cef5.eot);
  /* IE9*/
  src: url(//awp-assets.meituan.net/set/online_shangou_medicine_brand/fonts/iconfont-024ff7cef5.eot#iefix) format('embedded-opentype'),  url(//awp-assets.meituan.net/set/online_shangou_medicine_brand/fonts/iconfont-bc822db72a.woff) format('woff'),  url(//awp-assets.meituan.net/set/online_shangou_medicine_brand/fonts/iconfont-7e00e04d35.ttf) format('truetype'),  url(//awp-assets.meituan.net/set/online_shangou_medicine_brand/images/iconfont-72596da1db.svg#iconfont) format('svg');
  /* iOS 4.1- */
}
.roo-icon-shop-cart:before {
  content: "\e000";
}
/* 购物车*/
.roo-icon-order:before {
  content: "\e001";
}
/* 订单*/
.roo-icon-pieces-of-cargo:before {
  content: "\e002";
}
/* 商品件数*/
.roo-icon-customer:before {
  content: "\e003";
}
/* 用户*/
.roo-icon-aggregate-amount:before {
  content: "\e004";
}
/* 金额*/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* rsuite 会覆盖 normalize.css 的 ul 样式 */
}
body ul,
body ol {
  margin-bottom: 0;
}
.app-root {
  height: 100%;
  background: #f9f9f9;
}
.header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  height: 60px;
  background: #f9f9f9;
  z-index: 1;
}
.header .header-title {
  -ms-flex: 1;
      flex: 1;
  color: #333333;
}
.header .header-logo {
  cursor: pointer;
  height: 24px;
}
.header .notice-icon {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
  cursor: pointer;
}
.header .notice-icon .icon-lingdang2-svg {
  font-size: 16px;
  color: #999;
}
.header .notice-icon .notice-num {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 0 4px;
  background-color: red;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
}
.header .notice-icon-top {
  top: 3px;
}
.header .dropmenu-item {
  display: inline-block;
}
.header .header-operation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
}
.main {
  display: -ms-flexbox;
  display: flex;
}
.main .main-content {
  -ms-flex: 1;
      flex: 1;
  padding: 0 20px 20px 0;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
.main .main-content .empty-container {
  background: #fff;
}
.main .app-body {
  text-align: center;
}
.main .app-intro {
  margin-top: 20px;
  color: #888;
}
.main .app-logo {
  width: 150px;
}
.main .app-title {
  color: #666;
}
.sidebar {
  width: 210px;
  background: #f9f9f9;
}
.sidebar .sidebar-menu {
  padding: 0;
  border: none;
  box-shadow: none;
  font-size: 15px;
}
.sidebar .sidebar-menu .sidebar-menu-item .pre-icon {
  margin-left: -8px;
  margin-right: 8px;
}
.commonNoCopy {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.roo-table-header {
  overflow: hidden !important;
}
.icon-colorful {
  width: 12px;
  height: 12px;
  vertical-align: -0.15em;
  /* 调整纵轴位置，方便对齐 */
  fill: currentColor;
  overflow: hidden;
}
.boc-ui-roo-tooltip-permission .roo-icon::before {
  display: none;
}


/*# sourceMappingURL=//awp-assets.sankuai.com/set/online_shangou_medicine_brand/sourcemap/css/index.f1316c95b3933493ac8b.css.map*/