
.publish-search {
  padding: 20px 0 8px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.publish-search .pb-button {
  background: #3c7ee5;
  color: #fff;
  border-color: #3c7ee5;
  margin-left: 10px;
}

.publish-search .pb-button:hover {
  background: #3c7ee5;
  border-color: #3c7ee5;
}

.publish-search .pb-button:hover span {
  color: #fff;
}

.publish-search .pb-button.reset {
  background: #fff;
  color: #3c7ee5;
  margin-left: 0;
  margin-left: 10px;
}

.publish-search .pb-button.reset:hover {
  background: #3c7ee5;
}

.publish-search .pb-button.reset:hover span {
  color: #fff;
}

.el-table thead {
  color: #3c7ee5;
  font-weight: 500;
}

.publish-table-list .el-table th {
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #f4f9ff;
  color: #3c7ee5;
  text-align: center;
  font-weight: 500;
}
.publish-table-list p a{
  color: #358af7;
}
.flow-common-wrap .item {
  float: left;
  width: 277px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #72b2ff;
  text-align: center;
  position: relative;
}

.flow-common-wrap .item.on {
  background: #ff8e66;
}

.flow-common-wrap .item.on+.last:before {
  border-left-color: #ff8e66;
}

.flow-common-wrap .tri-item {
  float: left;
  width: 30px;
  height: 40px;
  position: relative;
}

.flow-common-wrap .tri-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #ff8e66;
  border-bottom: 20px solid transparent;
  background: transparent;
}

.flow-common-wrap .tri-item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #ff8e66;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #ff8e66;
  background: transparent;
}

.flow-common-wrap .tri-item.last:after {
  border-top-color: #72b2ff;
  border-bottom-color: #72b2ff;
}

.flow-common-wrap .tri-item.last:before {
  border-left-color: #72b2ff;
}

.publish-flow {
  margin: 30px 0;
}


.publish-brand-bread {
  background: #f5f5f5;
  margin: 20px auto;
  margin-bottom: 0;
}

.el-checkbox__inner {
  border-color: #ccc;
}



.publish-brand-banner {
  width: 100%;
  height: 200px;
  background: url("../../../img/publish_banner_02.png") no-repeat center center;
  background-size: cover;
}

.pb-publish {
  margin-bottom: 40px;
}

.pb-publish-center {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 38px;
  padding-bottom: 20px;
}

.pb-publish-rule {
  margin-top: 30px;
}

.pb-publish-rule p {
  color: #808080;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.pb-publish-rule p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #3c7ee5;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.pb-publish-rule p i {
  color: #4c4c4c;
  font-size: 14px;
  font-style: normal;
}

.pb-el-dialog .el-dialog {
  border-radius: 5px;
}

.pb-el-dialog .el-dialog__header {
  padding: 17px;
  background: #5c91e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pb-el-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
}

.pb-el-dialog .el-dialog__header .el-dialog__close {
  color: #fff;
  font-size: 24px;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image {
  width: 150px;
  height: 150px;
  line-height: 146px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image img {
  max-width: 100%;
  max-height: 150px;
  display: inline-block;
  vertical-align: middle;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .el-upload__text {
  height: 150px;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .avatar-uploader-icon {
  width: 148px;
  height: 50px;
  line-height: 50px;
  vertical-align: text-bottom;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .pb-icon {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: 80px;
  height: 70px;
  background-image: url("../../../img/upload_big.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .pb-click-upload {
  line-height: normal;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #358af7;
  line-height: 20px;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .pb-image-tips {
  line-height: normal;
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .avatar-uploader .el-upload {
  border: none;
}

.publish-brand .pb-el-dialog .pb-dialog-el-row .pb-default-image .avatar-uploader .el-upload:hover {
  border: none;
}

.publish-table-operate {
  padding-top: 20px;
  margin-top: 20px;
  background: #fff;
}

.publish-table-operate.publish-bar-fixed {
  position: fixed;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 -1px 6px #ebeef5;
}

.publish-table-operate .el-form-item,
.publish-table-operate .selected-info {
  margin-bottom: 20px;
}

.publish-table-operate .operate-select {
  width: 60px;
  text-align: center;
}

.publish-table-operate .operate-info {
  width: 650px;
}

.publish-table-operate .operate-info .el-input-number {
  width: 145px;
}

.publish-table-operate .operate-info .el-input-number .el-input {
  width: 145px;
  margin-right: 14px;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner {
  text-align: left;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner::-webkit-input-placeholder {
  color: #c8c8c8;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner::-moz-placeholder {
  color: #c8c8c8;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner:-ms-input-placeholder {
  color: #c8c8c8;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner::-ms-input-placeholder {
  color: #c8c8c8;
}

.publish-table-operate .operate-info .el-input-number .el-input .el-input__inner::placeholder {
  color: #c8c8c8;
}

.publish-table-operate .publish-btn {
  margin: 20px;
}

.publish-table-operate .publish-btn .large-btn {
  width: 140px;
  height: 40px;
}

.pb-change-image {
  background: #fff;
  color: #999999;
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  margin-top: 5px;
}

.scope-price-p{
  margin-left: 32px;
  font-size: 12px;
  text-align: left;
}

.pb-dialog-el-row .pb-default-btn {
  background: #fff;
  color: #3c7ee5;
  border: 1px solid #3c7ee5;
  padding: 8px 20px;
  margin: 0 auto;
}
.up-image-tip {
  line-height: 48px;
}

.empty-warpper {
  height: 360px;
  padding: 0;
  padding-top: 100px;
}
.empty-warpper img{
  width: 100px;
  display: block;
  margin: 0 auto;
}
.empty-warpper p{
  display: block;
  margin-top: 20px;
  color: #9b9b9b;
  font-size: 14px;
}


.publish-brand .publish-btn .el-button {
  background: #E6A23C;
  border-color: #E6A23C;
  font-size: 16px;
}
.publish-brand .publish-btn .el-button span{
  color: #fff;
}