@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

.container .table .el-tabs--card > .el-tabs__header .el-tabs__item {
  font-weight: 400;
  color: rgb(127, 127, 129);
  font-size: 12px;
}

.bottom .el-tabs--card > .el-tabs__header .el-tabs__item {
  font-weight: 400;
  color: rgb(63, 162, 232);
  font-size: 12px;
}

body {
  line-height: 1;
  height: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 15px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 15px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html, body {
  width: 100%;
  height: 100%;
  background: #f5f6fa;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*显示省略号*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
  width: 100px;
}

input, textarea {
  outline: none;
  resize: none;
  text-indent: 10px;
}

::-webkit-input-placeholder {
  font-size: 10px;
  color: #9E9EA0; /* 使用webkit内核的浏览器 */
}

:-moz-placeholder {
  font-size: 10px;
  color: #9E9EA0;
}

/* Firefox版本4-18 */
::-moz-placeholder {
  font-size: 10px;
  color: #9E9EA0;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
  font-size: 10px;
  color: #9E9EA0;
}

.reIput {
  height: 30px;
  text-align: center;
  background: #F5F6FA;
  border-radius: 4px;
  color: #7F7F81;
}

.el-transfer-panel {
  width: 250px !important;
}

.el-transfer-panel__item.el-checkbox {
  display: block;
}

input, textarea {
  color: #9E9EA0;
}

.el-radio {
  margin-right: 10px !important;
}

.productManage .proSort .el-select > .el-input {
  width: 136px;
}

.productManage .label .el-select > .el-input {
  width: 276px;
}

.guest .el-input__inner {
  width: 178px !important;
}

.guestTop .el-input {
  width: 178px;
}

.guestBottom .el-upload--picture-card {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.content-center .el-input--mini .el-input__inner {
  width: 122px;
  /*padding: 0;*/
  verflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-center .cost .el-input--mini .el-input__inner {
  width: 251px;
}

.content-center .way .el-input--mini .el-input__inner {
  width: 86.3px;
}

.content-center .input .el-input--mini .el-input__inner {
  width: 78.3px;
  margin-right: 8px;
}

.content-bottom .el-input--mini .el-input__inner {
  width: 187px;
}

.moreSelect .el-input__inner {
  width: 500px !important;
}

.examine .el-textarea {
  width: 200px;
}

.views .el-pagination {
  text-align: center;
}

.orderDetail .el-table tr {
  background: #F5F7FA !important;
}

.orderlist .nav span {
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
  /*margin-right: 69px;*/
  cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px !important;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px !important;
}

:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px !important;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 12px !important;
}

* {
  font-family: "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
}

.el-carousel--horizontal {
  overflow: hidden;
}

.el-dialog__headerbtn .el-dialog__close {
  font-size: 28px;
}

.el-breadcrumb {
  margin-bottom: 20px;
}

.el-dialog__header {
  text-align: center !important;
  padding: 20px 8% !important;
}

.el-message-box__status + .el-message-box__message {
  word-break: break-all;
}

.el-table .cell .cell {
  padding: 0;
}

.linkTxt {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.el-dialog__body {
  padding: 1px 20px !important;
}

.color99 {
  color: #999999;
  cursor: default;
}

.tabNav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  margin-bottom: 20px;
  position: relative;
}

.tabNav li {
  display: block;
  float: left;
  font-size: 14px;
  border-right: 1px solid #E4E7ED;
  padding: 0 20px;
  border-top: 1px solid #E4E7ED;
  cursor: pointer;
  position: relative;
}

.tabNav li .toBeReviewedNum {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 100%;
  z-index: 2;
  font-size: 12px;
  min-width: 18px;
  text-align: center;
}

.tabNav li.cur {
  color: #409EFF;
  height: 41px;
  background: #ffffff;
}

.user-search {
  padding: 20px 20px 0;
}

.user-search, .moreSlectList, .nav {
  background: #ffffff;
}

.submenu.el-menu--horizontal > .el-submenu .el-submenu__title {
  text-align: center;
}

.customerTips {
  color: #666666;
  font-size: 14px;
  padding: 20px 0;
}

.customerTips span, .customerTips a {
  color: #ff0000;
  font-weight: bold;
}

.customerTips a {
  text-decoration: underline;
  cursor: pointer;
}

.customerTips p {
  margin: 0;
  display: inline-block;
}

.textDecorationUnderL {
  text-decoration: underline;
  color: #409EFF;
  cursor: pointer;
}

/*大图弹窗*/
.bigImgPop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.bigImgPop .el-image {
  height: calc(100vh - 200px);
  width: auto;
  margin: 50px auto;
  display: block;
  background: transparent;
}

.bigImgPop .img-outer {
  height: calc(100vh - 200px);
  margin: 50px auto;
  overflow-y: auto;
  width: 640px;
}

.bigImgPop .img-outer .el-image {
  display: block;
  width: 100%;
  height: auto;
}

.bigImgPop i.el-icon-circle-close {
  font-size: 50px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

/*面包屑链接*/
.elBreadLink {
  cursor: pointer;
  font-weight: bold;
  color: #000000;
}

.breadcrumb-span {
  cursor: pointer;
  font-weight: bold;
  color: #303133;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
  border-bottom-color: transparent !important;
}

.tmallApiTips {
  background-color: #fdf6ec;
  color: #E6A23C;
  width: 100%;
  padding: 8px 24px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
  font-size: 13px;
  line-height: 18px;
}
.tmallApiTips a {
  color: #ff0000;
  text-decoration: underline;
}
.tmallApiTips .el-alert__closebtn {
  color: #C0C4CC;
}
.tmallApiTips p {
  color: #ff0000;
  text-align: center;
  width: 100%;
}
.tmallApiTips i, .tmallApiTips em {
  font-style: normal;
}

.tableSelect {
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 0 5px #cccccc;
}
.tableSelect .el-form-item {
  margin: 0 20px 0 0 !important;
}
.tableSelect .el-form-item__label {
  padding: 0;
}

.table-operate-btn {
  color: #409eff;
  cursor: pointer;
  margin-right: 10px;
  font-size: 13px;
}
.table-operate-btn.color99 {
  color: #999999;
  cursor: default;
}

.color-warning {
  color: #e6a23c;
  font-size: 12px;
}

.page-box {
  margin: 10px auto;
}

.ql-toolbar.ql-snow .ql-picker-label {
  display: flex;
}

.el-table--enable-row-transition .el-table__body td {
  transition: background-color 0.1s ease;
}

.sortable-ghost {
  background-color: lightblue !important;
}

.el-form-item {
  margin-bottom: 15px;
}

/**
 * 使用裁切插件上传图片时，图片占位区域样式
 */
.uploadClipImgParent .uploadClipImg {
  width: 200px;
  height: 200px;
  border: 1px dashed gray;
  cursor: pointer;
  padding: 5px;
}
.uploadClipImgParent .uploadClipImg div {
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: lightgray;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uploadClipImgParent p {
  font-size: 10px;
  line-height: 0px;
  color: gray;
}

.el-drawer__header {
  margin: 0px !important;
  padding: 10px !important;
  background-color: #e6e6e6;
  border-bottom: solid 1px lightgray;
}

.pageTable.el-table .el-table__row {
  background: #fafafa !important;
}

.pageTable.el-table.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #ffffff !important;
}

.pageTable.el-table--small .el-table__cell {
  padding: 4px;
}

/*满屏固定定位*/
.full-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* 子元素上下左右居中 */
.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 以竖直方向为主轴的子元素上下左右居中 */
.col-all-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.col-all-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@font-face {
    font-family: "RuiMeiJiaZhangQingPingKaiShu";
    src: url("https://ipiy.oss-cn-beijing.aliyuncs.com/ziyong/fonts/%E7%91%9E%E7%BE%8E%E5%8A%A0%E5%BC%A0%E6%B8%85%E5%B9%B3%E7%A1%AC%E7%AC%94%E6%A5%B7%E4%B9%A6.ttf");
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  height: 100%;
}
.el-dialog__header {
  text-align: left;
}
.footerCLi::-webkit-scrollbar-track {
  background: rgb(153, 152, 152);
  border-radius: 5px;
}
.footerCLi::-webkit-scrollbar-thumb {
  background: rgba(43, 42, 42, 0.7803921569);
}
.text_nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.diyContentBox .property .el-input-number__decrease {
  background: #fff;
  color: #000;
}
.diyContentBox .property .el-input-number__increase {
  background: #fff;
  color: #000;
}
.diyContentBox .property .el-input-group__append,
.diyContentBox .property .el-input-group__prepend {
  padding: 0 7px;
}
.diyContentBox .property .el-input__inner {
  padding: 0 2px;
}
.diyContentBox .property .el-tabs__nav-next,
.diyContentBox .property .el-tabs__nav-prev {
  color: azure;
}
.diyContentBox .property .el-collapse-item__header {
  padding-left: 10px;
}
.diyContentBox .property .el-tabs--card > .el-tabs__header {
  background: #303133;
  border: 1px solid #000;
}
.diyContentBox .property .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: aqua;
}
.diyContentBox .property .el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #000;
}
.diyContentBox .property .el-tabs--card > .el-tabs__header .el-tabs__item {
  border-left: 1px solid #000;
  color: azure;
}
.diyContentBox .property .el-tabs__item:hover {
  color: aqua !important;
}
.diyContentBox .property .el-tabs__item.is-active {
  color: aqua !important;
}
.diyContentBox .property .el-collapse-item__header {
  background: #f0f0f0;
  color: #484848;
  border-bottom: 1px solid #c4c4c4;
}
.diyContentBox .property .el-collapse {
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
}
.diyContentBox .property .el-collapse-item__content {
  background: #f0f0f0;
  border-bottom: 1px solid #c4c4c4;
  color: #323232;
  padding-bottom: 0px;
}
.diyContentBox .property .el-collapse-item__wrap {
  border-bottom: 1px solid #f0f0f0;
}
.diyContentBox .property .el-input-group__append,
.diyContentBox .property .el-input-group__prepend {
  background: #fff;
}
.el-dialog__footer {
  text-align: center !important;
}
