/*!
 * hxui v0.1 (http://kfpt.drugwebcn.com/) - Custom Build
 * Copyright 2016-2018 hnty
 * Licensed under GPL
 *
 * 模块:          material-icons
 * 主色:   indigo
 * 强调色:    orange
 * 饱和度:    500,600,700,a200,a400
 * 布局:           dark
 */
/**
 * =============================================================================
 * ************   Color 颜色   ************
 * =============================================================================
 */
/**
 * .hxui-theme-primary-[color] .hxui-color-theme
 * .hxui-theme-primary-[color] .hxui-color-theme-[degree]
 */
.hxui-theme-primary-indigo .hxui-color-theme {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.hxui-theme-primary-indigo .hxui-color-theme-500 {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.hxui-theme-primary-indigo .hxui-color-theme-600 {
  color: #fff !important;
  background-color: #3949ab !important;
}
.hxui-theme-primary-indigo .hxui-color-theme-700 {
  color: #fff !important;
  background-color: #303f9f !important;
}
/**
 * .hxui-theme-accent-[color] .hxui-color-theme-accent
 * .hxui-theme-accent-[color] .hxui-color-theme-[degree]
 */
.hxui-theme-accent-orange .hxui-color-theme-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.hxui-theme-accent-orange .hxui-color-theme-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.hxui-theme-accent-orange .hxui-color-theme-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9100 !important;
}
/**
 * .hxui-color-[color]
 * .hxui-color-[color]-[degree]
 */
.hxui-color-indigo {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.hxui-color-indigo-500 {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.hxui-color-indigo-600 {
  color: #fff !important;
  background-color: #3949ab !important;
}
.hxui-color-indigo-700 {
  color: #fff !important;
  background-color: #303f9f !important;
}
/**
 * .hxui-color-[color]-accent
 * .hxui-color-[color]-[degree]
 */
.hxui-color-orange-accent {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.hxui-color-orange-a200 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ffab40 !important;
}
.hxui-color-orange-a400 {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #ff9100 !important;
}
/**
 * .hxui-color-black
 * .hxui-color-white
 * .hxui-color-transparent
 */
.hxui-color-black {
  color: #fff !important;
  background-color: #000 !important;
}
.hxui-color-white {
  color: rgba(0, 0, 0, .87) !important;
  background-color: #fff !important;
}
.hxui-color-transparent {
  background-color: transparent !important;
}
/**
 * .hxui-theme-primary-[color] .hxui-text-color-theme
 * .hxui-theme-primary-[color] .hxui-text-color-theme-[degree]
 */
.hxui-theme-primary-indigo .hxui-text-color-theme {
  color: #3f51b5 !important;
}
.hxui-theme-primary-indigo .hxui-text-color-theme-500 {
  color: #3f51b5 !important;
}
.hxui-theme-primary-indigo .hxui-text-color-theme-600 {
  color: #3949ab !important;
}
.hxui-theme-primary-indigo .hxui-text-color-theme-700 {
  color: #303f9f !important;
}
/**
 * .hxui-theme-accent-[color] .hxui-text-color-theme-accent
 * .hxui-theme-accent-[color] .hxui-text-color-theme-[degree]
 */
.hxui-theme-accent-orange .hxui-text-color-theme-accent {
  color: #ffab40 !important;
}
.hxui-theme-accent-orange .hxui-text-color-theme-a200 {
  color: #ffab40 !important;
}
.hxui-theme-accent-orange .hxui-text-color-theme-a400 {
  color: #ff9100 !important;
}
/**
 * .hxui-text-color-[color]
 * .hxui-text-color-[color]-[degree]
 */
.hxui-text-color-indigo {
  color: #3f51b5 !important;
}
.hxui-text-color-indigo-500 {
  color: #3f51b5 !important;
}
.hxui-text-color-indigo-600 {
  color: #3949ab !important;
}
.hxui-text-color-indigo-700 {
  color: #303f9f !important;
}
/**
 * .hxui-text-color-[color]-accent
 * .hxui-text-color-[color]-[degree]
 */
.hxui-text-color-orange-accent {
  color: #ffab40 !important;
}
.hxui-text-color-orange-a200 {
  color: #ffab40 !important;
}
.hxui-text-color-orange-a400 {
  color: #ff9100 !important;
}
/**
 * .hxui-text-color-black
 * .hxui-text-color-black-[]
 * .hxui-text-color-theme-[]
 */
.hxui-text-color-black {
  color: #000 !important;
}
.hxui-text-color-black-text,
.hxui-text-color-theme-text {
  color: rgba(0, 0, 0, .87) !important;
}
.hxui-text-color-black-secondary,
.hxui-text-color-theme-secondary {
  color: rgba(0, 0, 0, .54) !important;
}
.hxui-text-color-black-disabled,
.hxui-text-color-theme-disabled {
  color: rgba(0, 0, 0, .38) !important;
}
.hxui-text-color-black-divider,
.hxui-text-color-theme-divider {
  color: rgba(0, 0, 0, .12) !important;
}
.hxui-text-color-black-icon,
.hxui-text-color-theme-icon {
  color: rgba(0, 0, 0, .54) !important;
}
.hxui-text-color-black-icon-disabled,
.hxui-text-color-theme-icon-disabled {
  color: rgba(0, 0, 0, .26) !important;
}
/**
 * .hxui-text-color-white
 * .hxui-text-color-white-[]
 */
.hxui-text-color-white {
  color: #fff !important;
}
.hxui-text-color-white-text {
  color: #fff !important;
}
.hxui-text-color-white-secondary {
  color: rgba(255, 255, 255, .7) !important;
}
.hxui-text-color-white-disabled {
  color: rgba(255, 255, 255, .5) !important;
}
.hxui-text-color-white-divider {
  color: rgba(255, 255, 255, .12) !important;
}
.hxui-text-color-white-icon {
  color: #fff !important;
}
.hxui-text-color-white-icon-disabled {
  color: rgba(255, 255, 255, .3) !important;
}
/**
 * .hxui-text-color-theme-[] 深色主题
 */
.hxui-theme-layout-dark .hxui-text-color-theme-text {
  color: #fff !important;
}
.hxui-theme-layout-dark .hxui-text-color-theme-secondary {
  color: rgba(255, 255, 255, .7) !important;
}
.hxui-theme-layout-dark .hxui-text-color-theme-disabled {
  color: rgba(255, 255, 255, .5) !important;
}
.hxui-theme-layout-dark .hxui-text-color-theme-divider {
  color: rgba(255, 255, 255, .12) !important;
}
.hxui-theme-layout-dark .hxui-text-color-theme-icon {
  color: #fff !important;
}
.hxui-theme-layout-dark .hxui-text-color-theme-icon-disabled {
  color: rgba(255, 255, 255, .3) !important;
}
/**
 * =============================================================================
 * ************   Helper 辅助类   ************
 * =============================================================================
 */
/**
 * =================== 边距
 */
.hxui-m-a-0 {
  margin: 0 !important;
}
.hxui-m-t-0 {
  margin-top: 0 !important;
}
.hxui-m-r-0 {
  margin-right: 0 !important;
}
.hxui-m-b-0 {
  margin-bottom: 0 !important;
}
.hxui-m-l-0 {
  margin-left: 0 !important;
}
.hxui-m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.hxui-m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hxui-p-a-0 {
  padding: 0 !important;
}
.hxui-p-t-0 {
  padding-top: 0 !important;
}
.hxui-p-r-0 {
  padding-right: 0 !important;
}
.hxui-p-b-0 {
  padding-bottom: 0 !important;
}
.hxui-p-l-0 {
  padding-left: 0 !important;
}
.hxui-p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.hxui-p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hxui-m-a-1 {
  margin: 8px !important;
}
.hxui-m-t-1 {
  margin-top: 8px !important;
}
.hxui-m-r-1 {
  margin-right: 8px !important;
}
.hxui-m-b-1 {
  margin-bottom: 8px !important;
}
.hxui-m-l-1 {
  margin-left: 8px !important;
}
.hxui-m-x-1 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.hxui-m-y-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.hxui-p-a-1 {
  padding: 8px !important;
}
.hxui-p-t-1 {
  padding-top: 8px !important;
}
.hxui-p-r-1 {
  padding-right: 8px !important;
}
.hxui-p-b-1 {
  padding-bottom: 8px !important;
}
.hxui-p-l-1 {
  padding-left: 8px !important;
}
.hxui-p-x-1 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.hxui-p-y-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.hxui-m-a-2 {
  margin: 16px !important;
}
.hxui-m-t-2 {
  margin-top: 16px !important;
}
.hxui-m-r-2 {
  margin-right: 16px !important;
}
.hxui-m-b-2 {
  margin-bottom: 16px !important;
}
.hxui-m-l-2 {
  margin-left: 16px !important;
}
.hxui-m-x-2 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.hxui-m-y-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.hxui-p-a-2 {
  padding: 16px !important;
}
.hxui-p-t-2 {
  padding-top: 16px !important;
}
.hxui-p-r-2 {
  padding-right: 16px !important;
}
.hxui-p-b-2 {
  padding-bottom: 16px !important;
}
.hxui-p-l-2 {
  padding-left: 16px !important;
}
.hxui-p-x-2 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.hxui-p-y-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.hxui-m-a-3 {
  margin: 24px !important;
}
.hxui-m-t-3 {
  margin-top: 24px !important;
}
.hxui-m-r-3 {
  margin-right: 24px !important;
}
.hxui-m-b-3 {
  margin-bottom: 24px !important;
}
.hxui-m-l-3 {
  margin-left: 24px !important;
}
.hxui-m-x-3 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.hxui-m-y-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.hxui-p-a-3 {
  padding: 24px !important;
}
.hxui-p-t-3 {
  padding-top: 24px !important;
}
.hxui-p-r-3 {
  padding-right: 24px !important;
}
.hxui-p-b-3 {
  padding-bottom: 24px !important;
}
.hxui-p-l-3 {
  padding-left: 24px !important;
}
.hxui-p-x-3 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.hxui-p-y-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.hxui-m-a-4 {
  margin: 32px !important;
}
.hxui-m-t-4 {
  margin-top: 32px !important;
}
.hxui-m-r-4 {
  margin-right: 32px !important;
}
.hxui-m-b-4 {
  margin-bottom: 32px !important;
}
.hxui-m-l-4 {
  margin-left: 32px !important;
}
.hxui-m-x-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.hxui-m-y-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.hxui-p-a-4 {
  padding: 32px !important;
}
.hxui-p-t-4 {
  padding-top: 32px !important;
}
.hxui-p-r-4 {
  padding-right: 32px !important;
}
.hxui-p-b-4 {
  padding-bottom: 32px !important;
}
.hxui-p-l-4 {
  padding-left: 32px !important;
}
.hxui-p-x-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.hxui-p-y-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.hxui-m-a-5 {
  margin: 40px !important;
}
.hxui-m-t-5 {
  margin-top: 40px !important;
}
.hxui-m-r-5 {
  margin-right: 40px !important;
}
.hxui-m-b-5 {
  margin-bottom: 40px !important;
}
.hxui-m-l-5 {
  margin-left: 40px !important;
}
.hxui-m-x-5 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.hxui-m-y-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.hxui-p-a-5 {
  padding: 40px !important;
}
.hxui-p-t-5 {
  padding-top: 40px !important;
}
.hxui-p-r-5 {
  padding-right: 40px !important;
}
.hxui-p-b-5 {
  padding-bottom: 40px !important;
}
.hxui-p-l-5 {
  padding-left: 40px !important;
}
.hxui-p-x-5 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.hxui-p-y-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
/**
 * ======================== 文本控制
 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * ======================== 快速浮动
 */
/* 向左浮动 */
.hxui-float-left {
  float: left !important;
}
/* 向右浮动 */
.hxui-float-right {
  float: right !important;
}
/**
 * ========================= 水平居中
 */
/* 水平居中 */
.hxui-center {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
/**
 * ========================= 垂直居中
 */
/* 垂直居中 */
.hxui-valign {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;

  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
          align-items: center !important;
}
/**
 * ========================= 文本对齐方式
 */
/* 文本左对齐 */
.hxui-text-left {
  text-align: left !important;
}
/* 文本居中对齐 */
.hxui-text-center {
  text-align: center !important;
}
/* 文本向右对齐 */
.hxui-text-right {
  text-align: right !important;
}
/**
 * ========================= 文本大小写转换
 */
/* 文本转为小写 */
.hxui-text-lowercase {
  text-transform: lowercase !important;
}
/* 文本转为大写 */
.hxui-text-uppercase {
  text-transform: uppercase !important;
}
/* 文本转为单词的首字母大写 */
.hxui-text-capitalize {
  text-transform: capitalize !important;
}
/**
 * ======================== 文本截断
 */
/* 文本截断 */
.hxui-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/**
 * ========================= 清除浮动
 */
/* 清除浮动 */
.hxui-clearfix:before,
.hxui-clearfix:after {
  display: table;
  content: " ";
}
.hxui-clearfix:after {
  clear: both;
}

/**
 * ========================= 隐藏内容
 */
/* 隐藏元素 */
.hxui-hidden,
[hidden] {
  display: none !important;
}
/* 使元素不可见 */
.hxui-invisible {
  visibility: hidden;
}

.fl {
  float: left;
}
.fr{
  float: right;
}
/* Responsive utilities 响应式工具
   ========================================================================== */
/* 在特定屏幕的特备上隐藏 */
@media (max-width: 599px) {
  .hxui-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .hxui-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .hxui-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .hxui-hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hxui-hidden-xl {
    display: none !important;
  }
}
/* 在比特定屏幕小的设备上隐藏 */
@media (max-width: 599px) {
  .hxui-hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hxui-hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .hxui-hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1919px) {
  .hxui-hidden-lg-down {
    display: none !important;
  }
}
.hxui-hidden-xl-down {
  display: none !important;
}
/* 在比特定屏幕大的设备上隐藏 */
.hxui-hidden-xs-up {
  display: none !important;
}
@media (min-width: 600px) {
  .hxui-hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hxui-hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hxui-hidden-lg-up {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hxui-hidden-xl-up {
    display: none !important;
  }
}
/**
 * =============================================================================
 * ************   Shadow 阴影   ************
 * =============================================================================
 */
.hxui-shadow-0 {
  box-shadow: none;
}
.hxui-shadow-1 {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-2 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-3 {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.hxui-shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.hxui-shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
/**
 * =============================================================================
 * ************   涟漪动画   ************
 * =============================================================================
 */
.hxui-ripple {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Ripple */
.hxui-ripple-wave {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  font-size: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 50%;
  -webkit-transition-duration: 1400ms;
  transition-duration: 1400ms;
  -webkit-transform: translate3d(0px, 0px, 0) scale(0);
  transform: translate3d(0px, 0px, 0) scale(0);
}
/* 有背景色的默认使用白色涟漪 */
.hxui-ripple[class*="hxui-color-"] .hxui-ripple-wave {
  background-color: rgba(255, 255, 255, .3);
}
/* 白色涟漪 */
.hxui-ripple-white .hxui-ripple-wave {
  background-color: rgba(255, 255, 255, .3) !important;
}
/* 黑色涟漪 */
.hxui-ripple-black .hxui-ripple-wave {
  background-color: rgba(0, 0, 0, .1) !important;
}
.hxui-ripple-wave-fill {
  opacity: .35;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.hxui-ripple-wave-out {
  opacity: 0;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
/**
 * =============================================================================
 * ************   Checkbox 复选框   ************
 * =============================================================================
 */
.hxui-checkbox {
  position: relative;
  display: inline-block;
  height: 48px;
  padding-left: 26px;
  line-height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hxui-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 透明的圆形，用于生成圆形阴影 */
.hxui-checkbox-icon {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  border-radius: 18px;
  -webkit-transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition:         box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.hxui-checkbox-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: ' ';
  border: 2px solid rgba(0, 0, 0, .54);
  border-radius: 2px;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.hxui-checkbox-icon:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: ' ';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: rotateZ(37deg) scale(0);
  transform: rotateZ(37deg) scale(0);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* 选中状态的图标 */
.hxui-checkbox input[type="checkbox"]:checked + .hxui-checkbox-icon:after {
  background-color: #F44336;
  border-color: #F44336;
}
.hxui-checkbox input[type="checkbox"]:checked + .hxui-checkbox-icon:before {
  opacity: 1;
  -webkit-transform: rotateZ(37deg) scale(1);
  transform: rotateZ(37deg) scale(1);
}
/* 禁用状态的图标 */
.hxui-checkbox input[type="checkbox"]:disabled + .hxui-checkbox-icon:after {
  border-color: rgba(0, 0, 0, .26);
}
/* 禁用且选中状态 */
.hxui-checkbox input[type="checkbox"]:disabled:checked + .hxui-checkbox-icon:after {
  background-color: rgba(0, 0, 0, .26) !important;
  border-color: transparent !important;
}
/* 未选中、禁用时 按下的阴影 */
.hxui-checkbox:active input[type="checkbox"] + .hxui-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.hxui-checkbox:active input[type="checkbox"]:checked:not(:disabled) + .hxui-checkbox-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 64, 129, .16);
  box-shadow: 0 0 0 15px rgba(255, 64, 129, .16);
}
.hxui-list-item {
  display: inline-block;
  min-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .3s cubic-bezier(.4,0,.2,1);
  transition: background-color .3s cubic-bezier(.4,0,.2,1);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hxui-list-item-content {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  float: right;
  display: inline-block;
}
/**
 * =============================================================================
 * ************   Radio 单选框   ************
 * =============================================================================
 */
.hxui-radio {
  position: relative;
  display: inline-block;
  height: 36px;
  padding-left: 36px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hxui-radio input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/* 图标外圈 */
.hxui-radio-icon {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 2px solid rgba(0, 0, 0, .54);
  border-radius: 18px;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .14s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .14s cubic-bezier(.4, 0, .2, 1);
}
.hxui-radio-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  content: ' ';
  background-color: #F44336;
  border-radius: 14px;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* 选中状态的图标 */
.hxui-radio input[type="radio"]:checked + .hxui-radio-icon {
  border-color: #F44336;
}
.hxui-radio input[type="radio"]:checked + .hxui-radio-icon:before {
  opacity: 1;
  -webkit-transform: scale(.68);
  transform: scale(.68);
}
/* 禁用状态的图标 */
.hxui-radio input[type="radio"]:disabled + .hxui-radio-icon {
  border-color: rgba(0, 0, 0, .26) !important;
}
/* 禁用且选中状态的图标 */
.hxui-radio input[type="radio"]:disabled:checked + .hxui-radio-icon:before {
  background-color: rgba(0, 0, 0, .26) !important;
}
/* 未选中、禁用时 按下的阴影 */
.hxui-radio:active input[type="radio"] + .hxui-radio-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 15px rgba(0, 0, 0, .1);
}
/* 已选中时按下的阴影 */
.hxui-radio:active input[type="radio"]:checked:not(:disabled) + .hxui-radio-icon {
  -webkit-box-shadow: 0 0 0 15px rgba(255, 64, 129, .16);
  box-shadow: 0 0 0 15px rgba(255, 64, 129, .16);
}
/**
 * =============================================================================
 * ************   Expansion panel 可扩展面板   ************
 * =============================================================================
 */
/* 可扩展面板 */
.hxui-panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 面板项 */
.hxui-panel-item {
  color: rgba(0, 0, 0, .87);
  background-color: #fff;
  border: 1px solid #dddddd;
  -webkit-transition: margin .3s cubic-bezier(.4, 0, .2, 1);
  transition: margin .3s cubic-bezier(.4, 0, .2, 1);
  will-change: margin;
  margin-top: -1px;
}
.hxui-panel-item:last-child {
}
/* 面板头部 */
.hxui-panel-item-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 100%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: height, background-color;
}
.hxui-panel-item-header:active {
  background-color: #eee;
}
/* 面板项标题 */
.hxui-panel-item-title {
  width: 36%;
  min-width: 36%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 面板项内容 */
.hxui-panel-item-summary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 16px;
  overflow: hidden;
  color: rgba(0, 0, 0, .54);
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* 展开收起的图标 */
.hxui-panel-item-arrow {
  position: absolute;
  top: 12px;
  right: 24px;
  color: rgba(0, 0, 0, .54);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  -webkit-transform: rotate(0);
  transform: rotate(0);

  will-change: transform, top;
}
.hxui-panel-item-summary + .hxui-panel-item-arrow {
  position: relative;
  top: 0 !important;
  right: 0;
}
/* 面板项内容 */
.hxui-panel-item-body {
  height: 0;
  padding: 0 24px;
  overflow: hidden;
  -webkit-transition: height .3s cubic-bezier(.4, 0, .2, 1);
  transition: height .3s cubic-bezier(.4, 0, .2, 1);

  will-change: height;
}
.hxui-panel-item-body:before,
.hxui-panel-item-body:after {
  display: table;
  content: " ";
}
.hxui-panel-item-body:after {
  clear: both;
}
.hxui-panel-item-body:before,
.hxui-panel-item-body:after {
  display: table;
  content: " ";
}
.hxui-panel-item-body:after {
  clear: both;
}
.hxui-panel-item-body:after {
  height: 16px;
}
/* 面板项操作栏 */
.hxui-panel-item-actions {
  display: block;
  width: 100%;
  padding: 16px 24px 0 24px;
  margin: 16px -24px 0 -24px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, .12);
}
.hxui-panel-item-actions .hxui-btn {
  margin-left: 8px;
}
.hxui-panel-item-actions .hxui-btn:first-child {
  margin-left: 0;
}
/* 使打开项上下没有边距 */
.hxui-panel-gapless {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.hxui-panel-gapless .hxui-panel-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hxui-panel-gapless .hxui-panel-item-open {
  margin-top: 0;
  margin-bottom: 0;
}
/* 弹出面板 */
.hxui-panel-popout .hxui-panel-item-open {
  margin-right: -16px;
  margin-left: -16px;
}
/* 打开状态的面板项 */
.hxui-panel-item-open {
  height: auto;
  margin-top: 13px;
  margin-bottom: 13px;
}
.hxui-panel-item-open > .hxui-panel-item-header {
  height: 54px;
  border-bottom: 1px dashed #e9e9e9;
}
.hxui-panel-item-open > .hxui-panel-item-header .hxui-panel-item-arrow {
  top: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hxui-panel-item-open > .hxui-panel-item-body {
  height: auto;
}
/**
 * =============================================================================
 * ************   Button 按钮   ************
 * =============================================================================
 */
/* 默认为 Flat 扁平按钮 */
.hxui-btn,
.hxui-fab {
  position: relative;
  display: inline-block;
  min-width: 88px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: none;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);

  will-change: box-shadow;
  -webkit-user-drag: none;
}
.hxui-btn:hover,
.hxui-fab:hover {
  background-color: rgba(0, 0, 0, .1);
}
.hxui-btn:not(.hxui-ripple):active,
.hxui-fab:not(.hxui-ripple):active {
  background-color: rgba(0, 0, 0, .165);
}
/* 按钮内的图标 */
.hxui-btn .hxui-icon-left,
.hxui-btn .hxui-icon-right,
.hxui-btn .hxui-icon-left::before,
.hxui-btn .hxui-icon-right::before {
  height: inherit;
  font-size: 1.3em;
  line-height: inherit;
}
.hxui-btn .hxui-icon-left {
  float: left;
  margin-right: .4em;
}
.hxui-btn .hxui-icon-right {
  float: right;
  margin-left: .4em;
}
input.hxui-btn[type="submit"] {
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}
/* Raised button 浮动按钮 */
.hxui-btn-raised {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.hxui-btn-raised:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}
.hxui-btn-raised:active {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}
/* 禁用按钮 */
.hxui-btn[disabled],
.hxui-fab[disabled],
.hxui-btn[disabled]:hover,
.hxui-fab[disabled]:hover,
.hxui-btn[disabled]:active,
.hxui-fab[disabled]:active,
.hxui-btn[disabled]:focus,
.hxui-fab[disabled]:focus {
  color: rgba(0, 0, 0, .26) !important;
  cursor: default !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.hxui-btn[disabled] .hxui-icon,
.hxui-fab[disabled] .hxui-icon,
.hxui-btn[disabled]:hover .hxui-icon,
.hxui-fab[disabled]:hover .hxui-icon,
.hxui-btn[disabled]:active .hxui-icon,
.hxui-fab[disabled]:active .hxui-icon,
.hxui-btn[disabled]:focus .hxui-icon,
.hxui-fab[disabled]:focus .hxui-icon {
  color: rgba(0, 0, 0, .26) !important;
}
/* 禁用状态浮动按钮和浮动操作按钮 */
.hxui-btn-raised[disabled],
.hxui-fab[disabled],
.hxui-btn-raised[disabled]:hover,
.hxui-fab[disabled]:hover,
.hxui-btn-raised[disabled]:active,
.hxui-fab[disabled]:active,
.hxui-btn-raised[disabled]:focus,
.hxui-fab[disabled]:focus {
  background-color: rgba(0, 0, 0, .12) !important;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}
/* 加粗按钮文本 */
.hxui-btn-bold {
  font-weight: bold;
}
/* 图标按钮 */
.hxui-btn-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  font-size: 24px;
  line-height: normal;
  border-radius: 50%;
}
.hxui-btn-icon .hxui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  line-height: 24px;
  -webkit-transform: translate(-12px, -12px);
  transform: translate(-12px, -12px);
}
.hxui-btn-icon.hxui-ripple {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* 按钮 100% 宽度 */
.hxui-btn-block {
  display: block;
  width: 100%;
}
/* 密集型按钮 */
.hxui-btn-dense {
  height: 32px;
  font-size: 13px;
  line-height: 32px;
}
.hxui-btn-dense.hxui-btn-icon {
  width: 32px;
  min-width: 32px;
}
/* 按钮组 */
.hxui-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.hxui-btn-group .hxui-btn {
  float: left;
  min-width: inherit;
  padding: 0 12px;
  color: rgba(0, 0, 0, .54);
  border-radius: 0;
}
.hxui-btn-group .hxui-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  border-left: 1px solid transparent;
}
.hxui-btn-group .hxui-btn:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.hxui-btn-group .hxui-btn:first-child:before {
  border-left: none;
}
.hxui-btn-group .hxui-btn:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.hxui-btn-group .hxui-btn.hxui-btn-active {
  color: rgba(0, 0, 0, .87);
  background-color: rgba(0, 0, 0, .215);
}
.hxui-btn-group .hxui-btn.hxui-btn-active + .hxui-btn-active:before {
  border-left: 1px solid rgba(0, 0, 0, .145);
}
/* 鼠标悬浮时加深阴影 */
.hxui-hoverable {
  will-change: box-shadow;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.hxui-hoverable:hover,
.hxui-hoverable:focus {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
/*按钮颜色*/
.hxui-btn-border {
  background: #fff;
  border: 1px solid #0b51c1;
  color: #0b51c1;
}
.hxui-btn-border:hover {
  border: 1px solid #2196F3;
  background: #2196F3;
  color: #fff;
}
.hxui-btn-primary {
  background: #0b51c1;
  color: #fff;
}
.hxui-btn-primary:hover {
  background: #2196F3;
  color: #fff;
}
.hxui-btn-success {
  background: #4CAF50;
  color: #fff;
}
.hxui-btn-success:hover {
  background: #45cc4b;
  color: #fff;
}
.hxui-btn.hxui-btn-primary:not(.hxui-ripple):active {
  background-color: #2a83ef;
}
.hxui-btn.hxui-btn-success:not(.hxui-ripple):active {
  background-color: #17c510;
}
/**
 * ============================================================================
 * 分步
 * ============================================================================
 */
.hxui-steps {
  text-align: center;
}
.hxui-steps-item-icon {
  border: 1px solid rgba(0,0,0,0.25);
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 16px;
  margin-right: 8px;
  -webkit-transition: background-color .3s,border-color .3s;
  transition: background-color .3s,border-color .3s;
}
.hxui-steps-item {
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 30%;
  text-align: left;
}
.hxui-steps-item-process .hxui-steps-item-icon, .hxui-steps-item-finish .hxui-steps-item-icon {
  background-color: #0b51c1;
  border-color: #0b51c1;
  color: #fff;
}
.hxui-steps-item-finish .hxui-steps-item-title:after{
  background-color: #0b51c1;
}
.hxui-steps-item-title {
  font-size: 16px;
  color: #555;
  padding-right: 16px;
  position: relative;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
}
.hxui-steps-item-process .hxui-steps-item-title {
  font-weight: 600;
}
.hxui-steps-item-title:after {
  content: '';
  height: 1px;
  width: 9999px;
  background: #e8e8e8;
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}
.register-page .scene-wrap {
  padding-top: 20px;
}
.hxui-steps-item.hxui-steps-item-last{
  width:auto;
}
.hxui-steps-item.hxui-steps-item-last .hxui-steps-item-title:after {
  display: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: .67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */

  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * =============================================================================
 * ************   公共样式   ************
 * =============================================================================
 */
body {
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, .87);
  background-color: #fff;
}
@media (min-width: 600px) {
  body {
    font-size: 14.5px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}
@media (min-width: 1024px) {
  body *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
body *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}
body.hxui-theme-layout-dark *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: transparent;
}
@media (min-width: 1024px) {
  body.hxui-theme-layout-dark *::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
}
body.hxui-theme-layout-dark *::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .3);
}
* {
  -webkit-tap-highlight-color: transparent;
}
/* 锁定屏幕 */
body.hxui-locked {
  overflow: hidden;
}
/* 遮罩层 */
.hxui-overlay {
  position: fixed;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  z-index: 2000;
  visibility: hidden;
  background: rgba(0, 0, 0, .4);
  opacity: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
/* 显示遮罩层 */
.hxui-overlay-show {
  visibility: visible;
  opacity: 1;
}
/* 取消 transition 过渡效果 */
.hxui-no-transition {
  -webkit-transition-property: none !important;
          transition-property: none !important;
}
/**
 * =============================================================================
 * ************   Global dark   ************
 * =============================================================================
 */
.hxui-theme-layout-dark {
  color: #fff;
  background-color: #303030;
}
/**
 * =============================================================================
 * ************   Icon 图标   ************
 * =============================================================================
 */
.hxui-icon,
.hxui-icon::before {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  /* Preferred icon size */
  vertical-align: middle;

  direction: ltr;
}
.hxui-icon {
  display: inline-block;
  text-align: center;
}
.hxui-icon::before {
  display: block !important;
  width: 24px;
  height: 24px;
}
/**
 * =============================================================================
 * ************   Material Icons   ************
 * =============================================================================
 *
 * https://github.com/google/material-design-icons/
 * v3.0.1
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;

  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../icons/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../icons/material-icons/MaterialIcons-Regular.woff) format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  /* Support for all WebKit browsers. */

  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
