/**
 * sanitize.css
 */
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }

button {
  overflow: visible;
  -webkit-appearance: button; }

details {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }
  input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; }
  input[type="number"] {
    width: auto; }
  input[type="search"] {
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

main {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

summary {
  display: block; }

svg:not(:root) {
  overflow: hidden; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

:root {
  background-color: #f0efed;
  box-sizing: border-box;
  color: #333;
  cursor: default;
  font: 100% / 1 -apple-system, "San Francisco", "Roboto", "PingFang SC", "Noto Sans CJK SC", sans-serif;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

a {
  color: inherit; }

em {
  font-style: normal; }

body {
  font-size: .3rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

ul, ol, li {
  list-style: none; }

* {
  -webkit-tap-highlight-color: transparent; }

/**
 * https://github.com/ftlabs/fastclick/issues/60
 */
label > * {
  pointer-events: none; }

/**
 * http://vuejs.org/api/#v-cloak
 */
[v-cloak] {
  display: none; }

/*
    Variables (Color & Border)
*/
/*
    Border
*/
/*
    Ellipsis
*/
.hue-base-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block !important; }

/*
    Mixin
*/
/*
    Base (Atom Styles)
*/
.hue-base-hidden {
  display: none; }

.hue-base-block {
  display: block; }

.hue-base-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.hue-base-flex-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1; }

.hue-base-active-background:active {
  background: #f0f0f0; }
  .hue-base-active-background:active > * {
    border-top: 1px solid transparent; }
  .hue-base-active-background:active + * > * {
    border-top: 1px solid transparent; }

.hue-base-mr20 {
  margin-right: .2rem; }

.hue-base-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
    Components
*/
/*
    Navbar
*/
.hue-base-navbar {
  height: .8rem;
  line-height: .8rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 .24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  .hue-base-navbar-wrap {
    display: block;
    font-size: .32rem;
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    text-align: center; }

/*
    Arrow
*/
.hue-base-arrow-right {
  position: relative; }
  .hue-base-arrow-right:after {
    position: absolute;
    right: .24rem;
    top: 50%;
    display: block;
    content: '';
    width: .16rem;
    height: .16rem;
    -webkit-transform: translateY(-50%) rotateZ(-135deg);
            transform: translateY(-50%) rotateZ(-135deg);
    border-left: .04rem solid #d9d9d9;
    border-bottom: .04rem solid #d9d9d9; }

.hue-base-arrow-down {
  position: relative; }
  .hue-base-arrow-down:after {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    content: '';
    width: .16rem;
    height: .16rem;
    -webkit-transform: translateY(-80%) rotateZ(-135deg);
            transform: translateY(-80%) rotateZ(-135deg);
    border-left: .04rem solid #d9d9d9;
    border-top: .04rem solid #d9d9d9; }

.hue-base-arrow-left {
  position: relative;
  padding-left: .24rem; }
  .hue-base-arrow-left:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: .2rem;
    height: .2rem;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
            transform: translateY(-50%) rotateZ(45deg);
    border-left: 0.04rem solid #06c1ae;
    border-bottom: 0.04rem solid #06c1ae; }

.hue-base-banner-tips {
  font-size: .26rem;
  color: #ff9900;
  height: .7rem;
  line-height: .7rem;
  background: #fff6de;
  text-align: center; }

/*
    Base Colors
*/
.hue-base-color-primary {
  color: #06c1ae; }

.hue-base-color-secondary {
  color: #ffffff; }

.hue-base-color-success {
  color: #71b41a; }

.hue-base-color-warning {
  color: #ff9900; }

.hue-base-color-danger {
  color: #ec5330; }

/*
    Input, Button, Textarea
*/
input, textarea {
  -webkit-appearance: none;
  outline: none;
  border-style: solid;
  pointer-events: initial !important; }

input[type="radio"] {
  border-radius: 50%;
  border: 1px solid #ddd8ce;
  display: block;
  width: .45rem;
  height: .45rem;
  position: relative; }
  input[type="radio"]:checked {
    background: #06c1ae; }
    input[type="radio"]:checked:before {
      content: "";
      position: absolute;
      left: .15rem;
      top: .06rem;
      width: .14rem;
      height: .24rem;
      border-width: 0 .06rem .06rem 0;
      border-style: solid;
      border-color: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

input[type="checkbox"] {
  border: 1px solid #ddd8ce;
  display: block;
  width: .45rem;
  height: .45rem;
  position: relative;
  border-radius: 0.06rem;
  margin-left: .1rem; }
  input[type="checkbox"]:checked {
    background: #06c1ae; }
    input[type="checkbox"]:checked:before {
      content: "";
      position: absolute;
      left: .15rem;
      top: .08rem;
      width: .14rem;
      height: .24rem;
      border-width: 0 .06rem .06rem 0;
      border-style: solid;
      border-color: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

button, .btn {
  outline: none;
  background: transparent;
  border-style: solid;
  border: 1px solid #ddd8ce;
  border-radius: 0.06rem;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%; }

.hue-base-button-block {
  margin: .24rem .3rem; }
  .hue-base-button-block-btn, .hue-base-button-block-btn-yellow, .hue-base-button-block-btn-red, .hue-base-button-block-btn-green, .hue-base-button-block-btn-disabled {
    display: block;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    color: #ec5330;
    background: #fff;
    border-radius: 0.06rem;
    border: 1px solid #ddd8ce;
    font-size: .34rem; }
    .hue-base-button-block-btn:active, .hue-base-button-block-btn-yellow:active, .hue-base-button-block-btn-red:active, .hue-base-button-block-btn-green:active, .hue-base-button-block-btn-disabled:active {
      background: rgba(0, 0, 0, 0.1);
      border-color: rgba(0, 0, 0, 0.1); }
  .hue-base-button-block-btn-yellow {
    background: #fdb338;
    border-color: #fdb338;
    color: #fff; }
    .hue-base-button-block-btn-yellow:active {
      background: #d66500;
      border-color: #d66500; }
  .hue-base-button-block-btn-red {
    background: #fa7251;
    border-color: #fa7251;
    color: #fff; }
    .hue-base-button-block-btn-red:active {
      background: #c23e1a;
      border-color: #c23e1a; }
  .hue-base-button-block-btn-green {
    background: #2bb2a3;
    border-color: #2bb2a3;
    color: #fff; }
    .hue-base-button-block-btn-green:active {
      background: #049387;
      border-color: #049387; }
  .hue-base-button-block-btn-disabled {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color: #999; }
    .hue-base-button-block-btn-disabled:active {
      background: #dcdcdc;
      border-color: #dcdcdc; }
  .hue-base-button-block-btn-border-red {
    border: 1px solid #ec5330;
    color: #ec5330;
    display: block;
    width: 1.32rem;
    height: .52rem;
    line-height: .52rem;
    border-radius: 0.06rem; }
    .hue-base-button-block-btn-border-red:active {
      border-color: #c23e1a; }

/*
    Block
*/
.hue-base-block {
  background: #fff;
  margin: .2rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666; }
  .hue-base-block-item {
    display: block;
    padding-left: .24rem;
    color: inherit;
    font-size: .3rem; }
    .hue-base-block-item > * {
      height: .88rem;
      line-height: .88rem;
      border-top: 1px solid #e5e5e5;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      overflow: hidden;
      padding-right: .24rem;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .hue-base-block-item:first-child > * {
      border-top: 1px solid transparent; }
    .hue-base-block-item-highlight {
      display: block;
      text-align: center;
      background: #f4f5fa;
      height: .7rem;
      line-height: .7rem;
      font-weight: bold;
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      margin-bottom: -1px; }

/*
    Bottom Fixed Button
*/
.hue-component-bottom-fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  height: .98rem;
  line-height: .98rem;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #e5e5e5; }
  .hue-component-bottom-fixed-button-price {
    padding-left: .2rem; }
  .hue-component-bottom-fixed-button-price-total {
    font-size: .4rem;
    color: #06c1ae; }
  .hue-component-bottom-fixed-button-price-original {
    font-size: .26rem;
    color: #999; }
  .hue-component-bottom-fixed-button-btn {
    display: block;
    width: 2.4rem;
    height: 100%;
    background: #ff9900;
    color: #fff;
    border: none;
    font-size: .32rem;
    border-radius: 0; }
    .hue-component-bottom-fixed-button-btn:active {
      background: #d66500; }

/*
    Description List
*/
.hue-base-description-list {
  padding-top: .24rem;
  padding-bottom: .24rem;
  font-size: .26rem;
  color: #666;
  height: auto;
  display: block; }
  .hue-base-description-list dl {
    display: block;
    height: .4rem;
    line-height: .4rem; }
  .hue-base-description-list dt, .hue-base-description-list dd {
    display: inline; }
  .hue-base-description-list dt {
    display: inline-block;
    width: 1.64rem;
    text-align: right; }

@font-face {
  font-family: 'hue icon base';
  src: url("./hue-base-components/hue-base-component-icon-base.woff") format("woff"), url("./hue-base-components/hue-base-component-icon-base.otf"); }

@font-face {
  font-family: 'hue icon cate';
  src: url("./hue-base-components/hue-base-component-icon-cate.woff") format("woff"), url("./hue-base-components/hue-base-component-icon-cate.otf"); }

.hue-base-icon-base {
  font-family: 'hue icon base'; }

.hue-base-icon-cate {
  font-family: 'hue icon cate'; }

.hue-base-icon-base,
.hue-base-icon-cate {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-style: normal;
  display: inline-block; }
