html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

[class*=tea-],
[class*=tea-]:after,
[class*=tea-]:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, San Francisco, Helvetica Neue, Helvetica, Arial, PingFangSC-Light, Hiragina Sans GB, WenQuanYi Micro Hei, microsoft yahei ui, microsoft yahei, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  height: 100%;
  overflow-y: hidden
}

aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block
}

[hidden],
template {
  display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin: 0
}

ol,
ul {
  list-style: none;
  padding: 0
}

address,
cite,
dfn,
em,
i,
var {
  font-style: normal
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #006eff;
  cursor: pointer
}

a:active,
a:hover {
  outline-width: 0
}

a:hover {
  text-decoration: underline
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
legend,
td,
th {
  padding: 0
}

img {
  border-style: none
}

b,
strong {
  font-weight: bolder
}

mark {
  background-color: #ff0;
  color: #000
}

svg:not(:root) {
  overflow: hidden
}

[tabindex]:focus {
  outline: 0 !important
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

hr {
  padding: 0;
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 20px 0
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 0
}

.tea-text {
  color: #444 !important
}

.tea-text-label {
  color: #888 !important
}

.tea-text-weak {
  color: #bbb !important
}

.tea-text-strong {
  color: #000 !important
}

.tea-text-primary {
  color: #006eff !important
}

.tea-text-success {
  color: #0abf5b !important
}

.tea-text-danger {
  color: #e54545 !important
}

.tea-text-warning {
  color: #ff9d00 !important
}

.tea-text-cost {
  color: #ff9d00;
  font-size: 24px;
  font-family: Microsoft Yahei, helvetica neue, hiragino sans gb
}

.tea-bg-success {
  background-color: #0abf5b
}

.tea-bg-warning {
  background-color: #ff9d00
}

.tea-bg-danger {
  background-color: #e54545
}

.tea-text-justify {
  text-align: justify !important
}

.tea-text-wrap {
  white-space: normal !important
}

.tea-text-nowrap {
  white-space: nowrap !important
}

.tea-text-left {
  text-align: left !important
}

.tea-text-center {
  text-align: center !important
}

.tea-text-right {
  text-align: right !important
}

.tea-text-overflow,
.tea-text-truncate {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
}

.tea-text-underline {
  position: relative;
  display: inline-block
}

.tea-text-underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed
}

.tea-text-with-icon {
  padding-right: 16px;
  position: relative;
  min-width: 16px
}

.tea-text-with-icon .tea-icon {
  position: absolute;
  right: 0;
  visibility: hidden;
  cursor: pointer
}

.tea-text-with-icon:hover .tea-icon {
  visibility: visible
}

.tea-fz-reset {
  font-size: 12px
}

.tea-h1,
.tea-h2,
.tea-h3,
.tea-h4,
.tea-h5,
.tea-h6 {
  font-weight: 700
}

.tea-h1 {
  font-size: 14px
}

.tea-h2 {
  font-size: 16px
}

.tea-h3,
.tea-h4,
.tea-h5,
.tea-h6 {
  font-size: 14px
}

.tea-align-top {
  vertical-align: top !important
}

.tea-align-middle {
  vertical-align: middle !important
}

.tea-align-bottom {
  vertical-align: bottom !important
}

.tea-align-text-bottom {
  vertical-align: text-bottom !important
}

.tea-align-text-top {
  vertical-align: text-top !important
}

.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.tea-float-left {
  float: left !important
}

.tea-float-right {
  float: right !important
}

.tea-float-none {
  float: none !important
}

.tea-d-inline {
  display: inline !important
}

.tea-d-block {
  display: block !important
}

.tea-d-inline-block {
  display: inline-block !important
}

.tea-justify-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tea-justify-grid .tea-justify-grid__col {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  vertical-align: middle;
  text-align: right;
  font-size: 0
}

.tea-justify-grid .tea-justify-grid__col .tea-form--search {
  display: inline-block
}

.tea-justify-grid .tea-justify-grid__col .tea-search {
  display: inline-block;
  width: 180px;
  vertical-align: middle
}

.tea-justify-grid .tea-justify-grid__col .tea-search--tags {
  width: 100%
}

.tea-justify-grid .tea-justify-grid__col .tea-form--search.size-l .tea-search {
  width: 420px
}

.tea-justify-grid .tea-justify-grid__col--left,
.tea-justify-grid .tea-justify-grid__col:first-child {
  text-align: left
}

.tea-justify-grid .tea-justify-grid__col--left .tea-btn,
.tea-justify-grid .tea-justify-grid__col--left .tea-combobox,
.tea-justify-grid .tea-justify-grid__col--left .tea-dropdown,
.tea-justify-grid .tea-justify-grid__col--left .tea-segment,
.tea-justify-grid .tea-justify-grid__col--left .tea-select,
.tea-justify-grid .tea-justify-grid__col:first-child .tea-btn,
.tea-justify-grid .tea-justify-grid__col:first-child .tea-combobox,
.tea-justify-grid .tea-justify-grid__col:first-child .tea-dropdown,
.tea-justify-grid .tea-justify-grid__col:first-child .tea-segment,
.tea-justify-grid .tea-justify-grid__col:first-child .tea-select {
  margin-right: 10px
}

.tea-justify-grid .tea-justify-grid__col--right,
.tea-justify-grid .tea-justify-grid__col--right:first-child {
  text-align: right
}

.tea-justify-grid .tea-justify-grid__col--right .tea-btn,
.tea-justify-grid .tea-justify-grid__col--right .tea-combobox,
.tea-justify-grid .tea-justify-grid__col--right .tea-dropdown,
.tea-justify-grid .tea-justify-grid__col--right .tea-segment,
.tea-justify-grid .tea-justify-grid__col--right .tea-select,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-btn,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-combobox,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-dropdown,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-segment,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-select {
  margin-left: 10px;
  margin-right: 0
}

.tea-justify-grid .tea-justify-grid__col--right .tea-btn--icon,
.tea-justify-grid .tea-justify-grid__col--right:first-child .tea-btn--icon {
  margin-left: 0
}

.tea-justify-grid.tea-justify-grid--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.tea-justify-grid.tea-justify-grid--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.tea-overlay {
  z-index: 1001;
  position: fixed
}

.tea-ma-1n {
  margin: 4px !important
}

.tea-ma-2n {
  margin: 8px !important
}

.tea-ma-3n {
  margin: 12px !important
}

.tea-ma-4n {
  margin: 16px !important
}

.tea-ma-5n {
  margin: 20px !important
}

.tea-mt-1n {
  margin-top: 4px !important
}

.tea-mt-2n {
  margin-top: 8px !important
}

.tea-mt-3n {
  margin-top: 12px !important
}

.tea-mt-4n {
  margin-top: 16px !important
}

.tea-mt-5n {
  margin-top: 20px !important
}

.tea-mb-1n {
  margin-bottom: 4px !important
}

.tea-mb-2n {
  margin-bottom: 8px !important
}

.tea-mb-3n {
  margin-bottom: 12px !important
}

.tea-mb-4n {
  margin-bottom: 16px !important
}

.tea-mb-5n {
  margin-bottom: 20px !important
}

.tea-mr-1n {
  margin-right: 4px !important
}

.tea-mr-2n {
  margin-right: 8px !important
}

.tea-mr-3n {
  margin-right: 12px !important
}

.tea-mr-4n {
  margin-right: 16px !important
}

.tea-mr-5n {
  margin-right: 20px !important
}

.tea-ml-1n {
  margin-left: 4px !important
}

.tea-ml-2n {
  margin-left: 8px !important
}

.tea-ml-3n {
  margin-left: 12px !important
}

.tea-ml-4n {
  margin-left: 16px !important
}

.tea-ml-5n {
  margin-left: 20px !important
}

.tea-pa-1n {
  padding: 4px !important
}

.tea-pa-2n {
  padding: 8px !important
}

.tea-pa-3n {
  padding: 12px !important
}

.tea-pa-4n {
  padding: 16px !important
}

.tea-pa-5n {
  padding: 20px !important
}

.tea-pt-1n {
  padding-top: 4px !important
}

.tea-pt-2n {
  padding-top: 8px !important
}

.tea-pt-3n {
  padding-top: 12px !important
}

.tea-pt-4n {
  padding-top: 16px !important
}

.tea-pt-5n {
  padding-top: 20px !important
}

.tea-pb-1n {
  padding-bottom: 4px !important
}

.tea-pb-2n {
  padding-bottom: 8px !important
}

.tea-pb-3n {
  padding-bottom: 12px !important
}

.tea-pb-4n {
  padding-bottom: 16px !important
}

.tea-pb-5n {
  padding-bottom: 20px !important
}

.tea-pl-1n {
  padding-left: 4px !important
}

.tea-pl-2n {
  padding-left: 8px !important
}

.tea-pl-3n {
  padding-left: 12px !important
}

.tea-pl-4n {
  padding-left: 16px !important
}

.tea-pl-5n {
  padding-left: 20px !important
}

.tea-pr-1n {
  padding-right: 4px !important
}

.tea-pr-2n {
  padding-right: 8px !important
}

.tea-pr-3n {
  padding-right: 12px !important
}

.tea-pr-4n {
  padding-right: 16px !important
}

.tea-pr-5n {
  padding-right: 20px !important
}

.tea-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.tea-media+.tea-media {
  margin-top: 20px
}

.tea-media__body,
.tea-media__left {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: left
}

.tea-media__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 10px
}

.tea-media--middle .tea-media,
.tea-media--middle.tea-media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tea-media--bottom .tea-media,
.tea-media--bottom.tea-media {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.tea-media--reverse .tea-media,
.tea-media--reverse.tea-media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.tea-action-state {
  font-size: 12px
}

.tea-action-state .tea-icon {
  vertical-align: -5px
}

.tea-action-state .tea-action-state__text {
  display: inline-block;
  vertical-align: middle
}

.tea-action-state.tea-action-state--form-align {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle
}

.tea-bg-layout {
  background-color: #f2f2f2;
  padding: 10px
}

.tea-bg-layout.tea-bg-layout--border {
  border: 1px solid #ddd
}

.tea-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: inherit;
  font-size: 0
}

