[v-cloak] {
  display: none
}

.displayInlineb {
  display: inline-block !important;
}

.mr15 {
  margin-right: 15px;
}

.mr10 {
  margin-right: 10px;
}

/* 禁止点击 */

.pninterEventsNone {
  pointer-events: none;
}

.pninterEventsAuto {
  pointer-events: auto;
}

.mr5 {
  margin-right: 5px;
}

.mrt23 {
  margin-top: 23px !important;
}

.mrt5 {
  margin-top: 5px;
}

.borderNone {
  border: none !important;
}

.colorRed {
  color: red;
}

.colorGray {
  color: #6d6d6d !important;
}

.fixedBox {
  position: fixed;
  padding-top: 5px;
  padding-right: 10px;
  z-index: 7;
  background: #fff;
}

.fixedBox::before {
  content: "";
  width: 100%;
  display: block;
  height: 22px;
  position: absolute;
  top: -22px;
  /* border-bottom: 1px solid #eee; */
  background: #eff4fa;
  /* left: -10px; */
}

.screenBoxx {
  height: 40px;
  padding: 5px 0 0 30px;
}

.screenBoxx .searchListBtn {
  width: 95px;
  height: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  position: relative;
  text-align: left;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  /* background-color: #eff4fa; */
}

.screenBoxx .searchListBtn.statusSearchBtn {
  width: 185px;
}

.screenBoxx .searchListBtn .btnArrow {
  position: absolute;
  right: 5px;
  top: 12px;
}

