.cube-slide-dots {
  bottom: 1.125rem; }

.cube-checker-item {
  width: auto;
  margin-top: 0.3125rem; }

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html, body {
  height: 100%;
}
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}
div#driver-highlighted-element-stage {
  background: rgba(0, 0, 0, 0) !important;
}
div#driver-popover-item .driver-popover-footer button {
  background-color: #1890FF !important;
  color: white !important;
  text-shadow: none !important;
  /* 取消原来的text阴影，不然会有文字重叠的感觉 */
  border: none !important;
  /* 取消原来它自己按钮设置的border */
  line-height: 1.8 !important;
  border-radius: 0.25rem !important;
}
div#driver-popover-item {
  background: none !important;
  color: #fff !important;
}
div#driver-popover-item .driver-popover-description {
  color: #fff  !important;
}
div#driver-popover-item .driver-popover-footer button:hover {
  background-color: #50ABFF !important;
}
div#driver-popover-item .driver-popover-footer button:active {
  background-color: #1269BA !important;
}
.cube-my-popup .cube-popup-content {
  padding: 2.66vw;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border-radius: 0.66vw;
}