.tea-icon-shopcart {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.52% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-more {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-folderclose {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.11% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-folderopen {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.52% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-notice {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 8.88% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-guide {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 59.35% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-consult {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-realname {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-realnamev {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-show {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 50.93% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-hide {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-records {
  width: 15px;
  height: 16px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -57px -18px
}

.tea-icon-error.size-l {
  width: 32px;
  height: 32px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.68% 21.97%;
  background-size: 718.75% 640.625%;
  ;
  background-repeat: no-repeat
}

.tea-icon-sales {
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -57px 0px
}

.tea-icon-success {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-success.size-l {
  width: 32px;
  height: 32px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-size: 718.75% 640.625%;
  ;
  background-position: 0.51% 21.97%;
  background-repeat: no-repeat
}

.tea-icon-warning {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.11% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-warning.size-l {
  width: 32px;
  height: 32px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-size: 718.75% 640.625%;
  ;
  background-position: 17.68% 2.31%;
  background-repeat: no-repeat
}

.tea-icon-loading {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
  background-position: 67.75999999999999% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.tea-icon-shutdown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: 0px -21px
}

.tea-icon-running {
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -18px -21px
}

.tea-icon-error {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-deploy {
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  width: 17px;
  height: 17px;
  background-position: -21px 0px
}

.tea-icon-sort {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 67.75999999999999% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-sortup {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 84.58% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-sortdown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 59.35% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-links {
  width: 14px;
  height: 13px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -36px -40px
}

.tea-icon-btnback {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 67.2%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-client {
  width: 16px;
  height: 15px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  margin-top: 2px;
  background-position: -18px -40px
}

.tea-icon-plus {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-minus {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 67.2%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-setting {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.11% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-pencil {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.52% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-pencil:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 50.93% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-copy {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.11% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-copy:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.52% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-remind {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 56.13% 24.060000000000002%;
  background-size: 1277.7777777777778% 1138.888888888889%;
  ;
  background-repeat: no-repeat
}

.tea-icon-dismiss {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-dismiss:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-dismiss.size-s {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-phone {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 59.35% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-phonev {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 67.75999999999999% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-wechat {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 38.62%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-wechatv {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 86.24000000000001%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-email {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 38.62%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-emailv {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-qq {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-favorable {
  width: 15px;
  height: 18px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -40px 0px
}

.tea-icon-viewgrid {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 38.62%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-viewlist {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-alarm {
  width: 15px;
  height: 14px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: -40px -20px
}

.tea-icon-monitor {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 38.62%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-download {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-filter {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 8.88% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-try {
  width: 19px;
  height: 19px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: 0px 0px
}

.tea-icon-convertip--blue {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-convertip {
  cursor: default;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 8.88% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-convertip:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-new {
  cursor: default;
  background-image: url(sprite/tea-0.0.9.min-201908141110.png);
  background-position: 0px -40px
}

.tea-icon-info {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  cursor: pointer;
  background-position: 76.17% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-close {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 10.05%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-close.size-s {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 86.24000000000001%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-arrowup {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.11% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-arrowdown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-arrowleft {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 59.35% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-arrowright {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-externallink {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-refresh {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-fullscreen {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 50.93% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-fullscreenquit {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-delete {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 8.88% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-trenddown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 67.2%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-trendup {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-drop {
  width: 24px;
  height: 24px;
  cursor: move;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 33.5% 20.990000000000002%;
  background-size: 958.3333333333334% 854.1666666666666%;
  ;
  background-repeat: no-repeat
}

.tea-icon-news {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-help {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  cursor: pointer;
  background-position: 74.3% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-pending {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-pending.size-l {
  width: 32px;
  height: 32px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 34.849999999999994% 2.31%;
  background-size: 718.75% 640.625%;
  ;
  background-repeat: no-repeat
}

.tea-icon-infoblue {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-infoblue.size-l {
  width: 32px;
  height: 32px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.51% 2.31%;
  background-size: 718.75% 640.625%;
  ;
  background-repeat: no-repeat
}

.tea-icon-lastpage {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 50.93% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-firstpage {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-search {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-transfer {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-cur {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 10.05%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-cur-active {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 19.580000000000002%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-fold {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 55.61000000000001% 34.39%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-check {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 19.580000000000002%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-check.size-s {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.52% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-not {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-not:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 8.88% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-and {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 10.05%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-and:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 19.580000000000002%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-detail {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-qrcode {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 10.05%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-qrcode:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 19.580000000000002%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-database {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 50.93% 61.38%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-icon-datasheet {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-flag {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px
}

.tea-flag-Globe {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 31.900000000000002% 50.81%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Globe--gray {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.38% 50.81%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-China {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 10.95% 50.81%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Hongkong {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 56.67% 12.43%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-India {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 45.24% 20.54%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Korea {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 10.95% 38.92%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Thailand {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 42.38% 38.92%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Singapore {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 31.900000000000002% 38.92%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-America {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.48% 50.81%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Canada {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 56.67% 0.54%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Germany {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 21.43% 50.81%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Russia {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 21.43% 38.92%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

.tea-flag-Japan {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.48% 38.92%;
  background-size: 1150% 1025%;
  ;
  background-repeat: no-repeat
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  cursor: pointer
}

.tea-btn {
  height: 30px;
  min-width: 24px;
  padding: 0 20px;
  background-color: #006eff;
  color: #fff;
  border: 1px solid #006eff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
  vertical-align: middle;
  white-space: nowrap
}

.tea-btn.is-loading .tea-icon-loading {
  vertical-align: -3px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 10.05%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-btn--weak.is-loading .tea-icon-loading,
.tea-btn.is-loading.is-disabled .tea-icon-loading {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 67.75999999999999% 80.42%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-btn:hover {
  border-color: #0063e5;
  background-color: #0063e5;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tea-btn.is-loading:hover {
  border-color: #006eff;
  background-color: #006eff
}

.tea-btn:active {
  border-color: #0058cc;
  background-color: #0058cc
}

.tea-btn:active,
.tea-btn:focus {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.tea-btn:focus {
  border-color: #006eff;
  background-color: #006eff
}

.tea-btn--pay {
  border-color: #ff9700;
  background-color: #ff9700
}

.tea-btn--pay:focus,
.tea-btn--pay:hover {
  background-color: #f28f00;
  border-color: #f28f00
}

.tea-btn--pay.is-loading:hover {
  border-color: #ff9700;
  background-color: #ff9700
}

.tea-btn--pay:active {
  background-color: #e0880b;
  border-color: #e0880b
}

.tea-btn--weak {
  background-color: #fff;
  border-color: #ddd;
  color: #000
}

.tea-btn--weak:focus,
.tea-btn--weak:hover {
  border-color: #ddd;
  color: #000;
  background-color: #f2f2f2
}

.tea-btn--weak.is-loading:hover {
  background-color: #fff;
  border-color: #ddd
}

.tea-btn--weak:active {
  background-color: #f2f2f2;
  border-color: #ddd;
  color: #000
}

.tea-btn--file {
  position: relative;
  font-size: 0;
  overflow: hidden;
  cursor: pointer
}

.tea-btn--file input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  opacity: 0
}

.tea-btn--file span {
  display: inline-block;
  font-size: 12px
}

.tea-btn--error,
.tea-btn--error:active {
  background-color: #e54545;
  border-color: #e54545
}

.tea-btn--error:focus,
.tea-btn--error:hover {
  background-color: #d94141;
  border-color: #d94141
}

.tea-btn--error.is-disabled,
.tea-btn--pay.is-disabled,
.tea-btn--weak.is-disabled,
.tea-btn.is-disabled,
.tea-btn.is-disabled:focus,
.tea-btn.is-disabled:hover {
  border-color: #ddd;
  background-color: #fff;
  color: #bbb;
  cursor: not-allowed
}

.tea-btn--text {
  padding: 5px;
  color: #444
}

.tea-btn--link,
.tea-btn--text {
  display: inline-block;
  text-align: center;
  height: auto;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.5;
  background-color: transparent;
  border: none
}

.tea-btn--link {
  padding: 0;
  color: #006eff
}

.tea-btn--text:active,
.tea-btn--text:focus,
.tea-btn--text:hover {
  background-color: rgba(0, 0, 0, .05);
  text-decoration: none;
  font-size: 12px
}

.tea-btn--link:active,
.tea-btn--link:focus,
.tea-btn--link:hover {
  background-color: transparent;
  text-decoration: underline
}

.tea-btn--link.is-disabled,
.tea-btn--link.is-disabled:focus,
.tea-btn--link.is-disabled:hover {
  border-color: transparent;
  background-color: transparent
}

.tea-btn--icon {
  display: inline-block;
  font-size: 0;
  border: none;
  padding: 5px;
  height: inherit;
  line-height: inherit;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-btn--icon:active,
.tea-btn--icon:hover {
  background-color: rgba(0, 0, 0, .05);
  text-decoration: none
}

.tea-btn--icon:focus {
  background-color: transparent
}

.tea-btn--icon.is-disabled .tea-icon {
  opacity: .5
}

.tea-btn--icon.is-disabled,
.tea-btn--icon.is-disabled:active,
.tea-btn--icon.is-disabled:focus,
.tea-btn--icon.is-disabled:hover {
  background-color: transparent
}

.tea-input,
.tea-textarea {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #444;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border
}

.tea-input::-webkit-input-placeholder,
.tea-textarea::-webkit-input-placeholder {
  color: #bbb
}

.tea-input::-moz-placeholder,
.tea-textarea::-moz-placeholder {
  color: #bbb
}

.tea-input:-ms-input-placeholder,
.tea-textarea:-ms-input-placeholder {
  color: #bbb
}

.tea-input:-moz-placeholder,
.tea-textarea:-moz-placeholder {
  color: #bbb
}

.tea-input:hover,
.tea-textarea:hover {
  border-color: #bbb;
  outline: 0
}

.tea-input:focus,
.tea-textarea:focus {
  border-color: #006eff;
  outline: 0
}

.tea-input:disabled,
.tea-textarea:disabled {
  background-color: #f2f2f2;
  color: #bbb;
  background-image: none;
  cursor: not-allowed
}

.tea-input:disabled:focus,
.tea-input:disabled:hover,
.tea-textarea:disabled:focus,
.tea-textarea:disabled:hover {
  border-color: #ddd
}

.tea-input[readonly=readonly],
.tea-input[readonly],
.tea-textarea[readonly=readonly],
.tea-textarea[readonly] {
  background-color: #f2f2f2;
  color: #444
}

.tea-input[readonly=readonly]:focus,
.tea-input[readonly=readonly]:hover,
.tea-input[readonly]:focus,
.tea-input[readonly]:hover,
.tea-textarea[readonly=readonly]:focus,
.tea-textarea[readonly=readonly]:hover,
.tea-textarea[readonly]:focus,
.tea-textarea[readonly]:hover {
  outline: 0;
  border-color: #ddd
}

.is-error .tea-input,
.is-error .tea-textarea {
  color: #e1504a;
  border-color: #e1504a
}

.tea-input {
  vertical-align: middle;
  width: 200px
}

.tea-input::-ms-clear {
  display: none
}

.tea-textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
  width: 200px;
  height: 100px
}

.tea-textarea--resize {
  resize: auto;
  max-width: 100%;
  max-height: 100%
}

.tea-textarea-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  padding-bottom: 20px
}

.tea-textarea-group .tea-textarea__label {
  font-size: 12px;
  position: absolute;
  bottom: 21px;
  right: 11px;
  color: #888
}

.tea-select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  height: 30px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  background: url(assets/image/slice/svg/select-arrow.svg) 100% no-repeat #fff;
  color: #000;
  cursor: pointer;
  line-height: 30px;
  padding: 0 24px 0 10px;
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none
}

.is-error .tea-select {
  color: #e1504a;
  border-color: #e1504a
}

.tea-select::-ms-expand {
  display: none
}

.tea-select[disabled],
.tea-select[disabled]:focus,
.tea-select[disabled]:hover {
  cursor: not-allowed;
  border-color: #ddd;
  background-color: #f2f2f2;
  color: #bbb
}

.tea-select:focus,
.tea-select:hover {
  outline: 0;
  color: #000;
  background-color: #f2f2f2;
  border-color: #ddd
}

.tea-input--search,
.tea-input--search.size-m {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  vertical-align: top;
  border-radius: 0;
  background-color: #fff;
  padding: 0 60px 0 10px;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  line-height: 30px;
  -webkit-appearance: none
}

.tea-input.size-l,
.tea-select.size-l,
.tea-textarea.size-l {
  width: 420px
}

.tea-input.size-m,
.tea-select.size-m,
.tea-textarea.size-m {
  width: 200px
}

.tea-input.size-s,
.tea-select.size-s,
.tea-textarea.size-s {
  width: 100px;
  min-width: 0
}

.tea-input.size-xs,
.tea-select.size-xs,
.tea-textarea.size-xs {
  width: 60px
}

.tea-select.size-auto-width {
  width: auto
}

.tea-input.size-full-width,
.tea-select.size-full-width,
.tea-textarea.size-full-width {
  width: 100%
}

.tea-input-group {
  font-size: 0
}

.tea-input-group,
.tea-input-group__text {
  display: inline-block;
  vertical-align: middle
}

.tea-input-group__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #444;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  background-color: #f2f2f2;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px
}

.tea-input-group__addon {
  margin-right: -1px;
  display: inline-block;
  vertical-align: middle
}

.tea-input-group__addon:last-child {
  margin-right: 0;
  margin-left: -1px
}

.tea-input-group .tea-input,
.tea-input-group__addon {
  position: relative
}

.tea-input-group__addon .tea-select {
  background-color: #f2f2f2
}

.is-error .tea-input,
.is-success .tea-input,
.tea-input-group .tea-input:focus,
.tea-input-group .tea-input:hover {
  z-index: 1
}

.tea-radio,
input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  border: 1px solid #bbb;
  border-radius: 100%;
  background-position: inherit;
  background-color: #fff
}

.tea-radio:focus,
.tea-radio:hover,
input[type=radio]:focus,
input[type=radio]:hover {
  border-color: #888;
  background-position: inherit
}

.tea-radio:checked,
input[type=radio]:checked {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #006eff;
  border: 1px solid transparent;
  background-position: 98.61% 94.76%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-radio:checked:focus,
.tea-radio:checked:hover,
input[type=radio]:checked:focus,
input[type=radio]:checked:hover {
  background-color: #0063e6
}

.tea-radio[disabled],
input[type=radio][disabled] {
  background-color: #f2f2f2;
  background-position: inherit;
  cursor: not-allowed
}

.tea-radio[disabled]:focus,
.tea-radio[disabled]:hover,
input[type=radio][disabled]:focus,
input[type=radio][disabled]:hover {
  border-color: hsla(0, 0%, 73.3%, .99)
}

.tea-radio[disabled]:checked,
input[type=radio][disabled]:checked {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #ddd;
  border: 1px solid hsla(0, 0%, 73.3%, .99);
  background-position: 98.61% 94.76%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-checkbox,
input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  border: 1px solid #bbb;
  background-color: #fff
}

.tea-checkbox:focus,
.tea-checkbox:hover,
input[type=checkbox]:focus,
input[type=checkbox]:hover {
  border-color: #888
}

.tea-checkbox:checked,
input[type=checkbox]:checked {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #006eff;
  border-color: #006eff;
  background-position: 47.69% 10.47%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-checkbox:checked:focus,
.tea-checkbox:checked:hover,
input[type=checkbox]:checked:focus,
input[type=checkbox]:checked:hover {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #0068f2;
  background-position: 47.69% 10.47%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-checkbox[disabled],
input[type=checkbox][disabled] {
  background-image: none;
  background-color: #ddd;
  border-color: #bbb;
  background-position: inherit;
  cursor: not-allowed
}

.tea-checkbox[disabled]:checked,
input[type=checkbox][disabled]:checked {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 47.69% 10.47%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-checkbox[disabled]:checked:hover,
input[type=checkbox][disabled]:checked:hover {
  background-color: #ddd;
  border: 1px solid #bbb;
  cursor: not-allowed
}

.tea-checkbox:indeterminate,
input[type=checkbox]:indeterminate {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #006eff;
  border: 1px solid #006eff;
  background-position: 47.69% 2.09%;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-checkbox:indeterminate:hover,
input[type=checkbox]:indeterminate:hover {
  background-color: #0068f2
}

.tea-checkbox[disabled]:indeterminate,
input[type=checkbox][disabled]:indeterminate {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: #ddd;
  background-position: 47.69% 2.09%;
  border: 1px solid #bbb;
  background-size: 1642.8571428571427% 1464.2857142857142%;
  ;
  background-repeat: no-repeat
}

.tea-form-check-group {
  margin-bottom: -8px;
  display: inline-block;
  vertical-align: middle
}

.tea-form-check-group .tea-form-check {
  margin-bottom: 8px
}

.tea-form-check-group+.tea-icon-valid {
  vertical-align: -3px
}

.tea-form-check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 21px;
  margin-top: 0;
  margin-right: 18px;
  min-height: 16px
}

.tea-form-check:last-child {
  margin-right: 0
}

.tea-form-check__label {
  line-height: 16px;
  cursor: pointer;
  font-size: 12px
}

.tea-form-check .tea-checkbox,
.tea-form-check .tea-radio {
  position: absolute;
  top: 0;
  left: 0
}

.tea-checkbox[disabled]+.tea-form-check__label,
.tea-radio[disabled]+.tea-form-check__label {
  cursor: not-allowed
}

.tea-form-check--block {
  display: block
}

.tea-form-check--block+.tea-form-check--block {
  margin-top: 8px;
  margin-right: 0
}

.tea-form-check--table-select {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-divider {
  width: 1px;
  height: 13px;
  background-color: #444;
  display: inline-block;
  vertical-align: middle
}

.tea-divider--space-2n {
  margin: 0 8px
}

.tea-divider--backslash {
  height: 12px;
  -webkit-transform-origin: center;
  -webkit-transform: skew(20deg)
}

.tea-divider--slash {
  height: 12px;
  -webkit-transform-origin: center;
  -webkit-transform: skew(-20deg)
}

.tea-badge {
  display: inline-block;
  font-size: 12px;
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tea-badge.multi-line {
  white-space: normal;
  padding: 2px 5px;
  height: auto;
  line-height: 14px
}

.tea-badge.is-blue {
  background-color: #e5f0ff;
  color: #006eff
}

.tea-badge.is-blue-dark {
  background-color: #006eff;
  color: #fff
}

.tea-badge.is-warning {
  background-color: #ffeed5;
  color: #ff9d00
}

.tea-badge.is-warning-dark {
  background-color: #ff9d00;
  color: #fff
}

.tea-badge.is-error {
  background-color: rgba(229, 69, 69, .14);
  color: #e54545
}

.tea-badge.is-error-dark {
  background-color: #e54545;
  color: #fff
}

.tea-badge.is-success {
  background-color: #e9f6ea;
  color: #0abf5b
}

.tea-badge.is-success-dark {
  background-color: #0abf5b;
  color: #fff
}

.tea-badge.is-neutral {
  background-color: #e5e5e5;
  color: #444
}

.tea-grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: table\9;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tea-grid__row [class*=tea-grid__col] {
  padding: 10px;
  display: table-cell\9
}

.tea-grid__row.tea-vertical--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.tea-grid__row.tea-vertical--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tea-grid__row.tea-vertical--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.tea-grid__row.tea-vertical--bottom .tea-grid__box,
.tea-grid__row.tea-vertical--middle .tea-grid__box,
.tea-grid__row.tea-vertical--top .tea-grid__box {
  height: auto
}

.tea-grid__row.tea-vertical--top [class*=tea-grid__col] {
  vertical-align: top
}

.tea-grid__row.tea-vertical--center [class*=tea-grid__col] {
  vertical-align: middle
}

.tea-grid__row.tea-vertical--bottom [class*=tea-grid__col] {
  vertical-align: bottom
}

.tea-grid__col-1 {
  width: 4.1667%
}

.tea-grid__col-2 {
  width: 8.3333%
}

.tea-grid__col-3 {
  width: 12.5%
}

.tea-grid__col-4 {
  width: 16.6667%
}

.tea-grid__col-5 {
  width: 20.8333333%
}

.tea-grid__col-6 {
  width: 25%
}

.tea-grid__col-7 {
  width: 29.1666667%
}

.tea-grid__col-8 {
  width: 33.3333333%
}

.tea-grid__col-9 {
  width: 37.5%
}

.tea-grid__col-10 {
  width: 41.6666667%
}

.tea-grid__col-11 {
  width: 45.8333333%
}

.tea-grid__col-12 {
  width: 50%
}

.tea-grid__col-13 {
  width: 54.1666667%
}

.tea-grid__col-14 {
  width: 58.3333333%
}

.tea-grid__col-15 {
  width: 62.5%
}

.tea-grid__col-16 {
  width: 66.6666667%
}

.tea-grid__col-17 {
  width: 70.8333333%
}

.tea-grid__col-18 {
  width: 75%
}

.tea-grid__col-19 {
  width: 79.1666667%
}

.tea-grid__col-20 {
  width: 83.3333333%
}

.tea-grid__col-21 {
  width: 87.5%
}

.tea-grid__col-22 {
  width: 91.6666667%
}

.tea-grid__col-23 {
  width: 95.8333333%
}

.tea-grid__col-24 {
  width: 100%
}

.tea-grid--split-line [class*=tea-grid__col] {
  position: relative
}

.tea-grid--split-line [class*=tea-grid__col]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-right: 1px solid #ddd
}

.tea-grid--split-line [class*=tea-grid__col]:first-child:before {
  border-right: 0
}

.tea-grid {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.tea-grid [class*=tea-grid__item] {
  padding: 10px
}

.tea-grid__box {
  height: 100%
}

.tea-grid.tea-vertical--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.tea-grid.tea-vertical--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tea-grid.tea-vertical--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.tea-grid.tea-vertical--bottom .tea-grid__box,
.tea-grid.tea-vertical--middle .tea-grid__box,
.tea-grid.tea-vertical--top .tea-grid__box {
  height: auto
}

.tea-grid.tea-vertical--top [class*=tea-grid__item] {
  vertical-align: top
}

.tea-grid.tea-vertical--middle [class*=tea-grid__item] {
  vertical-align: middle
}

.tea-grid.tea-vertical--bottom [class*=tea-grid__item] {
  vertical-align: bottom
}

.tea-grid__item {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 0
}

.tea-grid__item-1 {
  width: 4.1667%
}

.tea-grid__item-2 {
  width: 8.3333%
}

.tea-grid__item-3 {
  width: 12.5%
}

.tea-grid__item-4 {
  width: 16.6667%
}

.tea-grid__item-5 {
  width: 20.8333333%
}

.tea-grid__item-6 {
  width: 25%
}

.tea-grid__item-7 {
  width: 29.1666667%
}

.tea-grid__item-8 {
  width: 33.3333333%
}

.tea-grid__item-9 {
  width: 37.5%
}

.tea-grid__item-10 {
  width: 41.6666667%
}

.tea-grid__item-11 {
  width: 45.8333333%
}

.tea-grid__item-12 {
  width: 50%
}

.tea-grid__item-13 {
  width: 54.1666667%
}

.tea-grid__item-14 {
  width: 58.3333333%
}

.tea-grid__item-15 {
  width: 62.5%
}

.tea-grid__item-16 {
  width: 66.6666667%
}

.tea-grid__item-17 {
  width: 70.8333333%
}

.tea-grid__item-18 {
  width: 75%
}

.tea-grid__item-19 {
  width: 79.1666667%
}

.tea-grid__item-20 {
  width: 83.3333333%
}

.tea-grid__item-21 {
  width: 87.5%
}

.tea-grid__item-22 {
  width: 91.6666667%
}

.tea-grid__item-23 {
  width: 95.8333333%
}

.tea-grid__item-24 {
  width: 100%
}

.tea-grid--split-line [class*=tea-grid__item] {
  position: relative
}

.tea-grid--split-line [class*=tea-grid__item]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-right: 1px solid #ddd
}

.tea-grid--split-line [class*=tea-grid__item]:first-child:before {
  border-right: 0
}

.tea-card {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-card+.tea-card {
  margin-top: 20px
}

.tea-card__header {
  border-bottom: 1px solid #ddd
}

.tea-card__header .tea-h3,
.tea-card__header h3 {
  padding: 20px
}

.tea-card__subtitle {
  font-size: 12px;
  color: #888;
  margin-left: 5px;
  font-weight: 400
}

.tea-card__btn {
  display: inline-block;
  text-align: center;
  padding: 5px;
  vertical-align: initial;
  text-decoration: none;
  line-height: normal;
  font-size: 12px
}

.tea-card__btn:hover {
  background-color: rgba(0, 0, 0, .05);
  text-decoration: none
}

.tea-card__body {
  font-size: 12px;
  padding: 20px
}

.tea-card__footer {
  border-top: 1px solid #ddd;
  font-size: 12px
}

.tea-card__title {
  margin-bottom: 18px
}

.tea-card.tea-card--bordered {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd
}

.tea-card.tea-card--full {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px
}

.tea-card.tea-card--full-with-header {
  position: absolute;
  top: 71px;
  left: 20px;
  right: 20px;
  bottom: 20px
}

.tea-page-root {
  height: 100%
}

.tea-content {
  background-color: #f2f2f2;
  height: 100%;
  overflow: initial;
  padding-left: 0;
  padding-right: 0
}

.tea-content__header {
  margin: 0;
  font-size: 0;
  height: auto;
  line-height: inherit;
  min-height: inherit;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  color: #000;
  background: #fff
}

.tea-content__header h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px
}

.tea-content__header .tea-content-header__text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle
}

.tea-content__body {
  background-color: #f2f2f2;
  padding: 20px
}

.tea-content__inner {
  max-width: 1360px;
  margin: 0 auto
}

.tea-content__inner.tea-content__inner--full {
  max-width: 100%;
  margin: 0 auto
}

.tea-content__header-back {
  height: 26px;
  line-height: 26px;
  width: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin-left: -6px;
  vertical-align: middle;
  margin-right: 24px
}

.tea-content__header-back:hover {
  background-color: rgba(0, 0, 0, .05)
}

.tea-inner-wrap {
  position: absolute;
  top: 51px;
  bottom: 0;
  left: 0;
  right: 0
}

.tea-inner-wrap__menu {
  left: 0;
  width: 200px;
  border-right: 1px solid #ddd;
  background-color: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-inner-wrap__content,
.tea-inner-wrap__menu {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.tea-inner-wrap__content {
  left: 200px;
  right: 0;
  overflow: auto
}

.tea-inner-wrap__content .tea-content__header {
  border-bottom: 0;
  background-color: transparent
}

.tea-sidebar {
  position: relative;
  height: 100%;
  vertical-align: top
}

.tea-content__body.has-subsidebar {
  position: absolute;
  top: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow: hidden
}

.has-subsidebar .tea-content {
  position: absolute;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.has-subsidebar .tea-content__header {
  border-bottom: 0;
  background-color: transparent
}

.has-subsidebar>.tea-content__inner {
  max-width: inherit;
  height: 100%
}

.tea-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.tea-layout__header {
  height: 50px
}

.tea-layout__content {
  background-color: #f2f2f2;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.tea-layout__content .tea-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.tea-layout__content .tea-content__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.tea-layout__content .tea-layout__footer {
  margin-top: -77px
}

.tea-layout__content-header {
  height: 51px
}

.tea-layout__content-body {
  padding: 20px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.tea-layout__content-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%
}

.tea-layout__content-body-inner {
  max-width: 1360px;
  margin: 0 auto
}

.tea-layout__content-body-inner.tea-layout__content-body-inner--full {
  max-width: 100%
}

.tea-layout__footer {
  height: 77px
}

.tea-layout__sidebar {
  position: relative;
  height: 100%;
  vertical-align: top;
  min-width: 63px
}

.tea-layout__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  overflow-y: auto
}

.tea-layout__body.has-subsidebar {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.tea-layout__header-title {
  margin: 0;
  font-size: 0;
  height: auto;
  line-height: inherit;
  min-height: inherit;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  color: #000;
  background: #fff
}

.tea-layout__header-title .tea-h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px
}

.tea-layout__header-text {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle
}

.tea-layout__header-title--light {
  border-bottom: 0;
  background-color: transparent
}

.tea-layout.has-subsidebar {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row
}

.tea-blank-page {
  max-width: 700px;
  margin: 20px auto 0;
  overflow: initial;
  position: relative;
  top: 19%
}

.tea-blank-page .tea-media__left {
  padding-right: 20px
}

.tea-blank-page .tea-media__body {
  max-height: 500px
}

.tea-blank-page .tea-h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #444
}

.tea-blank-page .tea-list {
  margin-bottom: 20px
}

.tea-blank-page__media {
  position: relative;
  width: 180px;
  height: 180px
}

.tea-blank-page__media img {
  width: 180px;
  vertical-align: top
}

.tea-blank-page__media-bg {
  width: 180px
}

.tea-blank-page__media-bg,
.tea-blank-page__media-gif {
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.tea-blank-page__media-gif {
  display: inline-block;
  -webkit-animation: img-anim 1s ease-in-out infinite alternate
}

@-webkit-keyframes img-anim {
  0% {
    -webkit-transform: translateZ(0)
  }

  to {
    -webkit-transform: translate3d(0, -8px, 0)
  }
}

.tea-blank-page__step {
  margin-bottom: 20px
}

.tea-blank-page__step .item {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  color: #888
}

.tea-blank-page__step .num {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #888;
  border-radius: 100%;
  vertical-align: 0;
  margin-right: 5px
}

.tea-blank-page__op {
  font-size: 0;
  margin-bottom: 20px
}

.tea-blank-page__op .tea-btn,
.tea-blank-page__op .tea-link-external {
  margin-right: 8px
}

.tea-blank-page.default-error .tea-blank-page__media-bg {
  background-image: url(assets/image/black-pages/default-error-bg.png)
}

.tea-blank-page.default-error .tea-blank-page__media-gif {
  background-image: url(assets/image/black-pages/default-error-open.gif)
}

.tea-blank-page.default-open .tea-blank-page__media-bg {
  background-image: url(assets/image/black-pages/default-open-bg.png)
}

.tea-blank-page.default-open .tea-blank-page__media-gif {
  background-image: url(assets/image/black-pages/default-open-open.gif)
}

.tea-blank-page.default-arrears .tea-blank-page__media-bg {
  background-image: url(assets/image/black-pages/default-arrears-bg.png)
}

.tea-blank-page.default-arrears .tea-blank-page__media-gif {
  background-image: url(assets/image/black-pages/default-arrears-open.gif)
}

.tea-blank-page.default-permission .tea-blank-page__media-bg {
  background-image: url(//imgcache.qq.com/open_proj/proj_qcloud_v2/tea-style/dist/assets/image/black-pages/default-permission-bg.png)
}

.tea-blank-page.default-permission .tea-blank-page__media-gif {
  background-image: url(//imgcache.qq.com/open_proj/proj_qcloud_v2/tea-style/dist/assets/image/black-pages/default-permission-open.gif)
}

.tea-drawer {
  position: fixed;
  left: auto;
  right: 0;
  width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10
}

.tea-drawer,
.tea-drawer--left {
  top: 50px;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.tea-drawer--left {
  left: 0;
  right: auto
}

.tea-drawer.size-l {
  width: 800px
}

.tea-drawer__header {
  height: 50px;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px
}

.tea-drawer__header .tea-justify-grid__col .tea-h3 {
  line-height: 28px
}

.tea-drawer__header .tea-justify-grid__col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.tea-drawer__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 20px
}

.tea-drawer__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  background-color: #fff
}

.tea-pagination {
  height: auto;
  color: #888;
  font-size: 0;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto
}

.tea-pagination:after {
  display: table;
  clear: both;
  content: ""
}

.tea-pagination__state {
  float: left;
  color: #888;
  margin-top: 5px
}

.tea-pagination__state strong {
  font-weight: 400;
  margin: 0 3px
}

.tea-pagination__operate {
  float: right
}

.tea-pagination .tea-pagination__text {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle
}

.tea-pagination__turnbtn {
  display: inline-block;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  vertical-align: middle;
  text-align: center
}

.tea-pagination__turnbtn+.tea-pagination__turnbtn {
  margin-left: -1px
}

.tea-pagination__turnbtn:focus,
.tea-pagination__turnbtn:hover {
  z-index: 3;
  background-color: #f2f2f2;
  border-color: #ddd
}

.tea-pagination__turnbtn.is-disabled,
.tea-pagination__turnbtn.is-disabled:focus,
.tea-pagination__turnbtn.is-disabled:hover {
  z-index: 2;
  cursor: not-allowed;
  background-color: #f2f2f2
}

.tea-pagination__turnbtn.is-disabled .tea-icon {
  opacity: .5
}

.tea-pagination__firstbtn {
  margin-left: 10px
}

.tea-pagination .tea-dropdown-box {
  min-width: 48px;
  max-height: 152px;
  overflow: auto
}

.tea-pagination .tea-dropdown-btn.tea-dropdown__header,
.tea-pagination .tea-dropdown__header {
  height: 26px;
  width: auto;
  min-width: 0;
  border-left: none;
  border-right: none
}

.tea-pagination .tea-dropdown__value {
  line-height: 26px
}

.tea-pagination .tea-dropdown-btn .tea-dropdown__value {
  line-height: 24px
}

.tea-pagination .tea-dropdown__header .tea-icon {
  top: 5px
}

.tea-pagination__manualinput {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: -1px;
  margin-right: -1px
}

.tea-pagination__manualinput .tc-15-simulate-option {
  display: none
}

.tea-pagination__manualinput .tc-15-simulate-option li {
  text-overflow: clip
}

.tea-pagination__inputpagenum {
  height: 26px;
  width: 65px;
  text-align: center
}

.tea-pagination__totalpage {
  display: inline-block;
  width: auto;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  color: #000;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-left: none;
  text-decoration: initial;
  background-color: #f2f2f2;
  vertical-align: middle
}

.tea-pagination__totalpage em {
  color: #888
}

.tea-pagination--bordernone .tea-pagination__turnbtn {
  border: none
}

.tea-pagination--bordernone .tea-pagination__turnbtn.is-disabled {
  background-color: #fff
}

.tea-pagination--spacing {
  padding: 10px 10px 20px
}

.tea-table .tr__detailrow td .tea-pagination {
  background-color: transparent;
  font-size: 0;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  line-height: inherit
}

.tea-table .tr__detailrow td .tea-pagination .tea-pagination__totalpage {
  height: 26px;
  line-height: 26px
}

.tea-table .tr__detailrow td .tea-pagination a,
.tea-table .tr__detailrow td .tea-pagination a:hover {
  color: #444;
  text-decoration: none
}

.tea-table .tr__detailrow td .tea-pagination .indent {
  min-height: 16px;
  line-height: 16px
}

.tea-tabs__tabbar {
  position: relative
}

.tea-tabs__tabbar:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd
}

.tea-tabs__tablist {
  font-size: 0;
  min-width: 100%
}

.tea-tabs__tabitem,
.tea-tabs__tablist {
  position: relative;
  display: inline-block
}

.tea-tabs__tabitem {
  margin-right: 20px;
  font-size: 14px;
  height: 30px;
  line-height: 30px
}

.tea-tabs__tabitem:last-child {
  margin-right: 0
}

.tea-tabs__tab {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  color: #000;
  position: relative
}

.tea-tabs__tab:hover {
  text-decoration: none
}

.tea-tabs__tab.is-active {
  font-weight: 700
}

.tea-tabs__tab.is-disabled {
  cursor: default;
  color: #c2c8cc
}

.tea-tabs__tab:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 2px solid transparent
}

.tea-tabs__tab.is-active:after,
.tea-tabs__tab:hover:after {
  width: 100%;
  border-bottom-color: #006eff;
  -webkit-transition: border-color .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out;
  transition: border-color .15s ease-in-out, width .15s ease-in-out, height .15s ease-in-out
}

.tea-tabs__tab.is-disabled:hover:after {
  border-bottom: 2px solid transparent
}

.tea-tabs__tabpanel {
  padding-top: 10px;
  padding-bottom: 10px
}

.tea-tabs__remove {
  position: absolute;
  top: 7px;
  right: -8px;
  font-size: 0;
  line-height: 1;
  display: none
}

.tea-tabs__tabitem:hover .tea-tabs__remove {
  display: inline-block
}

.tea-tabs__addons {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%
}

.tea-tabs__addons:before {
  content: "";
  height: 100%;
  width: 0
}

.tea-tabs__addons .tea-pagination,
.tea-tabs__addons:before {
  display: inline-block;
  vertical-align: middle
}

.tea-tabs__backward,
.tea-tabs__forward {
  display: none;
  padding: 6px 7px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd
}

.tea-tabs__backward:focus,
.tea-tabs__backward:hover,
.tea-tabs__forward:focus,
.tea-tabs__forward:hover {
  border-bottom-color: #ddd;
  background-color: #f2f2f2
}

.tea-tabs__backward {
  left: 0
}

.tea-tabs__forward {
  right: 0
}

.tea-tabs__scroll-area {
  position: relative;
  white-space: nowrap;
  overflow: hidden
}

.tea-tabs__scroll-area.is-scrolling {
  padding: 0 30px
}

.tea-tabs__scroll-area.is-scrolling .tea-tabs__backward,
.tea-tabs__scroll-area.is-scrolling .tea-tabs__forward {
  display: inline-block
}

.tea-tabs--vertical {
  display: table;
  width: 100%
}

.tea-tabs--vertical>.tea-tabs__tabbar {
  display: table-cell;
  vertical-align: top
}

.tea-tabs--vertical>.tea-tabs__tabbar:before {
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  border-bottom: 0;
  border-right: 1px solid #ddd
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__scroll-area {
  white-space: normal
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tabitem {
  display: block;
  margin-right: 0
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tab {
  display: block;
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
  max-width: 20em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tab:after {
  right: 0;
  left: auto;
  top: 0;
  width: auto;
  border-bottom: 0;
  border-right: 2px solid transparent
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tab.is-active:after,
.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tab:hover:after {
  border-right-color: #006eff
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__tab.is-disabled:hover:after {
  border-right: 2px solid transparent
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__remove {
  right: 3px
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__scroll-area.is-scrolling {
  padding: 30px 0
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__backward,
.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__forward {
  border: 0;
  border-right: 1px solid #ddd;
  left: 0;
  width: 100%
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__backward {
  top: 0;
  bottom: auto
}

.tea-tabs--vertical>.tea-tabs__tabbar .tea-tabs__forward {
  top: auto;
  bottom: 0
}

.tea-tabs--vertical>.tea-tabs__tabpanel {
  display: table-cell;
  width: 100%;
  padding: 0 20px;
  vertical-align: top
}

.tea-tabs--bordered .tea-tabs__tabitem {
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 0
}

.tea-tabs--bordered .tea-tabs__tab:hover:after {
  border-bottom: 2px solid transparent
}

.tea-tabs--bordered .tea-tabs__tab.is-active:after {
  border-bottom-color: #fff
}

.tea-tabs--bordered .tea-tabs__tab:after {
  bottom: -1px
}

.tea-tabs--bordered .tea-tabs__tab.is-disabled:hover:after {
  border-bottom: 2px solid transparent
}

.tea-tabs--bordered .tea-tabs__tab {
  padding: 0 20px
}

.tea-tabs.tea-tabs--ceiling {
  margin-top: -21px
}

.tea-tabs.tea-tabs--ceiling>.tea-tabs__tabbar {
  background-color: #fff;
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0
}

.tea-tabs.tea-tabs--ceiling>.tea-tabs__tabpanel {
  padding-top: 50px
}

.tea-tabs.tea-tabs--full>.tea-tabs__tabbar {
  margin: 0 -20px;
  padding: 0 20px
}

.tea-step {
  counter-reset: step;
  font-size: 0;
  margin-top: -10px
}

.tea-step__item {
  margin-top: 10px
}

.tea-step__item,
.tea-step__num {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.tea-step__num {
  width: 28px;
  height: 28px;
  background-color: #006eff;
  border: 2px solid #006eff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  color: #fff
}

.tea-step__num:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-color: transparent;
  background-position: 99.53% 19.580000000000002%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-step__num:before {
  counter-increment: step;
  content: counter(step);
  font-size: 0
}

.tea-step__content {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px
}

.tea-step__title {
  font-weight: 700;
  max-width: 10em
}

.tea-step__arrow {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-step__description {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  margin-top: 10px
}

.tea-step.tea-step--alternative .tea-step__item {
  text-align: center;
  padding-right: 160px
}

.tea-step.tea-step--alternative .tea-step__item:last-of-type {
  padding-right: 0
}

.tea-step.tea-step--alternative .tea-step__num {
  margin-right: 0;
  background-color: #e5f0ff;
  border-color: #e5f0ff
}

.tea-step.tea-step--alternative .tea-step__num:after {
  display: none
}

.tea-step.tea-step--alternative .tea-step__num:before {
  font-size: 16px;
  color: #006eff;
  font-weight: 700
}

.tea-step.tea-step--alternative .tea-step__content {
  display: block;
  margin-top: 10px
}

.tea-step.tea-step--alternative .tea-step__arrow {
  width: 120px;
  height: 1px;
  content: "";
  display: inline-block;
  margin: 0 0 0 -140px;
  line-height: 1.2;
  position: absolute;
  left: 100%;
  top: 50%;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.88% 0.49%;
  background-size: 198.27586206896552% 20500%;
  ;
  background-repeat: no-repeat
}

.tea-step.tea-step--alternative .tea-step__tips {
  position: absolute;
  left: 100%;
  top: 0;
  width: 120px;
  margin: 0 0 0 -140px;
  overflow: hidden;
  line-height: normal;
  font-size: 12px;
  color: #888;
  word-break: break-word
}

.tea-step.tea-step--alternative .tea-step__title {
  margin-top: 4px
}

.tea-step.tea-step--vertical .tea-step__item {
  display: block;
  padding-bottom: 20px
}

.tea-step.tea-step--vertical .tea-step__num {
  vertical-align: top;
  background-color: #e5f0ff;
  border-color: #e5f0ff
}

.tea-step.tea-step--vertical .tea-step__num:after {
  display: none
}

.tea-step.tea-step--vertical .tea-step__num:before {
  font-size: 16px;
  color: #006eff;
  font-weight: 700
}

.tea-step.tea-step--vertical .tea-step__content {
  vertical-align: top
}

.tea-step.tea-step--vertical .tea-step__title {
  margin-top: 4px
}

.tea-step.tea-step--vertical .tea-step__arrow {
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 30px;
  background-color: #ddd;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: -6px
}

.tea-step.tea-step--dot .tea-step__item {
  display: block;
  padding-bottom: 20px
}

.tea-step.tea-step--dot .tea-step__num {
  vertical-align: top;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  background-color: #006eff
}

.tea-step.tea-step--dot .tea-step__num:after {
  display: none
}

.tea-step.tea-step--dot .tea-step__content {
  vertical-align: top
}

.tea-step.tea-step--dot .tea-step__title {
  margin-top: 2px
}

.tea-step.tea-step--dot .tea-step__arrow {
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 30px;
  background-color: #ddd;
  position: absolute;
  top: 17px;
  bottom: 0;
  left: -16px
}

.tea-step--readonly .tea-step__item {
  vertical-align: top
}

.tea-step--readonly .tea-step__content {
  padding-top: 4px
}

.tea-step--readonly .tea-step__num {
  vertical-align: top;
  color: #fff;
  background-color: #006eff;
  border-color: #006eff
}

.tea-step--readonly .tea-step__num:before {
  background-image: none;
  counter-increment: step;
  content: counter(step);
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 24px
}

.tea-step--readonly .tea-step__num:after {
  background-image: none
}

.tea-step--readonly .tea-step__item.is-current~.tea-step__item .tea-step__num {
  vertical-align: top
}

.tea-step--readonly .tea-step__arrow {
  vertical-align: top;
  margin-top: 6px
}

.tea-step.tea-step--wrap-normal .tea-step__title {
  max-width: none
}

.tea-step__item.is-current~.tea-step__item {
  color: #bbb
}

.tea-step__item.is-current .tea-step__num:before,
.tea-step__item.is-current~.tea-step__item .tea-step__num:before {
  font-size: 16px;
  font-weight: 700
}

.tea-step__item.is-current~.tea-step__item .tea-step__item {
  color: #bbb
}

.tea-step__item.is-current~.tea-step__item .tea-step__num {
  border: 2px solid #ddd;
  background-color: #fff;
  vertical-align: middle;
  color: #bbb
}

.tea-step__item.is-current .tea-step__num:after,
.tea-step__item.is-current~.tea-step__item .tea-step__num:after {
  display: none
}

.tea-step.tea-step--alternative .tea-step__item.is-current~.tea-step__item .tea-step__num {
  background-color: #fff;
  border-color: #ddd;
  margin-right: 0
}

.tea-step.tea-step--vertical .tea-step__item.is-current~.tea-step__item .tea-step__num:before {
  color: #bbb
}

.tea-step.tea-step--dot .tea-step__item.is-current .tea-step__num:before,
.tea-step.tea-step--dot .tea-step__item.is-current~.tea-step__item .tea-step__num:before {
  font-size: 0
}

.tea-step.tea-step--dot .tea-step__item.is-current~.tea-step__item .tea-step__num {
  background-color: #bbb;
  border-color: #bbb
}

.tea-step.tea-step--dot .tea-step__item.is-current .tea-step__num {
  background-color: #fff;
  background-image: none;
  border: 2px solid #006eff
}

.tea-region {
  vertical-align: middle;
  padding: 20px;
  width: 100%;
  min-width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-region,
.tea-region__title {
  display: inline-block;
  cursor: pointer
}

.tea-region__title {
  font-size: 0;
  color: #444;
  margin-bottom: 16px;
  padding: 0;
  min-width: 140px;
  line-height: 30px
}

.tea-region__all {
  vertical-align: middle;
  padding-left: 5px;
  font-size: 12px
}

.tea-region__list {
  display: table
}

.tea-region__col {
  display: table-cell;
  min-width: 140px;
  padding-right: 2px
}

.tea-region__unit {
  margin-bottom: 38px
}

.tea-region__type {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  padding: 0 6px 0 12px;
  margin-bottom: 10px
}

.tea-region__item {
  font-size: 0;
  color: #000;
  line-height: 30px;
  padding: 0 5px 0 12px;
  cursor: pointer;
  margin-bottom: 2px
}

.tea-region__item .tea-flag {
  display: none
}

.tea-region__item:hover {
  background-color: #f2f2f2
}

.tea-region__flag {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px
}

.tea-region__name {
  vertical-align: middle;
  font-size: 12px
}

.tea-region__new {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #e54545;
  border-radius: 12px;
  margin-left: 5px;
  vertical-align: text-top
}

.tea-region__item.is-selected {
  background-color: #f2f2f2
}

.tea-region__col .tea-region__unit:last-child,
.tea-region__unit .tea-region__item:last-child {
  margin-bottom: 0
}

.tea-dropdown.tea-dropdown--region-select .tea-dropdown__header {
  background-color: #fff
}

.tea-dropdown.tea-dropdown--region-select .tea-dropdown__header.tea-dropdown-btn {
  border: 1px solid #ddd;
  height: 30px;
  line-height: 28px;
  padding: 0 22px 0 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0
}

.tea-dropdown.tea-dropdown--region-select .tea-region__item {
  display: inline-block;
  line-height: 28px;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0
}

.tea-dropdown.tea-dropdown--region-select .tea-region__more {
  font-size: 12px;
  color: #888;
  line-height: 28px;
  padding-left: 20px;
  display: table-cell;
  display: inline-block;
  vertical-align: top
}

.tea-dropdown.tea-dropdown--region-select .tea-dropdown-btn .tea-dropdown__value {
  line-height: 28px;
  display: inline-block
}

.tea-dropdown.tea-dropdown--region-select .tea-dropdown-btn .tea-dropdown__value .tea-region__item .tea-flag {
  margin-right: 5px;
  display: none
}

.tea-dropdown.tea-dropdown--region-select.is-active .tea-dropdown__header {
  background-color: #f2f2f2
}

.tea-regionempty {
  display: table;
  margin: 50px auto
}

.tea-regionempty__icon {
  display: table-cell
}

.tea-regionempty__content {
  display: table-cell;
  padding-left: 10px
}

.tea-regionempty__title {
  font-size: 16px;
  color: #000;
  line-height: 24px
}

.tea-regionempty__info {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  margin-top: 10px
}

.tea-regionempty__inner {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
  min-width: 155px;
  min-height: 100px;
  display: table;
  margin-top: 20px
}

.tea-regionempty__tips {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  margin-top: 20px
}

.tea-tree {
  position: relative;
  max-width: 420px
}

.tea-tree__node {
  position: relative;
  line-height: 1;
  background-color: #fff;
  white-space: nowrap
}

.tea-tree__node.is-selected>.tea-tree__node-content {
  background-color: #f2f2f2
}

.tea-tree__node-content {
  font-size: 0;
  padding: 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tea-tree__node-content:hover {
  background-color: #f2f2f2
}

.tea-tree__switcher {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  min-width: 16px;
  height: 16px
}

.tea-tree__label {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis
}

.tea-tree__label .tea-icon {
  margin-right: 4px
}

.tea-tree__label-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 12px
}

.tea-tree .tea-form-check {
  padding-left: 26px
}

.tea-tree .tea-checkbox {
  margin-right: 10px
}

.tea-tree__action {
  position: absolute;
  right: 0;
  top: 0;
  background-color: hsla(0, 0%, 94.9%, .95);
  display: none;
  padding-left: 10px
}

.tea-tree__action .tea-text--link {
  font-size: 12px;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 30px;
  display: inline-block
}

.tea-tree__action .tea-text--link:hover {
  text-decoration: none
}

.tea-tree__node-content:hover .tea-tree__action {
  display: block
}

.tea-tree__subtree .tea-tree__node {
  padding: 0 0 0 16px
}

.tea-tree__subtree .tea-tree__node-content {
  padding: 7px 0 7px 16px
}

.tea-breadcrumb {
  font-size: 0
}

.tea-breadcrumb,
.tea-breadcrumb__item {
  vertical-align: middle;
  display: inline-block
}

.tea-breadcrumb__item {
  font-weight: 400
}

.tea-breadcrumb__item:before {
  font-size: 14px;
  color: #444;
  content: "/ ";
  padding: 0 8px;
  display: inline-block
}

.tea-breadcrumb__item:first-of-type:before {
  display: none
}

.tea-breadcrumb__item .tea-breadcrumb__item-title,
.tea-breadcrumb__item a,
.tea-breadcrumb__item span,
.tea-breadcrumb__item strong {
  font-size: 14px;
  color: #444
}

.tea-breadcrumb__item .is-current {
  color: #000;
  font-weight: 700
}

.tea-breadcrumb.tea-breadcrumb--fz-large .tea-breadcrumb__item .tea-breadcrumb__item-title,
.tea-breadcrumb.tea-breadcrumb--fz-large .tea-breadcrumb__item :before,
.tea-breadcrumb.tea-breadcrumb--fz-large .tea-breadcrumb__item a,
.tea-breadcrumb.tea-breadcrumb--fz-large .tea-breadcrumb__item span,
.tea-breadcrumb.tea-breadcrumb--fz-large .tea-breadcrumb__item strong {
  font-size: 16px
}

.tea-link-external {
  font-size: 12px
}

.tea-link-external--black {
  font-size: 12px;
  color: #444
}

.tea-link-external--black:hover {
  color: #006eff
}

.tea-link-external--black:after,
.tea-link-external:after {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  vertical-align: -4px;
  margin-left: 2px;
  background-position: 0.47000000000000003% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-link-external--black:after {
  color: #444;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-link-external--black:hover:after {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 0.47000000000000003% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-segment {
  vertical-align: middle;
  padding-left: 1px;
  display: inline-block;
  font-size: 0;
  margin-bottom: -5px;
  overflow: visible
}

.tea-segment .tea-btn {
  float: left;
  position: relative;
  margin-left: -1px;
  z-index: 0;
  border-radius: 0;
  border-color: #ddd;
  background: #fff;
  color: #000;
  margin-bottom: 5px;
  padding: 0 20px;
  margin-right: 0 !important
}

.tea-segment>span {
  float: left
}

.tea-segment>span .tea-btn {
  pointer-events: none
}

.tea-segment .tea-btn .tea-badge {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -8px;
  height: auto;
  line-height: normal
}

.tea-segment .tea-btn.is-selected,
.tea-segment .tea-btn.is-selected:hover {
  z-index: 2;
  border-color: #006eff;
  background: #fff;
  color: #006eff
}

.tea-segment .tea-btn:hover {
  border-color: #ddd;
  background-color: #f2f2f2;
  color: #000;
  z-index: 1
}

.tea-segment .tea-btn.is-disabled {
  border-color: #ddd;
  background: #f2f2f2;
  color: #bbb;
  z-index: 1
}

.tea-segment .tea-btn.is-disabled:focus,
.tea-segment .tea-btn.is-disabled:hover {
  z-index: 0;
  border-color: #ddd;
  background: #f2f2f2;
  color: #bbb
}

.tea-segment .tc-discount-icon {
  background-color: #ff9d00;
  color: #fff;
  padding: 0 2px;
  position: absolute;
  right: 0;
  top: -10px;
  line-height: normal;
  z-index: 99
}

.tea-segment .new-mark-icon {
  margin-left: 5px;
  vertical-align: -3px
}

.tea-segment--rimless .tea-btn {
  border-color: transparent;
  padding: 0 10px;
  height: 22px;
  line-height: 22px
}

.tea-form__controls {
  display: block;
  position: relative;
  font-size: 0
}

.tea-form__text {
  font-size: 12px;
  color: #444;
  vertical-align: middle
}

.tea-form__help-text {
  font-size: 12px;
  color: #888;
  vertical-align: middle;
  margin-top: 8px
}

.tea-form__help-text--inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 5px
}

.tea-form__controls .tea-icon-valid {
  display: none;
  margin-left: 10px
}

.tea-form__controls.is-success .tea-icon-valid {
  display: inline-block;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 99.53% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-form__controls.is-validating .tea-icon-valid {
  display: inline-block;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 67.75999999999999% 80.42%;
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-form__controls.is-error .tea-icon-valid {
  display: inline-block;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 65.89% 48.15%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-form__controls.is-error .tea-form__help-text {
  color: #e1504a
}

.tea-form__controls .tea-switch+.tea-form__help-text {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0
}

.tea-form__controls .tea-form-check--block+.tea-icon-valid {
  display: none
}

.tea-form {
  display: table;
  font-size: 12px;
  line-height: 1.5
}

.tea-form__item {
  display: table-row
}

.tea-form .tea-form__controls,
.tea-form .tea-form__label {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 16px
}

.tea-form .tea-form__label {
  vertical-align: baseline;
  color: #888;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 1px
}

.tea-form .tea-form__label .tea-icon {
  vertical-align: -4px
}

.tea-form .tea-form__label label,
.tea-form .tea-form__label legend {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.tea-form .tea-form__controls {
  color: #000;
  word-break: break-word;
  padding-right: 24px;
  width: 100%
}

.tea-form .tea-form__controls--text {
  padding-top: 6px
}

.tea-form>.tea-form__item:last-child .tea-form__controls,
.tea-form>.tea-form__item:last-child .tea-form__label {
  padding-bottom: 0
}

.tea-form>.tea-form__item:last-child .tea-form .tea-form__controls,
.tea-form>.tea-form__item:last-child .tea-form .tea-form__label {
  padding-bottom: 16px
}

.tea-form>.tea-form__item:last-child .tea-form>.tea-form__item:last-child .tea-form__controls,
.tea-form>.tea-form__item:last-child .tea-form>.tea-form__item:last-child .tea-form__label {
  padding-bottom: 0
}

.pure-text-row .form-ctrl-label,
.pure-text-row .form-ctrl-label-stacked,
.pure-text-row .tea-form__controls,
.pure-text-row .tea-form__label {
  line-height: 25px
}

.tea-form .tea-form__label.is-required label:after {
  display: inline-block;
  content: "*";
  color: #e1504a;
  line-height: 1;
  position: absolute;
  margin: 5px 0 0 3px
}

.tea-form--fixed-layout .tea-form__label label {
  white-space: normal;
  width: 6em
}

.tea-form--fixed-layout .tea-form__label.is-required label {
  width: 6em
}

.tea-form .tea-form {
  background-color: #f2f2f2;
  padding: 10px
}

.tea-form .tea-form:nth-of-type(n+2) {
  margin-top: 10px
}

.tea-form--vertical .tea-form__controls,
.tea-form--vertical .tea-form__label {
  display: block
}

.tea-form--vertical .tea-form__label {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 12px;
  width: auto;
  margin-bottom: 10px
}

.tea-form--vertical .tea-form__label label {
  color: #444
}

.tea-form--vertical .tea-form__help-text {
  margin-top: 4px
}

.tea-form--vertical .tea-form__controls--text {
  padding-top: 0
}

.tea-form--inline {
  display: block
}

.tea-form--inline>.tea-form__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px
}

.tea-form--inline>.tea-form__item .tea-form__controls {
  width: auto
}

.tea-form--inline>.tea-form__item .tea-form__controls,
.tea-form--inline>.tea-form__item .tea-form__label,
.tea-form--inline>.tea-form__item:last-child .tea-form__controls,
.tea-form--inline>.tea-form__item:last-child .tea-form__label {
  padding-bottom: 10px;
  padding-right: 0
}

.tea-form--inline .tea-form__label label {
  padding-right: 10px
}

.tea-form--inline.tea-form--vertical>.tea-form__item .tea-form__label {
  padding-bottom: 0
}

.tea-form--inline.tea-form--vertical>.tea-form__item .tea-form__label label {
  padding-right: 0
}

.tea-form.size-full-width {
  width: 100%
}

.tea-form .tea-form__controls>.tea-icon-valid {
  position: absolute;
  margin-top: 7px
}

.tea-form .tea-form__controls.tea-form__controls--text>.tea-icon-valid {
  margin-top: 0
}

.tea-form--readonly .tea-form__controls,
.tea-form--readonly .tea-form__label {
  padding-bottom: 0
}

.tea-form-operate {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  margin-top: 20px
}

.tea-form-operate .tea-btn {
  margin-right: 10px
}

.tea-form-title {
  margin-bottom: 11px
}

.tea-form .tea-justify-grid .tea-justify-grid__col--left .tea-btn,
.tea-form .tea-justify-grid .tea-justify-grid__col--left .tea-combobox,
.tea-form .tea-justify-grid .tea-justify-grid__col--left .tea-dropdown,
.tea-form .tea-justify-grid .tea-justify-grid__col--left .tea-segment,
.tea-form .tea-justify-grid .tea-justify-grid__col--left .tea-select,
.tea-form .tea-justify-grid .tea-justify-grid__col:first-child .tea-btn,
.tea-form .tea-justify-grid .tea-justify-grid__col:first-child .tea-combobox,
.tea-form .tea-justify-grid .tea-justify-grid__col:first-child .tea-dropdown,
.tea-form .tea-justify-grid .tea-justify-grid__col:first-child .tea-segment,
.tea-form .tea-justify-grid .tea-justify-grid__col:first-child .tea-select {
  margin-right: 0
}

.tea-form .tea-justify-grid .tea-justify-grid__col--right,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child {
  text-align: right
}

.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-btn,
.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-combobox,
.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-dropdown,
.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-segment,
.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-select,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-btn,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-combobox,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-dropdown,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-segment,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-select {
  margin-left: 0;
  margin-right: 0
}

.tea-form .tea-justify-grid .tea-justify-grid__col--right .tea-btn--icon,
.tea-form .tea-justify-grid .tea-justify-grid__col--right:first-child .tea-btn--icon {
  margin-left: 0
}

.tea-form::-ms-expand {
  display: none
}

.tea-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.tea-dropdown-box.size-s,
.tea-dropdown.size-s .tea-dropdown__header {
  width: 100px
}

.tea-dropdown-box.size-m,
.tea-dropdown.size-m .tea-dropdown__header {
  width: 200px
}

.tea-dropdown-box.size-l,
.tea-dropdown.size-l .tea-dropdown__header {
  width: 420px
}

.tea-dropdown-box.size-full-width,
.tea-dropdown.size-full-width,
.tea-dropdown.size-full-width .tea-dropdown__header {
  width: 100%
}

.tea-dropdown-box.size-auto-width,
.tea-dropdown.size-auto-width .tea-dropdown__header {
  width: auto
}

.tea-dropdown-box.size-auto-width {
  min-width: 75px
}

.tea-dropdown__header {
  height: 30px;
  padding: 0 22px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.is-error .tea-dropdown__header {
  color: #e1504a;
  border-color: #e1504a
}

.tea-dropdown-btn.tea-dropdown__header {
  border: 1px solid #ddd;
  padding-left: 10px;
  background-color: #fff
}

.is-error .tea-dropdown-btn.tea-dropdown__header {
  color: #e1504a;
  border-color: #e1504a
}

.is-expanded.tea-dropdown-btn .tea-dropdown__header,
.tea-dropdown-btn.tea-dropdown__header:hover {
  background-color: #f2f2f2
}

.tea-dropdown__header>.tea-icon {
  position: absolute;
  right: 4px;
  top: 6px
}

.tea-dropdown__value {
  line-height: 30px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left
}

.tea-dropdown-btn .tea-dropdown__value {
  line-height: 28px
}

.tea-input-group__addon .tea-dropdown-btn.tea-dropdown__header {
  background-color: #f2f2f2
}

.tea-dropdown-box {
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  min-width: 150px;
  position: relative
}

.tea-dropdown-box .tea-option-list {
  max-height: 180px;
  overflow-y: auto
}

.tea-dropdown-box .tea-form--search {
  margin-bottom: 0
}

.tea-dropdown-box .tea-search--icon-front .tea-input--search,
.tea-dropdown-box .tea-search--simple .tea-input--search {
  padding-left: 10px
}

.tea-dropdown-box .tea-search--icon-front .tea-input--search:focus,
.tea-dropdown-box .tea-search--simple .tea-input--search:focus {
  border-color: #bbb
}

.tea-dropdown-box .tea-search--icon-front {
  margin: 0 10px
}

.tea-dropdown-box .tea-search--icon-front .tea-input--search {
  padding-left: 22px
}

.tea-dropdown-box .tea-search--icon-front .tea-btn--search {
  left: -8px
}

.tea-option-list__item {
  font-size: 12px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #000;
  display: block;
  cursor: pointer
}

.tea-option-list__label {
  font-weight: 700;
  cursor: default;
  margin: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px
}

.tea-option-list__item:hover {
  background-color: #f2f2f2
}

.tea-option-list__label:hover {
  background-color: #fff
}

.tea-option-list__item.tea-option-list__item--label {
  padding: 0
}

.tea-option-list__item--label .tea-form-check {
  padding: 6px 10px 6px 31px
}

.tea-option-list__item--label .tea-checkbox {
  top: 6px;
  left: 10px
}

.tea-dropdown-filter .tea-dropdown__value {
  color: #888;
  font-weight: 700
}

.is-expanded .tea-dropdown-filter .tea-dropdown__value,
.tea-dropdown-filter:hover .tea-dropdown__value {
  color: #000
}

.is-expanded .tea-dropdown-filter .tea-icon-filter,
.tea-dropdown-filter:hover .tea-icon-filter {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-option-list__item .tea-form-check {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
  margin-right: 0;
  cursor: pointer
}

.tea-dropdown-box__footer {
  margin: 0 10px;
  border-top: 1px solid #d1d2d3;
  padding: 10px 0;
  white-space: nowrap
}

.tea-dropdown-box__footer .tea-btn--weak {
  border: none;
  margin-left: 5px
}

.tea-dropdown-link .tea-dropdown__value {
  color: #006eff
}

.tea-option-list__submenu {
  padding-right: 21px
}

.tea-option-list__submenu:after {
  content: "";
  width: 16px;
  height: 16px;
  right: 5px;
  position: absolute;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0.47000000000000003% 99.47%;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-size: 1437.5% 1281.25%;
}

.tea-option-list__submenu .tea-dropdown-box {
  right: 100%;
  margin-top: -25px;
  display: none;
  position: absolute
}

.tea-option-list__submenu:hover .tea-dropdown-box {
  display: block;
  bottom: auto
}

.is-disabled .tea-dropdown-link .tea-dropdown__value,
.is-disabled .tea-dropdown__header {
  color: #999;
  cursor: not-allowed
}

.is-disabled .tea-dropdown-btn.tea-dropdown__header,
.is-disabled .tea-dropdown-btn.tea-dropdown__header:hover,
.is-expanded.tea-dropdown-btn.is-disabled .tea-dropdown__header {
  background-color: #f2f2f2
}

.tea-inputnum {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0
}

.tea-inputnum__minus,
.tea-inputnum__plus {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  position: relative;
  margin-left: 0;
  cursor: pointer
}

.tea-inputnum__minus {
  border-right: none
}

.tea-inputnum__plus {
  border-left: none
}

.tea-inputnum__minus:before,
.tea-inputnum__plus:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 7px
}

.tea-inputnum__plus:before {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 0.53%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-inputnum__minus:before {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 67.2%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-inputnum__minus:hover,
.tea-inputnum__plus:hover {
  color: #000;
  background-color: #f2f2f2
}

.tea-inputnum__minus:focus,
.tea-inputnum__plus:focus {
  border-color: #ddd;
  outline: 0
}

.tea-inputnum.is-disabled .tea-inputnum__minus,
.tea-inputnum.is-disabled .tea-inputnum__plus,
.tea-inputnum__minus.is-disabled,
.tea-inputnum__plus.is-disabled {
  cursor: not-allowed;
  color: #bbb;
  background-color: #f2f2f2
}

.tea-inputnum.is-disabled .tea-inputnum__plus:before,
.tea-inputnum__plus.is-disabled:before {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 38.62%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-inputnum.is-disabled .tea-inputnum__minus:before,
.tea-inputnum__minus.is-disabled:before {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 82.71% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-inputnum.is-disabled .tea-inputnum__minus:focus,
.tea-inputnum.is-disabled .tea-inputnum__plus:focus,
.tea-inputnum__minus.is-disabled:focus,
.tea-inputnum__plus.is-disabled:focus {
  border-color: #ddd
}

.tea-inputnum .tea-input {
  text-align: center;
  width: 60px
}

.tea-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 20px
}

.tea-switch__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.tea-switch__toggle {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background-color: #888;
  padding: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-size: 0;
  cursor: pointer
}

.tea-switch__toggle:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
  transition-timing-function: cubic-bezier(.54, 1.85, .5, 1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.tea-switch:hover .tea-switch__toggle:before {
  background-color: #f2f2f2
}

.tea-switch__toggle:after {
  position: absolute;
  top: 4px;
  left: 20px;
  display: none;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  -webkit-animation: spin .6s linear infinite;
  animation: spin .6s linear infinite;
  background-position: 54.59% 52.33%;
  background-size: 1916.6666666666667% 1708.3333333333333%;
  ;
  background-repeat: no-repeat
}

.tea-switch.is-loading .tea-switch__input:disabled+.tea-switch__toggle:after {
  display: block
}

.tea-switch.is-loading .tea-switch__input:checked:disabled+.tea-switch__toggle:after {
  left: 4px
}

.tea-switch.is-checked .tea-switch__toggle:before,
.tea-switch__input:checked+.tea-switch__toggle:before {
  left: 17px
}

.tea-switch.is-checked .tea-switch__toggle,
.tea-switch__input:checked+.tea-switch__toggle {
  background-color: #006eff
}

.tea-switch.is-disabled .tea-switch__toggle,
.tea-switch__input:disabled+.tea-switch__toggle {
  background-color: #e5e5e5;
  cursor: not-allowed
}

.tea-switch.is-checked.is-disabled .tea-switch__toggle,
.tea-switch__input:checked:disabled+.tea-switch__toggle {
  background-color: #79b0f9;
  cursor: not-allowed
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.tea-form--search {
  min-width: 100px
}

.tea-form--search.size-s {
  width: 100px
}

.tea-form--search.size-l {
  width: 420px
}

.tea-form--search.size-m {
  width: 200px
}

.tea-form--search.size-full-width {
  width: 100%
}

.tea-search {
  position: relative;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-search__inner {
  position: relative;
  height: 100%
}

.tea-search--multi .tea-input--search:focus {
  height: 150px;
  z-index: 3;
  overflow-y: auto
}

.tea-search--simple .tea-input--search {
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  padding-left: 10px
}

.tea-search .tea-btn {
  position: absolute;
  z-index: 4;
  padding: 6px 7px;
  bottom: 0
}

.tea-search .tea-btn--search {
  right: 0
}

.tea-search .tea-btn--dismiss,
.tea-search .tea-btn--info {
  right: 30px
}

.tea-search__tags,
.tea-search__tips {
  display: inline-block
}

.tea-search__tips {
  line-height: 21px;
  font-size: 12px;
  margin-top: 4px
}

.tea-search--icon-front .tea-input--search {
  padding-left: 30px;
  padding-right: 30px
}

.tea-search--icon-front .tea-btn--dismiss {
  right: 0
}

.tea-search--icon-front .tea-btn--search {
  left: 0
}

.tea-search--icon-front .tea-btn--search:hover {
  background-color: transparent;
  cursor: default
}

.tea-search.tea-search--tags {
  min-height: 30px;
  height: 30px;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  position: relative
}

.tea-search.tea-search--tags.size-s {
  width: 100px
}

.tea-search.tea-search--tags.size-m {
  width: 200px
}

.tea-search.tea-search--tags.size-l {
  width: 420px
}

.tea-search.tea-search--tags.size-full-width {
  width: 100%
}

.tea-search.tea-search--tags .tea-tag .tea-icon-dismiss {
  display: none
}

.tea-search.tea-search--tags .tea-btn {
  width: 16px;
  height: 16px;
  min-width: 16px;
  bottom: 7px;
  padding: 0;
  vertical-align: middle
}

.tea-search.tea-search--tags .tea-btn--search {
  right: 5px
}

.tea-search.tea-search--tags .tea-btn--dismiss {
  right: 47px;
  visibility: hidden
}

.tea-search.tea-search--tags .tea-btn--info {
  right: 26px;
  visibility: hidden
}

.tea-search.tea-search--tags.is-active {
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: visible
}

.tea-search.tea-search--tags.is-active .tea-search__inner {
  border-color: #006eff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background-color: #fff;
  width: 100%
}

.tea-search.tea-search--tags.is-active .tea-btn--dismiss,
.tea-search.tea-search--tags.is-active .tea-btn--info {
  visibility: visible
}

.tea-search.tea-search--tags.is-active .tea-tag {
  white-space: normal;
  padding: 0 25px 0 10px
}

.tea-search.tea-search--tags.is-active .tea-tag span {
  display: inline;
  max-width: none;
  white-space: normal
}

.tea-search.tea-search--tags.is-active .tea-tag .tea-icon-dismiss {
  display: inline-block
}

.tea-search.tea-search--tags .tea-search__inner {
  padding: 0 70px 0 4px;
  border: 1px solid #ddd;
  font-size: 0;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-search.tea-search--tags .tea-input--tag {
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 0
}

.tea-input--tag {
  width: auto;
  min-width: 1px;
  position: static;
  border: none;
  height: 28px;
  vertical-align: top;
  margin-top: 4px
}

.tea-tag-group {
  line-height: normal;
  vertical-align: top
}

.tea-tag,
.tea-tag-group {
  display: inline-block;
  font-size: 0
}

.tea-tag {
  position: relative;
  background-color: #e5e5e5;
  color: #000;
  margin: 4px 4px 0 0;
  padding: 0 8px;
  height: auto;
  line-height: 18px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  word-break: break-word
}

.tea-tag span {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word
}

.tea-tag .tea-icon-dismiss {
  display: none;
  position: absolute;
  right: 7px;
  bottom: 1px
}

.tea-tag .tea-icon-dismiss:hover {
  cursor: pointer
}

.tea-tag .tea-icon-and,
.tea-tag .tea-icon-not {
  margin-right: 2px;
  cursor: pointer
}

.tea-tag--edit {
  padding: 0 25px 0 10px;
  white-space: normal
}

.tea-tag--edit span {
  display: inline;
  white-space: normal
}

.tea-form--tag,
.tea-tag--edit .tea-icon-dismiss {
  display: inline-block
}

.tea-form--tag {
  width: 100%
}

.tea-tag-input {
  width: 100%;
  min-height: 30px;
  background-color: #fff;
  text-align: left;
  position: relative
}

.tea-tag-input__inner {
  padding: 0 4px;
  border: 1px solid #ddd;
  font-size: 0;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-tag-input .tea-tag-group {
  padding-bottom: 4px
}

.tea-tag-input .tea-input--tag {
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 0
}

.tea-tag-input.is-active {
  height: auto;
  z-index: 1;
  overflow: visible
}

.tea-tag-input.is-active .tea-tag-input__inner {
  border-color: #006eff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background-color: #fff;
  width: 100%
}

.tea-tag.is-blue {
  background-color: #e5f0ff;
  border-color: #e5f0ff;
  color: #006eff
}

.tea-tag.is-blue-dark {
  background-color: #006eff;
  border-color: #006eff;
  color: #fff
}

.tea-tag.is-warning {
  background-color: #ffeed5;
  border-color: #ffeed5;
  color: #ff9d00
}

.tea-tag.is-warning-dark {
  background-color: #ff9d00;
  border-color: #ff9d00;
  color: #fff
}

.tea-tag.is-error {
  background-color: rgba(229, 69, 69, .14);
  border-color: transparent;
  color: #e54545
}

.tea-tag.is-error-dark {
  background-color: #e54545;
  border-color: #e54545;
  color: #fff
}

.tea-tag.is-success {
  background-color: #e9f6ea;
  border-color: #e9f6ea;
  color: #0abf5b
}

.tea-tag.is-success-dark {
  background-color: #0abf5b;
  border-color: #0abf5b;
  color: #fff
}

.tea-slider {
  min-height: 30px;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tea-slider__content {
  position: relative;
  height: 4px;
  padding: 10px 0;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  float: left\9;
  cursor: pointer
}

.tea-slider__bar {
  height: 4px;
  background-color: #e5e5e5;
  position: absolute;
  left: -5px;
  right: -5px
}

.tea-slider__track {
  width: auto;
  height: 4px;
  background-color: #006eff
}

.tea-slider__mark {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px
}

.tea-slider__text {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 14px;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.tea-slider__text:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 5px;
  background-color: #ddd;
  position: absolute;
  left: 50%;
  top: 4px
}

.tea-slider__handle {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 3px;
  left: 0;
  font-size: 0;
  cursor: pointer;
  margin-left: -9px
}

.tea-slider__handle-inner {
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #006eff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: auto
}

.tea-slider__handle-inner:active:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: #006eff;
  opacity: .2;
  left: -5px;
  top: -5px;
  border-radius: 100%;
  z-index: -1
}

.tea-slider__extend {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  white-space: nowrap;
  padding: 0 0 0 15px;
  display: inline-block\9;
  vertical-align: middle\9
}

.tea-slider:hover .tea-slider__bar {
  background-color: #bbb
}

.tea-slider.is-disabled,
.tea-slider.is-disabled .tea-slider__content {
  cursor: not-allowed
}

.tea-slider.is-disabled .tea-slider__track {
  background-color: #888
}

.tea-slider.is-disabled .tea-slider__handle {
  cursor: not-allowed
}

.tea-slider.is-disabled .tea-slider__handle-inner {
  border: 2px solid #888
}

.tea-slider.is-disabled:hover .tea-slider__bar {
  background-color: #e5e5e5
}

.tea-slider.is-disabled:hover .tea-slider__handle-inner:after {
  display: none
}

.tea-form-upload {
  font-size: 0;
  display: inline-block
}

.tea-form-upload .tea-form-upload__inner {
  display: inline-block;
  position: relative;
  padding-right: 10px
}

.tea-form-upload .tea-form-upload__inner .tea-input {
  padding-right: 35px
}

.is-validating .tea-form-upload .tea-form-upload__inner .tea-icon-valid {
  position: absolute;
  left: 148px;
  top: 7px;
  margin: 0
}

.is-validating .tea-form-upload .tea-form-upload__inner .tea-form__help-text--inline {
  position: absolute;
  left: 162px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.is-error .tea-form-upload .tea-form-upload__inner .tea-icon-valid {
  position: absolute;
  right: 14px;
  top: 7px
}

.is-error .tea-form-upload .tea-form-upload__inner .tea-form__help-text--inline {
  display: none
}

.is-success .tea-form-upload .tea-form-upload__inner .tea-icon-valid {
  position: absolute;
  right: 14px;
  top: 7px
}

.is-success .tea-form-upload .tea-form-upload__inner .tea-form__help-text--inline {
  display: none
}

.is-disabled .tea-form-upload-drag .tea-form-upload__inner,
.is-disabled .tea-form-upload-drag .tea-form-upload__inner .tea-btn--file {
  cursor: not-allowed
}

.tea-form-upload-drag {
  font-size: 0;
  display: inline-block;
  vertical-align: middle
}

.tea-form-upload-drag .tea-text__upload-drag--hover {
  display: none
}

.tea-form-upload-drag .tea-form-upload__inner {
  min-height: 120px;
  min-width: 300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #ddd;
  background-color: #fff;
  display: inline-block;
  position: relative
}

.tea-form-upload-drag .tea-form-upload__inner .tea-text__upload-drag {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px
}

.tea-form-upload-drag .tea-form-upload__inner .tea-text__upload-drag .tea-btn--file {
  margin: -2px 0 0
}

.tea-form-upload-drag.tea-form-upload-drag--drag .tea-form-upload__inner {
  background-color: #f2f2f2;
  border-color: #006eff
}

.tea-form-upload-drag.tea-form-upload-drag--drag .tea-form-upload__inner .tea-text {
  display: none
}

.tea-form-upload-drag.tea-form-upload-drag--drag .tea-form-upload__inner .tea-text__upload-drag--hover {
  display: inline-block;
  cursor: default
}

.tea-form-upload__box {
  display: table
}

.tea-form-upload__thumb {
  width: 100px;
  height: 100px;
  display: table-cell;
  vertical-align: top;
  position: relative
}

.tea-form-upload__thumb .tea-form-upload__preview {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.tea-form-upload__info {
  height: 100px;
  min-width: 180px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  position: relative
}

.tea-form-upload__info .tea-text,
.tea-form-upload__info .tea-text-weak {
  font-size: 12px
}

.tea-form-upload__info .tea-text {
  vertical-align: middle;
  display: inline-block
}

.tea-form-upload__info .tea-form-upload__intro {
  margin-top: 10px
}

.tea-form-upload__info .tea-form-upload__btn {
  position: absolute;
  left: 0;
  padding-left: 10px;
  bottom: 0
}

.is-error .tea-form-upload-drag .tea-form-upload__inner {
  border-color: #e1504a
}

.is-error .tea-form-upload-drag .tea-form-upload__inner .tea-form__help-text--inline,
.is-error .tea-form-upload-img .tea-form-upload__inner .tea-form__help-text--inline,
.is-success .tea-form-upload-drag .tea-form-upload__inner .tea-form__help-text--inline,
.is-success .tea-form-upload-img .tea-form-upload__inner .tea-form__help-text--inline {
  display: none
}

.tea-form-upload-img {
  display: inline-block;
  vertical-align: middle
}

.tea-upload__header {
  margin-bottom: 20px
}

.tea-upload .tea-table {
  border: 1px solid #e5e5e5;
  border-bottom: none
}

.tea-upload .tea-icon {
  margin-right: 5px
}

.tea-info-drag {
  min-height: 192px;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: default
}

.tea-upload__body.tea-form-upload-drag--drag {
  position: relative
}

.tea-upload__body.tea-form-upload-drag--drag .tea-info-drag {
  border: 1px dashed #006eff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.tea-upload__body.tea-form-upload-drag--drag .tea-info-drag .tea-text {
  display: inline
}

.tea-accordion__header {
  cursor: pointer
}

.tea-accordion__header-title {
  display: inline-block;
  vertical-align: middle
}

.tea-accordion__body {
  display: none
}

.tea-accordion.is-active .tea-accordion__body {
  display: block
}

.tea-transfer__header h4 {
  margin-right: 10px
}

.tea-transfer__body {
  width: 100%;
  display: table;
  table-layout: fixed
}

.tea-transfer__title {
  min-height: 30px;
  margin-bottom: 8px
}

.tea-transfer__title h4 {
  font-size: 12px;
  line-height: 30px
}

.tea-transfer__cell {
  display: table-cell;
  position: relative;
  vertical-align: top
}

.tea-transfer__inner {
  height: 350px;
  border: 1px solid #ddd;
  overflow-x: hidden;
  overflow-y: auto
}

.tea-transfer__separator {
  display: table-cell;
  width: 38px;
  text-align: center;
  vertical-align: middle
}

.tea-transfer__tips {
  margin-top: 5px;
  font-size: 12px
}

.tea-transfer .tea-search {
  margin-bottom: -1px
}

.tea-transfer.tea-transfer--no-search .tea-transfer__inner,
.tea-transfer__cell:last-of-type .tea-transfer__inner {
  height: 380px
}

.tea-calendar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 300px
}

.tea-calendar__footer,
.tea-calendar__header {
  padding: 0 15px
}

.tea-calendar__header {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px
}

.tea-calendar__body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.tea-calendar__body:after {
  display: block;
  clear: both;
  content: ""
}

.tea-calendar__table {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative
}

.tea-calendar__table+.tea-calendar__table {
  margin-left: 30px
}

.tea-calendar__table .tea-pagination {
  position: absolute;
  top: 8px;
  right: 0
}

.tea-calendar__table .tea-pagination__turnbtn {
  position: absolute
}

.tea-calendar__table .tea-pagination__prebtn {
  right: 55px
}

.tea-calendar__table .tea-pagination__curbtn {
  right: 31px
}

.tea-calendar__table .tea-pagination__nextbtn {
  right: 7px
}

.tea-calendar__caption {
  -ms-flex: 100% 0 0;
  -webkit-box-flex: 100%;
  flex: 100% 0 0;
  padding: 0 15px;
  text-align: left;
  font-weight: 700;
  color: #000;
  line-height: 40px;
  font-size: 12px
}

.tea-calendar__caption>a {
  color: #444
}

.tea-calendar__caption>a:hover {
  color: #006eff;
  text-decoration: none
}

.tea-calendar__header-group,
.tea-calendar__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: auto;
  -webkit-box-flex: 1;
  flex: auto
}

.tea-calendar__row-group {
  font-size: 0;
  -ms-flex: 100%;
  -webkit-box-flex: 100%;
  flex: 100%
}

.tea-calendar__type-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px 10px
}

.tea-calendar__cell {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  flex: auto;
  text-align: center;
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  cursor: pointer
}

.tea-calendar__header-group .tea-calendar__cell {
  cursor: default
}

.tea-calendar__cell>span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  font-size: 13px;
  position: relative;
  z-index: 1
}

.tea-calendar__cell:hover>span {
  background-color: #f2f2f2
}

.tea-calendar__header-group .tea-calendar__cell:hover span {
  background-color: transparent
}

.tea-calendar__cell--now {
  color: #006eff;
  font-weight: 700
}

.tea-calendar__cell.is-disabled,
.tea-calendar__day--outside {
  color: #bbb
}

.tea-calendar__cell.is-disabled:hover>span,
.tea-calendar__day--outside:hover>span {
  background-color: transparent
}

.tea-calendar__cell.is-disabled {
  cursor: not-allowed
}

.tea-calendar__cell.is-selected:hover>span,
.tea-calendar__cell.is-selected>span {
  background-color: #006eff;
  color: #fff
}

.tea-list.tea-list--calendar-time {
  -ms-flex: 1 0 88px;
  -webkit-box-flex: 1;
  flex: 1 0 88px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  max-height: 190px;
  padding-top: 80px;
  padding-bottom: 80px
}

.tea-list.tea-list--calendar-time:first-child {
  border-left-color: transparent
}

.tea-list.tea-list--calendar-time::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 9px
}

.tea-list.tea-list--calendar-time::-webkit-scrollbar-track {
  width: 10px
}

.tea-list.tea-list--calendar-time::-webkit-scrollbar:hover {
  background-color: #f2f2f2
}

.tea-list.tea-list--calendar-time::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 9px;
  background-clip: content-box;
  border: 1px solid transparent
}

.tea-list.tea-list--calendar-time::-webkit-scrollbar-thumb:hover {
  background: #c2c2c2;
  background-clip: content-box
}

.tea-list.tea-list--calendar-time .tea-list__item {
  text-align: center
}

.tea-datepicker,
.tea-datetimepicker,
.tea-monthpicker,
.tea-timepicker {
  display: inline-block;
  vertical-align: middle
}

.tea-datepicker .tea-input,
.tea-datetimepicker .tea-input,
.tea-monthpicker .tea-input,
.tea-timepicker .tea-input {
  cursor: pointer
}

.tea-datepicker__input,
.tea-datetimepicker__input,
.tea-monthpicker__input {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.tea-datepicker__input:after,
.tea-datetimepicker__input:after,
.tea-monthpicker__input:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  cursor: pointer;
  z-index: 1;
  background-position: 82.71% 29.099999999999998%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-datepicker__input.is-hover:after,
.tea-datetimepicker__input.is-hover:after,
.tea-monthpicker__input.is-hover:after {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-timepicker__input {
  display: inline-block;
  vertical-align: middle;
  position: relative
}

.tea-timepicker__input .tea-input {
  width: 105px;
  padding-right: 36px
}

.tea-timepicker__input.size-l .tea-input {
  width: 180px
}

.tea-timepicker__input:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  cursor: pointer;
  z-index: 1;
  background-position: 55.61000000000001% 43.919999999999995%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-timepicker__input.is-hover:after {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 91.12% 76.72%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-datetimepicker__input .tea-input {
  width: 287px
}

.tea-datepicker.is-selected .tea-input,
.tea-datetimepicker.is-selected .tea-input,
.tea-monthpicker.is-selected .tea-input,
.tea-timepicker.is-selected .tea-input {
  border-color: #006eff
}

.tea-datepicker-bar {
  display: inline-block;
  vertical-align: middle;
  font-size: 0
}

.tea-datepicker-bar .tea-segment .tea-btn {
  padding-left: 15px;
  padding-right: 15px
}

.tea-datepicker-bar .tea-datepicker,
.tea-datepicker-bar .tea-datetimepicker {
  margin-left: 10px
}

.tea-calendar__footer {
  border-top: 1px solid #ddd;
  padding: 15px
}

.tea-calendar__footer .tea-justify-grid {
  font-size: 0
}

.tea-calendar__footer .tea-justify-grid__col--right .tea-btn+.tea-btn {
  margin-left: 10px
}

.tea-calendar__footer .tea-date-status {
  font-size: 12px;
  color: #888
}

.tea-calendar__footer .tea-date-status span {
  color: initial;
  display: inline-block;
  margin: 0 5px
}

.tea-calendar--date-range {
  width: 600px
}

.tea-calendar--date-range .tea-calendar__day--in-range:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 2px;
  background-color: #f2f2f2
}

.tea-calendar--date-range .tea-calendar__day--in-range:hover span {
  background-color: transparent
}

.tea-calendar--date-range .tea-calendar__day--end:after,
.tea-calendar--date-range .tea-calendar__day--start:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 15px;
  background-color: #f2f2f2
}

.tea-calendar--date-range .tea-calendar__day--end:after {
  left: 0;
  right: auto
}

.tea-calendar--month .tea-calendar__cell>span,
.tea-calendar__type--month .tea-calendar__cell>span {
  width: 36px;
  height: 36px;
  line-height: 38px
}

.tea-calendar--month .tea-calendar__cell,
.tea-calendar__type--month .tea-calendar__cell {
  padding: 12px 15px
}

.tea-calendar--year .tea-calendar__cell>span,
.tea-calendar__type--year .tea-calendar__cell>span {
  width: 36px;
  height: 36px;
  line-height: 38px
}

.tea-calendar--year .tea-calendar__cell,
.tea-calendar__type--year .tea-calendar__cell {
  padding: 0 15px
}

.tea-calendar--year .tea-calendar__cell.is-selected:not(.tea-calendar__day--start):not(.tea-calendar__day--end):before,
.tea-calendar__type--year .tea-calendar__cell.is-selected:not(.tea-calendar__day--start):not(.tea-calendar__day--end):before {
  background-color: transparent
}

.tea-calendar--year .tea-calendar__cell.is-selected:hover:not(.tea-calendar__day--start):not(.tea-calendar__day--end)>span,
.tea-calendar--year .tea-calendar__cell.is-selected:not(.tea-calendar__day--start):not(.tea-calendar__day--end)>span,
.tea-calendar__type--year .tea-calendar__cell.is-selected:hover:not(.tea-calendar__day--start):not(.tea-calendar__day--end)>span,
.tea-calendar__type--year .tea-calendar__cell.is-selected:not(.tea-calendar__day--start):not(.tea-calendar__day--end)>span {
  background-color: #006eff;
  color: #fff;
  border-radius: 100%
}

.tea-calendar--time .tea-calendar__type-wrap,
.tea-dropdown-box .tea-calendar--time .tea-calendar__type-wrap {
  padding: 0
}

.tea-calendar--time .tea-calendar__caption,
.tea-dropdown-box .tea-calendar--time .tea-calendar__caption {
  text-align: center
}

.tea-calendar--time .tea-pagination,
.tea-dropdown-box .tea-calendar--time .tea-pagination {
  display: none
}

.tea-calendar--time .tea-calendar__body,
.tea-dropdown-box .tea-calendar--time .tea-calendar__body {
  padding: 0
}

.tea-table {
  background-color: #fff;
  overflow: inherit
}

.tea-table a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none
}

.tea-table a:hover {
  text-decoration: underline
}

.tea-table .tea-table__icon-wrap {
  font-size: 0
}

.tea-table .tea-form-check .tea-checkbox,
.tea-table .tea-form-check .tea-radio {
  top: 1px
}

.tea-table td .tea-btn--link {
  margin-right: 8px
}

.tea-table td .tea-input,
.tea-table td .tea-select {
  max-width: 100%
}

.tea-table thead {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  width: 100%
}

.tea-table thead tr,
.tea-table__header {
  background-color: #fff
}

.tea-table__header {
  border-bottom: 1px solid #ddd;
  overflow: hidden
}

.tea-table__header thead {
  background-color: transparent;
  border: 0
}

.tea-table__header .tea-icon {
  position: absolute;
  top: 1px;
  margin-left: 4px
}

.tea-table__header .tea-dropdown-filter {
  height: auto
}

.tea-table__header .tea-dropdown__value {
  height: auto;
  line-height: 1.5
}

.tea-table__header .tea-dropdown {
  max-width: 100%
}

.tea-table__headerop {
  max-width: 88%
}

.tea-table__sortbtn {
  color: #888;
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 10px
}

.tea-table__sortbtn.is-active,
.tea-table__sortbtn:hover {
  color: #000
}

.tea-table__sortbtn.is-active .tea-icon-sort,
.tea-table__sortbtn:hover .tea-icon-sort {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 76.17% 99.47%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-table__filterbtn.is-active .tea-dropdown__value,
.tea-table__filterbtn:hover .tea-dropdown__value {
  color: #000
}

.tea-table__filterbtn.is-active .tea-icon-filtrate,
.tea-table__filterbtn:hover .tea-icon-filtrate {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 17.29% 70.89999999999999%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-table th .tc-15-bubble {
  font-weight: 400
}

.tea-table__body .tea-text__overflow.m-width {
  max-width: 78%
}

.tea-table__box {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  position: relative
}

.tea-table__body {
  border-bottom: 1px solid #e5e5e5;
  overflow: auto
}

.tea-table__box tr {
  outline: 0
}

.tea-table__box td,
.tea-table__box th {
  text-align: left;
  vertical-align: middle;
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: initial;
  box-sizing: initial
}

.tea-table__box th {
  position: relative;
  padding: 10px
}

.tea-table__box td {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  padding-top: 14px;
  padding-bottom: 14px;
  height: auto
}

.tea-table--compact .tea-table__box td {
  padding-top: 6px;
  padding-bottom: 6px
}

.tea-table__box td>div,
.tea-table__box th>div {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  width: 100%;
  padding: 0;
  word-wrap: break-word
}

.tea-table__box th>div {
  position: relative;
  color: #888;
  padding: 0
}

.tea-table__box tr:last-child td {
  border-bottom: none
}

.tea-table__box tr:last-child td td {
  border-bottom: 1px solid #e5e5e5
}

.tea-table__box tr:last-child td tr:last-child td {
  border-bottom: none
}

.tea-table__box tbody tr .hover-icon {
  display: none
}

.tea-table__box tbody tr:hover .hover-icon {
  display: inline-block
}

.tea-table__box tbody tr.new-row {
  background-color: #fff8e4
}

.tea-table__box tbody tr.new-row .new-mark-icon {
  margin-left: 3px
}

.tea-table__box tbody tr.is-selected,
.tea-table__box tbody tr:focus,
.tea-table__box tbody tr:hover {
  background-color: #f2f2f2
}

.tea-table__box tbody tr.no-hover:hover {
  background-color: #fff
}

.tea-table__box tbody tr.is-disabled {
  background-color: #fff;
  opacity: .5;
  cursor: not-allowed
}

.tea-table__box tr td a.is-disabled,
.tea-table__box tr.is-disabled td,
.tea-table__box tr.is-disabled td a {
  cursor: not-allowed;
  text-decoration: none
}

.tea-table .tc-icon-bubble {
  padding-left: 0;
  padding-right: 0
}

.tea-table__body .tea-dropdown__body {
  min-width: auto
}

.tea-table .tea-table__body td .op-item {
  min-height: 18px;
  line-height: 18px;
  color: #006eff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.tea-table .tea-table__body td .op-item.is-disabled {
  color: #bbb;
  cursor: not-allowed
}

.tea-table__box .tea-table__tr--blank {
  height: 98px
}

.tea-table__box .tea-table__tr--blank:hover {
  background-color: #fff
}

.tea-table__box .tea-table__tr--blank td {
  text-align: center;
  vertical-align: middle
}

.tea-table__box .tea-table__tr--blank td .tea-icon {
  vertical-align: -3px;
  margin-right: 10px
}

.tea-table__box .tea-table__tr--blank-new {
  height: auto
}

.tea-table__box .tea-table__tr--blank-new:hover {
  background-color: #fff
}

.tea-table__box .tea-table__tr--blank-new .tea-action-state {
  display: block;
  text-align: center
}

.tea-table__body .tr__detailrow>td {
  background-color: #fafafa
}

.tea-table__body .tr__detailrow .tea-table {
  border: 1px solid #ddd;
  border-bottom: none
}

.tea-table__body .tr__detailrow .tea-table__header tr:hover {
  background-color: #fff
}

.tea-table__body .tc-group-row {
  background-color: #f7f7f7
}

.tea-table__body .tc-group-row .text-label {
  margin-left: 20px
}

.tea-info-row {
  padding: 30px 0;
  text-align: center;
  vertical-align: middle
}

.tea-table__action-panel {
  margin-bottom: 10px
}

.tea-table+.tea-pagination {
  padding: 10px 10px 20px
}

.tea-table.tea-table--verticaltop .tea-table__box td {
  vertical-align: top
}

.tea-table.tea-table--scrollable .tea-table__body {
  overflow: auto
}

.tea-table.tea-table--bordered {
  border: 1px solid #ddd;
  border-bottom: none
}

.tea-table__body .tea-text-overflow.m-width {
  max-width: 78%
}

.tea-table__body tr .tea-icon.is-visibility {
  visibility: hidden
}

.tea-table__body tr:hover .tea-icon.is-visibility {
  visibility: visible;
  cursor: pointer
}

.tea-table__body tr:hover .tea-text-with-icon .tea-icon {
  visibility: visible
}

.tea-list {
  padding: 0;
  list-style: none
}

.tea-list>li {
  line-height: 1.5;
  margin-bottom: 8px
}

.tea-list>li>.tea-list {
  padding: 10px 0
}

.tea-list>li.tea-list__status {
  color: #bbb;
  cursor: default
}

.tea-list>li.tea-list__status:hover {
  background-color: transparent
}

.tea-list--bullet>li {
  position: relative;
  padding-left: 10px
}

.tea-list--bullet>li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%
}

.tea-list--number {
  counter-reset: number
}

.tea-list--number>li {
  position: relative;
  padding-left: 15px
}

.tea-list--number>li:before {
  content: "";
  content: counter(number) ".";
  display: inline-block;
  color: #333;
  counter-increment: number;
  position: absolute;
  left: 0;
  top: 0
}

.tea-list--divider>li {
  position: relative;
  padding: 6px 0;
  margin-bottom: 0
}

.tea-list--divider>li:nth-child(n+2) {
  border-top: 1px solid #ddd
}

.tea-list--striped>li {
  position: relative;
  padding: 6px;
  margin-bottom: 0
}

.tea-list--striped>li:nth-child(odd) {
  background: #f2f2f2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.tea-list--option {
  max-height: 165px;
  overflow-y: auto
}

.tea-list--option>li {
  margin-bottom: 0;
  font-size: 12px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  display: block;
  cursor: pointer
}

.tea-list--option>li:hover {
  background-color: #f2f2f2
}

.tea-list--option .tea-list__submenu:after {
  content: "";
  width: 16px;
  height: 16px;
  right: 5px;
  position: absolute;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0.47000000000000003% 99.47%;
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-size: 1437.5% 1281.25%;
}

.tea-list--option .tea-list__submenu .tea-dropdown-box {
  display: none;
  left: 100%;
  margin-top: -25px;
  position: absolute
}

.tea-list--option .tea-list__submenu:hover .tea-dropdown-box {
  display: block;
  bottom: auto
}

.tea-list--option.tea-list--checkoption>li {
  padding: 0
}

.tea-list--option.tea-list--checkoption .tea-form-check {
  display: block;
  margin-right: 0;
  padding: 6px 10px 6px 31px
}

.tea-list--option.tea-list--checkoption .tea-form-check .tea-checkbox {
  top: 6px;
  left: 10px
}

.tea-list--option>li.is-disabled {
  background-color: transparent;
  color: #bbb;
  cursor: not-allowed
}

.tea-list--option>li.is-selected {
  background-color: #006eff;
  color: #fff
}

.tea-list--option>li.is-current {
  background-color: #f2f2f2
}

.tea-list--group>li {
  padding-left: 20px
}

.tea-list--group .tea-list__label {
  cursor: default;
  margin: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #888
}

.tea-list--group .tea-list__label:hover {
  background-color: #fff
}

.tea-announce {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative
}

.tea-announce__title {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.tea-announce__title a {
  color: #333
}

.tea-announce__extend {
  font-size: 14px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left
}

.tea-list.tea-list--divider.tea-list--bullet>li {
  padding: 6px 0 6px 10px
}

.tea-list.tea-list--divider.tea-list--bullet>li:before {
  top: 12px
}

.tea-list.tea-list--divider.tea-list--number>li {
  padding: 6px 0 6px 15px
}

.tea-list.tea-list--divider.tea-list--number>li:before {
  top: 6px
}

.tea-list.tea-list--striped.tea-list--bullet>li {
  padding: 6px 0 6px 15px
}

.tea-list.tea-list--striped.tea-list--bullet>li:before {
  left: 5px;
  top: 12px
}

.tea-list.tea-list--striped.tea-list--number>li {
  padding: 6px 0 6px 20px
}

.tea-list.tea-list--striped.tea-list--number>li:before {
  left: 5px;
  top: 6px
}

.tea-metrics-board {
  padding: 10px;
  height: 100%
}

.tea-metrics-board--link:hover {
  background-color: #f2f2f2;
  cursor: pointer
}

.tea-metrics-board__header {
  margin-bottom: 3px;
  font-size: 14px;
  color: #444
}

.tea-metrics-board__header-title {
  color: #000;
  font-size: 12px;
  font-weight: 700
}

.tea-metrics-board__header-title .tea-icon {
  vertical-align: -4px
}

.tea-metrics-board__value {
  font-size: 14px
}

.tea-metrics-board__info {
  font-size: 12px;
  color: #888;
  margin-top: -6px
}

.tea-metrics-board__info-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #888;
  margin-right: 10px
}

.tea-metrics-board__info-key {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #000
}

.tea-metrics-board__info .tea-icon {
  vertical-align: -4px
}

.tea-metrics-board__number {
  font-size: 36px
}

.tea-metrics-board__unit {
  font-size: 14px;
  color: #000
}

.tea-bubble {
  position: relative;
  color: #404a58;
  max-width: 300px;
  display: inline-block
}

.tea-bubble .tea-bubble__inner:after,
.tea-bubble .tea-bubble__inner:before {
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border: 6px dashed transparent
}

.tea-bubble .tea-bubble__inner:after {
  border: 5px dashed transparent
}

.tea-bubble__inner {
  font-size: 12px;
  -moz-box-sizing: border-box;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  line-height: 1.5;
  -webkit-box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .1);
  position: static !important;
  left: 50%;
  top: 50%;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word
}

.tea-bubble--dark .tea-bubble__inner {
  padding: 3px 7px;
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  word-wrap: break-word;
  border-radius: 4px
}

.tea-bubble--dark .tea-bubble__inner:after,
.tea-bubble--dark .tea-bubble__inner:before {
  display: none
}

.tea-bubble--reverse .tea-bubble__inner {
  color: #fff;
  background-color: #333;
  border-color: #333
}

.tea-bubble--reverse.tea-bubble--top .tea-bubble__inner:after,
.tea-bubble--reverse.tea-bubble--top .tea-bubble__inner:before {
  border-bottom-color: #333
}

.tea-bubble--reverse.tea-bubble--right .tea-bubble__inner:after,
.tea-bubble--reverse.tea-bubble--right .tea-bubble__inner:before {
  border-left-color: #333
}

.tea-bubble--reverse.tea-bubble--bottom .tea-bubble__inner:after,
.tea-bubble--reverse.tea-bubble--bottom .tea-bubble__inner:before {
  border-top-color: #333
}

.tea-bubble--reverse.tea-bubble--left .tea-bubble__inner:after,
.tea-bubble--reverse.tea-bubble--left .tea-bubble__inner:before {
  border-right-color: #333
}

.tea-bubble--error .tea-bubble__inner {
  color: #be3b38;
  background-color: #fbe3e3;
  border-color: #fbe3e3;
  -webkit-box-shadow: inherit;
  box-shadow: inherit
}

.tea-bubble--error.tea-bubble--top .tea-bubble__inner:after,
.tea-bubble--error.tea-bubble--top .tea-bubble__inner:before {
  border-bottom-color: #fbe3e3
}

.tea-bubble--error.tea-bubble--right .tea-bubble__inner:after,
.tea-bubble--error.tea-bubble--right .tea-bubble__inner:before {
  border-left-color: #fbe3e3
}

.tea-bubble--error.tea-bubble--bottom .tea-bubble__inner:after,
.tea-bubble--error.tea-bubble--bottom .tea-bubble__inner:before {
  border-top-color: #fbe3e3
}

.tea-bubble--error.tea-bubble--left .tea-bubble__inner:after,
.tea-bubble--error.tea-bubble--left .tea-bubble__inner:before {
  border-right-color: #fbe3e3
}

.tea-bubble--top .tea-bubble__inner:after,
.tea-bubble--top .tea-bubble__inner:before {
  bottom: 100%;
  left: inherit;
  right: inherit;
  margin-bottom: -1px;
  border-bottom-style: solid
}

.tea-bubble--top .tea-bubble__inner:before {
  margin-left: -6px;
  border-bottom-color: #ddd
}

.tea-bubble--top .tea-bubble__inner:after {
  margin-left: -5px;
  border-bottom-color: #fff
}

.tea-bubble--right .tea-bubble__inner:after,
.tea-bubble--right .tea-bubble__inner:before {
  top: inherit;
  bottom: inherit;
  left: 100%;
  margin-left: -1px;
  border-left-style: solid
}

.tea-bubble--right .tea-bubble__inner:before {
  margin-top: -8px;
  border-left-color: #ddd
}

.tea-bubble--right .tea-bubble__inner:after {
  margin-top: -7px;
  border-left-color: #fff
}

.tea-bubble--bottom .tea-bubble__inner:after,
.tea-bubble--bottom .tea-bubble__inner:before {
  top: 100%;
  left: inherit;
  right: inherit;
  margin-top: -1px;
  border-top-style: solid
}

.tea-bubble--bottom .tea-bubble__inner:before {
  margin-left: -6px;
  border-top-color: #ddd
}

.tea-bubble--bottom .tea-bubble__inner:after {
  margin-left: -5px;
  border-top-color: #fff
}

.tea-bubble--left .tea-bubble__inner:after,
.tea-bubble--left .tea-bubble__inner:before {
  top: inherit;
  bottom: inherit;
  right: 100%;
  margin-right: -1px;
  border-right-style: solid
}

.tea-bubble--left .tea-bubble__inner:before {
  margin-top: -7px;
  border-right-color: #ddd
}

.tea-bubble--left .tea-bubble__inner:after {
  margin-top: -6px;
  border-right-color: #fff
}

.tea-bubble--start.tea-bubble--bottom .tea-bubble__inner,
.tea-bubble--start.tea-bubble--top .tea-bubble__inner {
  left: 26px
}

.tea-bubble--start.tea-bubble--left .tea-bubble__inner,
.tea-bubble--start.tea-bubble--right .tea-bubble__inner {
  top: 26px
}

.tea-bubble--end.tea-bubble--bottom .tea-bubble__inner,
.tea-bubble--end.tea-bubble--top .tea-bubble__inner {
  left: auto;
  right: 20px
}

.tea-bubble--end.tea-bubble--bottom .tea-bubble__inner:after,
.tea-bubble--end.tea-bubble--top .tea-bubble__inner:after {
  margin-right: 1px
}

.tea-bubble--end.tea-bubble--left .tea-bubble__inner,
.tea-bubble--end.tea-bubble--right .tea-bubble__inner {
  top: auto;
  bottom: 20px
}

.tea-bubble--end.tea-bubble--left .tea-bubble__inner:after,
.tea-bubble--end.tea-bubble--right .tea-bubble__inner:after {
  margin-bottom: 1px
}

.tea-tooltip {
  display: inline-block;
  max-width: 300px
}

.tea-tooltip .tea-tooltip__inner {
  padding: 3px 7px;
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-radius: 4px;
  word-wrap: break-word
}

.tea-popconfirm {
  min-width: 300px
}

.tea-popconfirm .tea-bubble__inner {
  padding: 20px
}

.tea-popconfirm__messagetitle {
  font-size: 14px;
  margin-bottom: 10px
}

.tea-popconfirm__messagetext {
  font-size: 12px
}

.tea-popconfirm__footer {
  margin-top: 24px;
  text-align: right;
  font-size: 0;
  background-color: transparent;
  padding: 0;
  border-top: none
}

.tea-popconfirm__footer .tea-btn {
  margin-left: 10px
}

.tea-backdrop {
  background-color: #000;
  opacity: .5;
  overflow-y: auto;
  z-index: 1000
}

.tea-backdrop,
.tea-dialog {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.tea-dialog {
  text-align: center;
  z-index: 1001;
  overflow: auto;
  white-space: nowrap
}

.tea-dialog:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle
}

.tea-dialog__inner.size-s {
  width: 420px
}

.tea-dialog__inner.size-l {
  width: 800px
}

.tea-dialog__inner.size-xl {
  width: 950px
}

.tea-dialog__inner.size-auto {
  width: auto
}

.tea-dialog__inner {
  text-align: left;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  min-width: 420px;
  width: 550px;
  background-color: #fff;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 1px 1.73px 20px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1.73px 20px 0 rgba(0, 0, 0, .2)
}

.tea-dialog__body:after,
.tea-dialog__footer:after,
.tea-dialog__header:after {
  content: "";
  display: table;
  clear: both
}

.tea-dialog__header {
  font-size: 14px;
  color: #000;
  position: relative;
  margin-bottom: 10px;
  min-height: 26px
}

.tea-dialog__headertitle {
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  font-size: 14px;
  line-height: 26px
}

.tea-dialog__headersubtitle {
  font-size: 12px;
  color: #888
}

.tea-dialog__header .tea-btn--icon {
  position: absolute;
  top: 0;
  right: -7px
}

.tea-dialog__body {
  color: #444
}

.tea-dialog__bodytitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
  margin-top: 0;
  line-height: 36px
}

.tea-dialog__messagetitle {
  font-size: 18px;
  color: #171d25;
  vertical-align: middle
}

.tea-dialog__messagetext {
  font-size: 12px;
  color: #74777c;
  margin-top: 5px;
  line-height: 22px
}

.tea-dialog__footer {
  border-top: 0;
  position: relative;
  margin-top: 30px
}

.tea-dialog__btnwrap {
  text-align: center;
  position: relative;
  z-index: 0;
  font-size: 0
}

.tea-dialog__btnwrap>.tea-btn {
  margin: 0 5px
}

.tea-progress {
  height: 6px;
  margin-bottom: 24px;
  min-width: 100px;
  background-color: #e5e5e5;
  border-radius: 0;
  position: relative;
  border: none
}

.tea-progress__value {
  height: 6px;
  background: #006eff;
  content: "";
  display: block;
  border-radius: 0;
  position: static
}

.tea-progress__text {
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  top: 8px
}

.tea-progress.tea-progress--succeed {
  border-color: #06c290
}

.tea-progress.tea-progress--succeed .tea-progress__value {
  background: #0abf5b
}

.tea-progress.tea-progress--error {
  border-color: #e1504a
}

.tea-progress.tea-progress--error .tea-progress__value {
  background: #e54545
}

.tea-progress-circle {
  margin: 0 auto;
  text-align: center
}

.tea-progress-circle__area {
  display: inline-block;
  width: 160px;
  height: 160px;
  position: relative;
  bottom: 12px
}

.tea-progress-circle__svg-path {
  transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform: rotate(270deg);
  -webkit-transform-origin: center;
  -moz-transform: rotate(270deg);
  -moz-transform-origin: center;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: center
}

.tea-progress-circle__base-ring {
  stroke: #f2f2f2
}

.tea-progress-circle__current-ring {
  stroke-dasharray: 0 434px;
  stroke: #006eff;
  stroke-dashoffset: 0
}

.tea-progress-circle__current-text {
  font-family: qcloud-num;
  height: 50px;
  line-height: 50px;
  font-size: 48px;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -25px
}

.tea-progress-circle__current-text .text--chinese {
  font-size: 24px;
  display: inline-block;
  vertical-align: top
}

.tea-progress-circle__current-text .text--symbol {
  font-size: 14px;
  color: #888
}

.tea-progress-circle__tips {
  line-height: 1.6;
  font-size: 14px;
  color: #888
}

.tea-progress-circle.is-success .tea-progress-circle__current-ring {
  stroke: #0abf5b
}

.tea-progress-circle.is-error .tea-progress-circle__current-ring {
  stroke: #e54545
}

.tea-toast {
  height: 35px;
  position: fixed;
  display: inline-block;
  text-align: left;
  min-width: 80px;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  line-height: 35px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #d1d2d3;
  border-radius: 2px;
  font-size: 0;
  background-color: #fff
}

.tea-toast span {
  margin-left: 6px;
  font-size: 12px;
  vertical-align: top
}

.tea-alert {
  padding: 10px 30px 10px 20px;
  vertical-align: middle;
  color: #003b80;
  border: 1px solid #97c7ff;
  border-radius: 2px;
  background: #e5f0ff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}

.tea-alert,
.tea-alert__info {
  font-size: 12px;
  line-height: inherit
}

.tea-alert__info>.tea-list {
  padding: 10px 0 0
}

.tea-alert__info>.tea-list li:last-of-type {
  margin-bottom: 0
}

.tea-alert__info .tea-list--bullet>li:before {
  background-color: #003b80
}

.tea-alert .tea-icon-close {
  position: absolute;
  top: 10px;
  right: 10px
}

.tea-alert .tea-icon-close:hover {
  background-color: transparent
}

.tea-alert--warning {
  color: #c07400;
  border-color: #ffd18b;
  background-color: #fff4e3
}

.tea-alert--error {
  color: #b43537;
  border-color: #f6b5b5;
  background-color: #fcecec
}

.tea-alert--success {
  color: #007e3b;
  border-color: #9ce4bc;
  background-color: #e6f8ee
}

.tea-cascader {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 200px;
  min-height: 30px;
  padding: 0 26px 0 10px;
  cursor: pointer
}

.tea-cascader:hover {
  background-color: #f2f2f2
}

.tea-cascader__input .tea-input[readonly] {
  background-color: transparent;
  border: 0;
  position: absolute;
  height: 26px;
  top: 1px;
  left: 1px;
  z-index: 1;
  right: 1px;
  cursor: pointer
}

.tea-cascader__value {
  line-height: 28px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 2
}

.tea-cascader .tea-icon-arrowdown {
  position: absolute;
  z-index: 2;
  right: 4px;
  top: 6px
}

.tea-cascader__label {
  height: auto;
  line-height: 20px;
  margin: 4px 4px 0 0;
  display: inline-block
}

.tea-cascader-menu {
  min-width: 198px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-cascader-menu .tea-tabs--bordered .tea-tabs__tab {
  font-size: 12px
}

.tea-cascader-menu__list {
  padding: 0 5px 0 15px;
  font-size: 0;
  width: 500px;
  margin-bottom: -10px;
  max-height: 280px;
  overflow-y: auto
}

.tea-cascader-menu__list li {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle
}

.tea-cascader-menu__col4 .tea-cascader-menu__list li {
  width: 116px
}

.tea-cascader-menu__col2 .tea-cascader-menu__list li {
  width: 232px
}

.tea-cascader-menu__col1 .tea-cascader-menu__list li {
  width: 100%
}

.tea-cascader-menu__col1 .tea-cascader-menu__list {
  width: 350px
}

.tea-cascader-menu__label {
  padding: 1px 5px;
  cursor: pointer;
  margin-right: 10px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tea-cascader-menu__label:hover {
  background-color: #f2f2f2
}

.tea-cascader-menu__label.is-selected {
  background-color: #006eff;
  color: #fff
}

.tea-menu {
  position: relative;
  width: 200px;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  overflow-x: hidden
}

.tea-menu__title {
  color: #fff;
  padding: 0 20px 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: 200px
}

.tea-menu__title,
.tea-menu__title-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row
}

.tea-menu__title-back {
  padding: 14px 20px 0 24px;
  min-height: 50px;
  max-height: 60px;
  overflow-y: hidden;
  margin-bottom: 11px
}

.tea-menu__title-back .tea-h2 {
  font-size: 14px;
  line-height: 21px;
  margin-top: 3px
}

.tea-menu__title-main,
.tea-menu__title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%
}

.tea-menu__title-text {
  line-height: 21px;
  font-size: 12px;
  color: #888;
  font-weight: 400
}

.tea-menu__title-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.tea-menu__back {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 0;
  margin-left: -6px;
  margin-right: 1px
}

.tea-menu__title .tea-h2 {
  display: table-cell;
  vertical-align: middle
}

.tea-menu__header .tea-tag {
  margin: 0 0 0 10px;
  background-color: #444;
  color: #bbb;
  border: 0
}

.tea-menu__title-icon {
  display: none
}

.tea-menu__body {
  width: 200px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  overflow-x: hidden
}

.tea-menu__list {
  font-size: 12px;
  margin-top: 1px
}

.tea-menu__body::-webkit-scrollbar {
  width: 17px;
  height: 17px;
  background-color: transparent;
  border-radius: 9px
}

.tea-menu__body::-webkit-scrollbar-thumb {
  background-color: #262626;
  border-radius: 9px;
  background-clip: content-box;
  border: 5px solid transparent
}

.tea-menu__list li {
  color: #bbb;
  font-size: 0;
  font-weight: 700;
  cursor: pointer
}

.tea-menu__item {
  padding-left: 23px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block
}

.tea-menu__list li .tea-menu__item:hover {
  background-color: #4c4c4c;
  cursor: pointer;
  text-decoration: none
}

.tea-menu--light .tea-menu__list li.tea-menu__label .tea-menu__item:hover,
.tea-menu__list li.tea-menu__label .tea-menu__item:hover {
  background-color: transparent;
  cursor: text
}

.tea-menu__list-icon {
  vertical-align: text-top;
  margin-top: 5px;
  margin-right: 8px
}

.is-selected .tea-menu__list-icon,
.tea-menu__submenu.is-selected .tea-menu__list-icon.is-selected {
  display: none
}

.is-selected .tea-menu__list-icon.is-selected,
.tea-menu__submenu.is-selected .tea-menu__list-icon {
  display: inline-block
}

.tea-menu__submenu.is-selected .tea-menu__text {
  color: #bbb
}

.tea-menu__submenu .tea-menu__list .tea-menu__item {
  height: 33px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.tea-menu__text {
  max-width: 115px;
  font-size: 13px;
  display: inline-block;
  vertical-align: text-top;
  line-height: 17px;
  padding: 4px 0;
  color: #bbb
}

.is-selected .tea-menu__text {
  color: #fff
}

.tea-menu__list-icon.is-selected {
  display: none
}

.tea-menu__label .tea-menu__text {
  min-height: 18px;
  display: block;
  margin-top: 8px;
  color: #888;
  font-size: 12px;
  word-break: break-all;
  margin-left: 0;
  font-weight: 400;
  max-width: inherit
}

.tea-menu__list li.tea-list__label .tea-menu__item:hover {
  background-color: #333;
  cursor: default
}

.tea-menu__list li.tea-menu__submenu.is-selected:hover,
.tea-menu__submenu.is-selected {
  background-color: #262626
}

.tea-menu__submenu.is-selected .tea-icon-arrowdown {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg)
}

.tea-menu__submenu {
  position: relative
}

.tea-menu__submenu .tea-menu__list {
  display: none;
  padding-top: 0;
  padding-bottom: 10px
}

.tea-menu__submenu.is-selected .tea-menu__list {
  display: block
}

.tea-menu__submenu .tea-icon-arrowdown {
  position: absolute;
  left: 160px;
  top: 10px
}

.tea-menu__submenu .tea-menu__list .tea-menu__text {
  color: #bbb;
  font-weight: 400;
  padding: 1px 0 0
}

.tea-menu__submenu .tea-menu__list .tea-menu__item:before {
  content: "";
  background-color: #888;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: 8px;
  margin-left: 6px
}

.tea-menu__submenu .tea-menu__list .is-selected .tea-menu__item:before {
  background-color: #006eff
}

.tea-menu__submenu .tea-menu__list .is-selected .tea-menu__text {
  color: #fff
}

.tea-menu__text .tea-icon-externallink {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  margin-top: -2px;
  margin-left: 5px;
  background-position: 65.89% 57.67%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-menu__fold {
  width: 63px;
  height: 56px;
  bottom: 0;
  left: 0;
  top: auto;
  border: 0;
  z-index: 1000;
  position: relative;
  cursor: pointer
}

.tea-menu__fold-icon {
  border-radius: 36px;
  background-image: none;
  background-position: inherit;
  background-size: auto;
  width: 36px;
  height: 36px;
  left: 12px;
  top: 10px;
  position: absolute
}

.tea-menu__fold-icon .tea-icon-fold {
  left: 10px;
  top: 10px;
  position: absolute
}

.tea-menu__fold:hover .tea-menu__fold-icon {
  background-color: #404040
}

.tea-menu__footer {
  display: block;
  width: 100%;
  height: 58px;
  background-color: #333;
  border-top: 1px solid #262626
}

.tea-menu-is-collapsed.tea-menu,
.tea-menu-is-collapsed.tea-menu .tea-menu__body {
  width: 63px;
  overflow-x: hidden;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
  transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.tea-menu-is-collapsed .tea-menu__title-icon {
  display: block;
  position: absolute;
  left: 15px;
  top: 10px
}

.tea-menu-is-collapsed.tea-menu .tea-menu__text,
.tea-menu-is-collapsed.tea-menu .tea-menu__title .tea-h2 {
  display: none
}

.tea-menu-is-collapsed.tea-menu .tea-menu__item {
  height: 37px
}

.tea-menu-is-collapsed.tea-menu .tea-list__label .tea-menu__item {
  border-top: 1px solid #262626;
  margin-top: 19px;
  padding-top: 19px;
  margin-left: 15px;
  margin-right: 15px;
  width: 33px;
  height: 0
}

.tea-menu-is-collapsed.tea-menu .tea-menu__label {
  border-top: 1px solid #262626;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  width: 33px;
  height: 25px
}

.tea-menu-is-collapsed .tea-menu__fold-icon .tea-icon-fold,
.tea-menu-is-locked.tea-menu-is-collapsed .tea-menu__fold-icon .tea-icon-fold {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tea-menu--light.tea-menu {
  width: 199px;
  border-right: 1px solid #ddd
}

.tea-menu--light .tea-menu__header .tea-tag {
  margin: 0 0 0 10px;
  background-color: #f2f2f2;
  color: #000
}

.tea-menu--light .tea-menu__list li.tea-list__label .tea-menu__item:hover,
.tea-menu--light.tea-menu {
  background-color: #fff
}

.tea-menu--light .tea-menu__text,
.tea-menu--light .tea-menu__title {
  color: #000
}

.tea-menu--light .is-selected.tea-menu__submenu>.tea-menu__item>.tea-menu__text,
.tea-menu--light .tea-menu__submenu .tea-menu__list .tea-menu__text {
  color: #444
}

.tea-menu--light .is-selected>.tea-menu__item>.tea-menu__text,
.tea-menu--light .tea-menu__submenu .tea-menu__list .is-selected .tea-menu__text {
  color: #006eff
}

.tea-menu--light .tea-menu__list li .tea-menu__item:hover {
  background-color: #e2e2e2
}

.tea-menu--light .tea-menu__fold:hover .tea-menu__fold-icon,
.tea-menu--light .tea-menu__list li.tea-menu__submenu.is-selected,
.tea-menu--light .tea-menu__list li.tea-menu__submenu.is-selected:hover,
.tea-menu--light .tea-menu__submenu.is-selected {
  background-color: #f2f2f2
}

.tea-menu--light .tea-menu__body::-webkit-scrollbar-thumb {
  background-color: #f2f2f2
}

.tea-menu--light .tea-menu__footer {
  border-top: 1px solid #e2e2e2;
  background-color: #fff
}

.tea-menu-is-collapsed.tea-menu--light.tea-menu {
  width: 63px
}

.tea-menu-is-collapsed.tea-menu.tea-menu--light .tea-menu__label {
  border-top: 1px solid #e2e2e2
}

.tea-menu-is-locked.tea-menu {
  position: absolute;
  z-index: 1
}

.tea-menu-is-locked .tea-menu__fold-icon .tea-icon-fold {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.tea-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  background-color: #262626
}

.tea-nav__logo {
  padding-right: 15px;
  position: relative
}

.tea-nav__logo:before {
  content: "";
  border-right: 1px solid #000;
  width: 1px;
  position: absolute;
  top: -9px;
  right: -2px;
  bottom: -9px
}

.tea-nav__logo a {
  display: block;
  width: 32px;
  height: 32px
}

.tea-nav__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative
}

.tea-nav__service a {
  color: #bbb;
  padding: 0 15px;
  line-height: 50px
}

.tea-nav__service a:hover {
  text-decoration: none;
  color: #3d91ff
}

.tea-nav__flex-end {
  margin-left: auto
}

.tea-nav__dropdown {
  height: 100%;
  position: relative
}

.tea-nav__dropdown .tea-dropdown {
  padding: 0 0 0 20px
}

.tea-nav__dropdown .tea-dropdown__header {
  height: 50px;
  padding: 10px 22px 10px 0
}

.tea-nav__dropdown .tea-dropdown__value {
  color: #bbb;
  max-width: 6em;
  vertical-align: top;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.tea-nav__dropdown .tea-dropdown__header:hover .tea-dropdown__value {
  color: #3d91ff
}

.tea-nav__dropdown .tea-dropdown__header:hover .tea-icon-arrowdown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-nav__dropdown .tea-dropdown__header>.tea-icon {
  top: 16px
}

.tea-nav__dropdown.is-selected .tea-dropdown__value {
  color: #3d91ff
}

.tea-nav__dropdown.is-selected .tea-icon-arrowdown {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 25.7% 89.95%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.tea-nav__dropdown-box {
  background-color: #191919;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 10px 0;
  min-width: 140px
}

.tea-nav__dropdown-box .tea-list--option>li {
  color: #bbb;
  padding: 8px 20px
}

.tea-nav__dropdown-box .tea-list--option>li.tea-nav__list-line {
  border-bottom: 1px solid #515151;
  padding-bottom: 10px;
  margin-bottom: 2px
}

.tea-nav__dropdown-box .tea-list--option>li:hover {
  background-color: #191919;
  color: #3d91ff
}

.tea-nav__dropdown-box .tea-list--option {
  max-height: inherit
}

.tea-nav__operation {
  height: 100%
}

.tea-nav__operation-inner {
  display: block;
  line-height: 50px;
  padding: 0 16px;
  position: relative;
  height: 50px
}

.tea-nav__operation-inner .tea-icon {
  position: relative;
  z-index: 1
}

.tea-nav__operation-inner .tea-badge.is-error-dark {
  background-color: #e54545;
  border: 2px solid #262626;
  height: 20px;
  font-size: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border-radius: 20px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  top: 10px;
  left: 22px;
  padding: 0 5px;
  z-index: 1
}

.is-selected .tea-nav__operation-inner:before,
.tea-nav__operation-inner:hover:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background-color: #404040;
  border-radius: 30px;
  position: absolute;
  top: 11px;
  right: 9px
}

.is-selected .tea-nav__operation-inner .tea-icon-news {
  background-image: url(sprite/tea-0.0.9.min-201908141110.svg);
  ;
  background-position: 74.3% 67.2%;
  background-size: 1437.5% 1281.25%;
  ;
  background-repeat: no-repeat
}

.is-selected .tea-nav__operation-inner .tea-icon-help {
  background-image: url(assets/image/slice/svg/icon-help.svg?fill=#ffffff)
}

#MAXIM {
  content: "yog20190814112832"
}