/*公用样式*/

.bg {
  font-family: "Microsoft Yahei";
}

#haixiang {
  margin: 0;
  padding: 0;
}

.pull-left {
  float: left;
}


.pull-right {
  float: right;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
  vertical-align: top;
}

.display-middle-block {
  display: inline-block;
  vertical-align: middle;
}

.overflow-hidden {
  overflow: hidden;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font-bloder {
  font-weight: bolder;
}

.font-weight {
  font-weight: 600;
}

.clear {
  clear: both;
}

.red {
  color: red;
}
.Orange {
  color: #FF9E21 !important;
}

.green {
  color: #27a841;
}
.blueColor {
  color: #2d8cf0;
}
.top-10 {
  margin-top: 10px;
}
.top-20 {
  margin-top: 20px;
}

.top-25 {
  margin-top: 25px;
}

.top-5 {
  margin-top: 5px;
}

.bottom-5 {
  margin-bottom: 5px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.bottom-10 {
  margin-bottom: 10px;
}

.bottom-16 {
  margin-bottom: 16px;
}

.bottom-80 {
  margin-bottom: 80px;
}

.right-5 {
  margin-right: 5px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-top-5 {
    margin-top: 5px;
}
.margin-top-8 {
  margin-top: 8px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-16 {
  margin-top: 16px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-left: 30px;
}
.margin-left-60 {
  margin-left: 60px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-right-5 {
  margin-right: 5px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.width150 {
  width: 150px;
}

.width110 {
  width: 110px;
}

.width100 {
  width: 100px;
}

.width70 {
  width: 70px;
}
.width85 {
  width: 85px;
}

.margin-5 {
  margin: 5px;
}

.ellipsis-3 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ellipsis-2 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis-1 {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.word-break {
  word-break: break-all;
}

.overflowAuto {
  max-height: 530px;
  overflow: auto;
}

.font-size-0 {
  font-size: 0;
}

.ps-span {
  color: red;
  font-size: 12px;
  margin: 5px;
}

.overflow-dot{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*以上为公用模块*/

.header {
  background-color: #ffffff;
  color: #fff;
  font-size: 12px;
  height: 40px;
  position: fixed;
  /* z-index: 901; */
  z-index: 999;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #e4e5ee;
}

.header-ul {
  overflow: hidden;
  margin-left: 200px;
}

.header-ul li {
  float: left;
  color: #fff;
  padding: 0 15px;
}

.tab-line {
  display: inline-block;
  vertical-align: top;
}

.tab-line ul {
  display: inline-block;
}

.tab-line ul .menu-li {
  font-size: 12px;
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  height: 50px;
}

.tab-line ul .menu-li:hover {
  color: #4792e0;
  background-color: #fff;
}

.tab-line ul .menu-li.active {
  color: #4792e0;
  background-color: #fff;
}

.tab-line .menu-hover {
  top: 49px;
  left: 0;
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
  color: #333;
  box-shadow: 0 5px 16px hsla(0, 0%, 7%, 0.18);
  width: 240px;
  text-align: left;
  max-height: 530px;
  overflow: auto;
}

.tab-line .menu-div {
  margin: 5px;
}

.tab-line .menu-hover-title {
  margin-left: 5px;
  font-weight: bold;
}

.tab-line .menu-hover-content {
  padding-left: 21px;
}

.tab-line .menu-hover-content span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 3px 0;
}

.tab-line .menu-hover-content span:hover {
  display: inline-block;
  background-color: #b9d5f3;
}

.tab-line .menu-hover-content span.active {
  display: inline-block;
  color: #2d8cf0;
}

/*左侧菜单*/

.nav {
  width: 180px;
  background-color: #42485b;
  padding-top: 50px;
}

/*伸缩的*/

.sidebar.hide-content {
  overflow-y: inherit;
}

.nav.hide-content {
  width: 30px;
}

.nav.hide-content .sub-menu {
  display: none !important;
}

.nav .menu-content {
  display: inline-block;
}

.nav.hide-content .menu-content {
  display: none;
}

.nav-a {
  cursor: pointer;
  color: #fff;
}

.nav-a.active {
  color: #2d8cf0 !important;
}

.sub-nav {
  float: left;
  display: none;
  cursor: pointer;
}

.sub-nav li a {
  color: #fff;
}

.sub-nav.active {
  display: block;
}

.container {
  height: 100%;
  padding-left: 60px;
  padding-top: 85px;
}
/* 移动端适配 */
@media screen and (max-width: 768px) {
  .container {
    padding-top: 45px;
  }
}
.container.hide-content {
  margin-left: 30px;
}

.content {
  background: #fff;
  margin: 0 8px 8px 12px;
}

.content-in {
  margin-top: 8px;
  background: #fff;
}

.username {
  color: #fff;
}

.username .qq {
  font-size: 12px;
}

.fontSize12 {
  font-size: 12px !important;
}

.publik-title-div {
  background-color: #f2f5f7;
  font-size: 14px;
  border: 1px solid #d9dadc;
  overflow: hidden;
  margin-bottom: 5px;
}

.publik-title-div .text {
  float: right;
  width: 200px;
  height: 32px;
  border: 1px solid #dddee1;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.public-modal-div .text {
  width: 200px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.public-modal-div .text:hover,
.publik-title-div .text:hover {
  border: 1px solid rgb(45, 140, 240);
}

.public-modal-div .text input,
.publik-title-div .text input {
  border: none;
  width: 150px;
  height: 30px;
  text-indent: 5px;
}

.public-modal-div .text i,
.publik-title-div .text i {
  margin-left: 5px;
  font-size: 16px;
  vertical-align: middle;
  line-height: normal;
  cursor: pointer;
}

.publik-title-div .button-right {
  float: right;
  margin: 5px;
}

.publik-title-div .input-left {
  float: left;
  margin-left: 5px;
}

.publik-title-div .select-div {
  display: inline-block;
  margin: 5px 0 5px 5px;
}

.publik-title-div .select-right {
  overflow: hidden;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  float: right;
}

.tab-right {
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px auto auto;
}

.help {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}

.help span {
  cursor: pointer;
}

.user-modal {
  text-align: center;
  padding: 10px 0;
}

.user-modal .name {
  color: #232323;
  font-size: 16px;
}

.user-modal .role {
  color: #4792e0;
  font-size: 14px;
}

.cursor {
  cursor: pointer;
}

.cursor:hover {
  color: #4a95df;
}

.table-style {
  margin: 0.5%;
  padding: 10px;
  background-color: #fff;
}

/* 分页样式 */

.pageBtn {
  width: 45%;
  float: left;
}

.pageDiv {
  width: 55%;
  float: right;
}

.page-style {
  text-align: right;
  margin-right: 10px;
  margin-top: 10px;
}
.page-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);
  padding: 8px;
  border-radius: 2px;
  z-index: 9;
}
.selectedPageDiv {
  line-height: 25px;
  margin-right: 20px;
}

.title-div {
  background-color: #e9d5c1;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px;
}

/*订单详情中*/

.icon-style {
  float: right;
  font-size: 16px;
  cursor: pointer;
  line-height: 34px !important;
  margin-right: 10px;
  line-height: 34px;
}

.icon-style:hover {
  color: #4a95df;
}

.details-publik-title-div {
  background-color: #f2f5f7;
  height: 36px;
  color: #407abd;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  font-size: 14px;
}

.details-publik-title-div-span {
  margin-left: 10px;
  line-height: 34px;
}

.details-publik-title-div-icon {
  margin-right: 10px;
  line-height: 34px;
}

.details-publik-title-div .export-in {
  margin: 5px;
}

.public-table {
  width: 100%;
  border-collapse: collapse;
}

.public-table-td {
  background-color: #f2f5f7;
}

.public-table-input {
  padding: 5px;
  width: 300px;
}

.public-table tr td {
  border: 1px solid #ccc;
}

.public-td-col {
  padding: 8px;
  display: inline-block;
}

.mandatory {
  color: red;
}

.colorGreen {
  color: green;
}

.texthidden {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

/*tab切换*/

.tabs {
  font-size: 0;
  border-bottom: 1px solid #e9eaec;
}

.tabs > a {
  font-size: 16px;
  margin-right: 15px;
  padding: 5px 0px;
  display: inline-block;
  cursor: pointer;
}

.tabs > a label {
  cursor: pointer;
}

.tabs > a.selected {
  /* background-color: #1890FF; */
  /* color: #fff; */
  margin-bottom: -1px;
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}

.iconfont {
  font-size: 18px !important;
}

/*仓库sku*/

.sku-content {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}

.sku-content > div {
  float: left;
}

.sku-content .sku-left {
  width: 15%;
}

.sku-left img {
  width: 100%;
  height: 200px;
  border: 1px solid #e9eaec;
}

.sku-content .sku-right {
  width: 84%;
  margin-left: 1%;
}

.sku-right table {
  width: 100%;
  border: 1px solid #e9eaec;
  text-indent: 5px;
  border-collapse: collapse;
  height: 200px;
  /*margin-left: 10px;*/
}

.sku-right table tr {
  height: 40px;
  border: 1px solid #e9eaec;
}

.sku-right table td {
  border: 1px solid #e9eaec;
}

.sku-bottom {
  max-height: 350px;
  overflow: auto;
}

.sku-bottom table {
  width: 100%;
  border-collapse: collapse;
}

.sku-bottom table th {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}

.sku-bottom table td {
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e9eaec;
  text-align: center;
  height: 30px;
}

.sku-bottom table td,
.sku-bottom table th {
  border: 1px solid #e9eaec;
}

/*table fixed公用样式*/

.data-ul {
  width: 100%;
  overflow-y: scroll;
}

.data-ul table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.data-ul table th {
  height: 30px;
  overflow: hidden;
  background-color: #f8f8f9;
  padding: 8px;
  font-size: 14px;
  word-wrap: break-word;
}

.data-ul table td {
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  padding: 8px;
  word-wrap: break-word;
}

.data-ul table td,
.data-ul table th {
  border: 1px solid #e9eaec;
}

/* .data-ul tr:nth-child(even) {
    background-color: #f8f8f9;
}

.data-ul tr:nth-child(odd) {
    background-color: #fff;
} */

.data-ul table tr:hover {
  /* background-color: #e6e4e4; */
}

.overflow-auto {
  overflow: auto;
  width: 100%;
}

.overflow-auto::-webkit-scrollbar {
  display: none;
}

.tableTr {
  position: fixed;
  top: 98px;
  display: table;
  z-index: 100;
}

.panelContent {
  margin: 10px 5px 0 5px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

/*
	多行文本溢出
 */

.mult_line_ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 130px;
}

/*自己定义的table公用样式*/

.data-ul1 {
  margin-top: 10px;
  overflow: auto;
}

.data-ul1 table {
  width: 100%;
  border-collapse: collapse;
}

.data-ul1 table th {
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background: #fafafa;
  padding: 8px;
}

.data-ul1 table td {
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 8px;
}

.data-ul1 table td,
.data-ul1 table th {
  border: 1px solid #f0f0f0;
}

.data-ul1 tr:nth-child(even) {
  background-color: #fff;
}

.data-ul1 tr:nth-child(odd) {
  /* background-color: #f8f8f9; */
}

.data-ul1 table tr:hover {
	background-color: #f5f7fa;
}

/*关闭样式*/

.form-button {
  margin-top: 50px;
}

/*查看更多/点击有详情时*/

.look-more {
  color: #2d8cf0;
  cursor: pointer;
}

/*iview中•••的样式乱码问题*/

.ivu-page-item-jump-next::after,
.ivu-page-item-jump-prev::after {
  content: "\2022\2022\2022";
}

.ivu-page-item-jump-next:after,
.ivu-page-item-jump-prev:after {
  content: "\2022\2022\2022";
}

/*iview中dropdown下拉太长问题*/

.ivu-dropdown .ivu-select-dropdown {
  overflow: auto !important;
  max-height: 500px !important;
}

.ivu-dropdown-item:hover {
  background-color: #ecf5ff !important;
  color: #66b1ff;
}

/*公用图片格式*/

.product-img {
  width: 50px;
  height: 50px;
}

.product-img-div {
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  box-sizing: content-box;
}

/*头部固定样式1*/

.head-fixed-table1 {
}

.head-fixed-table1 table {
  border-collapse: collapse;
  border-left: 1px solid #f0f0f0;
  
}

.head-fixed-table1 tbody {
  display: block;
  overflow-y: scroll;
}

.head-fixed-table1 table thead,
.head-fixed-table1 tfoot,
.head-fixed-table1 tbody tr {
  display: table;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.head-fixed-table1 thead tr th {
  background-color: #fafafa;
}

.head-fixed-table1 thead tr th,
.head-fixed-table1 tbody tr td {
  padding: 8px;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  word-break: break-all;
  vertical-align: top;
}

.head-fixed-table1 table thead,
.head-fixed-table1 tfoot {
  width: calc(100% - 6px);
  border-top: 1px solid #e9eaec;
}

.head-fixed-table1 tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.head-fixed-table1 tbody tr:nth-child(odd) {
  background-color: #fff;
}

.head-fixed-table1 tbody tr:hover {
  background-color: #f3f9ff;
}

/*头部固定样式1*/

.file-title {
  display: inline-block;
  vertical-align: middle;
}

.file-btn {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #1e88c7;
  border-radius: 4px;
  overflow: hidden;
  color: #1e88c7;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

.file {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.file-title1 {
  display: inline-block;
  vertical-align: middle;
}

.file-btn1 {
  position: relative;
  display: inline-block;
  background: #2d8cf0;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  padding: 5px;
}

.file1 {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/*单选图片样式*/

.logic {
  display: inline-block;
  vertical-align: middle;
}

.logic-size {
  width: 80px;
  height: 51px;
  margin-right: 10px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
}

.logic-size.selected {
  border: 1px solid #ed4014;
}

/*错误提示样式*/

.public-td-error {
  color: #ed4014;
  display: inline-block;
}

/*首页样式*/

.home-title {
  line-height: 30px;
  background-color: #ddd;
  text-indent: 12px;
  font-weight: bold;
  color: #0f8de9;
}

.home-bg {
  background-color: #fff;
  border: 1px solid #ddd;
}

.left-content {
  margin-bottom: 10px;
  width: 100%;
  display: grid;
}

.left-middle-content {
}

.left-middle-block {
  display: inline-block;
  width: 50%;
  float: left;
}

/*浮动突出样式*/

.fudong {
  position: absolute;
  top: 9%;
  right: 9%;
  z-index: 9;
  transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  color: rgba(199, 33, 147, 0.43);
  font-size: 16px;
}

.sys {
  color: #1b9301;
  word-break: break-all;
}

/* 详情页面样式 */

.details50DIv {
  width: 50%;
  float: left;
  /* border: 1px solid #ccc; */
  border-collapse: collapse;
  position: relative;
  box-sizing: border-box;
}

.details50DIv:nth-child(odd) {
  margin-bottom: -1px;
  box-sizing: border-box;
}

.details50DIv:nth-child(even) {
  margin-bottom: -1px;
  box-sizing: border-box;
  margin-left: -1px;
}

.details50DIv:nth-last-child(2) {
  margin-bottom: 0px;
}

.details50DIv:last-child {
  margin-bottom: 0px;
  margin-top: -1px;
}

.details50LeftDiv {
  width: 20%;
  background-color: #f2f5f7;
  border-collapse: collapse;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  text-align: right;
  position: absolute;
  bottom: 0px;
  top: 0px;
}

.details50RightDiv {
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: 0px;
  margin-left: 20%;
}

.details100DIv {
  width: 100%;
  float: left;
  /* overflow: hidden; */
  position: relative;
}

.details100LeftDiv {
  width: 10%;
  background-color: #f2f5f7;
  border: 1px solid #ccc;
  border-right: 0px;
  border-bottom: 0px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  top: 0px;
}

.details100RightDiv {
  border: 1px solid #ccc;
  margin-left: -1px;
  border-bottom: 0px;
  margin-left: 10%;
}

.details100centerDiv {
  height: calc(50% - 17px);
}

.mytabs {
  font-size: 0;
  min-height: 40px;
  display: inline-block;
  vertical-align: top;
}

.mytabs > a {
  font-size: 12px;
  margin-right: -1px;
  border: 1px solid #2d8cf0;
  padding: 6px 16px;
  display: inline-block;
  background-color: #ffff;
  color: #000;
}

.mytabs > a.selected {
  border: 1px solid #2d8cf0;
  background-color: #2d8cf0;
  color: #fff;
  margin-bottom: -1px;
}

.mytabs1 {
  font-size: 0;
  min-height: 40px;
  display: inline-block;
  vertical-align: top;
}

.mytabs1 > a {
  font-size: 12px;
  margin-right: -1px;
  border: 1px solid #2d8cf0;
  padding: 6px 10px;
  display: inline-block;
  background-color: #ffff;
  color: #000;
}

.mytabs1 > a.selected {
  color: #2d8cf0;
  margin-bottom: -1px;
}

.mytabs > a.selected[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}

.select-div .ivu-select-dropdown {
  position: fixed !important;
}

.pull-right .ivu-select-dropdown {
  position: fixed !important;
}

/* .head-fixed-table .ivu-select-dropdown {
    position: fixed !important;
}
 */
.ivu-select-dropdown {
  /* z-index: 9999 !important; */
}

.shu {
  width: 3px;
  height: 20px;
  background: #4792e0;
}

.shuTitle {
  font-size: 16px;
  margin-left: 10px;
  line-height: 20px;
}

/* 搜索样式 */

.searchDiv {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 200px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.searchIcon {
  width: 35px;
  height: 35px;
  background: #1890ff;
  color: #fff;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.searchInput {
  border: none;
  height: 35px;
  width: 163px;
  text-indent: 5px;
}

.searchInput::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
  text-indent: 5px;
}

.searchInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  text-indent: 5px;
}

.searchInput::placeholder {
  color: #ccc;
  text-indent: 5px;
}

.titleIcon {
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.public-header-select-div {
  float: left;
}

.ivu-form .ivu-form-item-label {
  font-size: 14px !important;
}

.ivu-form-item-content {
  font-size: 14px !important;
}

.contentDiv {
  font-size: 14px;
}

/* 详情 */

.content1 {
  border-top: 2px dashed #ccc;
  padding-top: 20px;
}

.content2 {
  border-top: 2px dashed #ccc;
  padding-top: 20px;
}

.formDiv {
  width: 450px;
  float: left;
}

/* 表格列表滚动条 */
.head-fixed-table tbody {
  
}
.head-fixed-table tbody::-webkit-scrollbar,
.head-fixed-table1 tbody::-webkit-scrollbar,
::-webkit-scrollbar {
  
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

.head-fixed-table tbody::-webkit-scrollbar-thumb,
.head-fixed-table1 tbody::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #ccc;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); */
}

.head-fixed-table tbody::-webkit-scrollbar-track,
.head-fixed-table1 tbody::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}
.data-ul {
 
}
.data-ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.data-ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #ccc;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); */
}

.data-ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.platformMore {
  
}

.platformMore::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.platformMore::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #ccc;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); */
}

.platformMore::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.t_r_content {
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
}
.t_r_content::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

.t_r_content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 1px;
  background-color: #ccc;
}

.t_r_content::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

* {
  /* scrollbar-color: #ededed #ededed; /* 滑块颜色  滚动条背景颜色 
  scrollbar-width: thin; 滚动条宽度有三种：thin、auto、none */
}

.inventoryTitleDiv {
  height: 48px;
  line-height: 48px;
  background: #fafafa;
  border-radius: 3px;
  text-indent: 27px;
}

.modalTitle {
  height: 48px;
  line-height: 48px;
  background: #fafafa;
  border-radius: 3px;
  border-bottom: 1px solid #f0f0f0;
}

/* 状态颜色值 */
.solve-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.solve-circle.through {
  background: #52c41a;
}

.solve-circle.refused {
  background: #ff4d4f;
}

.solve-circle.waiting {
  background: #faad14;
}

.solve-circle.shelves {
  background: #bababa;
}

.solve-circle.toSubmit {
  background: #1890ff;
}

.solve-circle.confirm {
  background: #9318ff;
}

/* 通过 */

.through {
  width: 8px;
  height: 8px;
  background: #52c41a;
  border-radius: 50%;
}

.throughTilte {
  color: #52c41a;
}

/* 拒绝 */

.refused {
  width: 8px;
  height: 8px;
  background: #ff4d4f;
  border-radius: 50%;
}

.refusedTilte {
  color: #ff4d4f;
}

/* 等待 */

.waiting {
  width: 8px;
  height: 8px;
  background: #faad14;
  border-radius: 50%;
}

.waitingTilte {
  color: #faad14;
}

/* 下架 */

.shelves {
  width: 8px;
  height: 8px;
  background: #bababa;
  border-radius: 50%;
}

.shelvesTilte {
  color: #bababa;
}

.toSubmit {
  width: 8px;
  height: 8px;
  background: #1890ff;
  border-radius: 50%;
}

.toSubmitTilte {
  color: #1890ff;
}

/*待提交*/

.statusDIv {
  width: 70px;
  margin: 0 auto;
}

.width50 {
  width: 48%;
}
.width55 {
  width: 55%;
}
.width45 {
  width: 45%;
}
.font14 {
  font-size: 14px;
}

/*下拉选择公共样式--开始*/

.drop-down {
  display: inline-block;
  border: 1px solid #d9d9d9;
  height: 28px;
  vertical-align: top;
  font-size: 0;
}

.drop-down a {
  font-size: 14px;
  color: #666666;
}

.drop-choose {
  background: #fafafa;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  font-size: 14px;
  border-right: 1px solid #d9d9d9;
}

.drop-input {
  background-color: #fff;
  border: none;
  height: 100%;
  font-size: 14px;
  padding: 0 14px;
}
.drop-input[disabled] {
  background-color: #cbc6c62b;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}

.drop-input:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid red;
}

/*下拉选择公共样式--结束*/

/*加载的样式*/

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #2d8cf0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-spin {
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 13%);
  position: fixed;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding-top: 15%;
}



.loading-div {
  width: 100%;
  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;
  position: absolute;
  top: 60px;
}

.loading-color {
  color: #2196f3;
}

.vxe-loading-div {
  width: 100%;
  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;
}

.vxe-loading-color {
  color: #2196f3;
}


/* 采购出运详情样式 */
.informationBg {
  background: #fafafa;
  border-radius: 2px;
  padding: 10px;
  margin-top: 10px;
}

.totalDivPar {
  width: 20%;
}

.totalDiv {
  height: 40px;
  text-align: center;
  border: 1px solid #f0f0f0;
  width: 50%;
  line-height: 40px;
  font-size: 14px;
}

.totalDivTitle {
  background: #fafafa;
}

/* 审核记录样式 */
.withDiv {
  background: #fafafa;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 12px;
}

.withTitle {
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
  width: 120px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.withUser {
  border-left: 1px solid #f0f0f0;
  font-size: 16px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 36px;
  width: calc(100% - 192px);
}

/* 列表排序样式 */
.sort {
  cursor: pointer;
}

.sort.choosed {
  color: #ff4200;
}

.sort-span {
  position: absolute;
  top: 35%;
  right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
}

.sort-p {
  line-height: 6px;
}

/* 批导结果样式 */
.label1 {
  font-size: 14px;
  color: #1890ff;
}

.label2 {
  font-size: 14px;
  color: #ff4d4f;
}

.label3 {
  font-size: 12px;
  color: #ff4d4f;
  margin-top: 12px;
}

.result-export {
  margin-top: 24px;
}

.result-export a {
  border: 1px solid;
  color: #fff;
  background: #1890ff;
  padding: 8px 35px;
}
/* 复制样式 */
.flexDiv {
  display: flex;
  overflow: hidden;
}
.flexDiv:hover .copyIcon {
  display: block;
}
.copyIcon {
  width: 16px;
  display: none;
  cursor: pointer;
}
.copyIcon:hover {
  color: red;
}
.copyText {
  max-width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.multipleDiv {
  height: 170px;
  overflow-y: auto;
  position: relative;
}
.multiple-message {
  width: 232px;
  height: 150px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  padding: 5px;
}
.multiple-jishu {
  position: absolute;
  bottom: 0;
  right: 6px;
  color: #bababa;
  font-size: 12px;
  z-index: 100;
}
.multipleBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.jh-selected-result {
  margin-top: 10px;
}
.jh-selected-result-item {
  max-width: 600px;
  overflow: hidden;
  display: inline-flex;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #4e535c;
  border-radius: 4px;
  border: 1px solid #1890ff;
  background-color: #f6f9ff;
  padding: 0 5px;
}
.closeIcon {
  font-size: 12px;
  color: #888;
  width: 12px;
  height: 12px;
  margin-top: -1px;
  margin-left: 6px;
  cursor: pointer;
}
.closeIcon:hover {
  color: red;
}

.preserve-spaces {
  white-space: pre;
}