.qg-main__font {
  color: #0088FA;
}
.qg-main__back {
  background-color: #0088FA;
}
.qg-main__border {
  border-color: #0088FA;
}
.qg-text-price {
  color: #d93026;
  font-weight: bold;
}
.qg-text-date[datetype='warning'] {
  color: #EC8C02;
}
.qg-text-date[datetype='warning'] * {
  color: #EC8C02;
}
.qg-text-date[datetype='danger'] {
  color: #d93026;
}
.qg-text-date[datetype='danger'] * {
  color: #d93026;
}
.qg-text-date :nth-child(2) {
  opacity: 0.6;
}
/* .qg-container {
    display: flex;
    flex: 1;
    flex-basis: auto;
    min-width: 0;
    flex-direction: row;
  } */
.qg-container.is-vertical {
  flex-direction: column;
}
.qg-header {
  line-height: 0.7rem;
  height: 0.7rem;
  background-color: #1d2226;
  color: #ffffff;
}
.qg-aside {
  width: 1.8rem;
  background-color: #1d2226;
  color: #ffffff;
  overflow: auto;
  flex-shrink: 0;
}
.qg-main {
  display: block;
  flex: 1;
  flex-basis: auto;
  overflow: visible !important;
  /* padding: 0.28rem; */
  background-color: #f3f7fb;
}
.qg-outer {
  width: 100%;
  padding: 0 0.2rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.qg-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 0.2rem;
}
.qg-row[gutter='10'] {
  margin-left: -10px;
  margin-right: -10px;
}
.qg-row[gutter='10'] [class*=qg-col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.qg-row[gutter='20'] {
  margin-left: -20px;
  margin-right: -20px;
}
.qg-row[gutter='20'] [class*=qg-col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.qg-col-1 {
  min-width: calc(100% / 24 * 1);
  flex: 0 0 calc(100% / 24 * 1);
}
.qg-col-2 {
  min-width: calc(100% / 24 * 2);
  flex: 0 0 calc(100% / 24 * 2);
}
.qg-col-3 {
  min-width: calc(100% / 24 * 3);
  flex: 0 0 calc(100% / 24 * 3);
}
.qg-col-4 {
  min-width: calc(100% / 24 * 4);
  flex: 0 0 calc(100% / 24 * 4);
}
.qg-col-5 {
  min-width: calc(100% / 24 * 5);
  flex: 0 0 calc(100% / 24 * 5);
}
.qg-col-6 {
  min-width: calc(100% / 24 * 6);
  flex: 0 0 calc(100% / 24 * 6);
}
.qg-col-7 {
  min-width: calc(100% / 24 * 7);
  flex: 0 0 calc(100% / 24 * 7);
}
.qg-col-8 {
  min-width: calc(100% / 24 * 8);
  flex: 0 0 calc(100% / 24 * 8);
}
.qg-col-9 {
  min-width: calc(100% / 24 * 9);
  flex: 0 0 calc(100% / 24 * 9);
}
.qg-col-10 {
  min-width: calc(100% / 24 * 10);
  flex: 0 0 calc(100% / 24 * 10);
}
.qg-col-11 {
  min-width: calc(100% / 24 * 11);
  flex: 0 0 calc(100% / 24 * 11);
}
.qg-col-12 {
  min-width: calc(100% / 24 * 12);
  flex: 0 0 calc(100% / 24 * 12);
}
.qg-col-13 {
  min-width: calc(100% / 24 * 13);
  flex: 0 0 calc(100% / 24 * 13);
}
.qg-col-14 {
  min-width: calc(100% / 24 * 14);
  flex: 0 0 calc(100% / 24 * 14);
}
.qg-col-15 {
  min-width: calc(100% / 24 * 15);
  flex: 0 0 calc(100% / 24 * 15);
}
.qg-col-16 {
  min-width: calc(100% / 24 * 16);
  flex: 0 0 calc(100% / 24 * 16);
}
.qg-col-17 {
  min-width: calc(100% / 24 * 17);
  flex: 0 0 calc(100% / 24 * 17);
}
.qg-col-18 {
  min-width: calc(100% / 24 * 18);
  flex: 0 0 calc(100% / 24 * 18);
}
.qg-col-19 {
  min-width: calc(100% / 24 * 19);
  flex: 0 0 calc(100% / 24 * 19);
}
.qg-col-20 {
  min-width: calc(100% / 24 * 20);
  flex: 0 0 calc(100% / 24 * 20);
}
.qg-col-21 {
  min-width: calc(100% / 24 * 21);
  flex: 0 0 calc(100% / 24 * 21);
}
.qg-col-22 {
  min-width: calc(100% / 24 * 22);
  flex: 0 0 calc(100% / 24 * 22);
}
.qg-col-23 {
  min-width: calc(100% / 24 * 23);
  flex: 0 0 calc(100% / 24 * 23);
}
.qg-col-24 {
  min-width: calc(100% / 24 * 24);
  flex: 0 0 calc(100% / 24 * 24);
}
.qg-button-group {
  display: flex;
  flex-wrap: wrap;
}
.qg-button {
  line-height: 0.32rem;
  padding: 0 0.18rem;
  position: relative;
  color: #444444;
  background-color: #f3f7fb;
  border: 1px solid #e5e9ed;
  transition: all 0.5s;
}
.qg-button + .qg-button {
  margin-left: 0.1rem;
}
.qg-button:hover {
  color: #0088FA;
}
.qg-button[disabled] {
  color: rgba(68, 68, 68, 0.3);
}
.qg-button[text][disabled] {
  color: rgba(68, 68, 68, 0.3);
}
.qg-button[color] {
  color: #ffffff;
}
.qg-button[color][disabled],
.qg-button[color][disabled]:hover {
  opacity: 0.3;
}
.qg-button[color]:hover {
  opacity: 0.85;
}
.qg-button[color][color=green] {
  background-color: #0088FA;
  border-color: #0088FA;
}
.qg-button[color][color=orange] {
  background-color: #EC8C02;
  border-color: #EC8C02;
}
.qg-button[border] {
  background-color: #ffffff;
  color: #0088FA;
  border-color: #0088FA;
}
.qg-button[border]:hover {
  color: #ffffff;
  background-color: #0088FA;
}
.qg-button[text] {
  display: inline-block;
  padding: 0;
  border: none;
  line-height: 0.34rem;
  color: #0088FA;
  background-color: transparent;
  text-align: center;
}
.qg-button[text]:hover {
  opacity: 0.85;
}
.qg-button[text][text='default'] {
  color: #989898;
}
.qg-button[disabled] {
  cursor: not-allowed;
}
.qg-button[disabled]:hover {
  opacity: 1;
}
[class*='qg-icon-'] {
  font-size: 0.14rem;
  display: inline-block;
  font-style: normal;
  cursor: default;
  transition: color 0.5s;
  color: #989898;
}
[class*='qg-icon-']:hover,
[class*='qg-icon-'].focus {
  color: #555555;
}
[class*='qg-icon-'].active {
  color: #0088FA;
}
[class*='qg-icon-']::before {
  color: inherit;
  font-size: inherit;
}
[class*='qg-icon-'].qg-icon__focus {
  color: #555555;
}
.qg-table {
  border: 1px solid #EDEEF2;
  position: relative;
  /* overflow: hidden; */
  font-size: 14px;
}
.qg-table .qg-table__outer.fixed-left,
.qg-table .qg-table__outer.fixed-right {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
}
.qg-table .qg-table__outer.fixed-left .qg-table__cell,
.qg-table .qg-table__outer.fixed-right .qg-table__cell {
  visibility: hidden;
}
.qg-table .qg-table__outer.fixed-left .qg-table__cell.fixed__fix,
.qg-table .qg-table__outer.fixed-right .qg-table__cell.fixed__fix {
  visibility: visible;
}
.qg-table .qg-table__cell > .cell .spec-row {
  font-size: 0;
}
.qg-table .qg-table__cell > .cell .spec-row label {
  color: #979797;
}
.qg-table .qg-table__cell > .cell .spec-row label,
.qg-table .qg-table__cell > .cell .spec-row span {
  font-size: 14px;
}
.qg-table .qg-table__outer.fixed-left .qg-table__body-wrapper,
.qg-table .qg-table__outer.fixed-right .qg-table__body-wrapper {
  overflow: hidden;
}
.qg-table .qg-table__outer.fixed-left {
  left: 0;
  box-shadow: 0px 0px 0px #fff, 5px 0px 5px #efefef, 0px 0px 0px #eee, 0px 0px 0px #fff;
}
.qg-table .qg-table__outer.fixed-right {
  right: 0;
  box-shadow: 0px 0px 0px #fff, -5px 0px 5px #efefef, 0px 0px 0px #eee, 0px 0px 0px #fff;
}
.qg-table .qg-table__outer.fixed-right .qg-table__header-wrapper,
.qg-table .qg-table__outer.fixed-right .qg-table__body-wrapper {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}
.qg-table .qg-table__outer.fixed-right .qg-table__body-wrapper {
  top: 0.58rem;
}
.qg-table .qg-button[text] {
  margin-right: 0.1rem;
  position: relative;
}
.qg-table .qg-button[text] + .qg-button[text] {
  margin-left: 0.1rem;
}
.qg-table .qg-button[text] + .qg-button[text]::after {
  height: 0.2rem;
  content: '';
  position: absolute;
  top: 0.07rem;
  left: -0.1rem;
}
.qg-table .qg-text-price {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.qg-table .table__price {
  text-align: right;
}
.qg-table.hide {
  display: none;
}
.qg-table > div.qg-table-column {
  display: none;
}
.qg-table .qg-table__header,
.qg-table .qg-table__body,
.qg-table .qg-table__footer {
  table-layout: fixed;
  border-collapse: separate;
}
.qg-table .qg-table__cell {
  padding: 0.1rem 0;
  min-width: 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #EDEEF2;
}
.qg-table .qg-table__row:last-of-type .qg-table__cell {
  border-bottom: none;
}
.qg-table .qg-table__header thead tr th.qg-table__cell {
  padding: 0.15rem 0;
  border-bottom: none;
}
.qg-table .qg-table__cell > .cell {
  padding: 0 0.2rem;
}
.qg-table .qg-table__cell [class*='qg-icon-'] {
  cursor: pointer;
  margin-left: 0.06rem;
}
.qg-table .qg-table__cell [class*='qg-icon-'].desc {
  transform: rotate(180deg);
}
.qg-table .qg-table__cell [class*='qg-icon-'].active {
  color: #0088FA;
}
.qg-table .qg-table__header {
  width: 100%;
}
.qg-table .qg-table__header thead tr th.qg-table__cell {
  background-color: #F9FBFF;
}
.qg-table .qg-table__header thead tr th.qg-table__cell > .cell {
  font-size: 16px;
  font-weight: 400;
}
.qg-table .qg-table__header-wrapper {
  overflow: hidden;
  border-bottom: 1px solid #e5e9ed;
  border-right: 0px solid #f3f7fb;
}
.qg-table .qg-table__body-wrapper {
  overflow-y: auto;
  overflow-x: auto;
}
.qg-table .qg-table__body-wrapper.visible {
  overflow-y: visible;
  overflow-x: visible;
}
.qg-table .qg-table__body {
  width: 100%;
  border-top: none;
}
.qg-table .qg-table__body tbody tr {
  background-color: #ffffff;
  transition: all 0.3s;
}
/* .qg-table .qg-table__body tbody tr:hover {
    background-color: #eefcfd;
  } */
.hover {
  background-color: #F8FBFF !important;
}
.qg-table .qg-table__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem;
}
.qg-table .qg-table__empty img {
  width: 0.8rem;
  margin-bottom: 0.18rem;
}
.qg-table .qg-table-radio__item {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px solid #e5e9ed;
  cursor: pointer;
  transition: all 0.3s;
}
.qg-table .qg-table-radio__item:hover {
  border-color: #0088FA;
}
.qg-table .qg-table-radio__item.checked {
  border-color: #0088FA;
  border-width: 0.05rem;
}
.qg-table .qg-table-radio__item.checked:hover {
  opacity: 0.85;
}
.qg-table .qg-table-checkbox__all .qg-icon-checkbox {
  position: relative;
  overflow: hidden;
}
.qg-table .qg-table-checkbox__all .qg-icon-checkbox::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0088FA;
  border: 0 solid #ffffff;
  transition: all 0.3s;
}
.qg-table .qg-table-checkbox__all.unall .qg-icon-checkbox {
  border-color: #0088FA;
}
.qg-table .qg-table-checkbox__all.unall .qg-icon-checkbox::after {
  width: 100%;
  height: 100%;
  border-width: 0.02rem;
}
.qg-table .qg-table-checkbox__item .qg-icon-checkbox,
.qg-table .qg-table-checkbox__all .qg-icon-checkbox {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #EDEEF2;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.12rem;
  margin-left: 0;
  box-sizing: border-box;
}
.qg-table .qg-table-checkbox__item .qg-icon-checkbox::before,
.qg-table .qg-table-checkbox__all .qg-icon-checkbox::before {
  color: inherit;
  font-size: inherit;
}
.qg-table .qg-table-checkbox__item:hover .qg-icon-checkbox,
.qg-table .qg-table-checkbox__all:hover .qg-icon-checkbox,
.qg-table .qg-table-checkbox__item.checked .qg-icon-checkbox,
.qg-table .qg-table-checkbox__all.checked .qg-icon-checkbox {
  border-color: #0088FA;
}
.qg-table .qg-table-checkbox__item.checked .qg-icon-checkbox,
.qg-table .qg-table-checkbox__all.checked .qg-icon-checkbox {
  background-color: #0088FA;
}
.qg-table .qg-table-checkbox__item.checked .qg-icon-checkbox:hover,
.qg-table .qg-table-checkbox__all.checked .qg-icon-checkbox:hover {
  opacity: 0.85;
}
.qg-screen {
  box-shadow: 0px 0px 7px rgba(126, 126, 126, 0.35);
  position: absolute;
  z-index: -1;
  opacity: 0;
  background-color: #ffffff;
  width: 1.8rem;
  top: -100000px;
  left: -100000px;
}
.qg-screen.active {
  z-index: 10;
  opacity: 1;
}
.qg-screen .qg-screen-header {
  padding: 0 0.12rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e9ed;
}
.qg-screen .qg-screen-header .qg-screen__inp {
  border: none;
  outline: none;
  line-height: 0.34rem;
  padding-right: 0.1rem;
  flex: 1;
  min-width: 0;
}
.qg-screen .qg-screen-header .qg-icon-search {
  cursor: pointer;
}
.qg-screen .qg-screen-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  border-top: 1px solid #e5e9ed;
}
.qg-screen .qg-screen-body {
  padding: 0.07rem 0;
  width: 100%;
  max-height: 1.9rem;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.qg-screen .qg-screen-body::-webkit-scrollbar {
  display: none;
}
.qg-screen .qg-screen-body .qg-screen-item {
  padding: 0.07rem 0.15rem;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
}
.qg-screen .qg-screen-body .qg-screen-item:hover {
  background-color: #eefcfd;
}
.qg-screen .qg-screen-body .qg-screen-item:hover .qg-icon-checkbox {
  border-color: #0088FA;
}
.qg-screen .qg-screen-body .qg-screen-item .qg-icon-checkbox {
  width: 0.14rem;
  height: 0.14rem;
  margin-top: 0.03rem;
  border: 1px solid #e5e9ed;
  border-radius: 0.02rem;
  color: #ffffff;
  margin-right: 0.12rem;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.12rem;
}
.qg-screen .qg-screen-body .qg-screen-item.checked .qg-icon-checkbox {
  border-color: #0088FA;
  background-color: #0088FA;
}
.qg-screen .qg-screen-body .qg-screen-item .qg-screen__text {
  overflow: hidden;
  word-break: break-all;
  line-height: 0.2rem;
}
/* 处理滚动条占位问题 */
.qg-table-margin {
  margin-right: calc(100% - 100vw + 240px);
}
/* html,body {
      min-width: 1500px;
  }
  #section {
      width: calc(100% - 180px);
  }
  .section-content {
      width: 100%;
  } */
.img-tip-item {
  position: relative;
}
.img-tip-item .img_tip {
  display: block;
  width: 18px;
  height: 18px;
  background: url('/static_browser/user/image/store_create/tips.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
.img-tip-item .img_tip:hover .tip_content {
  display: block !important;
}
.img-tip-item .tip_content {
  display: none;
  position: absolute;
  max-width: 7rem;
  left: 6px;
  top: 0px;
  box-sizing: border-box;
  padding-left: 20px;
}
.img-tip-item .tip_content::after {
  content: '';
  width: 3px;
  height: 10px;
  background: #F5FAFF;
  position: absolute;
  top: 8px;
  left: 19px;
  z-index: 1000;
}
.img-tip-item .tip_content .content {
  border: 0.01rem solid #B4D8FA;
  overflow: auto;
  background: #F5FAFF;
  position: relative;
  width: 3.4rem;
  z-index: 999;
  padding: 0.09rem 0.07rem;
  color: #000000;
  font-size: 0.14rem;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.img-tip-item .tip_content .triangle {
  position: absolute;
  top: 0.08rem;
  left: 0.15rem;
  width: 0.08rem;
  height: 0.08rem;
  z-index: 99;
  background-color: #F5FAFF;
  transform: rotate(135deg);
  border: 0.01rem solid #B4D8FA;
}
@media screen and (max-width: 1440px) {
  .qg-table.payment .qg-table__cell > .cell {
    padding: 0 0.1rem;
  }
  .qg-table.payment .qg-table__cell:first-child > .cell {
    padding-left: 0.1rem;
  }
  .qg-table.payment .qg-table__cell:last-child > .cell {
    padding-right: 0.1rem;
  }
  .section-content .qg-table.payment .qg-text-price {
    font-size: 16px !important;
    padding-right: 0.1rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .qg-table.payment .qg-table__cell > .cell {
    padding: 0;
  }
  .qg-table.payment .qg-table__cell:first-child > .cell {
    padding-left: 0.1rem;
  }
  .qg-table.payment .qg-table__cell:last-child > .cell {
    padding-right: 0.1rem;
  }
  .section-content .qg-table.payment .qg-text-price {
    font-size: 16px !important;
    padding-right: 0.1rem !important;
  }
}
