[data-v-7a0eba82] .el-menu-item {
  height: 50px;
  line-height: 50px;
}
[data-v-7a0eba82] .el-submenu__title {
  height: 50px;
  line-height: 50px;
}
.site-info[data-v-7a0eba82] {
  width: 240px;
  height: 60px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.site-info .name[data-v-7a0eba82] {
  color: #303133;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
}
.menu-list[data-v-7a0eba82] {
  padding: 0 15px 20px 15px;
}
.menu-list[data-v-7a0eba82] .el-menu-item:hover {
  background-color: #fff !important;
}
.menu-list[data-v-7a0eba82] .el-submenu .el-submenu__title:hover {
  background-color: #f0faff !important;
}
.menu-list[data-v-7a0eba82] .el-submenu .el-menu-item:hover {
  background-color: #f0faff !important;
}
.menu-list[data-v-7a0eba82] .el-submenu .is-active {
  box-shadow: -3px 0 0 -1px #5cadff inset;
  background-color: #f0faff !important;
}
.navbar[data-v-d16d6306] {
  width: 100%;
  height: 100%;
  display: flex;
}
.navbar .left[data-v-d16d6306] {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #282f46;
  font-size: 20px;
}
.navbar .left .route-box[data-v-d16d6306] {
  display: inline-flex;
  align-items: center;
}
.navbar .left .route-box span[data-v-d16d6306] {
  font-size: 14px;
  color: #909399;
  line-height: 18px;
}
.navbar .left .route-box span[data-v-d16d6306]:last-child {
  color: #303133;
}
.navbar .right[data-v-d16d6306] {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #282f46;
  font-size: 20px;
}
.navbar .right .user-info[data-v-d16d6306] {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #595959;
}
.navbar .right .user-info img[data-v-d16d6306] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 10px;
}

