html {
  font-size: 100px;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1280px;
}
:not(i),
:not(i)::after,
:not(i)::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.14rem;
}
a {
  text-decoration: none;
  color: #444444;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.stark-color__font {
  color: #409EFF !important;
}
.stark-color__back {
  background-color: #409EFF !important;
}
.stark-color__border {
  border-color: #409EFF !important;
}
.stark-color__Grey {
  color: #6F7F7E !important;
}
.stark-color__supRed {
  color: #d93026 !important;
}
.stark-color__greybg {
  background-color: #f3f7fb !important;
}
.stark-color__hoverbg {
  background-color: #eefcfd !important;
}
.stark-color__tagbg {
  background-color: #d93026 !important;
}
.stark-section {
  width: 100%;
  padding-top: 0.7rem;
}
.stark-body {
  width: 1280px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bbbcbd;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bbbcbd;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bbbcbd;
}
.stark-button-group {
  display: flex;
}
.stark-button-group .stark-button {
  z-index: 1;
}
.stark-button-group .stark-button + .stark-button {
  margin-left: -1px;
}
.stark-button-group .stark-button:hover,
.stark-button-group .stark-button.actived {
  z-index: 2;
}
.stark-button {
  line-height: 0.32rem;
  padding: 0 0.18rem;
  position: relative;
  color: #444444;
  border: 1px solid #e5e9ed;
  transition: all 0.5s;
  display: block;
  white-space: nowrap;
  text-align: center;
}
.stark-button + .stark-button {
  margin-left: 0.1rem;
}
.stark-button:hover,
.stark-button.actived {
  color: #409EFF;
}
.stark-button[disabled] {
  color: rgba(68, 68, 68, 0.3);
}
.stark-button[color] {
  color: #ffffff;
}
.stark-button[color][disabled],
.stark-button[color][disabled]:hover {
  opacity: 0.3;
}
.stark-button[color]:hover,
.stark-button[color].actived {
  opacity: 0.85;
}
.stark-button[color][color=green] {
  background-color: #409EFF;
  border-color: #409EFF;
}
.stark-button[color][color=orange] {
  background-color: #ff8f02;
  border-color: #ff8f02;
}
.stark-button[border] {
  background-color: #ffffff;
  color: #409EFF;
  border-color: #409EFF;
}
.stark-button[border]:hover,
.stark-button[border].actived {
  color: #ffffff;
  background-color: #409EFF;
}
.stark-button[text] {
  padding: 0;
  border: none;
  line-height: 0.34rem;
  color: #409EFF;
  background-color: transparent;
  display: inline-block;
}
.stark-button[text]:hover,
.stark-button[text].actived {
  opacity: 0.85;
}
.stark-button[disabled] {
  cursor: not-allowed;
}
.stark-button[disabled]:hover {
  opacity: 1;
}
.stark-button[tab] {
  background-color: #ffffff;
}
.stark-button[tab]:hover,
.stark-button[tab].actived {
  background-color: #eefcfd;
  border-color: #409EFF;
}
[class*='stark-icon-'] {
  font-size: 0.14rem;
  display: inline-block;
  font-style: normal;
  cursor: default;
  transition: color 0.5s;
  color: #6F7F7E;
}
[class*='stark-icon-']:hover,
[class*='stark-icon-'].focus {
  color: #555555;
}
[class*='stark-icon-'].active {
  color: #409EFF;
}
[class*='stark-icon-']::before {
  color: inherit;
  font-size: inherit;
}
[class*='stark-icon-'].stark-icon__focus {
  color: #555555;
}
.stark-table {
  border: 1px solid #e5e9ed;
  position: relative;
  overflow: visible;
}
.stark-table[rowspan] .stark-table__row:not(:nth-child(1)) .stark-table__cell {
  border-top: 1px solid #E4E9ED;
}
.stark-table[rowspan] .stark-table__row .stark-table__cell[rowspan]:not([checkbox])::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 100%;
  border-right: 1px solid #E4E9ED;
}
.stark-table empty {
  display: none;
}
.stark-table .stark-table__outer.fixed-left,
.stark-table .stark-table__outer.fixed-right {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  background: #fff;
}
.stark-table .stark-table__outer.fixed-left .stark-table__cell,
.stark-table .stark-table__outer.fixed-right .stark-table__cell {
  visibility: hidden;
}
.stark-table .stark-table__outer.fixed-left .stark-table__cell.fixed__fix,
.stark-table .stark-table__outer.fixed-right .stark-table__cell.fixed__fix {
  visibility: visible;
}
.stark-table .stark-table__outer.fixed-left .stark-table__body-wrapper,
.stark-table .stark-table__outer.fixed-right .stark-table__body-wrapper {
  overflow: hidden;
}
.stark-table .stark-table__outer.fixed-left {
  left: 0;
  box-shadow: 0px 0px 0px #fff, 5px 0px 5px #efefef, 0px 0px 0px #eee, 0px 0px 0px #fff;
}
.stark-table .stark-table__outer.fixed-right {
  right: 0;
  box-shadow: 0px 0px 0px #fff, -5px 0px 5px #efefef, 0px 0px 0px #eee, 0px 0px 0px #fff;
}
.stark-table .stark-table__outer.fixed-right .stark-table__header-wrapper,
.stark-table .stark-table__outer.fixed-right .stark-table__body-wrapper {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
.stark-table .stark-table__outer.fixed-right .stark-table__body-wrapper {
  top: 0.58rem;
}
.stark-table .stark-button[text] {
  margin-right: 0.1rem;
  position: relative;
}
.stark-table .stark-button[text] + .stark-button[text] {
  margin-left: 0.1rem;
}
.stark-table .stark-button[text] + .stark-button[text]::after {
  height: 0.2rem;
  border-left: 1px solid #e5e9ed;
  content: '';
  position: absolute;
  top: 0.07rem;
  left: -0.1rem;
}
.stark-table .stark-text-price {
  text-align: right;
  display: inline-block;
  width: 100%;
  color: #d93026;
  font-weight: bold;
}
.stark-table .table__price {
  text-align: right;
}
.stark-table.hide {
  display: none;
}
.stark-table > div.stark-table-column {
  display: none;
}
.stark-table .stark-table__header,
.stark-table .stark-table__body,
.stark-table .stark-table__footer {
  table-layout: fixed;
  border-collapse: separate;
}
.stark-table .stark-table__cell {
  padding: 0.18rem 0;
  min-width: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.stark-table .stark-table__cell > .cell {
  padding: 0 0.2rem;
}
.stark-table .stark-table__cell > .cell[discount] {
  color: #ff8f02;
  font-weight: bold;
}
.stark-table .stark-table__cell > .cell[discount]:after {
  content: '折';
  color: inherit;
}
.stark-table .stark-table__cell [class*='stark-icon-'] {
  cursor: pointer;
  margin-left: 0.06rem;
}
.stark-table .stark-table__cell [class*='stark-icon-'].desc {
  transform: rotate(180deg);
}
.stark-table .stark-table__cell [class*='stark-icon-'].active {
  color: #409EFF;
}
.stark-table .stark-table__header {
  width: 100%;
}
.stark-table .stark-table__header thead tr th.stark-table__cell {
  background-color: #f3f7fb;
}
.stark-table .stark-table__header thead tr th.stark-table__cell > .cell {
  font-size: 0.16rem;
  font-weight: 400;
}
.stark-table .stark-table__header-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #e5e9ed;
  border-right: 0px solid #f3f7fb;
}
.stark-table .stark-table__body-wrapper {
  overflow-y: auto;
  overflow-x: auto;
}
.stark-table .stark-table__body-wrapper.visible {
  overflow-y: visible;
  overflow-x: visible;
}
.stark-table .stark-table__body {
  width: 100%;
  border-top: none;
}
.stark-table .stark-table__body tbody tr {
  background-color: #ffffff;
  transition: all 0.3s;
}
.stark-table .stark-table__body tbody tr.stark-table__row:nth-child(2n),
.stark-table .stark-table__body tbody tr.stark-table__child:nth-child(4n-2) + .stark-table__row {
  background-color: #f6fbfe;
}
.stark-table .stark-table__body tbody tr:hover {
  background-color: #eefcfd;
}
.stark-table .stark-table__body tbody tr.stark-table__child {
  display: none;
}
.stark-table .stark-table__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem;
}
.stark-table .stark-table__empty img {
  width: 0.8rem;
  margin-bottom: 0.18rem;
}
.stark-table .stark-table-radio__item {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px solid #e5e9ed;
  cursor: pointer;
  transition: all 0.3s;
}
.stark-table .stark-table-radio__item[disabled] {
  background-color: #f3f7fb;
  cursor: not-allowed;
}
.stark-table .stark-table-radio__item:not([disabled]):hover {
  border-color: #409EFF;
}
.stark-table .stark-table-radio__item:not([disabled]).checked {
  border-color: #409EFF;
  border-width: 0.05rem;
}
.stark-table .stark-table-radio__item:not([disabled]).checked:hover {
  opacity: 0.85;
}
.stark-table .stark-table-checkbox__all .stark-icon-checkbox {
  position: relative;
  overflow: hidden;
}
.stark-table .stark-table-checkbox__all .stark-icon-checkbox::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #409EFF;
  border: 0 solid #ffffff;
  transition: all 0.3s;
}
.stark-table .stark-table-checkbox__all.unall .stark-icon-checkbox {
  border-color: #409EFF;
}
.stark-table .stark-table-checkbox__all.unall .stark-icon-checkbox::after {
  width: 100%;
  height: 100%;
  border-width: 0.02rem;
  box-sizing: border-box;
}
.stark-table .stark-table-checkbox__item .stark-icon-checkbox,
.stark-table .stark-table-checkbox__all .stark-icon-checkbox {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #e5e9ed;
  border-radius: 0.02rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.12rem;
  margin-left: 0;
}
.stark-table .stark-table-checkbox__item .stark-icon-checkbox::before,
.stark-table .stark-table-checkbox__all .stark-icon-checkbox::before {
  color: inherit;
  font-size: inherit;
}
.stark-table .stark-table-checkbox__item:hover .stark-icon-checkbox,
.stark-table .stark-table-checkbox__all:hover .stark-icon-checkbox,
.stark-table .stark-table-checkbox__item.checked .stark-icon-checkbox,
.stark-table .stark-table-checkbox__all.checked .stark-icon-checkbox {
  border-color: #409EFF;
}
.stark-table .stark-table-checkbox__item.checked .stark-icon-checkbox,
.stark-table .stark-table-checkbox__all.checked .stark-icon-checkbox {
  background-color: #409EFF;
}
.stark-table .stark-table-checkbox__item.checked .stark-icon-checkbox:hover,
.stark-table .stark-table-checkbox__all.checked .stark-icon-checkbox:hover {
  opacity: 0.85;
}
.stark-table-sm .stark-table__header thead tr th.stark-table__cell {
  padding: 0.12rem 0;
}
