
@charset "utf-8";
/*==================================全部页面样式重置，谨慎修改==========================================*/
/* CSS Document */
* {
  word-break:break-all; /*支持IE，chrome，FF不支持*/
  　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html{
  font-size:10px; /*设置页面跟路径的字体大小*/
  height:100%;
}
body{
  margin:0;
  padding:0;
  font-family: "PingFangSC-Regular"," ArialMT","Adobe \9ED1\4F53   Std R","Microsoft YaHei",sans-serif;
  background-color:  #F0F2F5;
  height:100%;
  -webkit-text-size-adjust: 100% !important; /* 禁止微信调整字体大小 */
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;
   font-family:  "PingFangSC-Regular"," ArialMT","Adobe \9ED1\4F53   Std R","Microsoft YaHei",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal;
}
address, caption, cite, code, dfn, em, strong, th, var ,i{ font-style:normal; font-weight:normal;
}
img { border:none;display:block;max-width: 100%;
}
ol,ul,li { list-style:none;
}
input, textarea, select, button, option { outline:none;
}
textarea{resize:none;
}
table { border-collapse:collapse;
}
input{
  -webkit-appearance:none;
  -moz-appearance: none;
  border-radius: 0;
  border:0;
}
a{ text-decoration:none; color:#666;border:none;
}
a:active {
  border:none;
}
a:link {
  border:none;
}
a:hover { text-decoration:none;
}
::-webkit-input-placeholder{
  color:#bfbfbf;
}
:-moz-placeholder{
  color:#bfbfbf;
}
::-moz-placeholder{
  color:#bfbfbf;
}
:-ms-input-placeholder{
  color:#bfbfbf;
}
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ivu-switch-checked{
  border-color:#44DB5E;
  border-radius: 80px;
  background-color:#44DB5E;
}
.ivu-upload.ivu-upload-select{
  width:100%;
  height:100%;
}
.util-left,
.util-right {
    display : inline;
}
.util-left {
    float : left;
}
.util-right {
    float : right;
}
/*
 * 无额外标签的清楚浮动
 */
.util-clearfix:after {
    visibility : hidden;
    display : block;
    height : 0;
    font-size : 0;
    content : ' ';
    clear : both;
}
.util-clearfix {
    zoom : 1; /* for IE6 IE7 */
}
/*
 * 容器内水平垂直居中
 */
.util-valign {
    display : table;
    overflow : hidden;
    height : 100%;
    *position : relative;
}
.util-valign .util-valign-ctn {
    display : table-cell;
    vertical-align : middle;
    text-align : center;
    *position : absolute;
    *top : 50%;
    *left : 50%;
}
.util-valign .util-valign-inner{
    *position : relative;
    *top : -50%;
    *left : -50%;
}
/*app中迁移来的样式开始*/
#app {
  height: 100%;
  width: 100%;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  text-align: center;
}
.cancelHidden .ivu-table-cell,.cancelHidden .ivu-table-body{
  overflow: visible !important
}
body,
html {
  height: 100%;
  width: 100%;
  min-height: 600px;
}
img {
  vertical-align: middle;
}
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #212934;
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 10px; */
  background-color: #212934;
}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.ivu-modal-header p {
  height: 44px;
  line-height: 50px;
  font-size: 14px;
}
.ivu-modal-header p span {
  padding: 0 16px;
  line-height: 20px;
}
.ivu-modal-body p {
  text-align: center;
}
.ivu-modal-body .modal-mid p{
  text-align: left;
}
.ivu-modal-close {
  z-index: 999;
}
.ivu-modal-footer .pop-footer button {
  border: 0;
  outline: none;
  cursor: pointer;
  border: 1px solid #6236FF;
  padding: 4px 10px;
  border-radius: 4px;
}
.footer-sure {
  background: #6236FF;
  color: #fff;
}
.footer-sure span {
  padding: 0 !important;
  line-height: 18px !important;
}
.footer-del {
  background: #fff;
  color: #6236FF;
}
.pop-delete {
  text-align: center;
}
/* iview table 鼠标划过背景色 */
tr.ivu-table-row-hover td {
  background-color: #fff;
}
/* 选项卡不可选中状态的颜色 */
.ivu-tabs-nav .ivu-tabs-tab-disabled {
  color: #495060 !important;
  font-weight: bold;
  padding-left: 10px;
}
i {
  font-style: normal;
}
h2 {
  font-weight: normal;
}
.align-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
}
.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
}
.flexible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
}
.flexible-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
}
.col-1 {
  -ms-flex: 1;
      flex: 1;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
}
.col-1::-webkit-input-placeholder {
  font-size: 0.24rem;
}
.col-1::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.24rem;
}
.col-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.24rem;
}
.col-1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.24rem;
}
.ellipsis-one {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-two {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-three {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-forth {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
/* 复文本 */
.vertical-center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vertical-center-modal .ivu-modal {
  top: 0;
}
.vue-html5-editor img {
  height: 50px;
}
/* 创建活动的活动说明 */
.contentinputs .ivu-input {
  resize: none;
}
.ivu-input-number-input {
  text-align: center;
}
.vue-html5-editor img {
  height: 50px;
}
.ivu-page-options {
  position: relative;
  left: 0;
  top: 0;
}
/* 物流modal */
.expressBox .ivu-modal-body {
  padding: 0;
}
.storeSelect .ivu-select-dropdown-list {
  height: 125px;
  padding-top: 36px;
}
.clearUpdown .ivu-input-number-handler-wrap {
  display: none;
}
.toolbar{
  z-index: 0!important;
}
/*************************弹窗************************/
/*弹窗头部样式*/
.publicModel .ivu-modal-header {
    padding: 8px 16px;
}
/*弹窗内部icon样式*/
.publicModel .ivu-modal-body .ivu-icon {
    vertical-align: middle;
    font-size: 18px !important;
    margin-right: 5px;
}
/*弹窗关闭icon样式*/
.publicModel .ivu-modal-close .ivu-icon-ios-close-empty {
    top: -3px;
}
.publicModel .ivu-modal-body .publicHint {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.publicModel .ivu-modal-header-inner {
    line-height: 26px;
}
/*弹窗底部样式*/
.publicModel .ivu-modal-footer {
    text-align: center;
    border: none;
    padding: 5px 18px 20px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/*弹窗底部按钮样式*/
.publicModel .ivu-modal-footer .ivu-btn {
    padding: 3px 10px;
    margin: 0 5px;
}
/*弹窗底部取消按钮样式*/
.publicModel .ivu-modal-footer .ivu-btn-text {
    border: 1px solid #6236FF;
    color: #6236FF
}
/*去除自带确定取消*/
.deleteInputBtn .ivu-modal-footer{
  display: none;
}
/************************************************分页**********************************************/
.page {
    width: 100%;
    font-size: 12px;
    padding: 10px 0px 0px 0px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 30px;
}
.com_PublicBtm {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 0px 15px 15px 15px;
    background: #fff;
    margin-bottom: 90px;
}
.page_select {
    width: 50px !important;
}
.ivu-select-item-selected, .ivu-select-item-selected:hover{
  color: #fff;
  background:#6236FF;
}
.ivu-select-item-focus, .ivu-select-item:hover {
  background: #e9e3fd;
  color: #414141;
}
/*************************************数字输入框样式***************************************/
.public_input:hover {
    border-color: #6236FF;
}
.public_input:focus {
    border-color: #6236FF;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
            box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
}
.public_input {
    display: inline-block;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dddee1;
    border-radius: 4px;
    color: #495060;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    -webkit-transition: .2s ease-in-out, background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: .2s ease-in-out, background .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
}
textarea{
  resize: none;
}
.tree-node-inner-back {
    margin-bottom: 0 !important;
}
.hidden{
	display: none !important;
}
/*app中迁移来的样式结束*/
/*notice提示框，超长提示换行*/
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc{
    word-break: break-all;
}
.ivu-notice-title{
    white-space: normal;
    word-break: break-all;
}
/*notice提示框，超长提示换行*/
/* 弹框的层级 */
.ivu-modal-wrap,.ivu-modal-mask{
    z-index: 999 !important;
}
/*==================================全部页面通用定制样式，谨慎修改==========================================*/
#content-mainbottom,.content-mainbottom{
    padding:0 20px;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.content-mainbottom{
    padding:0 20px;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.bottom-btns{
    margin-bottom: 15px;
    overflow: hidden;
}
.bottom-btns button{
    background: #E9E3FD;
    color: #6236FF;
    border-radius: 4px;
    border:none;
    padding:5px 10px;
    font-size:12px;
    margin-right: 5px;
    float: left;
    outline: none;
    cursor: pointer;
}
.bottom-btns button:active{
    background: #6236FF;
    color: #fff;
}
.bottom-btns button>i{
    margin-right: 5px;
}
/* 分页 */
.ivu-page{
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
/* 创建活动 */
.content-maintop{
    margin-top: 0!important;
}
.maintop-title{
	height:40px;
	line-height: 40px;
	font-weight: bold;
	padding:0 10px;
  text-align: left;
}
.contentdiv{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* overflow: hidden; */
    margin-bottom: 15px;
    font-size:12px !important;
}
.contentdiv .contentinput{
    width: 30%;
}
.contentdiv span{
    line-height: 30px;
}
.datepicker{
    width: 14%;
}
.zhi{
    display: inline-block;
    width: 2%;
}
.content-more{
    line-height: 40px;
    float: right;
    cursor: pointer;
}
.contentdiv h1{
    width: 12%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-right: 10px;
    font-size: 12px !important;
}
.contentdiv h1 span{
    display: inline-block;
    color:red;
    padding: 0 8px;
}
.ivu-radio{
    margin-right: 4px;
}
.contentdiv h3{
    width: 55px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.labelinput{
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-left: 10px;
}
.ivu-radio-wrapper{
    text-align: left;
}
.contentbottom{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 50px;
}
.contentbottom button{
    color: #fff;
    background: #6236FF;
    border: 0;
    padding: 3px 8px;
    border: 1px solid #6236FF;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}
/* seckill */
.contentinputs{
    width: 30%;
}
/* 选择商品  配置商品 */
.bottom-title{
    margin-top: 5px;
    margin-bottom: 20px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e6ee;
    padding: 0 10px;
    font-weight: bold;
    text-align: left;
}
/* 状态颜色 */
.state{
    color: #6236FF;
}
/* info.css */
#content-maintop{
    /* border: 0; */
    background: #fff;
    padding: 0 20px;
}
.checkinfo{
    margin: 0!important;
    background: #fff;
}
.examineDiv{
    padding: 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.examineDivs{
    padding: 0 90px;
}
.maintop-conent{
    margin-bottom: 20px;
}
.examineDiv p {
    padding: 10px;
    line-height: 30px;
}
.examineDiv h1{
    line-height: 50px;
}
#content-mainbottom .examineDiv span{
    padding: 0;
}
/* 上传图片 */
.demo-upload-list{
    display: inline-block;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
            box-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin-right: 4px;
}
.demo-upload-list img{
    width: 100%;
    height: 100%;
}
.demo-upload-list-cover{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0,0,0,.6);
}
.demo-upload-list:hover .demo-upload-list-cover{
    display: block;
}
.demo-upload-list-cover i{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}
.cardTime{
    width: 100%;
}
.spans{
    display: inline-block;
    width: 100%;
    padding: 0;
}
.pop-footer{
    text-align: center;
}
.reviewBack .content-more{
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
}
#tableBox{
    overflow: hidden;
}
.nextAction{
    margin-top: 5px;
}
.nextAction button{
    outline: none;
    cursor: pointer;
    background: #6236FF;
    margin-left: 10px;
    margin-top: 7px;
    color: #fff;
    padding: 0 10px;
    line-height: 26px;
    border: 1px solid #6236FF;
    border-radius: 4px;
    font-size: 12px;
}
/* 选择商品的右侧搜索按钮 */
.isChoosebtn{
    width: 100%;
    padding: 0;
    margin: 0;
}
.uploadButton{
    float: left;
}
@charset "utf-8";
/*==================================html元素css属性重置==========================================*/
/* CSS Document */
* {
  word-break:break-all; /*支持IE，chrome，FF不支持*/
  　　word-wrap:break-word;/*支持IE，chrome，FF*/
}
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html{
  /* height:100%; */
}
body{
  margin:0;
  padding:0;
  font-family: "PingFang","Adobe \9ED1\4F53   Std R","Microsoft YaHei",sans-serif;
  background-color: #ecf0f3;
  height:100%;
  -webkit-text-size-adjust: 100% !important; /* 禁止微信调整字体大小 */
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;
font-family: "PingFang","Adobe \9ED1\4F53   Std R","Microsoft YaHei",sans-serif;
}
td,th,caption {
}
h1, h2, h3, h4, h5, h6 { font-weight:normal;
}
address, caption, cite, code, dfn, em, strong, th, var ,i{ font-style:normal; font-weight:normal;
}
img { border:none;display:block;max-width: 100%;
}
ol,ul,li { list-style:none;
}
input, textarea, select, button, option { outline:none;
}
textarea{resize:none;
}
table { border-collapse:collapse;
}
input{
  -webkit-appearance:none;
  -moz-appearance: none;
  border-radius: 0;
  border:0;
}
a{ text-decoration:none; color:#666;border:none;
}
a:active {
  border:none;
}
a:link {
  border:none;
}
a:hover { text-decoration:none;
}
.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-vertical .ivu-menu-submenu-title {
    padding: 14px 30px;
}
.left-bar-scroll .ivu-menu {
    font-size: 14px;
    width: 100% !important;
}
.left-bar-scroll .ivu-menu-submenu{
    background-color: #212934;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
    background: #5F6B7A !important;
    color: #fff;
}
.ivu-checkbox-checked .ivu-checkbox-inner{
  background-color: #6236FF !important;
  border-color: #6236FF !important;
}
.left-bar-scroll .ivu-menu .ivu-menu-item-active {
    /* background: #422B31 !important */
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened{
    background-color: #707070 !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover, .ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover{
    background-color: #A086FF !important;
}
.left-bar-scroll .ivu-menu .ivu-menu-submenu .ivu-menu {
    /* background: #422B31; */
}
.left-bar-scroll .ivu-menu .ivu-menu-submenu .ivu-menu .ivu-menu-item a {
    color: hsla(0, 0%, 100%, .7);
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.left-bar-scroll .ivu-menu .ivu-menu-vertical .ivu-menu-submenu-title-icon {
    font-size: 14px;
}
.left-bar-scroll .ivu-menu .ivu-menu-submenu .ivu-menu .ivu-menu-item-selected a {
    color: #fff;
}
.table_mine:hover {
    background: #7A5462 !important;
}
.ivu-page-item-jump-next a:hover{
  color: #6236FF;
}
.ivu-menu-vertical .ivu-menu-submenu-title{
  text-align: left !important;
}
.left-bar-scroll .ivu-menu .ivu-menu-submenu .ivu-menu .ivu-menu-item {
    border-bottom: 1px solid #3b3b43;
    padding: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    background-color:#383F49;
}
.ivu-page-next:hover, .ivu-page-prev:hover{
  color: #6236FF !important;
  border-color: #6236FF !important;
}
.ivu-page-next:hover a, .ivu-page-prev:hover a{
  color: #6236FF !important;
}
.left-bar-scroll .ivu-menu .ivu-menu-submenu .ivu-menu .ivu-menu-item:hover {
    background: #A086FF !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
    border-right: none;
    color: #fff;
    background: #6236FF !important;
}
.publicModel .ivu-modal-footer .ivu-btn-text {
  border: 1px solid #6236FF;
  color: #6236FF
}
.ivu-input-number-handler-wrap {
    display: none !important;
}
.ivu-page-item-active {
    background-color: #6236FF;
    border-color: #6236FF !important;
}
.active-tab .tab-item.active{
    color: #6236FF !important;
}
.ivu-radio-checked .ivu-radio-inner{
  border-color: #6236FF !important;
}
.ivu-radio-inner:after{
  background-color: #6236FF !important;
}
.ivu-input:focus{
  -webkit-box-shadow: 0px 0px 10px rgba(49, 19, 207, 0.16);
          box-shadow: 0px 0px 10px rgba(49, 19, 207, 0.16);
}
.ivu-btn-ghost:hover{
    color: #6236FF !important;
    border-color: #6236FF !important;
}
.ivu-btn-ghost.active, .ivu-btn-ghost:active{
  color: #6236FF !important;
    border-color: #6236FF !important;
}
.ivu-input:focus, .ivu-input:hover{
  border-color: #6236FF !important;
}
.ivu-select-selection-focused, .ivu-select-selection:hover{
  border-color: #6236FF !important;
}
.ivu-btn-primary,.ivu-btn-primary:hover ,.reset-button,.coupontool_btnbox .primary_btn,.rolemanageaddBtn {
  color: #6236FF !important;
  background-color: #E9E3FD  !important;
  border-color: #E9E3FD  !important;
}
.ivu-btn-primary:active,.reset-button:active,.coupontool_btnbox .primary_btn:active,.rolemanageaddBtn:active {
  color: #fff  !important;
  background-color: #6236FF  !important;
  border-color: #6236FF  !important;
}
.ivu-page-options-elevator input:hover{
  border-color: #6236FF !important;
}
.ivu-select-visible .ivu-select-selection{
  border-color: #6236FF !important;
}
.ivu-select-item-selected.ivu-select-item-focus{
  color: #fff;
  background: #6236ff;
}
.ivu-page-item-active {
  background-color: #6236FF;
}
.ivu-tabs-nav .ivu-tabs-tab-active{
  color: #6236FF;
}
.ivu-tabs-ink-bar{
  background-color: #6236FF !important;
}
.pageManage .createPage button{
  /* background-color: #6236FF !important; */
}
.searchTpl .searchButton.btns button{
  background-color: #6236FF !important;
  color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-color: #6236FF !important;
}
.ivu-tabs-nav .ivu-tabs-tab:hover{
  color: #6236FF !important;
}
::-webkit-input-placeholder{
  color:#bfbfbf;
}
:-moz-placeholder{
  color:#bfbfbf;
}
::-moz-placeholder{
  color:#bfbfbf;
}
:-ms-input-placeholder{
  color:#bfbfbf;
}
/* 颜色选择面板，优先级最高 */
.m-colorPicker .box{
  z-index:999;
}
/* 页面管理 */
.pageManageWrap{
  height:100%;
}
.pageManage{
  background:#fff;
  border:1px solid #ddd;
  border-radius: 4px;
  padding:0 20px;
  text-align: left;
  /* height:100%; */
}
.pageManage .ivu-tabs-bar{
  padding-left:59px;
}
.pageManage .ivu-tabs-nav-container{
  font-size:16px;
}
/* 装修 */
.clearfix:before,.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.renovation .ivu-switch-checked{
  border-color:#44DB5E;
  border-radius: 80px;
  background-color:#44DB5E;
}
.renovation .ivu-upload.ivu-upload-select{
  display:block!important;
  width:100%;
  height:100%;
}
.renovation .commonMargin{
}
.renovation .commonContentEdit{
  /* position: relative;
  padding-top:40px; */
}
.renovation .specialCheckbox .ivu-checkbox {
  float: right;
}
.renovation .specialCheckbox .ivu-checkbox+span {
  font-size: 14px;
  color: #666666;
}
.renovation .specialCheckbox .ivu-checkbox-inner{
  top: 3.5px;
}
.renovation .specialCheckbox .colors-item:nth-child(3) .ivu-checkbox {
  margin-left: 8px;
}
.renovation .add-tab .ivu-input {
  width: 70px;
  height: 24px;
  color: #999;
  text-align: center;
  border-radius: 2px
}
.modal-btn{
  height: 34px;
}
.modal-btn span {
  line-height: 15px;
}
td.status-class span{
  color: #DD5555;
}
img.table-img {
  display:inline-block;
  height: 100px;
}
/* .ivu-page.mini{
  margin-top: 10px;
} */
.ivu-page{
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}
.custom-modal .ivu-modal-footer{
  text-align: center;
  border-top: none;
}
.custom-modal.alert-modal .ivu-modal-footer{
  text-align: right;
  margin-top:32px;
}
.change-data-modal .ivu-modal-footer .footer-border{
  text-align: center;
  margin-top:36px;
  height:1px;
  background:#eaeaea;
  display: block;
}
.change-data-modal .ivu-modal-footer .footer-tips{
  text-align: left;
  font-size:12px;
  color:#ff677a;
  line-height:18px;
  padding-left:20px;
  padding-top:20px;
}
.custom-modal .ivu-modal-header-inner{
  font-size: 16px;
  color: #333333;
}
.qrcodeUrlWrap{
  position: fixed;
  z-index:9999;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  background:rgba(0, 0, 0, 0.3)
}
.qrcodeUrl{
  position: fixed;
  background:#fff;
  z-index:99;
  width:240px;
  height:240px;
  left:50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  padding:30px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.custom-modal .ivu-modal-body {
  padding: 0;
}
.ivu-modal-confirm-body-icon{
}
.error-tips{
  text-align: right;
  padding-right:108px;
  color:#FF677A;
}
/* 新建页面弹框样式 */
.addPage{
  padding-left:32px;
  padding-right:32px;
}
.addPage .ivu-form-item{
  margin-top:20px;
}
.addPage .ivu-form-item-label{
  font-size: 14px;
}
.addPage .ivu-form-item-content{
  width:600px;
}
.addPage .pageUrl .ivu-input-wrapper{
  width:236px;
}
.addPage .ivu-form-item-error-tip{
  left:auto;
  right:0;
}
/* 新增专栏 */
/*  */
.addSpecialColumn .showWay .ivu-form-item-content{
  width: 236px;
}
.addSpecialColumn .ivu-form-item-error-tip{
  left:0;
}
/* 新增标签分类 */
.addTag .ivu-form-item-content{
  width: 200px !important;
}
/* 新增banner */
.addBanner .ivu-form-item-error-tip{
  left:0!important;
}
.addBanner .showLink .ivu-form-item-content{
  width: 236px;
}
.addBanner .showWay .ivu-form-item-content{
  width: 236px;
}
.addBanner .showPic .bgCommon{
  margin-top:11px;
  line-height:30px;
  cursor: pointer;
}
.addBanner .showPic .bgCommon .commonTitle{
  float:left;
  width:120px;
  font-size:14px;
  display: inline-block;
  text-align: right;
  margin-right:10px;
}
.addBanner .showPic .bgCommon .bgPicture{
  width:310px;
  height:60px;
  line-height:60px;
  text-align: center;
  border: 1px solid #dddee1;
}
.addBanner .showPic .bgCommon .bgPicture div:nth-child(1){
  width:100%;
  height:100%;
}
.addBanner .showPic .bgCommon .bgPicture .bgText{
  font-size: 12px;
  color: #666666;
}
/* 设置微信分享样式 */
.wxShareInfo .bgPicture{
  width:100px;
  height:60px;
  line-height:60px;
  text-align: center;
  border: 1px dashed #CCCCCC;
}
.wxShareInfo .bgPicture div:nth-child(1){
  width:100%;
  height:100%;
}
.wxShareInfo .bgPicture .bgText{
  font-size: 12px;
  color: #666666;
}
.wxShareInfo .previewWxShare{
  width:100%;
  height:200px;
  border:1px dashed #ccc;
}
.wxShareInfo .previewWxShare .commonPreview{
  float: left;
  width:50%;
  height:100%;
}
.wxShareInfo .previewWxShare .previewFriend{
  border-right:1px dashed #ccc;
}
.wxShareInfo .previewWxShare .previewFriend .previewContent img{
  float:right;
  margin-right:18px;
  margin-top:5px;
}
.wxShareInfo .previewWxShare .previewCircle{
}
.wxShareInfo .previewWxShare .previewCircle .previewContent .previewContentTitle{
  width:244px;
  padding-left:10px;
}
.wxShareInfo .previewWxShare .previewCircle .previewContent img{
  float:left;
}
.wxShareInfo .previewWxShare .commonPreview .previewName{
  padding-left:10px;
  height:40px;
  line-height:40px;
}
.wxShareInfo .previewWxShare .commonPreview .previewContent{
  height:130px;
  padding-left:10px;
  padding-right:10px;
}
.wxShareInfo .previewWxShare .commonPreview .previewContent .previewContentTitle,.previewContentSubTitle{
  font-size: 18px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical!important;
  /* float: left; */
}
.wxShareInfo .previewWxShare .commonPreview .previewContent .previewContentSubTitle{
  font-size: 14px;
  width:170px;
  float: left;
  margin-top:5px;
}
.wxShareInfo .previewWxShare .commonPreview .previewContent img{
  width:50px;
  height:50px;
}
/* 修改时间弹框样式 */
.changeUpInfo{
  padding-left:32px;
}
.changeUpInfo .ivu-form-item-content{
  width:200px;
}
.changeUpInfo .ivu-form-item{
  margin-top:20px;
}
.changeUpInfo .ivu-form-item-label{
  font-size: 14px;
}
/* 警告弹框样式 */
.alertModal .ivu-form-item-content{
  display:inline-block;
  width:200px;
}
.alertModal .ivu-form-item-error-tip{
  left:auto;
  right:0;
}
/* 自定义热区 */
.hot-modal .ivu-modal-header-inner{
  font-size:16px;
}
.hot-modal .ivu-modal-footer{
  text-align: center;
  border-top: none;
}
.hot-modal .img-show{
  width:375px;
  border:1px dashed #ccc;
  background-size: 100% 100%!important;
  position: relative;
}
.hot-modal .singleImg{
  width:375px;
}
/* 合并单元格的样式 */
.table-test .ivu-table-cell{
  padding:0!important
}
/* 自定义热曲 */
.jsPanel{
  position: absolute!important;
}
.tips-modal .ivu-modal .ivu-modal-content .ivu-modal-body{
  height:230px;
}
.tips-modal .ivu-modal-footer{
  border:none!important;
}
.tips-modal .tips-header{
  text-align:left;
  height:34px;
  line-height:34px;
  font-size:16px;
  color:'#333';
  font-weight:bold;
}
.tips-modal .tips-text{
  text-align:left;
  height:32px;
  line-height:32px;
  font-size:14px;
  color:'#2a2a2a'
}
.demo-spin-icon-load{
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
50%  { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
to   { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes ani-demo-spin {
from { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
50%  { -webkit-transform: rotate(180deg); transform: rotate(180deg);
}
to   { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
/* 搜索内部样式 */
.publicSearBor {
    padding: 15px 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
}
.publicSearBor .search_items {
    width: 33.33%;
    padding-bottom: 15px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    padding: 10px;
    background-color:#212934;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #212934;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: #fff;
}
.ivu-page-item:hover a{
  /* color: #6236FF !important; */
}
.ivu-page-item:hover{
  border-color: #6236FF !important;
}
.ivu-btn-text:hover{
  color: #6236FF !important;
}
.editBtn,.lookOverBtn,.copyBtn,.soltOutBtn,.upOutBtn,.delBtn{
  color: #E2441A;
  display: inline-block;
}
.lookOverBtn{
  color: #6236FF;
}
.copyBtn{
 color: #17B5E5;
}
.upOutBtn{
 color: #20CE98;
}
.soltOutBtn{
 color: #666666;
}
.delBtn{
 color: #EDA132;
}
.orderDetailsBtn,.orderSignBtn,.orderMemoBtn,.orderLogisticsBtn,.orderEditBtn{
  color:#56D6C4;
}
.orderSignBtn{
  color: #E23D6C;
}
.orderMemoBtn{
  color: #EAB454;
}
.orderEditBtn{
  color: #62CCE8;
}
.orderLogisticsBtn{
  color: #B5B5B5;
}
/* table */
table tr{
  border-left: 0;
  border-right: 0;
}
.ivu-table-wrapper,.ivu-table-header{
  border: none;
  border-top: 1px solid #faf9ff !important;
  /* border-radius: 16px; */
}
.ivu-table th{
  background: #faf9ff;
}
.ivu-table-border td, .ivu-table-border th{
  border-right: none;
}
.ivu-table:after,.ivu-table:before{
  height: 0;
}
/* search */
.search_items .four-type,.search_items .five-type{
    width: 65px;
    text-align: justify;
    -moz-text-align-last:justify;
         text-align-last:justify;
    display: inline-block;
    vertical-align: middle;
}
.search_items .five-type{
    width: 80px;
}
/* imgBox */
.imgWidthBox{
	position: relative;
}
.imgWidthBox:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.imgWidthBox img {
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 列表上方按钮 */
.tableTopBtns{
    text-align: left;
    margin-bottom: 15px;
}
.pointer{
    cursor: pointer;
}
.memberMain{
    margin-top: 15px;
    background: #fff;
    padding: 15px 15px 0;
    border: 1px solid #e6e6e6;
}


.bigbox[data-v-1ec3eb08] {
    width: 100%;
    height: 100%;
}


.publicModel img[data-v-1e2a7d2a]{
    margin: 0 auto;
    display: block;
}

/***按钮***/
.matterManage_btn_box[data-v-1075a2ec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.matterManage_btn_box_center[data-v-1075a2ec] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.matterManage_btn[data-v-1075a2ec] {
    cursor: pointer;
    width: auto;
    line-height: 28px;
    background: #6236FF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #6236FF;
    margin: 0 5px;
}
.matterManage_btn_reset[data-v-1075a2ec] {
    border: 1px solid #6236FF;
    color: #6236FF;
    background: #fff;
}
.matterManage_btn_release[data-v-1075a2ec] {
    background: #ff0000;
    border: 1px solid #ff0000;
}
.matermanage_box[data-v-1075a2ec] {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}
.search_box[data-v-1075a2ec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.search_items[data-v-1075a2ec] {
    width: 33.33%;
    padding: 5px 0;
}
.search_date[data-v-1075a2ec] {
    width: 90px !important;
}
.search_select[data-v-1075a2ec] {
    width: 120px;
}
.matterManage_tab[data-v-1075a2ec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.matterManage_tab li[data-v-1075a2ec] {
    padding: 0 20px;
    cursor: pointer;
    line-height: 32px;
}
.matterManage_tab li.active[data-v-1075a2ec]{
    border-bottom:2px solid #6236FF;
    color: #6236FF;
}
/* ************************************创建************************************* */
.matter_created[data-v-1075a2ec]{
    text-align: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px 70px;
}
.created_title[data-v-1075a2ec]{
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.matter_created_main[data-v-1075a2ec]{
    margin: 30px 0 50px;
}
.matter_created_main>li[data-v-1075a2ec]{
    margin-bottom: 15px;
}
.matter_created_main li span[data-v-1075a2ec]{
    display: inline-block;
    width: 200px;
    text-align: right;
    vertical-align: top;
}
.matter_select[data-v-1075a2ec]{
    width: 200px;
}
.created_textarea[data-v-1075a2ec]{
    width: 200px;
}
.matter_created_table[data-v-1075a2ec]{
    margin-left: 200px;
    margin-top: 15px;
}
.choosegoods_modal_table[data-v-1075a2ec]{
    margin-top: 15px;
}
.required[data-v-1075a2ec]{
    color: #ff0000;
}


.search_input[data-v-584d885b]{
    width: 180px
}
.cardConsume_input[data-v-584d885b]{
    width: 120px;
}
.search_date[data-v-584d885b]{
    width: 120px !important;
}
.modalTitle[data-v-584d885b]{
    line-height: 36px;
    margin-bottom: 10px;
}
.cardType[data-v-584d885b]{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cardType li[data-v-584d885b]{
    cursor: pointer;
    padding: 0 30px;
}
.cardType li.active[data-v-584d885b]{
    border-bottom: 1px solid #6236FF
}
.modal_text[data-v-584d885b] {
    display: inline-block;
    vertical-align: top;
}
.modalStar[data-v-584d885b] {
    color: #ff0000;
}
.modal_input[data-v-584d885b] {
    width: 260px;
}
.modalFoot[data-v-584d885b]{
    margin-top: 20px;
}
/* ***************************会员详情页************************** */
.memberDeBox[data-v-584d885b]{
    background: #fff;
    text-align: left;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    line-height: 32px;
}
.memberTitle[data-v-584d885b]{
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.memberDeBack[data-v-584d885b]{
    float: right;
}
.memberDeMain[data-v-584d885b]{
    margin-top: 15px;
}
.memberDePartTitle[data-v-584d885b]{
    line-height: 36px;
    background: #efefef;
    width: 100%;
    font-weight: 600;
    margin: 20px 0;
}
.memberDePartSecond[data-v-584d885b]{
    line-height: 36px;
    font-weight: 600;
}
.memberDeItemBox[data-v-584d885b]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.memberDeItemBox li[data-v-584d885b]{
    width: 33.33%
}
.memberDeAddress[data-v-584d885b]{
    color: #6236FF;
}
.redColor[data-v-584d885b]{
    color: red
}
.blueColor[data-v-584d885b]{
    color: #6236FF
}
.cursor[data-v-584d885b]{
    cursor: pointer;
}
.memberDeAddressLi[data-v-584d885b]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.memberDeadressShow[data-v-584d885b]{
    width: 300px;
}
.memberDeadressText[data-v-584d885b]{
    width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
/* ***********************普通订单************************ */
.table[data-v-584d885b]{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tableTitle[data-v-584d885b]{
    background: #efefef;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #e6e6e6;
}
.table li[data-v-584d885b]{
    width: 13%;
    border-left: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
}
.hrefAdd a[data-v-584d885b]{
    color:#6236FF
}
.cardTable li[data-v-584d885b]{
    min-height: 60px;
}
.afterSaleTable li[data-v-584d885b]{
    width: 10%;
}
.table li .items[data-v-584d885b]{
    width: 100%;
    text-align: center;
}
.tableBody[data-v-584d885b]{
    font-size: 12px;
}
.table li .itemsPer[data-v-584d885b]{
    text-align: left;
    border: 0;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 5px 0;
}
.table li.cardTableLeft[data-v-584d885b]{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.table li[data-v-584d885b]:first-child{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0;
}
.tableBodyPartTitle[data-v-584d885b]{
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
}
.tableBody[data-v-584d885b]{
    border: 1px solid #e6e6e6;
    margin-bottom: 10px
}
.imgBox[data-v-584d885b]{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.noMessage[data-v-584d885b]{
    width: 100%;
    height: 40px;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
    margin-top: -15px;
    line-height: 40px;
}
.imgBox img[data-v-584d885b]{
    width: 100%;
    height: 100%;
}
.integralTable[data-v-584d885b]{
    margin-top: 15px;
}
.itemsPer span[data-v-584d885b]{
    display: inline-block;
    width: calc(100% - 55px);
    font-size: 12px;
}
.table li span[data-v-584d885b]{
    padding-left: 10px;
}
.modalShowInformation[data-v-584d885b]{
    margin-bottom: 15px;
    text-align: left;
    padding-left: 15px
}
/* ***********************物流************************ */
.a-opn[data-v-584d885b] {
  cursor: pointer;
  color: green;
}
.expressInfo[data-v-584d885b] {
  background: #ddd;
  padding: 20px 30px;
}
.expressInfo div[data-v-584d885b] {
  overflow: hidden;
  padding: 5px 0;
}
.expressInfo p[data-v-584d885b] {
  float: left;
  width: 60px;
  text-align: right;
}
.pop-remark[data-v-584d885b] {
  padding: 10px 40px;
  max-height: 300px;
  overflow-y: auto;
}
.pop-remark p[data-v-584d885b] {
  text-align: left;
  padding: 10px 0;
}
.exportExcel[data-v-584d885b]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
}
.excelBtn[data-v-584d885b]{
    margin-left: 20px;
}
#content-maintop[data-v-584d885b] {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
#content-maintop .titleNone[data-v-584d885b] {
  border-bottom: none;
}
#content-maintop .maintop-conent .ivu-row-flex[data-v-584d885b] {
  padding: 10px 0;
}
.maintop-conent[data-v-584d885b] {
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.maintop-buttons[data-v-584d885b] {
  line-height: 15px;
  text-align: center;
}
.maintop-search[data-v-584d885b],
.maintop-loop[data-v-584d885b] {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
  cursor: pointer;
  width: 50px;
  height: 30px;
  outline: none;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.maintop-search[data-v-584d885b]{
  border-color: #6236FF;
  background: #6236FF;
  color: #fff;
}
.maintop-loop[data-v-584d885b] {
  color: #212934;
}
.maintop-title[data-v-584d885b] {
    line-height: 25px;
    cursor: pointer;
    padding-left: 15px;
    font-size: 16px;
    padding-top: 20px;
    height: 73px;
}
.search-main-wrap .ivu-col[data-v-584d885b] {
  /* line-height: 32px; */
  /* text-align: center; */
}
.content-more[data-v-584d885b] {
  float: right;
  cursor: pointer;
}
.ivu-date-picker[data-v-584d885b] {
  width: 44%;
}
.buttons_box[data-v-584d885b] {
  margin-top: 1.5%;
}
.hideIcon[data-v-584d885b] {
  display: none;
}


.color1[data-v-253d2024] {
    margin: 0 5px;
    cursor: pointer;
    color: #6236FF;
}
.color2[data-v-253d2024] {
    margin: 0 5px;
    cursor: pointer;
    color: #f59a23;
}
.color3[data-v-253d2024] {
    margin: 0 5px;
    cursor: pointer;
    color: #ff0000;
}


.preview_box[data-v-5fd27c30]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.preview_box p[data-v-5fd27c30]{
    text-align: left;
}
.preview_logo[data-v-5fd27c30]{
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 50%;
    overflow: hidden;
}
.preview_title[data-v-5fd27c30]{
    display: inline-block;
    vertical-align: middle;
}
.preview_list[data-v-5fd27c30]{
    width: 272px;
}
.preview_list li[data-v-5fd27c30]{
    margin-bottom: 8px
}
.preview_goods[data-v-5fd27c30]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.preview_goods span[data-v-5fd27c30]:nth-child(1){
    width: 90px;
    height: 90px;
    margin-right: 12px;
}
.preview_goods span[data-v-5fd27c30]:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
/* 底部图片的样式 */
.preview_imgList[data-v-5fd27c30] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.preview_img_per_box[data-v-5fd27c30]{
    width: 88px;
}
.preview_img_item[data-v-5fd27c30]{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 4px;
}
.preview_img_item img[data-v-5fd27c30]{
    width: 100%;
    height: 100%;
}
.preview_img_item_small[data-v-5fd27c30]{
    width: 88px;
    height: 88px;
}
.preview_img_item_middle[data-v-5fd27c30]{
    width: 134px;
    height: 134px;
}
.preview_img_item_big[data-v-5fd27c30]{
    width: 272px;
    height: 272px;
}
.preview_img_item_per[data-v-5fd27c30]{
    width:180px;
    height:180px;
}
.preview_video[data-v-5fd27c30]{
    width:100%;
}









































































.matter_created_piker {
    width: 100%;
}
.matter_created_piker .emoji-mart-scroll {
    width: 100%
}
.matter_created_piker .emoji-mart-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.matter_created_piker .emoji-mart-category-label {
    display: none;
}
.uploadVideo .ivu-upload-drag {
    width: 100px;
    height: 100px;
}
.uploadVideo .ivu-upload-drag>div {
    width: 100px !important;
    height: 100px !important;
    line-height: 98px !important;
}

/***按钮***/
.matterManage_btn_box[data-v-9d2e79c0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.matterManage_btn_box_center[data-v-9d2e79c0] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.matterManage_btn[data-v-9d2e79c0] {
    cursor: pointer;
    width: auto;
    line-height: 28px;
    background: #6236FF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #6236FF;
    margin: 0 5px;
}
.matterManage_btn_reset[data-v-9d2e79c0] {
    border: 1px solid #6236FF;
    color: #6236FF;
    background: #fff;
}
.matterManage_btn_release[data-v-9d2e79c0] {
    background: #ff0000;
    border: 1px solid #ff0000;
}
.matermanage_box[data-v-9d2e79c0] {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}
.search_box[data-v-9d2e79c0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.search_items[data-v-9d2e79c0] {
    width: 33.33%;
    padding: 5px 0;
}
.search_date[data-v-9d2e79c0] {
    width: 90px !important;
}
.search_select[data-v-9d2e79c0] {
    width: 120px;
}
.matterManage_tab[data-v-9d2e79c0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.matterManage_tab li[data-v-9d2e79c0] {
    padding: 0 20px;
    cursor: pointer;
    line-height: 32px;
}
.matterManage_tab li.active[data-v-9d2e79c0]{
    border-bottom:2px solid #6236FF;
    color: #6236FF;
}
/* ************************************创建************************************* */
.matter_created[data-v-9d2e79c0]{
    text-align: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px 70px;
}
.created_title[data-v-9d2e79c0]{
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.matter_created_main[data-v-9d2e79c0]{
    margin: 30px 0 50px;
}
.matter_created_main>li[data-v-9d2e79c0]{
    margin-bottom: 15px;
}
.matter_created_main li span[data-v-9d2e79c0]{
    display: inline-block;
    width: 200px;
    text-align: right;
    vertical-align: top;
}
.matter_select[data-v-9d2e79c0]{
    width: 200px;
}
.created_textarea[data-v-9d2e79c0]{
    width: 200px;
}
.matter_created_table[data-v-9d2e79c0]{
    margin-left: 200px;
    margin-top: 15px;
}
.choosegoods_modal_table[data-v-9d2e79c0]{
    margin-top: 15px;
}
.required[data-v-9d2e79c0]{
    color: #ff0000;
}

/***按钮***/
.matterManage_btn_box[data-v-3c42fc34] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.matterManage_btn_box_center[data-v-3c42fc34] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.matterManage_btn[data-v-3c42fc34] {
    cursor: pointer;
    width: auto;
    line-height: 28px;
    background: #6236FF;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #6236FF;
    margin: 0 5px;
}
.matterManage_btn_reset[data-v-3c42fc34] {
    border: 1px solid #6236FF;
    color: #6236FF;
    background: #fff;
}
.matterManage_btn_release[data-v-3c42fc34] {
    background: #ff0000;
    border: 1px solid #ff0000;
}
.matermanage_box[data-v-3c42fc34] {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}
.search_box[data-v-3c42fc34] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.search_items[data-v-3c42fc34] {
    width: 33.33%;
    padding: 5px 0;
}
.search_date[data-v-3c42fc34] {
    width: 90px !important;
}
.search_select[data-v-3c42fc34] {
    width: 120px;
}
.matterManage_tab[data-v-3c42fc34] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.matterManage_tab li[data-v-3c42fc34] {
    padding: 0 20px;
    cursor: pointer;
    line-height: 32px;
}
.matterManage_tab li.active[data-v-3c42fc34]{
    border-bottom:2px solid #6236FF;
    color: #6236FF;
}
/* ************************************创建************************************* */
.matter_created[data-v-3c42fc34]{
    text-align: left;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 5px;
    padding: 0 15px 70px;
}
.created_title[data-v-3c42fc34]{
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
}
.matter_created_main[data-v-3c42fc34]{
    margin: 30px 0 50px;
}
.matter_created_main>li[data-v-3c42fc34]{
    margin-bottom: 15px;
}
.matter_created_main li span[data-v-3c42fc34]{
    display: inline-block;
    width: 200px;
    text-align: right;
    vertical-align: top;
}
.matter_select[data-v-3c42fc34]{
    width: 200px;
}
.created_textarea[data-v-3c42fc34]{
    width: 200px;
}
.matter_created_table[data-v-3c42fc34]{
    margin-left: 200px;
    margin-top: 15px;
}
.choosegoods_modal_table[data-v-3c42fc34]{
    margin-top: 15px;
}
.required[data-v-3c42fc34]{
    color: #ff0000;
}
.page[data-v-3c42fc34] {
    margin: 0
}


.editImg_upload .ivu-upload-drag{
    border: none;
    background: none;
    line-height: 100px;
}
.uploadUi .ivu-upload-drag{
    width: 100%;
    height: 100%;
}


.uploadUi[data-v-229aaa62]{
    min-width: 100px;
    height: 100px;
}
.upload[data-v-229aaa62]{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.imgbox[data-v-229aaa62]{
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}
.editImg[data-v-229aaa62]{
    display: inline-block;
    vertical-align: middle;
}
.imgbox img[data-v-229aaa62]{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.mask[data-v-229aaa62]{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;top: 0;
    background: rgba(0,0,0,0.5);
    /* display: none; */
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
}
.imgbox:hover .mask[data-v-229aaa62]{
    display: block;
}
.deleteIcon[data-v-229aaa62]{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.deleteUnable[data-v-229aaa62]{
    display: none;
}
.iconFont[data-v-229aaa62]{
    font-size: 20px;
    color: #fff;
}



.upload[data-v-07c6762a]{
    width: 100px;
    height: 100px;
    border-radius:3px;
    border: 1px dashed #dddee1;
    line-height: 100px;
    position: relative;
}
.upload[data-v-07c6762a]:hover{
    border: 1px dashed #6236FF;
}
.upload_icon[data-v-07c6762a]{
    margin-left: 40px;
}
.upload_input[data-v-07c6762a]{
    width: 100px;
    height: 100px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.video_box[data-v-07c6762a]{
    width: 150px;
    position:relative;
}
.video[data-v-07c6762a]{
    width:100%;
}
.video_mask[data-v-07c6762a]{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,0.6);
    z-index:2
}
.video_icon[data-v-07c6762a]{
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    color:#fff;
    height:20px;
    display:none;
}
.video_mask:hover .video_icon[data-v-07c6762a]{
    display:inline-block;
}
.video_trash[data-v-07c6762a]{
    left:50px
}
.video_edit[data-v-07c6762a]{
    right:50px;
}
.video_edit_input[data-v-07c6762a]{
    position:absolute;
    right:30px;
    height:40px;
    width:40px;
    opacity:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:3
}


.m-colorPicker[data-v-1c5a3f0e] {
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 14px;
  display: inline-block;
  z-index: 9;
}
.m-colorPicker ul[data-v-1c5a3f0e],
  .m-colorPicker li[data-v-1c5a3f0e],
  .m-colorPicker ol[data-v-1c5a3f0e] {
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-colorPicker input[data-v-1c5a3f0e] {
    display: none;
}
.m-colorPicker .colorBtn[data-v-1c5a3f0e] {
    width: 15px;
    height: 15px;
    border: 1px solid #ACACAC;
}
.m-colorPicker .colorBtn.disabled[data-v-1c5a3f0e] {
    cursor: no-drop;
}
.m-colorPicker .box[data-v-1c5a3f0e] {
    position: absolute;
    left: 18px;
    top: 0;
    width: 190px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    border-radius: 2px;
    margin-top: 2px;
    padding: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.m-colorPicker .box h3[data-v-1c5a3f0e] {
      margin: 0;
      font-size: 14px;
      font-weight: normal;
      margin-top: 10px;
      margin-bottom: 5px;
      line-height: 1;
}
.m-colorPicker .box.open[data-v-1c5a3f0e] {
    display: block;
    opacity: 1;
}
.m-colorPicker .hd[data-v-1c5a3f0e] {
    overflow: hidden;
    line-height: 29px;
}
.m-colorPicker .hd .colorView[data-v-1c5a3f0e] {
      width: 80px;
      height: 30px;
      float: left;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease;
}
.m-colorPicker .hd .defaultColor[data-v-1c5a3f0e] {
      width: 80px;
      float: right;
      text-align: center;
      border: 1px solid #ddd;
      cursor: pointer;
}
.m-colorPicker .tColor li[data-v-1c5a3f0e] {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.m-colorPicker .tColor li[data-v-1c5a3f0e]:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.m-colorPicker .bColor li[data-v-1c5a3f0e] {
    width: 15px;
    display: inline-block;
    margin: 0 2px;
}
.m-colorPicker .bColor li li[data-v-1c5a3f0e] {
      display: block;
      width: 15px;
      height: 15px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      margin: 0;
}
.m-colorPicker .bColor li li[data-v-1c5a3f0e]:hover {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
}
.m-colorPicker .currentStyle[data-v-1c5a3f0e] {
    display: inline-block;
    width: 70px;
    border: 1px solid #ddd;
}
.m-colorPicker input.activeColor[data-v-1c5a3f0e] {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}


/*# sourceMappingURL=app.bcadfc3f79ff.css.map*/