.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
  min-width: 1280px;
  min-height: 720px;
}
.container[data-v-13877386] {
  width: 100%;
  height: 100%;
}
.aside[data-v-13877386] {
  color: #ffffff;
  background-color: #f8f8f8;
}
.header[data-v-13877386] {
  background-color: #ffffff;
}
.main[data-v-13877386] {
  padding: 20px 0;
  background-color: #f8f8f8;
}
.app-main[data-v-13877386] {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.login-page[data-v-37dfd6fc] {
  background: linear-gradient(to top right, #004c94, #0081cc);
}
.login-page[data-v-37dfd6fc] .el-divider__text {
  background-color: #f0f0f0;
}
.login-page .title[data-v-37dfd6fc] {
  width: 100%;
  height: 10px;
  background: #0a407c;
  position: relative;
}
.login-page .title .sub[data-v-37dfd6fc] {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 180px;
  height: 0;
  border-width: 0 20px 32px 20px;
  border-style: none solid solid;
  border-color: transparent transparent #0a407c;
  transform: rotate(180deg);
}
.login-page .title .sub span[data-v-37dfd6fc] {
  width: 100%;
  display: inline-block;
  transform: rotate(180deg);
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.login-page .foot[data-v-37dfd6fc] {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 40px;
  color: rgba(204, 204, 204, 0.75);
}
.login-page .box[data-v-37dfd6fc] {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: #0967ad;
  padding: 10px;
  border: 0.5px solid #3f88bf;
  box-shadow: 0 0 10px #00497f;
  border-radius: 5px;
}
.login-page .box-bg[data-v-37dfd6fc] {
  background: #f0f0f0;
  padding: 20px 80px;
  border-radius: 5px;
}
.login-page .box-title[data-v-37dfd6fc] {
  width: 100%;
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
  color: #2d8cf0;
  text-align: center;
  margin-bottom: 30px;
}
.login-page .box-body[data-v-37dfd6fc] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.login-page .box-body .input[data-v-37dfd6fc] {
  width: 300px;
  height: 50px;
  border: 1px solid #dcdfe6;
  border-radius: 25px;
  position: relative;
  margin: 20px auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.login-page .box-body .input .el-input__icon[data-v-37dfd6fc] {
  color: #acb7ef;
  font-size: 18px;
}
.login-page .box-body .input .el-input__text[data-v-37dfd6fc] {
  flex: 1;
  font-size: 18px;
  padding-left: 5px;
  background-color: #fff !important;
  background-image: #fff !important;
}
.login-page .box-foot .login-btn[data-v-37dfd6fc] {
  width: 100%;
  height: 50px;
  margin: 20px auto;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  background: radial-gradient(#4ac3f7, #0e4d81);
}
.login-page .box-foot[data-v-37dfd6fc] .el-divider .el-divider__text {
  font-size: 12px;
  color: #2db7f5;
}
.login-page .box-foot .login-txt[data-v-37dfd6fc] {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #2db7f5;
  margin: 10px auto;
}
.statistics[data-v-f89cd612] {
  min-height: 190px;
  height: auto;
}
.statistics .data-item[data-v-f89cd612] {
  margin-bottom: 10px;
  padding: 20px;
  height: 180px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  color: #ffffff;
  background: linear-gradient(180deg, rgb(54, 199, 108) 0, rgb(54, 199, 108) 50%, rgba(54, 199, 108, 0.66));
  text-align: right;
  position: relative;
}
.statistics .data-item .item-tabs[data-v-f89cd612] {
  width: auto;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 5px;
  display: flex;
}
.statistics .data-item .item-tabs .item-tab[data-v-f89cd612] {
  padding: 0 2px;
  font-size: 12px;
  line-height: 20px;
  color: #ccc;
  cursor: pointer;
}
.statistics .data-item .item-tabs .item-tab-selected[data-v-f89cd612] {
  font-weight: bold;
  color: #000000;
}
.statistics .data-item .item-icon[data-v-f89cd612] {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.175);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.statistics .data-item .item-title[data-v-f89cd612] {
  font-size: 12px;
  text-align: right;
}
.statistics .data-item .item-val[data-v-f89cd612] {
  font-size: 24px;
  line-height: 40px;
}
.statistics .data-item .item-total[data-v-f89cd612] {
  font-size: 12px;
  text-align: right;
}
.order-money-chart .search-box[data-v-6d0adf70] {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.order-money-chart .search-box .search-title[data-v-6d0adf70] {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-right: 10px;
}
.order-money-chart .chart-box[data-v-6d0adf70] {
  width: 50%;
  height: 380px;
}
.order-num-chart .search-box[data-v-51d188c2] {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.order-num-chart .search-box .search-title[data-v-51d188c2] {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-right: 10px;
}
.order-num-chart .chart-box[data-v-51d188c2] {
  width: 50%;
  height: 380px;
}
.payment-chart .search-box[data-v-6e73fbcc] {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.payment-chart .search-box .search-title[data-v-6e73fbcc] {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-right: 10px;
}
.payment-chart .chart-box[data-v-6e73fbcc] {
  width: 100%;
  height: 380px;
}
.member-chart .search-box[data-v-7333aa80] {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.member-chart .search-box .search-title[data-v-7333aa80] {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  padding-right: 10px;
}
.member-chart .chart-box[data-v-7333aa80] {
  width: 100%;
  height: 380px;
}
.dashboard-page[data-v-106c86ed] {
  padding: 10px;
}
[data-v-6adf3164] .el-dialog__body {
  padding: 10px 20px 20px;
}
.table[data-v-6adf3164] {
  height: 550px;
  margin-top: 10px;
}
.footer[data-v-6adf3164] {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .actions[data-v-6adf3164] {
  width: 30%;
}
.footer .pagination[data-v-6adf3164] {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
[data-v-6959dbd7] .el-dialog__body {
  padding: 10px 20px 0;
}
[data-v-6959dbd7] .el-upload {
  width: 178px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
[data-v-6959dbd7] .el-upload-dragger {
  width: 176px;
}
[data-v-6959dbd7] .el-upload:hover {
  border-color: #409EFF;
}
.img-uploader-icon[data-v-6959dbd7] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.img[data-v-6959dbd7] {
  width: 178px;
  height: 178px;
  display: block;
}
.image-list-box[data-v-6959dbd7] {
  height: 360px;
  overflow-y: auto;
}
.image-list[data-v-6959dbd7] {
  display: flex;
  flex-wrap: wrap;
}
.image-list .no-img[data-v-6959dbd7] {
  width: 100%;
  text-align: center;
  color: #6b6b6b;
  font-size: 18px;
  padding: 40px 0;
}
.image-list .img-item[data-v-6959dbd7] {
  width: 124px;
  margin: 7px;
}
.image-list .img-item .img[data-v-6959dbd7] {
  width: 124px;
  height: 124px;
  border-radius: 2px;
  padding: 1px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
}
.image-list .img-item .name[data-v-6959dbd7] {
  width: 124px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #6b6b6b;
}
.dialog-set-shipment-param[data-v-c35534cc] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-set-shipment-param[data-v-c35534cc] .el-form-item {
  margin-bottom: 8px;
}
.dialog-set-shipment-param .txt-color[data-v-c35534cc] {
  font-size: 16px;
  color: red;
  padding: 0 5px;
}
.dialog-add-store[data-v-2beecbee] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-store .select-img[data-v-2beecbee] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dialog-add-store .select-img img[data-v-2beecbee] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.dialog-add-store .select-img .default-img[data-v-2beecbee] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #eeeeee;
}


[data-v-25c9b63b] .el-dialog__body {
  padding: 0px 20px 30px;
}
.table[data-v-25c9b63b] {
  height: 400px;
  margin-top: 10px;
}
.info-item[data-v-25c9b63b] {
  display: flex;
}
.info-item .label[data-v-25c9b63b] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.info-item .label-title[data-v-25c9b63b] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.info-item .value[data-v-25c9b63b] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-6c084df3] .el-dialog__body {
  padding: 0px 20px 30px;
}
.table[data-v-6c084df3] {
  height: 400px;
  margin-top: 10px;
}
.info-item[data-v-6c084df3] {
  display: flex;
}
.info-item .label[data-v-6c084df3] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.info-item .label-title[data-v-6c084df3] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.info-item .value[data-v-6c084df3] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-add-other-settle-record[data-v-10752758] .el-dialog__body {
  padding: 10px 20px 0;
}
[data-v-2e8cda00] .el-dialog__body {
  padding: 0px 20px 30px;
}
.table[data-v-2e8cda00] {
  height: 400px;
  margin-top: 10px;
}
.info-item[data-v-2e8cda00] {
  display: flex;
}
.info-item .label[data-v-2e8cda00] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.info-item .label-title[data-v-2e8cda00] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.info-item .value[data-v-2e8cda00] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-adapay-finance[data-v-6bd29bb7] .el-dialog__body {
  padding: 0px 20px 30px;
}
.dialog-adapay-finance .account-not-create[data-v-6bd29bb7] {
  margin: 40px auto;
}
.dialog-adapay-finance .account-not-create .str[data-v-6bd29bb7] {
  color: #909095;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.dialog-adapay-finance .account-not-create .str i[data-v-6bd29bb7] {
  margin-right: 5px;
}
.dialog-adapay-finance .account-not-create .button[data-v-6bd29bb7] {
  text-align: center;
}
.dialog-adapay-finance .account-box[data-v-6bd29bb7] {
  background: #FFFFFF;
  border-right: 5px;
}
.dialog-adapay-finance .account-box .account-title[data-v-6bd29bb7] {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
  color: #19191a;
  background: #fafcff;
  border: 1px solid #edeff2;
}
.dialog-adapay-finance .account-box .account-content[data-v-6bd29bb7] {
  height: 300px;
  border: 1px solid #edeff2;
}
.dialog-adapay-finance .account-box .account-content .tips[data-v-6bd29bb7] {
  height: 40px;
  overflow: hidden;
  padding: 5px 20px;
  font-size: 12px;
  color: #6b6b6b;
}
.dialog-adapay-finance .account-box .account-content .money-key[data-v-6bd29bb7] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}
.dialog-adapay-finance .account-box .account-content .money-val[data-v-6bd29bb7] {
  color: #12141a;
  line-height: 30px;
  padding-left: 20px;
}
.dialog-adapay-finance .account-box .account-content .money-val span[data-v-6bd29bb7] {
  font-size: 20px;
  font-weight: bold;
}
.dialog-adapay-finance .account-box .account-content .card-key[data-v-6bd29bb7] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.dialog-adapay-finance .account-box .account-content .card-key .bind-card-record[data-v-6bd29bb7] {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  color: #409EFF;
  cursor: pointer;
}
.dialog-adapay-finance .account-box .account-content .card-info[data-v-6bd29bb7] {
  line-height: 30px;
  padding-left: 20px;
}
.dialog-adapay-finance .account-box .account-content .account-detail[data-v-6bd29bb7] {
  border-top: 1px solid #edeff2;
  padding: 8px 20px;
  line-height: 25px;
  font-size: 12px;
}
.dialog-adapay-finance .account-box .account-content .account-detail span[data-v-6bd29bb7] {
  color: #409EFF;
  cursor: pointer;
}
.dialog-adapay-finance .special-color[data-v-6bd29bb7] {
  color: red;
}
.dialog-adapay-finance .table[data-v-6bd29bb7] {
  margin-bottom: 10px;
}
.dialog-adapay-finance .info-item[data-v-6bd29bb7] {
  display: flex;
}
.dialog-adapay-finance .info-item .label[data-v-6bd29bb7] {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-adapay-finance .info-item .value[data-v-6bd29bb7] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-store-data-base[data-v-63c2ecac] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-base .select-img[data-v-63c2ecac] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-store-data-base .select-img img[data-v-63c2ecac] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.div-store-data-base .select-img .default-img[data-v-63c2ecac] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #eeeeee;
}
.div-store-setting[data-v-17430862] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-setting[data-v-17430862] .el-form-item {
  margin-bottom: 6px;
}
.div-store-setting .select-img[data-v-17430862] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-store-setting .select-img img[data-v-17430862] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.div-store-setting .select-img .default-img[data-v-17430862] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #eeeeee;
}
.div-store-setting .condition-box .condition-item[data-v-17430862] {
  margin: 5px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #6b6b6b;
}
.div-store-setting[data-v-17430862] .condition-box .el-input {
  width: 120px;
}
.div-store-setting[data-v-17430862] .condition-box .el-input__inner {
  height: 30px;
  line-height: 30px;
  width: 100px;
  margin: 0;
  text-align: center;
}
.div-store-setting .condition-box .condition-val[data-v-17430862] {
  width: 100%;
  color: #6b6b6b;
  text-indent: 10px;
}
.div-store-data-mp[data-v-01556184] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-mp .select-img[data-v-01556184] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-store-data-mp .select-img img[data-v-01556184] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.div-store-data-mp .select-img .default-img[data-v-01556184] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #eeeeee;
}
.div-store-data-delegate[data-v-52056f56] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-delegate .save-btn[data-v-52056f56] {
  margin-left: 100px;
  margin-top: 10px;
}
.div-store-data-legal-info[data-v-99b93b32] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-legal-info .save-btn[data-v-99b93b32] {
  margin-left: 120px;
  margin-top: 10px;
}
.div-store-data-legal-info .lxs-image[data-v-99b93b32] {
  width: auto;
  height: auto;
}
.div-store-data-legal-info .lxs-image[data-v-99b93b32] img {
  width: 224px;
  height: 128px;
  border-radius: 0;
}
.div-store-data-legal-info .lxs-image .img[data-v-99b93b32] {
  width: 224px;
  height: 128px;
  border-radius: 0;
  display: block;
}
.div-store-data-business_license[data-v-cb8c867e] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-business_license[data-v-cb8c867e] .el-upload-list__item {
  width: 200px;
  height: 200px;
}
.div-store-data-business_license .lxs-image[data-v-cb8c867e] {
  width: auto;
  height: auto;
}
.div-store-data-business_license .lxs-image[data-v-cb8c867e] img {
  width: 255px;
  height: 128px;
  border-radius: 0;
}
.div-store-data-business_license .lxs-image .img[data-v-cb8c867e] {
  width: 255px;
  height: 128px;
  border-radius: 0;
  display: block;
}
.div-store-data-business_license .save-btn[data-v-cb8c867e] {
  margin-left: 150px;
  margin-top: 10px;
}
.div-store-data-business_license .business_license_pic[data-v-cb8c867e] {
  display: flex;
}
.div-store-data-business_license .business_license_pic .disabled[data-v-cb8c867e] .el-upload.el-upload--picture-card {
  display: none !important;
}
.div-store-data-business_license .business_license_pic .upload_demo[data-v-cb8c867e] {
  margin-left: 50px;
  position: relative;
}
.div-store-data-business_license .business_license_pic .upload_demo .demo-image__preview[data-v-cb8c867e] {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 27px;
}
.div-store-data-business_license .business_license_pic .upload_demo .demo-image__preview .el-image[data-v-cb8c867e] {
  overflow: hidden;
}
.div-store-data-business_license .business_license_pic .upload_demo .demo-image__preview .el-image img[data-v-cb8c867e] {
  width: 100%;
  height: 100%;
}
.div-store-data-business_license .business_license_pic .upload_demo .text[data-v-cb8c867e] {
  color: white;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 6px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.div-store-data-business_license[data-v-cb8c867e] .el-upload--picture-card {
  width: 100%;
  height: 100%;
}
.div-store-data-business_license[data-v-cb8c867e] .el-upload {
  width: 200px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.div-store-data-business_license[data-v-cb8c867e] .el-upload-dragger {
  width: 200px;
  height: 200px;
}
.div-store-data-business_license[data-v-cb8c867e] .el-upload:hover {
  border-color: #409eff;
}
.div-store-data-business_license .img-uploader .img-uploader-icon[data-v-cb8c867e] {
  font-size: 28px;
  color: #8c939d;
  line-height: 200px;
  text-align: center;
}
.div-store-data-business_license .select-img[data-v-cb8c867e] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-store-data-business_license .select-img img[data-v-cb8c867e] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.div-store-data-business_license .select-img .default-img[data-v-cb8c867e] {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #eeeeee;
}
.div-store-data-dida-cloud[data-v-110a7ac8] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-store-expand-info[data-v-8aa6e720] .el-dialog__body {
  padding: 0 20px 20px;
}
.dialog-store-expand-info .status[data-v-8aa6e720] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.dialog-store-expand-info .info-item[data-v-8aa6e720] {
  display: flex;
}
.dialog-store-expand-info .info-item .label[data-v-8aa6e720] {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-store-expand-info .info-item .value[data-v-8aa6e720] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.div-store-apply-list img[data-v-47e9c2eb] {
  width: 30px;
  height: 30px;
  border-radius: 2px;
}

.store-page[data-v-56a64eee] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.store-page[data-v-56a64eee] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.store-page[data-v-56a64eee] .el-tabs__header {
  margin: 0 0 10px 0;
}
.div-store-data-base[data-v-5e33f0be] .el-dialog__body {
  padding: 10px 20px 0;
}
.div-store-data-base .select-img[data-v-5e33f0be] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.div-store-data-base .select-img .img[data-v-5e33f0be] {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin-right: 10px;
}
.div-store-data-base .select-img .default-img[data-v-5e33f0be] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
  background: #eeeeee;
}
.div-store-data-base .select-img .default-btn[data-v-5e33f0be] {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}
.div-store-data-base .save-btn[data-v-5e33f0be] {
  margin-left: 100px;
  margin-top: 10px;
}
.div-store-data-base .txt-color[data-v-5e33f0be] {
  font-size: 16px;
  color: red;
  padding: 0 5px;
}
.store-page[data-v-88641336] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.store-page[data-v-88641336] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.store-page[data-v-88641336] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-add-store-promoter[data-v-13526cdb] .el-dialog__body {
  padding: 10px 20px 0;
}

.dialog-store-promoter-detail[data-v-4ffc77aa] .el-dialog__body {
  padding: 0px 20px 30px;
}
.dialog-store-promoter-detail[data-v-4ffc77aa] .el-form-item {
  margin-bottom: 10px;
}
.dialog-store-promoter-detail .info-item[data-v-4ffc77aa] {
  display: flex;
}
.dialog-store-promoter-detail .info-item .label[data-v-4ffc77aa] {
  width: 80px;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-store-promoter-detail .info-item .value[data-v-4ffc77aa] {
  width: 100px;
  font-size: 14px;
  color: #606266;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.dialog-store-promoter-detail .statistics-item[data-v-4ffc77aa] {
  display: flex;
}
.dialog-store-promoter-detail .statistics-item .label[data-v-4ffc77aa] {
  width: 110px;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding-right: 12px;
  font-weight: bold;
  text-align: right;
}
.dialog-store-promoter-detail .statistics-item .value[data-v-4ffc77aa] {
  width: 100px;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  overflow: hidden;
}
.dialog-store-promoter-detail .btn-item[data-v-4ffc77aa] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dialog-store-promoter-detail .avatar[data-v-4ffc77aa] {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
}
.dialog-store-promoter-detail .avatar .uploader-icon[data-v-4ffc77aa] {
  font-size: 28px;
  color: #8c939d;
  width: 40px;
  height: 40px;
  line-height: 40;
  text-align: center;
  border: 1px dashed #E4E7ED;
  cursor: pointer;
}
.dialog-store-promoter-detail .avatar img[data-v-4ffc77aa] {
  width: 40px;
  height: 40px;
  cursor: pointer;
}



.vip-order-page[data-v-34335fb4] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.vip-order-page[data-v-34335fb4] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.vip-order-page[data-v-34335fb4] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-select-prizes .prizes-list-box[data-v-f5f56056] {
  width: 1200px;
  height: 650px;
  display: flex;
  justify-content: space-between;
}
.dialog-select-prizes .prizes-list-box .all-prizes-list-box[data-v-f5f56056] {
  width: 850px;
  height: 650px;
}
.dialog-select-prizes .prizes-list-box .all-prizes-list-box .table[data-v-f5f56056] {
  width: 850px;
  height: 550px;
  margin: 10px 0;
}
.dialog-select-prizes .prizes-list-box .all-prizes-list-box .table[data-v-f5f56056] .el-table td {
  padding: 6px 0;
}
.dialog-select-prizes .prizes-list-box .all-prizes-list-box .footer[data-v-f5f56056] {
  width: 850px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box[data-v-f5f56056] {
  width: 440px;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-num[data-v-f5f56056] {
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  margin-top: 50px;
  font-weight: bold;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-num span[data-v-f5f56056] {
  color: #F56C6C;
  padding: 0 5px;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list[data-v-f5f56056] {
  width: 440px;
  height: 490px;
  overflow: auto;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item[data-v-f5f56056] {
  width: 420px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  display: flex;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .index[data-v-f5f56056] {
  width: 40px;
  text-align: center;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .name[data-v-f5f56056] {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .package-status[data-v-f5f56056] {
  width: 60px;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .value-label-name[data-v-f5f56056] {
  width: 60px;
  text-align: center;
  overflow: hidden;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .recovery-price[data-v-f5f56056] {
  width: 80px;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .selected-list .selected-item .btn[data-v-f5f56056] {
  width: 40px;
  text-align: center;
  overflow: hidden;
  text-decoration: underline;
  color: #E6A23C;
  font-size: 12px;
  cursor: pointer;
}
.dialog-select-prizes .prizes-list-box .selected-prizes-list-box .confirm-btn[data-v-f5f56056] {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.dialog-add-prizes[data-v-624689b6] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-prizes .other-prizes-box[data-v-624689b6] {
  padding: 0 0 2px 30px;
}
.dialog-add-prizes .other-prizes-box .other-prizes-box-title[data-v-624689b6] {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 2px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-prizes .other-prizes-box .other-prizes-box-title .other-prizes-tips[data-v-624689b6] {
  margin-left: 10px;
  padding: 2px 4px;
  line-height: 20px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-weight: normal;
}
.dialog-add-prizes .other-prizes-box .other-prizes-box-title .table[data-v-624689b6] .el-table td {
  padding: 6px 0;
}
.dialog-add-prizes .other-prizes-box .other-prizes-box-title .add-btn[data-v-624689b6] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-prizes[data-v-624689b6] #prizesList .el-input__inner {
  text-align: center;
}
.dialog-add-prizes .prizes_detail[data-v-624689b6] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
.dialog-add-prizes .lxs-money-icon[data-v-624689b6] {
  font-size: 12px;
  margin-left: 10px;
}
@charset "UTF-8";
.prizes-real-list-page .nickname[data-v-7d6a1e39] {
  height: 30px;
  display: flex;
  align-content: center;
}
.prizes-real-list-page .nickname img[data-v-7d6a1e39] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prizes-real-list-page .nickname span[data-v-7d6a1e39] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prizes-real-list-page .lxs-money[data-v-7d6a1e39] {
  font-size: 14px;
  color: #ed4014;
}
.prizes-real-list-page .lxs-money[data-v-7d6a1e39]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
@charset "UTF-8";
.prizes-real-list-page .nickname[data-v-640555cf] {
  height: 30px;
  display: flex;
  align-content: center;
}
.prizes-real-list-page .nickname img[data-v-640555cf] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prizes-real-list-page .nickname span[data-v-640555cf] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prizes-real-list-page .lxs-money[data-v-640555cf] {
  font-size: 14px;
  color: #ed4014;
}
.prizes-real-list-page .lxs-money[data-v-640555cf]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
@charset "UTF-8";
.prizes-real-list-page .nickname[data-v-f8b15984] {
  height: 30px;
  display: flex;
  align-content: center;
}
.prizes-real-list-page .nickname img[data-v-f8b15984] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prizes-real-list-page .nickname span[data-v-f8b15984] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prizes-real-list-page .lxs-money[data-v-f8b15984] {
  font-size: 14px;
  color: #ed4014;
}
.prizes-real-list-page .lxs-money[data-v-f8b15984]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.prizes-page[data-v-7acd3776] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.prizes-page[data-v-7acd3776] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.prizes-page[data-v-7acd3776] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-edit-prizes-label[data-v-9cd0cda8] .el-dialog__body {
  padding: 10px 20px 0;
}

.prizes-label[data-v-0636ac4c] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.prizes-label[data-v-0636ac4c] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.prizes-label[data-v-0636ac4c] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-edit-prizes-label[data-v-2f03040a] .el-dialog__body {
  padding: 10px 20px 0;
}
.prizes-label[data-v-472947cf] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.prizes-label[data-v-472947cf] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.prizes-label[data-v-472947cf] .el-tabs__header {
  margin: 0 0 10px 0;
}
[data-v-7fb49184] .el-dialog__body {
  padding: 0 20px;
}
.member-list-box[data-v-7fb49184] {
  width: 1160px;
  height: 650px;
  display: flex;
  justify-content: space-between;
}
.member-list-box .all-member-list-box[data-v-7fb49184] {
  width: 700px;
  height: 650px;
}
.member-list-box .all-member-list-box .table[data-v-7fb49184] {
  width: 700px;
  height: 550px;
  margin: 10px 0;
}
.member-list-box .all-member-list-box .table[data-v-7fb49184] .el-table td {
  padding: 8px 0;
}
.member-list-box .all-member-list-box .footer[data-v-7fb49184] {
  width: 700px;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.member-list-box .selected-member-list-box[data-v-7fb49184] {
  width: 440px;
}
.member-list-box .selected-member-list-box .selected-num[data-v-7fb49184] {
  height: 48px;
  line-height: 48px;
  margin-top: 50px;
  font-weight: bold;
}
.member-list-box .selected-member-list-box .selected-num span[data-v-7fb49184] {
  color: #F56C6C;
  padding: 0 5px;
}
.member-list-box .selected-member-list-box .selected-list[data-v-7fb49184] {
  width: 440px;
  height: 490px;
  overflow: auto;
}
.member-list-box .selected-member-list-box .selected-list .selected-item[data-v-7fb49184] {
  width: 420px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .member-index[data-v-7fb49184] {
  width: 40px;
  text-align: center;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .member-nickname[data-v-7fb49184] {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .member-avatar[data-v-7fb49184] {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .member-avatar img[data-v-7fb49184] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .member-phone[data-v-7fb49184] {
  width: 100px;
  text-align: center;
  overflow: hidden;
  margin: 0 5px;
}
.member-list-box .selected-member-list-box .selected-list .selected-item .btn[data-v-7fb49184] {
  width: 40px;
  text-align: center;
  overflow: hidden;
  text-decoration: underline;
  color: #E6A23C;
  font-size: 12px;
  cursor: pointer;
}
.member-list-box .selected-member-list-box .confirm-btn[data-v-7fb49184] {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.dialog-set-buy-limit-param[data-v-05508258] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-set-buy-limit-param[data-v-05508258] .el-form-item {
  margin-bottom: 8px;
}
.dialog-set-promotion-param[data-v-7dc6143e] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-set-promotion-param[data-v-7dc6143e] .el-form-item {
  margin-bottom: 8px;
}
.dialog-set-promotion-param .txt-color[data-v-7dc6143e] {
  font-size: 16px;
  color: red;
  padding: 0 5px;
}
.dialog-add-game[data-v-088c3ac5] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game[data-v-088c3ac5] .el-checkbox {
  margin-right: 15px;
}
.dialog-add-game[data-v-088c3ac5] .el-checkbox__label {
  padding-left: 5px;
}
[data-v-1f516bc2] .el-dialog__body {
  padding: 10px 20px 0;
}
.info-item[data-v-1f516bc2] {
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
}
.info-item span[data-v-1f516bc2] {
  color: #c7254e;
}
.inner-prizes-box-title[data-v-1f516bc2] {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.inner-prizes-box-title .other-prizes-tips[data-v-1f516bc2] {
  margin-left: 10px;
  padding: 2px 4px;
  line-height: 20px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-weight: normal;
}
.dialog-add-game-prizes[data-v-0475a028] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game-prizes[data-v-0475a028] .el-checkbox {
  margin-right: 15px;
}
.dialog-add-game-prizes[data-v-0475a028] .el-checkbox__label {
  padding-left: 5px;
}
.dialog-add-game-prizes[data-v-0475a028] #addGamePrizes .el-input__inner {
  text-align: center;
}
.dialog-add-game-prizes .line[data-v-0475a028] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .label[data-v-0475a028] {
  margin-right: 20px;
  font-weight: bold;
}
.dialog-add-game-prizes .line .value[data-v-0475a028] {
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .value .add-btn[data-v-0475a028] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-game-prizes .line .value .export-btn[data-v-0475a028] {
  position: absolute;
  top: 0;
  right: 100px;
}
.dialog-add-game-prizes .table[data-v-0475a028] {
  margin-bottom: 10px;
}
.dialog-add-game-prizes[data-v-2c7c380f] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game-prizes[data-v-2c7c380f] #addGamePrizes .el-input__inner {
  text-align: center;
}
.dialog-add-game-prizes .line[data-v-2c7c380f] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .label[data-v-2c7c380f] {
  margin-right: 20px;
  font-weight: bold;
}
.dialog-add-game-prizes .line .value[data-v-2c7c380f] {
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .value .add-btn[data-v-2c7c380f] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-game-prizes .line .value .export-btn[data-v-2c7c380f] {
  position: absolute;
  top: 0;
  right: 100px;
}
.dialog-add-game-prizes .table[data-v-2c7c380f] {
  margin-bottom: 10px;
}
.dialog-add-game-prizes[data-v-335cbb8c] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game-prizes[data-v-335cbb8c] #addGamePrizes .el-input__inner {
  text-align: center;
}
.dialog-add-game-prizes .line[data-v-335cbb8c] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .label[data-v-335cbb8c] {
  margin-right: 20px;
  font-weight: bold;
}
.dialog-add-game-prizes .line .value[data-v-335cbb8c] {
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .value .add-btn[data-v-335cbb8c] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-game-prizes .line .value .export-btn[data-v-335cbb8c] {
  position: absolute;
  top: 0;
  right: 100px;
}
.dialog-add-game-prizes .table[data-v-335cbb8c] {
  margin-bottom: 10px;
}
.dialog-add-game-prizes[data-v-c192d362] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game-prizes[data-v-c192d362] #addGamePrizes .el-input__inner {
  text-align: center;
}
.dialog-add-game-prizes .line[data-v-c192d362] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .label[data-v-c192d362] {
  margin-right: 20px;
  font-weight: bold;
}
.dialog-add-game-prizes .line .value[data-v-c192d362] {
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .value .add-btn[data-v-c192d362] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-game-prizes .line .value .export-btn[data-v-c192d362] {
  position: absolute;
  top: 0;
  right: 100px;
}
.dialog-add-game-prizes .table[data-v-c192d362] {
  margin-bottom: 10px;
}
.dialog-add-game-prizes[data-v-8ace1a00] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-game-prizes[data-v-8ace1a00] #addGamePrizes .el-input__inner {
  text-align: center;
}
.dialog-add-game-prizes .line[data-v-8ace1a00] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .label[data-v-8ace1a00] {
  margin-right: 20px;
  font-weight: bold;
}
.dialog-add-game-prizes .line .value[data-v-8ace1a00] {
  display: flex;
  align-items: center;
}
.dialog-add-game-prizes .line .value .add-btn[data-v-8ace1a00] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-game-prizes .line .value .export-btn[data-v-8ace1a00] {
  position: absolute;
  top: 0;
  right: 100px;
}
.dialog-add-game-prizes .table[data-v-8ace1a00] {
  margin-bottom: 10px;
}
@charset "UTF-8";
.div-game-list[data-v-c617344a] .el-table__expand-icon {
  width: 56px;
  margin-right: 10px;
}
.div-game-list .lxs-money[data-v-c617344a] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-list .lxs-money[data-v-c617344a]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
@charset "UTF-8";
.div-game-statistics-list .lxs-money[data-v-f280c444] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-statistics-list .lxs-money[data-v-f280c444]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.dialog-add-game-category[data-v-51971fe3] .el-dialog__body {
  padding: 10px 20px 0;
}

.game-page[data-v-d9740076] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.game-page[data-v-d9740076] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.game-page[data-v-d9740076] .el-tabs__header {
  margin: 0 0 10px 0;
}
@charset "UTF-8";
.div-game-trade-list .demo-table-expand[data-v-ca8f5996] {
  font-size: 0;
}
.div-game-trade-list .demo-table-expand[data-v-ca8f5996] .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
  width: 25%;
}
.div-game-trade-list .demo-table-expand[data-v-ca8f5996] .el-form-item .el-form-item__label {
  width: 100px;
  color: #99a9bf;
  text-align: right;
}
.div-game-trade-list .lxs-money[data-v-ca8f5996] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-trade-list .lxs-money[data-v-ca8f5996]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.div-game-trade-list .color-default[data-v-ca8f5996] {
  color: #606266;
}
.div-game-trade-list .color-default[data-v-ca8f5996]::before {
  color: #606266;
}
@charset "UTF-8";
.div-game-order-list .lxs-money[data-v-2c9a5f1f] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-order-list .lxs-money[data-v-2c9a5f1f]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}

.div-game-ticket-trade-base-data .status[data-v-6a7a44c6] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.div-game-ticket-trade-base-data .info-item[data-v-6a7a44c6] {
  display: flex;
}
.div-game-ticket-trade-base-data .info-item .label[data-v-6a7a44c6] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-ticket-trade-base-data .info-item .value[data-v-6a7a44c6] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-game-ticket-trade-payment-data .item-key[data-v-031f22f5] {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.div-game-ticket-trade-payment-data .info-item[data-v-031f22f5] {
  display: flex;
}
.div-game-ticket-trade-payment-data .info-item .label[data-v-031f22f5] {
  width: 100px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-ticket-trade-payment-data .info-item .value[data-v-031f22f5] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@charset "UTF-8";
.div-game-ticket-list .lxs-money[data-v-5ade4d72] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-ticket-list .lxs-money[data-v-5ade4d72]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.dialog-game-trade-detail[data-v-35b9f969] .el-dialog__body {
  padding: 0px 20px 20px;
}
@charset "UTF-8";
.div-game-ticket-trade-list .demo-table-expand[data-v-7c372349] {
  font-size: 0;
}
.div-game-ticket-trade-list .demo-table-expand[data-v-7c372349] .el-form-item {
  margin-right: 0;
  margin-bottom: 0;
  width: 25%;
}
.div-game-ticket-trade-list .demo-table-expand[data-v-7c372349] .el-form-item .el-form-item__label {
  width: 100px;
  color: #99a9bf;
  text-align: right;
}
.div-game-ticket-trade-list .lxs-money[data-v-7c372349] {
  font-size: 14px;
  color: #ed4014;
}
.div-game-ticket-trade-list .lxs-money[data-v-7c372349]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.div-game-ticket-trade-list .color-default[data-v-7c372349] {
  color: #606266;
}
.div-game-ticket-trade-list .color-default[data-v-7c372349]::before {
  color: #606266;
}
@charset "UTF-8";
.div-member-profit-list .lxs-money[data-v-cc853732] {
  font-size: 14px;
  color: #515a6e;
}
.div-member-profit-list .lxs-money[data-v-cc853732]::before {
  content: "¥";
  font-size: 10px;
  color: #515a6e;
  margin-right: 1px;
}

.dialog-ship[data-v-127fe058] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-ship[data-v-dc6ed8e8] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-shipment-detail[data-v-93f4deba] .el-dialog__body {
  padding: 0px 20px 20px;
}
.dialog-shipment-detail .status[data-v-93f4deba] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.dialog-shipment-detail .info-item[data-v-93f4deba] {
  display: flex;
}
.dialog-shipment-detail .info-item .label[data-v-93f4deba] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-shipment-detail .info-item .value[data-v-93f4deba] {
  width: 200px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
}
.dialog-shipment-detail .timeline-box[data-v-93f4deba] {
  height: 444px;
  overflow: auto;
  margin: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.dialog-shipment-detail .diy-timeline-item[data-v-93f4deba] .el-timeline-item__tail {
  border-left: 2px dashed #E4E7ED;
}
.dialog-shipment-detail .list-timeline-item[data-v-93f4deba] .el-timeline-item__tail {
  border-left: 2px solid #E4E7ED;
}
.dialog-shipment-detail .diy-timeline-item-active[data-v-93f4deba] .el-timeline-item__tail {
  border-left: 2px dashed #E6A23C;
}
.dialog-shipment-detail .special-color[data-v-93f4deba] {
  color: red;
}
.dialog-add-shipment-remark .radio[data-v-01867a66] {
  height: 40px;
  display: flex;
  align-items: center;
}
.dialog-ship[data-v-5f8ab288] .el-dialog__body {
  padding: 10px 20px 0;
}
@charset "UTF-8";
.div-shipment-list .label-total[data-v-3ba29e09] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-shipment-list .label-total span[data-v-3ba29e09] {
  margin-right: 20px;
}
.div-shipment-list .lxs-money[data-v-3ba29e09] {
  font-size: 14px;
  color: #ed4014;
}
.div-shipment-list .lxs-money[data-v-3ba29e09]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}

.game-trade-page[data-v-441ba848] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.game-trade-page[data-v-441ba848] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.game-trade-page[data-v-441ba848] .el-tabs__header {
  margin: 0 0 10px 0;
}
[data-v-0fb0f52c] .el-dialog__body {
  padding: 10px 20px 20px;
}
.table[data-v-0fb0f52c] {
  height: 550px;
  margin-top: 10px;
}
.footer[data-v-0fb0f52c] {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .actions[data-v-0fb0f52c] {
  width: 30%;
}
.footer .pagination[data-v-0fb0f52c] {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
.dialog-add-goods[data-v-f2c2cc9a] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-goods .other-prizes-box[data-v-f2c2cc9a] {
  padding: 0 0 2px 30px;
}
.dialog-add-goods .other-prizes-box .other-prizes-box-title[data-v-f2c2cc9a] {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 2px;
  position: relative;
  display: flex;
  align-items: center;
}
.dialog-add-goods .other-prizes-box .other-prizes-box-title .other-prizes-tips[data-v-f2c2cc9a] {
  margin-left: 10px;
  padding: 2px 4px;
  line-height: 20px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-weight: normal;
}
.dialog-add-goods .other-prizes-box .other-prizes-box-title .table[data-v-f2c2cc9a] .el-table td {
  padding: 6px 0;
}
.dialog-add-goods .other-prizes-box .other-prizes-box-title .add-btn[data-v-f2c2cc9a] {
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-add-goods .prize-source-tips[data-v-f2c2cc9a] {
  line-height: 20px;
  padding: 0 20px;
  margin-top: -22px;
  font-size: 12px;
  color: #f56c6c;
}
@charset "UTF-8";
.lxs-money[data-v-2e8bf7bc] {
  font-size: 14px;
  color: #ed4014;
}
.lxs-money[data-v-2e8bf7bc]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.dialog-add-goods-category[data-v-d3ea9e5e] .el-dialog__body {
  padding: 10px 20px 0;
}

.goods-page[data-v-47bff69a] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.goods-page[data-v-47bff69a] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.goods-page[data-v-47bff69a] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-record-detail[data-v-3dae8d00] .el-dialog__body {
  padding: 0px 20px 20px;
}
.dialog-record-detail .timeline-box[data-v-3dae8d00] {
  height: 444px;
  overflow: auto;
  margin: 10px;
  border-radius: 10px;
  padding: 10px 10px 10px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.dialog-record-detail .diy-timeline-item[data-v-3dae8d00] .el-timeline-item__tail {
  border-left: 2px dashed #E4E7ED;
}
.dialog-record-detail .list-timeline-item[data-v-3dae8d00] .el-timeline-item__tail {
  border-left: 2px solid #E4E7ED;
}
.dialog-record-detail .diy-timeline-item-active[data-v-3dae8d00] .el-timeline-item__tail {
  border-left: 2px dashed #E6A23C;
}
.dialog-record-detail .special-color[data-v-3dae8d00] {
  color: red;
}
.dialog-record-detail .table[data-v-3dae8d00] {
  margin-bottom: 10px;
}
.dialog-record-detail .current-status[data-v-3dae8d00] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.dialog-record-detail .buy-by-robot[data-v-3dae8d00] {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.dialog-record-detail .info-item[data-v-3dae8d00] {
  display: flex;
  align-items: center;
}
.dialog-record-detail .info-item .label[data-v-3dae8d00] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-record-detail .info-item .l80[data-v-3dae8d00] {
  width: 80px;
}
.dialog-record-detail .info-item .l90[data-v-3dae8d00] {
  width: 90px;
}
.dialog-record-detail .info-item .l70[data-v-3dae8d00] {
  width: 70px;
}
.dialog-record-detail .info-item .l100[data-v-3dae8d00] {
  width: 100px;
}
.dialog-record-detail .info-item .l150[data-v-3dae8d00] {
  width: 150px;
}
.dialog-record-detail .info-item .l160[data-v-3dae8d00] {
  width: 150px;
}
.dialog-record-detail .info-item .l200[data-v-3dae8d00] {
  width: 200px;
}
.dialog-record-detail .info-item .l400[data-v-3dae8d00] {
  width: 400px;
}
.dialog-record-detail .info-item .l600[data-v-3dae8d00] {
  width: 600px;
}
.dialog-record-detail .info-item .label-title[data-v-3dae8d00] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.dialog-record-detail .info-item .value[data-v-3dae8d00] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-record-detail .info-item .w-100[data-v-3dae8d00] {
  width: 100%;
}
.dialog-record-detail .item-key[data-v-3dae8d00] {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.dialog-record-detail .item-value[data-v-3dae8d00] {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.dialog-record-detail .border-right[data-v-3dae8d00] {
  border-right: 1px solid #999999;
}
.dialog-record-detail .margin-bottom[data-v-3dae8d00] {
  margin-bottom: 10px;
}
.dialog-record-detail .profit[data-v-3dae8d00] {
  position: absolute;
  left: 310px;
  top: 0px;
  background: #eeeeee;
  width: 120px;
  height: 60px;
  padding-top: 10px;
  text-align: center;
}
.dialog-ship[data-v-d65f5f8c] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-ship .el-form-item[data-v-d65f5f8c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@charset "UTF-8";
.prizes-info-column[data-v-0e0b6142] {
  display: flex;
  align-items: center;
}
.prizes-info-column .label-total[data-v-0e0b6142] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.prizes-info-column .label-total span[data-v-0e0b6142] {
  margin-right: 20px;
}
.prizes-info-column span[data-v-0e0b6142] {
  flex: 1 1 0%;
  text-align: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-tb-5[data-v-0e0b6142] {
  margin: 5px 0;
}
.lxs-money[data-v-0e0b6142] {
  font-size: 14px;
  color: #ed4014;
}
.lxs-money[data-v-0e0b6142]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.goods-page[data-v-6244464a] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.goods-page[data-v-6244464a] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.goods-page[data-v-6244464a] .el-tabs__header {
  margin: 0 0 10px 0;
}
[data-v-b0e236f8] .el-dialog__body {
  padding: 0 20px;
}
.table[data-v-b0e236f8] {
  height: 310px;
  margin-top: 10px;
}
.footer[data-v-b0e236f8] {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .actions[data-v-b0e236f8] {
  width: 30%;
}
.footer .pagination[data-v-b0e236f8] {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
.dialog-add-coupon[data-v-eb95506e] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-coupon .form-item[data-v-eb95506e] {
  display: flex;
  align-items: center;
}
.dialog-add-coupon .form-item .tips[data-v-eb95506e] {
  font-size: 10px;
  color: #e6a23c;
  line-height: 15px;
  padding-left: 5px;
}
.dialog-coupon-send[data-v-e36a95c8] .el-dialog__body {
  padding: 10px 20px;
}
.dialog-coupon-send .send-box[data-v-e36a95c8] {
  height: 400px;
}
.dialog-coupon-send .send-box .line[data-v-e36a95c8] {
  width: 100%;
  height: 2px;
  background: #eeeeee;
}
.dialog-coupon-send .send-box .info-item[data-v-e36a95c8] {
  height: 40px;
  line-height: 40px;
  display: flex;
}
.dialog-coupon-send .send-box .info-item .info-label[data-v-e36a95c8] {
  width: 100px;
  text-align: right;
}
.dialog-coupon-send .send-box .info-item .info-value[data-v-e36a95c8] {
  color: #000000;
}
.dialog-coupon-send .send-box .info-item .tips[data-v-e36a95c8] {
  font-size: 10px;
  color: #e6a23c;
  line-height: 15px;
  padding-left: 5px;
}
.dialog-member-coupon-list[data-v-ddfe0828] .el-dialog__body {
  padding: 0 20px;
}
.dialog-member-coupon-list .base-info[data-v-ddfe0828] {
  width: 100%;
  height: 40px;
}
.dialog-member-coupon-list .base-info .info-item[data-v-ddfe0828] {
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
}
.dialog-member-coupon-list .base-info .info-item span[data-v-ddfe0828] {
  font-size: 16px;
  color: #c7254e;
}
.dialog-member-coupon-list .qrcode[data-v-ddfe0828] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog-member-coupon-list .qrcode img[data-v-ddfe0828] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.dialog-member-coupon-list .pagination[data-v-ddfe0828] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-integral-card-list[data-v-63c3e73c] .el-dialog__body {
  padding: 0 20px;
}
.dialog-integral-card-list .base-info[data-v-63c3e73c] {
  width: 100%;
  height: 40px;
}
.dialog-integral-card-list .base-info .info-item[data-v-63c3e73c] {
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
}
.dialog-integral-card-list .base-info .info-item span[data-v-63c3e73c] {
  font-size: 16px;
  color: #c7254e;
}
.dialog-integral-card-list .qrcode[data-v-63c3e73c] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog-integral-card-list .qrcode img[data-v-63c3e73c] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.dialog-integral-card-list .member-info[data-v-63c3e73c] {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-integral-card-list .member-info img[data-v-63c3e73c] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.dialog-integral-card-list .member-info span[data-v-63c3e73c] {
  padding-left: 5px;
}
.dialog-integral-card-list .pagination[data-v-63c3e73c] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@charset "UTF-8";
.lxs-money[data-v-1ba444c9] {
  font-size: 14px;
  color: #606266;
}
.lxs-money[data-v-1ba444c9]::before {
  content: "¥";
  font-size: 10px;
  color: #606266;
  margin-right: 1px;
}
.dialog-add-integral-card-template[data-v-6b96e84e] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-integral-card-list[data-v-71bd4930] .el-dialog__body {
  padding: 0 20px;
}
.dialog-integral-card-list .base-info[data-v-71bd4930] {
  width: 100%;
  height: 40px;
}
.dialog-integral-card-list .base-info .info-item[data-v-71bd4930] {
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
}
.dialog-integral-card-list .base-info .info-item span[data-v-71bd4930] {
  font-size: 16px;
  color: #c7254e;
}
.dialog-integral-card-list .qrcode[data-v-71bd4930] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog-integral-card-list .qrcode img[data-v-71bd4930] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.dialog-integral-card-list .member-info[data-v-71bd4930] {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-integral-card-list .member-info img[data-v-71bd4930] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.dialog-integral-card-list .member-info span[data-v-71bd4930] {
  padding-left: 5px;
}
.dialog-integral-card-list .pagination[data-v-71bd4930] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-v-18098de0] .el-dialog__body {
  padding: 0 20px;
}
.table[data-v-18098de0] {
  height: 310px;
  margin-top: 10px;
}
.footer[data-v-18098de0] {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .actions[data-v-18098de0] {
  width: 30%;
}
.footer .pagination[data-v-18098de0] {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
@charset "UTF-8";
.dialog-add-activity[data-v-0c20ff72] .el-dialog__body {
  padding: 10px 20px 0;
  max-height: 60vh;
  overflow-y: auto;
}
.dialog-add-activity .form-item[data-v-0c20ff72] {
  display: flex;
  align-items: center;
}
.dialog-add-activity .form-item .tips[data-v-0c20ff72] {
  font-size: 10px;
  color: #e6a23c;
  line-height: 15px;
  padding-left: 5px;
}
.dialog-add-activity .line[data-v-0c20ff72] {
  width: 400px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.dialog-add-activity .line .label[data-v-0c20ff72] {
  margin-right: 30px;
}
.dialog-add-activity .line .value[data-v-0c20ff72] {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.dialog-add-activity .line .value-scroll[data-v-0c20ff72] {
  width: 100%;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 0.5px solid #e8eaec;
}
.dialog-add-activity .line .value-item[data-v-0c20ff72] {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #e8eaec;
  border-left: 0.5px solid #e8eaec;
  border-right: 0.5px solid #e8eaec;
}
.dialog-add-activity .line .value-item[data-v-0c20ff72]:last-child {
  border-bottom: none;
}
.dialog-add-activity .line .value-item .th[data-v-0c20ff72] {
  font-size: 12px;
  font-weight: 500;
  color: #606266;
  line-height: 40px;
  text-align: center;
  white-space: nowrap; /* 保持文本在一行内 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.dialog-add-activity .line .value-item .td[data-v-0c20ff72] {
  font-size: 12px;
  color: #909399;
  line-height: 30px;
  text-align: center;
  white-space: nowrap; /* 保持文本在一行内 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.dialog-add-activity .line .value-item .td1[data-v-0c20ff72] {
  flex: 1;
}
.dialog-add-activity .line .value-item .td2[data-v-0c20ff72] {
  width: 150px;
}
.dialog-add-activity .line .value-item .td3[data-v-0c20ff72] {
  width: 150px;
}
.dialog-add-activity .line .value-item .td3[data-v-0c20ff72] .el-input-number--small {
  transform: scale(0.75);
}
.dialog-add-activity .line .value-item .td4[data-v-0c20ff72] {
  width: 50px;
}
.dialog-add-activity .line .value-item .del[data-v-0c20ff72] {
  cursor: pointer;
  color: #ed4014;
}
.dialog-add-activity[data-v-0c20ff72] .el-form-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.dialog-add-activity[data-v-0c20ff72] .el-form-item .el-form-item__label {
  width: 100px;
}
.dialog-add-activity[data-v-0c20ff72] .el-form-item .el-form-item__content {
  width: 450px;
}
.dialog-add-activity[data-v-0c20ff72] .el-form-item .el-radio {
  margin-right: 16px;
}
.activity-page .name[data-v-04eea71c] {
  height: 30px;
  display: flex;
  align-content: center;
}
.activity-page .name img[data-v-04eea71c] {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.activity-page .name span[data-v-04eea71c] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-add-sign-in-rule[data-v-42a4ac01] .el-dialog__body {
  padding: 10px 20px 0;
}
.sign-in-page[data-v-597817a2] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.sign-in-page[data-v-597817a2] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.sign-in-page[data-v-597817a2] .el-tabs__header {
  margin: 0 0 10px 0;
}
.sign-in-page .nickname[data-v-597817a2] {
  height: 30px;
  display: flex;
  align-content: center;
}
.sign-in-page .nickname img[data-v-597817a2] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 100%;
}
.sign-in-page .nickname span[data-v-597817a2] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog-add-task[data-v-74c77468] .el-dialog__body {
  padding: 10px 20px 0;
}

.task-page[data-v-7f0da168] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.task-page[data-v-7f0da168] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.task-page[data-v-7f0da168] .el-tabs__header {
  margin: 0 0 10px 0;
}
.editor {
    line-height: normal !important;
    height: 600px;
}
.ql-container {
    font-size: 16px;
}
.ql-editor {
    padding: 10px 10px;
}
.ql-snow .ql-editor img {
    max-width: 100%;
    min-width: 100%;
}
.ql-snow .ql-picker.ql-size {
    width: 70px;
}
.ql-snow .ql-picker.ql-header {
    width: 70px;
}
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 5px;
}


.ql-snow .ql-tooltip[data-mode="link"]::before {
    content: "请输入链接地址:";
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: "保存";
    padding-right: 0px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: "14px";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
    content: "10px";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
    content: "18px";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
    content: "32px";
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: "文本";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: "标题1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: "标题2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: "标题3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: "标题4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: "标题5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: "标题6";
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: "标准字体";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
    content: "衬线字体";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
    content: "等宽字体";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12"]::before {
    content: '12px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14"]::before {
    content: '14px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16"]::before {
    content: '16px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18"]::before {
    content: '18px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20"]::before {
    content: '20px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="22"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="22"]::before {
    content: '22px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24"]::before {
    content: '24px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="28"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28"]::before {
    content: '28px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="32"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32"]::before {
    content: '32px';
    vertical-align: top;
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="36"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="36"]::before {
    content: '36px';
    vertical-align: top;
}


/* 这个是字号数字对应的px值 */
.ql-editor .ql-size-12 {
    font-size: 12px;
}

.ql-editor .ql-size-14 {
    font-size: 14px;
}

.ql-editor .ql-size-16 {
    font-size: 16px;
}

.ql-editor .ql-size-18 {
    font-size: 18px;
}

.ql-editor .ql-size-20 {
    font-size: 20px;
}

.ql-editor .ql-size-22 {
    font-size: 22px;
}

.ql-editor .ql-size-24 {
    font-size: 24px;
}

.ql-editor .ql-size-28 {
    font-size: 28px;
}

.ql-editor .ql-size-32 {
    font-size: 32px;
}

.ql-editor .ql-size-36 {
    font-size: 36px;
}

/* 选择字号富文本字的大小 */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12"]::before {
    font-size: 12px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14"]::before {
    font-size: 14px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16"]::before {
    font-size: 16px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18"]::before {
    font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20"]::before {
    font-size: 20px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="22"]::before {
    font-size: 22px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24"]::before {
    font-size: 24px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28"]::before {
    font-size: 28px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32"]::before {
    font-size: 32px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="36"]::before {
    font-size: 36px;
}
.div-rich-text-editor[data-v-5bfb2267] {
  display: flex;
  justify-content: space-between;
}
.div-rich-text-editor .editor-box[data-v-5bfb2267] {
  width: 377px;
}
.div-rich-text-editor .preview-box[data-v-5bfb2267] {
  width: 377px;
}
.dialog-add-consume-reward[data-v-542b0610] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-add-consume-reward .tab-content[data-v-542b0610] {
  height: 680px;
  overflow-y: auto;
}
.dialog-add-consume-reward .form-item[data-v-542b0610] {
  display: flex;
  align-items: center;
}
.dialog-add-consume-reward .form-item .tips[data-v-542b0610] {
  font-size: 10px;
  color: #e6a23c;
  line-height: 15px;
  padding-left: 5px;
}
.dialog-add-consume-reward .default-img[data-v-542b0610] {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #eeeeee;
  display: inline-block;
  cursor: pointer;
}
.dialog-member-consume-reward-consume-money-list[data-v-350b2c16] .el-dialog__body {
  padding: 0 20px;
}
.dialog-member-consume-reward-consume-money-list .base-info[data-v-350b2c16] {
  width: 100%;
  height: 40px;
}
.dialog-member-consume-reward-consume-money-list .base-info .info-item[data-v-350b2c16] {
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
}
.dialog-member-consume-reward-consume-money-list .base-info .info-item span[data-v-350b2c16] {
  font-size: 16px;
  color: #c7254e;
}
.dialog-member-consume-reward-consume-money-list .qrcode[data-v-350b2c16] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dialog-member-consume-reward-consume-money-list .qrcode img[data-v-350b2c16] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.dialog-member-consume-reward-consume-money-list .pagination[data-v-350b2c16] {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.consume-reward[data-v-ff7fa27a] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.consume-reward[data-v-ff7fa27a] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.consume-reward[data-v-ff7fa27a] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-edit-member .radio[data-v-c5dd2f6c] {
  height: 40px;
  display: flex;
  align-items: center;
}
@charset "UTF-8";
.div-recharge-order-list .lxs-money[data-v-ac153878] {
  font-size: 14px;
  color: #ed4014;
}
.div-recharge-order-list .lxs-money[data-v-ac153878]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}

.div-member-money-log-list .label-total[data-v-21c8b8cd] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-member-money-log-list .label-total span[data-v-21c8b8cd] {
  margin-right: 20px;
}
.dialog-member-detail[data-v-b989f0de] .el-dialog__body {
  padding: 0px 20px 30px;
}
.dialog-member-detail[data-v-b989f0de] .el-form-item {
  margin-bottom: 10px;
}
.dialog-member-detail .info-item[data-v-b989f0de] {
  display: flex;
}
.dialog-member-detail .info-item .label[data-v-b989f0de] {
  width: 80px;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-member-detail .info-item .value[data-v-b989f0de] {
  width: 100px;
  font-size: 14px;
  color: #606266;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.dialog-member-detail .statistics-item[data-v-b989f0de] {
  display: flex;
}
.dialog-member-detail .statistics-item .label[data-v-b989f0de] {
  width: 110px;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding-right: 12px;
  font-weight: bold;
  text-align: right;
}
.dialog-member-detail .statistics-item .value[data-v-b989f0de] {
  width: 100px;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  overflow: hidden;
}
.dialog-member-detail .btn-item[data-v-b989f0de] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.dialog-member-detail .avatar[data-v-b989f0de] {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
}
.dialog-member-detail .avatar .uploader-icon[data-v-b989f0de] {
  font-size: 28px;
  color: #8c939d;
  width: 40px;
  height: 40px;
  line-height: 40;
  text-align: center;
  border: 1px dashed #E4E7ED;
  cursor: pointer;
}
.dialog-member-detail .avatar img[data-v-b989f0de] {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.dialog-add-member-robot .radio[data-v-5e9adf15] {
  height: 40px;
  display: flex;
  align-items: center;
}
.div-member-list-page .num[data-v-7d968e9b] {
  color: #33cabb;
  cursor: pointer;
}
.div-member-statistics-list .nickname[data-v-275452c4] {
  height: 30px;
  display: flex;
  align-content: center;
}
.div-member-statistics-list .nickname img[data-v-275452c4] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.div-member-statistics-list .nickname span[data-v-275452c4] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-member-statistics-list .num[data-v-275452c4] {
  color: #33cabb;
  cursor: pointer;
}
.div-member-statistics-list .lxs-section-header-right span[data-v-275452c4] {
  color: #33cabb;
}
.div-member-statistics-list .lxs-section-header-right .statistics-info-line[data-v-275452c4] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 14px;
}
.member-page[data-v-25383885] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.member-page[data-v-25383885] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.member-page[data-v-25383885] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-add-member-active-level-welfare[data-v-a843ec1a] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-member-active-level-welfare-list[data-v-ac0753e8] .el-dialog__body {
  padding: 0 20px;
}
.dialog-add-member-active-level[data-v-7a9f4089] .el-dialog__body {
  padding: 10px 20px 0;
}

.member-level-page[data-v-2c6e6ebc] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.member-level-page[data-v-2c6e6ebc] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.member-level-page[data-v-2c6e6ebc] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-add-blacklist .radio[data-v-5f9e2dfc] {
  height: 40px;
  display: flex;
  align-items: center;
}

.member-level-page[data-v-6f63e802] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.member-level-page[data-v-6f63e802] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.member-level-page[data-v-6f63e802] .el-tabs__header {
  margin: 0 0 10px 0;
}
.div-member-invite-list-page .num[data-v-574c2df8] {
  color: #33cabb;
  cursor: pointer;
}
.div-member-invite-list-page .num[data-v-63fe01c7] {
  color: #33cabb;
  cursor: pointer;
}
[data-v-def87d92] .el-dialog__body {
  padding: 0 20px;
}
.dialog-add-promotion-activity .tab-content[data-v-def87d92] {
  height: 680px;
  overflow-y: auto;
}
.dialog-add-promotion-activity .prizes-data[data-v-def87d92] {
  position: relative;
  width: 700px;
}
.dialog-add-promotion-activity .prizes-data .prizes-add[data-v-def87d92] {
  position: absolute;
  right: 0;
  top: 0;
}
.dialog-add-promotion-activity .prizes-data .prizes-count[data-v-def87d92] {
  font-size: 12px;
}
.dialog-add-promotion-activity .prizes-data .prizes-count span[data-v-def87d92] {
  color: #F56C6C;
  font-size: 16px;
}
.dialog-add-promotion-activity .prizes-data .prizes-list .prizes-item[data-v-def87d92] {
  width: 700px;
  height: 50px;
  border-radius: 5px;
  background: #eee;
  margin-bottom: 10px;
  padding: 5px 0;
  position: relative;
}
.dialog-add-promotion-activity .prizes-data .prizes-list .prizes-item .del-icon[data-v-def87d92] {
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 5px;
}
.dialog-promotion-activity-detail[data-v-c9b74da6] {
  position: relative;
}
.dialog-promotion-activity-detail[data-v-c9b74da6] .el-dialog__body {
  padding: 0px 20px 30px;
}
.dialog-promotion-activity-detail[data-v-c9b74da6] .el-form-item {
  margin-bottom: 10px;
}
.dialog-promotion-activity-detail .info-item[data-v-c9b74da6] {
  display: flex;
}
.dialog-promotion-activity-detail .info-item .label[data-v-c9b74da6] {
  width: 80px;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 40px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-promotion-activity-detail .info-item .value[data-v-c9b74da6] {
  width: 100px;
  font-size: 14px;
  color: #606266;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.dialog-promotion-activity-detail .info-item .award-list[data-v-c9b74da6] {
  height: auto;
  width: 800px;
  max-height: 460px;
  overflow-y: auto;
}
.dialog-promotion-activity-detail .info-item .award-list .award-item[data-v-c9b74da6] {
  line-height: 40px;
}
.dialog-promotion-activity-detail .info-item .award-list .award-item .award-member-list[data-v-c9b74da6] {
  width: 800px;
  display: flex;
}
.dialog-promotion-activity-detail .info-item .award-list .award-item .award-member-list .award-member-item[data-v-c9b74da6] {
  width: 50px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 0 10px;
}
.dialog-promotion-activity-detail .info-item .award-list .award-item .award-member-list .award-member-item .award-member-avatar[data-v-c9b74da6] {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #eeeeee;
  margin: 0 10px;
}
.dialog-promotion-activity-detail .status[data-v-c9b74da6] {
  position: absolute;
  right: 20px;
  top: 50px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.dialog-promotion-activity-detail .btn-list[data-v-c9b74da6] {
  position: absolute;
  top: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 20;
}
.member-page[data-v-db973baa] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.dialog-payment-order-prizes-detail[data-v-940b2d48] .el-dialog__body {
  padding: 0px 20px 20px;
}
.dialog-payment-order-prizes-detail .info-item[data-v-940b2d48] {
  display: flex;
}
.dialog-payment-order-prizes-detail .info-item .label[data-v-940b2d48] {
  width: 100px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.dialog-payment-order-prizes-detail .info-item .value[data-v-940b2d48] {
  width: 250px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-payment-list .label-total[data-v-26d14e8d] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-payment-list .label-total span[data-v-26d14e8d] {
  margin-right: 20px;
}

@charset "UTF-8";
.div-withdraw-list .label-total[data-v-4c849562] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-withdraw-list .label-total span[data-v-4c849562] {
  margin-right: 20px;
}
.div-withdraw-list .lxs-money[data-v-4c849562] {
  font-size: 14px;
  color: #ed4014;
}
.div-withdraw-list .lxs-money[data-v-4c849562]::before {
  content: "¥";
  font-size: 10px;
  color: #ed4014;
  margin-right: 1px;
}
.div-payment-channel-statistic-list .label-total[data-v-1e65f365] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-payment-channel-statistic-list .label-total span[data-v-1e65f365] {
  margin-right: 20px;
}
.active-page[data-v-39f30527] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.active-page[data-v-39f30527] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.active-page[data-v-39f30527] .el-tabs__header {
  margin: 0 0 10px 0;
}
.div-store-daily-bill-list .label-total[data-v-3d332838] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-store-daily-bill-list .label-total span[data-v-3d332838] {
  margin-right: 20px;
}
.div-platform-commission-list .label-total[data-v-7510e543] {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #606266;
}
.div-platform-commission-list .label-total span[data-v-7510e543] {
  margin-right: 20px;
}
.daily-bill-page[data-v-3b10c02a] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.daily-bill-page[data-v-3b10c02a] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.daily-bill-page[data-v-3b10c02a] .el-tabs__header {
  margin: 0 0 10px 0;
}
[data-v-d33e789c] .el-dialog__body {
  padding: 0px 20px 30px;
}
.table[data-v-d33e789c] {
  height: 400px;
  margin-top: 10px;
}
.info-item[data-v-d33e789c] {
  display: flex;
}
.info-item .label[data-v-d33e789c] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.info-item .label-title[data-v-d33e789c] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.info-item .value[data-v-d33e789c] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-5c1ce4ca] .el-dialog__body {
  padding: 0px 20px 30px;
}
.table[data-v-5c1ce4ca] {
  height: 400px;
  margin-top: 10px;
}
.info-item[data-v-5c1ce4ca] {
  display: flex;
}
.info-item .label[data-v-5c1ce4ca] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.info-item .label-title[data-v-5c1ce4ca] {
  font-weight: bold;
  color: #275EEF;
  font-size: 16px;
}
.info-item .value[data-v-5c1ce4ca] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.finance-store[data-v-6461f4e2] .el-dialog__body {
  padding: 0 20px 30px;
}
.finance-store .account-not-create[data-v-6461f4e2] {
  margin: 40px auto;
}
.finance-store .account-not-create .str[data-v-6461f4e2] {
  color: #909095;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.finance-store .account-not-create .str i[data-v-6461f4e2] {
  margin-right: 5px;
}
.finance-store .account-not-create .button[data-v-6461f4e2] {
  text-align: center;
}
.finance-store .account-box[data-v-6461f4e2] {
  background: #FFFFFF;
  border-right: 5px;
}
.finance-store .account-box .account-title[data-v-6461f4e2] {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
  color: #19191a;
  background: #fafcff;
  border: 1px solid #edeff2;
}
.finance-store .account-box .account-content[data-v-6461f4e2] {
  height: 200px;
  border: 1px solid #edeff2;
}
.finance-store .account-box .account-content .tips[data-v-6461f4e2] {
  height: 40px;
  overflow: hidden;
  padding: 5px 20px;
  font-size: 12px;
  color: #6b6b6b;
}
.finance-store .account-box .account-content .money-key[data-v-6461f4e2] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}
.finance-store .account-box .account-content .money-val[data-v-6461f4e2] {
  color: #12141a;
  line-height: 30px;
  padding-left: 20px;
}
.finance-store .account-box .account-content .money-val span[data-v-6461f4e2] {
  font-size: 20px;
  font-weight: bold;
}
.finance-store .account-box .account-content .click-element[data-v-6461f4e2] {
  cursor: pointer;
}
.finance-store .account-box .account-content .card-key[data-v-6461f4e2] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.finance-store .account-box .account-content .card-key .bind-card-record[data-v-6461f4e2] {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  color: #409EFF;
  cursor: pointer;
}
.finance-store .account-box .account-content .card-info[data-v-6461f4e2] {
  line-height: 30px;
  padding-left: 20px;
}
.finance-store .account-box .account-content .account-detail[data-v-6461f4e2] {
  border-top: 1px solid #edeff2;
  padding: 8px 20px;
  line-height: 25px;
  font-size: 12px;
}
.finance-store .account-box .account-content .account-detail span[data-v-6461f4e2] {
  color: #409EFF;
  cursor: pointer;
}
.finance-store .special-color[data-v-6461f4e2] {
  color: red;
}
.finance-store .table[data-v-6461f4e2] {
  margin-bottom: 10px;
}
.finance-store .info-item[data-v-6461f4e2] {
  display: flex;
}
.finance-store .info-item .label[data-v-6461f4e2] {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.finance-store .info-item .value[data-v-6461f4e2] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.finance[data-v-0b9ce735] .el-dialog__body {
  padding: 0 20px 30px;
}
.finance .account-not-create[data-v-0b9ce735] {
  margin: 40px auto;
}
.finance .account-not-create .str[data-v-0b9ce735] {
  color: #909095;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.finance .account-not-create .str i[data-v-0b9ce735] {
  margin-right: 5px;
}
.finance .account-not-create .button[data-v-0b9ce735] {
  text-align: center;
}
.finance .account-box[data-v-0b9ce735] {
  background: #FFFFFF;
  border-right: 5px;
}
.finance .account-box .account-title[data-v-0b9ce735] {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
  color: #19191a;
  background: #fafcff;
  border: 1px solid #edeff2;
}
.finance .account-box .account-content[data-v-0b9ce735] {
  height: 200px;
  border: 1px solid #edeff2;
}
.finance .account-box .account-content .tips[data-v-0b9ce735] {
  height: 40px;
  overflow: hidden;
  padding: 5px 20px;
  font-size: 12px;
  color: #6b6b6b;
}
.finance .account-box .account-content .money-key[data-v-0b9ce735] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
}
.finance .account-box .account-content .money-val[data-v-0b9ce735] {
  color: #12141a;
  line-height: 30px;
  padding-left: 20px;
}
.finance .account-box .account-content .money-val span[data-v-0b9ce735] {
  font-size: 20px;
  font-weight: bold;
}
.finance .account-box .account-content .card-key[data-v-0b9ce735] {
  color: #12141a;
  font-size: 12px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.finance .account-box .account-content .card-key .bind-card-record[data-v-0b9ce735] {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 30px;
  color: #409EFF;
  cursor: pointer;
}
.finance .account-box .account-content .card-info[data-v-0b9ce735] {
  line-height: 30px;
  padding-left: 20px;
}
.finance .account-box .account-content .account-detail[data-v-0b9ce735] {
  border-top: 1px solid #edeff2;
  padding: 8px 20px;
  line-height: 25px;
  font-size: 12px;
}
.finance .account-box .account-content .account-detail span[data-v-0b9ce735] {
  color: #409EFF;
  cursor: pointer;
}
.finance .special-color[data-v-0b9ce735] {
  color: red;
}
.finance .table[data-v-0b9ce735] {
  margin-bottom: 10px;
}
.finance .info-item[data-v-0b9ce735] {
  display: flex;
}
.finance .info-item .label[data-v-0b9ce735] {
  width: 80px;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding-right: 12px;
  font-weight: bold;
}
.finance .info-item .value[data-v-0b9ce735] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





.div-api-log-list-page .chart-box[data-v-29755525] {
  width: 100%;
  height: 400px;
}
.div-website-running-log-list .chart-box[data-v-7ecb7b58] {
  width: 100%;
  padding-bottom: 20px;
}
.active-page[data-v-b1f8bc70] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.active-page[data-v-b1f8bc70] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.active-page[data-v-b1f8bc70] .el-tabs__header {
  margin: 0 0 10px 0;
}
.ranking-filter[data-v-21b6f8b7] {
  width: 500px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.ranking-filter[data-v-21b6f8b7] .el-radio {
  margin-right: 10px;
}
.open-box-ranking[data-v-53306a3c] {
  padding: 0 40px;
}
.open-box-ranking .section-title[data-v-53306a3c] {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.open-box-ranking .section-title .filter[data-v-53306a3c] {
  position: absolute;
  right: 0;
  top: 10px;
  width: auto;
  height: 40px;
}
.open-box-ranking .nickname[data-v-53306a3c] {
  height: 30px;
  display: flex;
  align-content: center;
}
.open-box-ranking .nickname img[data-v-53306a3c] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.open-box-ranking .nickname span[data-v-53306a3c] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wx-pay-ranking[data-v-21941756] {
  padding: 0 40px;
}
.wx-pay-ranking .section-title[data-v-21941756] {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.wx-pay-ranking .section-title .filter[data-v-21941756] {
  position: absolute;
  right: 0;
  top: 10px;
  width: auto;
  height: 40px;
}
.wx-pay-ranking .nickname[data-v-21941756] {
  height: 30px;
  display: flex;
  align-content: center;
}
.wx-pay-ranking .nickname img[data-v-21941756] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.wx-pay-ranking .nickname span[data-v-21941756] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-prizes-ranking[data-v-1f49ed8e] {
  padding: 0 40px;
}
.order-prizes-ranking .section-title[data-v-1f49ed8e] {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.order-prizes-ranking .section-title .filter[data-v-1f49ed8e] {
  position: absolute;
  right: 0;
  top: 10px;
  width: auto;
  height: 40px;
}
.order-prizes-ranking .nickname[data-v-1f49ed8e] {
  height: 30px;
  display: flex;
  align-content: center;
}
.order-prizes-ranking .nickname img[data-v-1f49ed8e] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.order-prizes-ranking .nickname span[data-v-1f49ed8e] {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prizes-info-column[data-v-f44adcda] {
  display: flex;
  align-items: center;
}
.prizes-info-column span[data-v-f44adcda] {
  flex: 1 1 0%;
  text-align: left;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-tb-5[data-v-f44adcda] {
  margin: 5px 0;
}
.ranking-page[data-v-263b1438] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.ranking-page[data-v-263b1438] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.ranking-page[data-v-263b1438] .el-tabs__header {
  margin: 0 0 10px 0;
}
.setting-page[data-v-5fed69e7] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.setting-page[data-v-5fed69e7] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.setting-page[data-v-5fed69e7] .el-tabs__header {
  margin: 0 0 10px 0;
}
.setting-page[data-v-5fed69e7] .el-color-picker__trigger {
  width: 100%;
}
.setting-page[data-v-5fed69e7] .el-color-picker__icon {
  transform: translate3d(-5%, -50%, 0);
}
.setting-page[data-v-7849d767] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.setting-page[data-v-7849d767] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.setting-page[data-v-7849d767] .el-tabs__header {
  margin: 0 0 10px 0;
}
.setting-page[data-v-7849d767] .el-color-picker__trigger {
  width: 100%;
}
.setting-page[data-v-7849d767] .el-color-picker__icon {
  transform: translate3d(-5%, -50%, 0);
}

.dialog-send-sms[data-v-3c507b2e] .el-dialog__body {
  padding: 10px 20px;
}
.dialog-send-sms .send-box[data-v-3c507b2e] {
  height: 250px;
}
.dialog-send-sms .send-box .line[data-v-3c507b2e] {
  width: 100%;
  height: 2px;
  background: #eeeeee;
}
.dialog-send-sms .send-box .info-item[data-v-3c507b2e] {
  height: 40px;
  line-height: 40px;
  display: flex;
}
.dialog-send-sms .send-box .info-item .info-label[data-v-3c507b2e] {
  width: 100px;
  text-align: right;
}
.dialog-send-sms .send-box .info-item .info-value[data-v-3c507b2e] {
  color: #000000;
}
.dialog-send-sms .send-box .info-item .tips[data-v-3c507b2e] {
  font-size: 10px;
  color: #e6a23c;
  line-height: 15px;
  padding-left: 5px;
}


.sms-page[data-v-c9947820] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.sms-page[data-v-c9947820] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.sms-page[data-v-c9947820] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-add-article[data-v-df1c8ce6] {
  display: flex;
  justify-content: center;
}
.dialog-add-article[data-v-df1c8ce6] .el-dialog__body {
  padding: 10px 20px 0;
}
[data-v-df1c8ce6] .ckeditor body {
  margin: 0px;
}
.preview-box[data-v-df1c8ce6] {
  width: 377px;
  height: 719px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin-left: 20px;
}
.preview-box .preview-title[data-v-df1c8ce6] {
  width: 375px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.preview-box .preview-content[data-v-df1c8ce6] {
  width: 375px;
  height: 667px;
  overflow-y: auto;
  color: #333;
}
.dialog-add-article-category[data-v-aed552aa] .el-dialog__body {
  padding: 10px 20px 0;
}
.dialog-article-category-list[data-v-2aa1040a] .el-dialog__body {
  padding: 0 20px;
}

[data-v-f8a9e3e8] .el-dialog__body {
  padding: 0 20px;
}
.table[data-v-f8a9e3e8] {
  height: 310px;
  margin-top: 10px;
}
.footer[data-v-f8a9e3e8] {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .actions[data-v-f8a9e3e8] {
  width: 30%;
}
.footer .pagination[data-v-f8a9e3e8] {
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
.dialog-add-slider[data-v-1368121a] .el-dialog__body {
  padding: 10px 20px 0;
}

.dialog-add-slider[data-v-23ae5444] .el-dialog__body {
  padding: 10px 20px 0;
}


.dialog-add-role[data-v-23ac9b6f] .el-dialog__body {
  padding: 10px 20px 0;
}

.dialog-add-permission[data-v-205abf88] .el-dialog__body {
  padding: 10px 20px 0;
}

.user-page[data-v-7737af78] .el-tabs--border-card > .el-tabs__content {
  padding: 0;
}
.user-page[data-v-7737af78] .el-tabs__nav-scroll {
  padding: 0 20px;
}
.user-page[data-v-7737af78] .el-tabs__header {
  margin: 0 0 10px 0;
}
.dialog-edit-mp-icon[data-v-51b9635e] .el-dialog__body {
  padding: 10px 20px 0;
}

body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: '思源黑体', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
}

label {
    font-weight: 700;
}

html {
    height: 100%;
    box-sizing: border-box;
}


#app {
    height: 100%;
}

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

.no-padding {
    padding: 0px !important;
}

.padding-content {
    padding: 4px 0;
}

a:focus,
a:active {
    outline: none;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

div:focus {
    outline: none;
}

.page {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}


.lxs-page {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.lxs-page .el-container {
    width: 100%;
    height: 100%;
}

.lxs-page .el-aside {
    padding: 0;
}

.lxs-page .el-header {
    padding: 0;
}

.lxs-page .el-main {
    padding: 0;
}


.lxs-no-padding {
    padding: 0;
}

.lxs-padding {
    padding: 20px;
}

.lxs-border-bottom {
    border-bottom: 1px solid #E9E9E9;
}

.lxs-full-box {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.lxs-full-weight {
    width: 100%;
}

.lxs-full-height {
    height: 100%;
}

.lxs-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*============= 区域标题栏 =================*/
.lxs-section-header {
    padding: 10px;
    display: flex;
}

.lxs-section-header .lxs-section-header-left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.lxs-section-header .lxs-section-header-left .title-dot{
    padding: 8px 2px;
    margin-right: 4px;
    background-color: #1890FF;
}

.lxs-section-header .lxs-section-header-left .title-str{
    padding: 10px 0;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.65);
}

.lxs-section-header .lxs-section-header-left .tips-img{
    width: 16px;
    height: 16px;
    margin: 0 2px 0 24px;
}

.lxs-section-header .lxs-section-header-left .tips-str{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}

.lxs-section-header .lxs-section-header-right {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lxs-table {
    padding: 10px;
}

.lxs-table tr th.el-table__cell {
    text-align: center;
}

.lxs-table th.el-table__cell {
    background-color: #f5f7fa;
}

.lxs-table .lxs-operation {
    display: flex;
    justify-content: center;
}

.lxs-table .lxs-operation i{
    cursor: pointer;
    /* margin: 0 5px; */
}

.lxs-action-footer {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lxs-action-footer .lxs-actions{
    width: 30%;
}

.lxs-action-footer .lxs-pagination{
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.lxs-action-footer .lxs-pagination-one {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lxs-image {
    width: 178px;
    height: 178px;
    margin-top: 10px;
}

.lxs-image .lxs-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
    border: 1px dashed #E4E7ED;
    cursor: pointer;
    border-radius: 5px;
}

.lxs-image img {
    width: 178px;
    height: 178px;
    cursor: pointer;
    border-radius: 5px;
}

.lxs-form-select-image-item {
    display: flex;
    align-items: center;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
}

.lxs-form-select-image-item .el-image{
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 4px;
}

.lxs-form-select-image-item .default-img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #eeeeee;
    border-radius: 4px;
}

.lxs-color-out {
    color: #c7254e !important;
    font-weight: bold !important;
}
.lxs-color-danger {
    color: #c7254e !important;
    font-weight: bold !important;
}
.lxs-color-success {
    color: #67c23a !important;
    font-weight: bold !important;
}
.lxs-filter-input {
    width: 120px;
    margin-right: 5px;
}

.lxs-filter-input .el-input__inner {
    padding: 0 10px;
}

.lxs-filter-date-range {
    margin-right: 5px;
}

.lxs-filter-date-range .el-date-editor--daterange.el-input__inner {
    width: 250px;
    padding: 0 5px;
}
.el-date-editor .el-range-separator {
    width: 20px;
    padding: 0;
}

.lxs-member-info-column {
    height: 30px;
    display: flex;
    align-content: center;
}

.lxs-member-info-column img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
}

.lxs-member-info-column span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxs-prizes-info-column .type{
    color:red;
    position: absolute;
    line-height: 15px;
    font-size: 8px;
    font-weight: bold;
    left: 35px;
    top: -3px;
}


.lxs-prizes-info-column {
    height: 30px;
    display: flex;
    align-content: center;
}

.lxs-prizes-info-column img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 2px;
}

.lxs-prizes-info-column span {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.lxs-form-pic {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lxs-form-pic img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-left: 10px;
}

.lxs-form-pic .default-img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 4px;
    background: #eeeeee;
}

.lxs-table-detail-row {
    width: 100%;
    height: auto;
    display: flex;
}

.lxs-table-detail-row .lxs-table-detail-col {
    width: 200px;
    height: auto;
}

.lxs-table-detail-row .lxs-table-detail-col .lxs-table-detail-item{
    width: 200px;
    height: 30px;
    display: flex;
    line-height: 30px;
}

.lxs-table-detail-row .lxs-table-detail-col .lxs-table-detail-item .lxs-table-detail-label{
    width: 80px;
    font-weight: bold;
}

.lxs-table-detail-row .lxs-table-detail-col .lxs-table-detail-item .lxs-table-detail-value{
    width: 120px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
@charset "UTF-8";
/* 改变主题色变量 */
.lxs-m-l-10 {
  margin-left: 10px;
}

.image-slot {
  font-size: 6px;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lxs-button-default {
  color: #FFF;
  background-color: #808695;
  border-color: #808695;
}
.lxs-button-default:focus {
  color: #FFF;
  background-color: #808695;
  border-color: #808695;
}
.lxs-button-default:hover {
  color: #FFF;
  background-color: #808695;
  border-color: #808695;
}

.lxs-button-primary {
  color: #FFF;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.lxs-button-primary:focus {
  color: #FFF;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.lxs-button-primary:hover {
  color: #FFF;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}

.lxs-button-success {
  color: #FFF;
  background-color: #19be6b;
  border-color: #19be6b;
}
.lxs-button-success:focus {
  color: #FFF;
  background-color: #19be6b;
  border-color: #19be6b;
}
.lxs-button-success:hover {
  color: #FFF;
  background-color: #19be6b;
  border-color: #19be6b;
}

.lxs-button-info {
  color: #FFF;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.lxs-button-info:focus {
  color: #FFF;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.lxs-button-info:hover {
  color: #FFF;
  background-color: #2db7f5;
  border-color: #2db7f5;
}

.lxs-button-warning {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.lxs-button-warning:focus {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.lxs-button-warning:hover {
  color: #FFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}

.lxs-button-danger {
  color: #FFF;
  background-color: #ed4014;
  border-color: #ed4014;
}
.lxs-button-danger:focus {
  color: #FFF;
  background-color: #ed4014;
  border-color: #ed4014;
}
.lxs-button-danger:hover {
  color: #FFF;
  background-color: #ed4014;
  border-color: #ed4014;
}


.div-game-base-data .status[data-v-e2602350] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.div-game-base-data .info-item[data-v-e2602350] {
  display: flex;
}
.div-game-base-data .info-item .label[data-v-e2602350] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-base-data .info-item .value[data-v-e2602350] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-game-base-data .item-key[data-v-e2602350] {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.div-game-base-data .item-value[data-v-e2602350] {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.div-game-base-data .border-right[data-v-e2602350] {
  border-right: 1px solid #999999;
}
.div-game-base-data .margin-bottom[data-v-e2602350] {
  margin-bottom: 10px;
}
.div-game-base-data .profit[data-v-e2602350] {
  position: absolute;
  left: 310px;
  top: 0px;
  background: #eeeeee;
  width: 120px;
  height: 60px;
  padding-top: 10px;
  text-align: center;
}
.div-game-sale-data .item-key[data-v-6399d1ce] {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.div-game-sale-data .info-item[data-v-6399d1ce] {
  display: flex;
}
.div-game-sale-data .info-item .label[data-v-6399d1ce] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-sale-data .info-item .value[data-v-6399d1ce] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-game-sale-data .item-value[data-v-6399d1ce] {
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.div-game-sale-data .border-right[data-v-6399d1ce] {
  border-right: 1px solid #999999;
}
.div-game-sale-data .margin-bottom[data-v-6399d1ce] {
  margin-bottom: 10px;
}
.div-game-sale-data .profit[data-v-6399d1ce] {
  position: absolute;
  left: 310px;
  top: 0px;
  background: #eeeeee;
  width: 120px;
  height: 60px;
  padding-top: 10px;
  text-align: center;
}
.dialog-game-detail[data-v-29359841] .el-dialog__body {
  padding: 0px 20px 20px;
}
.dialog-game-detail .buy-by-robot[data-v-29359841] {
  position: absolute;
  top: 105px;
  right: 0px;
  cursor: pointer;
  z-index: 20;
}
.div-game-trade-base-data .status[data-v-03c99eb2] {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: red;
  background: #eeeeee;
}
.div-game-trade-base-data .info-item[data-v-03c99eb2] {
  display: flex;
}
.div-game-trade-base-data .info-item .label[data-v-03c99eb2] {
  width: 80px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-trade-base-data .info-item .value[data-v-03c99eb2] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-game-trade-payment-data .item-key[data-v-475f1cee] {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.div-game-trade-payment-data .info-item[data-v-475f1cee] {
  display: flex;
}
.div-game-trade-payment-data .info-item .label[data-v-475f1cee] {
  width: 100px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-weight: bold;
}
.div-game-trade-payment-data .info-item .value[data-v-475f1cee] {
  width: 150px;
  font-size: 14px;
  color: #606266;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog-game-trade-detail[data-v-0f8e2415] .el-dialog__body {
  padding: 0px 20px 20px;
}