.searchBtnBox .resetBtn {
  background: #eee;
  border: 1px solid #a6c2e2;
  color: #6b808e;
  height: 30px;
  width: 52px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.searchBtnBox .searchBtn {
  background: #eee;
  border: 1px solid #5b88ff;
  color: #ffffff;
  height: 30px;
  width: 52px;
  border-radius: 5px;
  /* background: #fff; */
  background-color: #5b88ff;
}

.statusBtn {
  padding: 4px 3px;
  cursor: pointer;
}

.minwidhth350 {
  width: auto;
  min-width: 477px;
}

.mr3 {
  margin: 3px;
}

.displayStyle {
  margin-top: 3px;
}

.displayStyle a {
  font-size: 20px;
}

/* 筛选 */

.ty_frame_right .goods-frame .srSection {
  position: relative;
  top: -2px;
}

.ty_frame_right .goods-frame .srSection .optSection {
  font-weight: bold;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.ty_frame_right .goods-frame .srSection .optSection span {
  font-size: 12px;
}

.ty_frame_right .goods-frame .srSection .optSection span:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ty_frame_right .goods-frame .srSection .scPreset {
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  color: #737373;
}

.ty_frame_right .goods-frame .srSection .scPreset span {
  flex: 1;
  /* margin:0 5px; */
}

.ty_frame_right .goods-frame .srSection .scPreset span:hover {
  color: #ccc;
}

.ty_frame_right .goods-frame .srSection .scCustom h5 {
  position: relative;
  font-size: 12px;
  text-align: left;
  color: #737373;
}

.ty_frame_right .goods-frame .srSection .scCustom input {
  margin: 0 3px;
  /* background: #eee; */
  border: 1px solid #ccc;
}

.ty_frame_right .goods-frame .srSection .scCustom .customInput {
  display: inline-block;
  width: 65px;
  height: 25px;
}

.ty_frame_right .goods-frame .srSection .scCustom .custBtn {
  width: 40px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #5b88ff;
  text-align: center;
  line-height: 25px;
  color: white;
}

.ty_frame_right .goods-frame .srSection .optSection .costSecName {
  flex: 1;
}

.ty_frame_right .goods-frame .srSection .optSection .weightSecName {
  flex: 1;
}

.ty_frame_right .goods-frame .srSection .optSection .salesSecName {
  flex: 1;
}

.ty_frame_right .goods-frame .sectionContent {
  /* display: none; */
  min-width: 300px;
  position: absolute;
  left: -1px;
  background: #fff;
  z-index: 900;
  border: 1px solid #ccc;
  border-top: transparent;
}

.ty_frame_right .goods-frame .sectionContent::before {
  content: "";
  border: 1px solid #fff;
  display: inline-block;
  width: 84px;
  position: absolute;
  top: -1px;
}

.screenBtn {
  background: white;
  border: 1px solid #fff;
}

.screenUl {
  height: 260px;
  left: -450px;
  top: 30px !important;
  width: 91px;
  min-width: 110px;
  background: #21324f;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.screenUl li .screenClass {
  color: #96a7c3;
  height: 45px;
  line-height: 45px;
}

.screenUl li .screenClassTh {
  color: #96a7c3;
  height: 45px;
  line-height: 45px;
}

.screenUl li .screenClassTh:hover,
.screenUl li .screenClassTh:focus {
  background-image: none;
  color: #96a7c3;
  background-color: #21324f;
}

.screenUl li .screenClass:hover,
.screenUl li .screenClass:focus {
  background-image: none;
  text-decoration: none;
  color: white;
  background-color: #324566;
}

.screenDetails {
  padding: 15px 10px 15px 20px;
  position: absolute;
  left: 109px;
  top: -1px;
  background: white;
  width: 600px;
  height: 260px;
  box-shadow: 4px 0px 10px #89a8c7;

}

.screenUl li a.active {
  color: #fff;
  background-color: #324566;
}

.screenDetails li {
  border-bottom: 1px solid #efeeee;
}

.screenDetails li a {
  color: #96a7c3;
  width: 71px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  /* border: 1px solid transparent; */
}
.screenDetails li a.otherName{
  width: 100%; 
  padding-right: 10px;
 
}
.screenItemSPan {
  border: 1px solid transparent;
}

.screenDetails li .screenItemSPan:hover {
  border: 1px solid #7998fe;
  color: #7998fe;
}

/* .screenDetails li .screenItemSPan .otherItem {
  width: 130px;
} */

.screenDetails li span {
  display: inline-block;
  height: 26px;
  margin-top: 11px;
  margin-bottom: 8px;
}

.customInputLeft {
  width: 75px;
  border: 1px solid #ccc;
  border-right: transparent;
  margin-right: -4px;
  height: 28px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  padding-left: 5px;
  margin-left: 12px;
}

.customSplit {
  display: inline-block;
  width: 10px;
  height: 28px;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  outline: none;
}

.customInputRight {
  width: 75px;
  border: 1px solid #ccc;
  height: 28px;
  border-left: transparent;
  margin-left: -5px;
  outline: none;
  padding-left: 5px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.screenOpeaBtn {
  text-align: right;
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.screenOpeaBtn a:nth-child(1) {
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 5px;
}

.screenOpeaBtn a:nth-child(2) {
  /* border: 1px solid #5b88ff; */
  padding: 5px 15px;
  border-radius: 5px;
  /* background-color: #5b88ff; */
  color: white;
}

.screenDetails li .screenOpeaBtn a:nth-child(2):hover {
  border: 1px solid #7998fe;
  color: #fff;
}

/* .screenDetails li .selectItem {
  border: 1px solid #7998fe;
  color: #7998fe;
} */

.waringMsg {
  color: white !important;
  background-color: #ff2967;
  padding: 1px 3px;
}

.ty_frame_right .goods-frame .nowSelected .selectedSpan {
  color: #8f949a;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin: 5px 5px;
}

.ty_frame_right .goods-frame .nowSelected .selectedSpan .delNowSel {
  color: red;
  margin-left: 5px;
}

/* 筛选条件展示栏 */

.ty_frame_right .goods-frame .nowSelected {
  position: relative;
  /* height: 40px; */
  line-height: 100%;
  /* border-bottom: 1px solid #f2f2f2; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* word-break: break-all; */
  white-space: nowrap;
  /* padding: 0 30px; */
  width: auto;
  display: inline-block;
}

.ty_frame_right .goods-frame .nowSelectedBox .arrowRight {
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  /* color: #5b88ff; */
  text-decoration: none;
}

.nowSelectedBox {
  height: 41px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.nowSelectedHide {
  margin: 0 30px;
  overflow: hidden;
}

.ty_frame_right .goods-frame .nowSelectedBox .arrowLeft {
  /* color: #5b88ff; */
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
}

/* 设置标记 setingLabel */

.setingLabel {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #5b81fe !important;
}

.reloadLabel {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 65px;
  font-size: 16px;
  color: #5b81fe !important;
}

.operation .operationUl {
  position: relative;
  /* padding-top: 4px; */
  padding: 0;
  margin: 0;
  padding-left: 11px;
}

.tagsBtn {
  border: 0px;
  background: transparent;
  color: #6d6d6d;
}

.operation .operationUl li {
  list-style: none;
  display: inline-block;
}

.operation .operationUl li a {
  color: #6d6d6d;
  padding: 0 10px;
}

.operationMsg {
  position: absolute;
  top: 38px;
  left: 31px;
  color: red;
  line-height: 20px;
}

.operation .operationUl li::before {
  content: "";
  width: 1px;
  display: block;
  height: 15px;
  position: absolute;
  top: 15px;
  /* border-bottom: 1px solid #eee; */
  background: #0074ff;
  z-index: 1;
  /* left: -10px; */
}

/* .operation .operationUl li:nth-child(3)::before {
  content: '';
  width: 0px;
} */

.operation .operationUl .tagsBatchUl li:nth-child(1)::before,
.operation .operationUl .tagsBatchUl li:nth-child(3)::before {
  content: "";
  width: 0px;
}

.operation .operationUl .tagsBatchUl li:nth-child(2)::before {
  top: 18px;
}

.operation .operationUl li:nth-child(1)::before {
  content: "";
  width: 0px;
}

/* 搜索 */

.ty_frame_right .goods-frame .searchScreen {
  float: right;
  margin-top: 4px;
  position: relative;
  min-width: 230px;
  margin-right: 10px;
  flex: 1;
}

.ty_frame_right .goods-frame .searchScreen .sinputBox {
  position: relative;
}

.ty_frame_right .goods-frame .searchScreen .sinput {
  padding-left: 21px;
  padding-right: 30px;
  margin: 0px;
  height: 28px;
}

.ty_frame_right .goods-frame .searchScreen .mateSel {
  position: absolute;
  top: 6px;
  /* color: #5b88ff; */
  left: 5px;
  cursor: pointer;
  font-size: 16px;
}

.ty_frame_right .goods-frame .searchScreen .searchIcon {
  position: absolute;
  /* background: #5b88ff; */
  right: 0;
  width: 30px;
  text-align: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 93%;
  line-height: 28px;
  padding: 0 4px;
  border-left: 1px solid #f2f2f2;
  color: #fff;
  cursor: pointer;
}

.editshop-btn {
  /* position: absolute; */
  display: inline-block;
}

/* 刷新 */

/* --->common.css ---> 533 */

.refreshPage {
  /* animation: refresh 1s 1; */
  /* animation-fill-mode: both; */
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  /* box-shadow: 0px 0px 10px #5b88ff; */
  text-align: center;
  border-radius: 50%;
  /* background: #5b88ff; */
  position: relative;
  /* top: 3px; */
  right: 15px;
  color: white;
  cursor: pointer;
}

.defalutBtn {
  width: 100px;
  height: 30px;
  line-height: 28px;
  /* background-color: #5b88ff; */
  color: #fff;
  /* border: 1px solid #5b88ff; */
  border-radius: 2px;
}
.same-product{
  color:#333;
  background-color: #fff!important;
  border: 1px solid #e4eaec!important;
}
.w-80{
  width:80px;
}
/* .displaySel:link {
  color: #5b88ff;
} */

.operationBtn {
  margin-left: 25px;
  border: 0px;
  background: transparent;
  color: #6d6d6d;
}

.operationBtn::before {
  content: "";
  width: 1px;
  display: block;
  height: 15px;
  position: absolute;
  top: 15px;
  /* border-bottom: 1px solid #eee; */
  background: #0074ff;
  left: 123px;
}

.arrowOpeation {
  position: relative;
  top: 1px;
}

.batchUl {
  top: 40px;
  left: 10px;
}

.goodsTags {
  top: 40px;
  /* left: 158px; */
}

.goodsGroup {
  top: 40px;
  /* left: 258px; */
}

/* 顶部页码跳转 */

.lastPagingBtn {
  font-size: 18px;
  padding-right: 10px;
}

.nextPagingBtn {
  font-size: 18px;
  padding-left: 10px;
}

#esells-datapick .detec-btn{
  cursor: pointer;
  color: #5b81fe;
}
/* 饿了么Ui样式重置 */
#esells-datapick .el-range-editor--small.el-input__inner{height: 30px;}
#esells-datapick .el-date-editor--daterange.el-input__inner{
  width: 230px;
}