/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/style/fontcss.css ***!
  \**********************************************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  box-sizing: border-box;
}

#app {
  height: 100%;
}
ul {
  list-style: none;
}
/* 颜色 */
.Color_Status {
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 100%;
}

.Color_Text {
  display: inline-block;
}
.addgreen {
  color: #5ecc28;
  /*   background-color: #ddffdd; */
}
.remove {
  color: #ff5e5d;
  /*   background-color: #fee8e9; */
  text-decoration: line-through;
}
.default {
  color: #333;
}
.G_color {
  width: 12px;
  height: 12px;
  background-color: #23ca18;
  border-radius: 50%;
  margin-right: 9px;
}
.B_color {
  background-color: #0084ff;
}

.R_color {
  width: 12px;
  height: 12px;
  background-color: #f60a0a;
  border-radius: 50%;
  margin-right: 9px;
}
.O_color {
  width: 12px;
  height: 12px;
  background-color: #f2921d;
  border-radius: 50%;
  margin-right: 9px;
}
.wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.el-card__body {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 140px;
  box-sizing: border-box;
}
.el-row {
  margin: 0 !important;
}
.el-date-editor--daterange.el-input__inner {
  width: 100% !important;
}
.table-content {
  box-sizing: border-box;
  padding: 10px 20px;
}
.el-tabs__nav-scroll {
  display: flex;
  justify-content: space-between;
}
.tab-index {
  padding-left: 30px;
}
.el-tabs__nav-wrap::after {
  height: none;
  background-color: none;
}
.searchRow {
  padding: 0px 10px;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

/* baidu */
.BMap_cpyCtrl {
  display: none !important;
}
.anchorBL {
  display: none !important;
}
.BMap_noprint {
  display: none !important;
}
.anchorBL {
  display: none !important;
}
.index-head {
  width: 100%;
  padding: 16px 32px 16px 32px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #dcdfe6;
}
.subtitle {
  margin: 35px 0;
  display: flex;
  align-items: center;
}
.subtitle h5 {
  padding-left: 20px;
  line-height: 18px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.subtitle h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #2448ff;
}
.subtitle h5 .rulse {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(63, 164, 232);
}
.modify {
  padding: 20px;
  margin-top: 20px;
  border: 2px solid rgb(14, 14, 14);
}
.modify h3 {
  color: red;
}
.modify h4 {
  padding-bottom: 10px !important;
}
.modify p {
  padding-bottom: 10px !important;
}
.modify .item-modify {
  padding: 10px 20px 10px 100px;
}
.modify .item {
  padding: 2px 0px;
  /*  flex-direction: column; */
  /*  align-items: center; */
}
.page-pagination {
  text-align: center;
  margin-top: 10px;
}
.page-mr40 {
  padding: 40px;
}
/*   //公用页面title */
.page-head-title {
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  font-size: 18px;
  color: #333;
  padding: 15px 32px;
}
/* //公用跳转操作页面title */
.page-action-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  font-size: 18px;
  color: #333;
  padding: 15px 32px;
}
/* //公用跳转操作页面form */
.page-content-form {
  box-shadow: 0px 0px 8px 0px rgba(100, 100, 100, 0.17);
  background: #fff;
  margin: 24px;
  padding: 24px;
  padding-bottom: 70px;
  height: 100%;
  padding-left: 20%;
  padding-right: 20%;
}

/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@vue/cli-service/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/style/msgBoxGlobal.css ***!
  \***************************************************************************************************************************************************************************************************************/
/* 全局添加这个样式，使弹窗可滑动 */
.el-message-box__wrapper {
  overflow: auto;
}

/* el-message-box后边的类名，保证每个目标页面的不一致。避免样式影响 */
/* 新增折扣活动选择商品的弹窗 */
.el-message-box.widder-fb7a3 {
  width: 1000px;
}

/* 折扣活动审核弹窗 */
.el-message-box.widder-fb7a2 {
  width: 600px;
}
