html {
  font-size: 12px;
  box-sizing: border-box;
}

.inner-grid > .row {
  margin-right: 0;
  margin-left: 0;
}

.container .row {
  margin-right: 0;
  margin-left: 0;
}

.laypage_main {
  text-align: center !important;
}

.order-msg > div {
  margin-bottom: 4px;
}

.lists .btn {
  border-radius: 0;
}

/*左边样式*/
.con-left-side {
  padding-left: 0;
  padding-right: 0;
}

.con-left-side > .leftMeun {
  position: static;
  width: 100%;
}

.l-side .leftMeun {
  position: static;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.leftMeun #logoDiv h3 {
  margin: 0;
  padding-left: 10px;
  line-height: 44px;
}

.leftMeun ul.menu-section li {
  height: 24px;
  line-height: 24px;
  float: left;
  width: 46%;
  text-align: left;
}

.leftMeun ul.menu-section {
  margin: 0 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.order-query-div {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

.order-query-div2 {
  margin-top: 15px;
  padding-right: 0;
}

.more-search-con {
  margin-bottom: 15px;
  display: none;
}

.more-search-con > div {
  padding-left: 0;
  padding-right: 0;
}

.more-search-con .form-control {
  color: #666;
  border-radius: 0;
}

.more-search-con .form-group {
  margin: 0 0 10px 0;
}

.more-search-con .group-left {
  line-height: 34px;
  color: #333;
  display: inline-block;
  width: 62px;
  vertical-align: middle;
}

.more-search-con .group-right {
  width: 60%;
  width: -webkit-calc(100% - 66px);
  width: -moz-calc(100% - 66px);
  width: calc(100% - 66px);
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.order-title1 {
  padding-left: 0;
  padding-right: 0;
}

.order-query-search input, .order-query-search select {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0;
}

.order-search-input {
  width: 150px;
  /*padding: 12px 10px;*/
}

.order-submit, .order-search-input {
  vertical-align: middle;
}

.order-submit {
  text-align: center;
  border-radius: 0;
  border: 1px solid #2e6da4;
  font-size: 12px;
  line-height: 20px;
}

.reservation-con {
  position: relative;
}

#reservation {
  background: #fff;
}

.reservation-con .reservation-empty {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 3px;
  cursor: pointer;
}

.order-price-group .form-control,
.order-time-group .form-control {
  width: 45%;
  width: -webkit-calc(50% - 6px);
  width: -moz-calc(50% - 6px);
  width: calc(50% - 6px);
  display: inline-block;
}

.form-group .form-control {
  color: #333;
}

.order-query-title {
  background: #f5f5f5;
  line-height: 38px;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.con-left-side {
  margin-bottom: 15px;
}

/*未登录=>发送验证码*/
.vcode {
  width: 110px;
}

.send-vcode {
  border: 1px solid #9f9f9f;
  line-height: 20px;
  border-radius: 0;
  font-size: 12px;
}

/*内容区*/
.lists {
  min-height: 500px;
  margin-top: 15px;
}

.goods-name {
  word-break: break-all;
}

.login-notice {
  line-height: 30px;
  border: 1px solid #f0ad4e;
  margin-bottom: 10px;
  padding: 0 15px;
}

.login-notice i {
  font-size: 14px;
  color: #8a6d3b;
}

.order-div {
  border: 1px solid #21A2FF;
  margin: 0 0 10px 0;
}

.order-div:last-child {
  margin-bottom: 0;
}

.order-div:hover {
  border-color: #3D5C99;
  box-shadow: 0 0 0 1px #3D5C99;
}

.order-title {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  height: 38px;
  line-height: 34px;
  margin: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.order-title span {
  margin-right: 10px;
}

.custom-order-no-span {
  display: inline-block;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-title > * {
  vertical-align: middle;
}

.order-title span:last-child {
  margin-right: 0;
}

.table {
  margin-bottom: 0;
  margin-top: -1px;
}

.table > tbody > tr > .goods-nums,
.table > tbody > tr > .order-amount,
.table > tbody > tr > .order-msg {
  border-right: 1px solid #ececec;
}

.order-msg a {
  line-height: 18px;
}

.table > tbody > tr > td {
  border-top: 1px solid #ececec;
}

.order-comments-con {
  position: relative;
  display: inline-block;
  width: 20px;
}

.order-comments-msg::before {
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #7EC546;
  position: absolute;
  left: 95px;
  top: -10px;
}

.order-comments-i {
  font-size: 18px;
  color: #7EC546;
  cursor: pointer;
}

.order-comments-msg {
  position: absolute;
  top: 24px;
  left: -90px;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #7EC546;
  width: 200px;
  display: none;
  text-align: left;
  word-break: break-all;
  z-index: 10;
  /* max-height: 100px; */
  /* overflow-y: auto; */
}

/*流程查询*/
.o-process-con {
  display: inline-block;
  position: relative;
}

.process-con, .logistics-con {
  padding-top: 7px;
  position: absolute;
  top: 16px;
  display: none;
  z-index: 20;
  background: transparent;
}

.order-process {
  display: block;
}

.process-msg::before, .logistics-msg::before {
  position: absolute;
  content: '';
  left: 158px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom-color: #ff5a00;
}

.process-msg, .logistics-msg {
  text-align: left;
  width: 330px;
  border: 1px solid #ff5a00;
  background-color: #fff;
  position: relative;
  z-index: 20;
  min-height: 40px;
}

.process-msg h2, .logistics-msg h2 {
  line-height: 26px;
  padding-left: 10px;
  font-weight: 400;
}

.process-msg ul, .logistics-msg ul {
  padding: 0 5px 5px 5px;
}

.process-msg ul li, .logistics-msg ul li {
  position: relative;
  padding-left: 15px;
}

.process-msg dt, .logistics-msg dt {
  float: left;
  width: 80px;
  word-break: break-all;
  line-height: 18px;
  font-weight: 700;
}

.process-msg ul li:first-child dt,
.process-msg ul li:first-child dd,
.logistics-msg ul li:first-child dt,
.logistics-msg ul li:first-child dd {
  color: #fe4300;
}

.process-msg dd, .logistics-msg dd {
  margin-left: 85px;
  line-height: 18px;
  word-break: break-all;
  min-height: 40px;
}

.process-msg ul li:first-child dt,
.process-msg ul li:first-child dd,
.logistics-msg ul li:first-child dt,
.logistics-msg ul li:first-child dd {
  color: #fe4300;
}

.process-msg ul li:first-child:before, .logistics-msg ul li:first-child:before {
  background-color: #fe4300;
}

.process-msg ul li:before, .logistics-msg ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #999;
  position: absolute;
  left: 3px;
  top: 8px;
  z-index: 1;
  border-radius: 5px;
}

.process-msg ul li:first-child:after, .logistics-msg ul li:first-child:after {
  top: 10px;
  height: 30px;
}

.process-msg ul li:after, .logistics-msg ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #ddd;
  position: absolute;
  left: 5px;
  top: 0;
}

.m-order-state {
  padding: 5px;
}

.m-order-state:last-child {
  /*border-left: 1px solid #ececec;*/
}

.order-search-input,
.order-submit,
#show-hide-searbtn,
.vcode,
.send-vcode {
  margin-bottom: 10px;
}

#show-hide-searbtn {
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 20px;
  font-size: 12px;
}

.m-comments-i,
.m-order-com-i {
  font-size: 16px;
  color: #7EC546;
}

.m-order-com-i {
  margin-right: 10px;
}

/*商品房间*/
.order-table > tbody > tr > .room-td {
  border-right: 1px solid #ececec;

}

.room-list-table thead {
  background: #EEF1F6;
  font-weight: bold;
}

.order-table > tbody > tr > .room-td {
  border-top-width: 0;
}

.room-name {
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #EEF1F6;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.room-msg {
  float: right;
}

.room-name i {
  color: #388BFF;
}

.room-name:hover {
  background-color: #EDF7FF;
}

.project-name {
  word-break: break-all;
}

.room-list-con {
  padding-left: 5px;
  padding-right: 5px;
}

.room-list-table {
  margin: 5px 0 10px;
  display: none;
}

/*商品房间 end*/
/*标签页*/
.quotation-tab {
  border-bottom: 1px solid #D1DBE5;
  margin-bottom: 10px;
}

.quotation-tab li {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  margin-bottom: -1px;
  cursor: pointer;
}

.quotation-list-active {
  border-bottom: 2px solid #21A2FF;
  color: #21A2FF;
}

.quotation-details {
  display: none;
}

.item-details .room-list-con {
  max-height: 500px;
  overflow: auto;
}

.room-list-table2 thead {
  background: #EEF1F6;
  font-weight: bold;
}

.room-list-table2 {
  margin: 5px 0 10px;
}

.group-name {
  word-break: break-all;
}

.erp-orders-amount .icon-fire {
  color: #999;
}

.erp-orders-amount em {
  font-weight: 700;
}

.erp-orders-amount > div {
  padding: 5px;
  line-height: 22px;
  border: 2px solid #21A2FF;
  word-break: break-all;
  min-height: 36px;
}

.amount-by-group-con,
.amount-by-group-items {
  display: none;
}

.amount-by-group {
  border-radius: 0;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #4cae4c;
}

.goods-search-submit {
  line-height: 20px;
  border: 1px solid #2e6da4;
  font-size: 12px;
}

.amount-by-group-items {
  margin-top: 10px;
}

.group-items-tb > tbody > tr > td {
  word-break: break-all;
}

/*erp状态选择框*/
#erp-state-content {
  max-height: 350px;
  overflow: auto;
  position: absolute;
  z-index: 100;
  background: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  display: none;
}

#erp-state-content table {
  margin-bottom: 0;
}

#erp-state-content i,
#erp-state-content tbody tr {
  cursor: pointer;
}

#erp-state-content i {
  font-size: 16px;
}

.record-count {
  line-height: 26px;
}

.record-count span {
  color: #ff0036;
}

/*标签页 end*/
@media screen and (max-width: 767px) {

  .more-search-con {
    margin-top: 5px;
  }

  .table > tbody > tr > .m-goods-nums {
    border-bottom: 1px solid #ececec;
  }

  .order-query-search {
    padding-left: 10px;
  }

  .order-query-div2 {
    margin-top: 10px;
    padding-left: 0;
  }

  .table > tbody > tr > td {
    padding-left: 5px;
    padding-right: 5px;
  }

  .order-title {
    height: auto;
    line-height: 20px;
    padding: 5px;
  }

  .m-order-tr a {
    border: 1px solid #ddd;
    padding: 2px 5px;
  }

  .order-div:hover {
    border-color: #21A2FF;
    box-shadow: none;
  }

  /*.layui-layer-dialog .layui-layer-content {*/
  /*padding: 10px !important;*/
  /*}*/
  .m-order-tr a {
    border: 1px solid #ddd;
    padding: 3px 6px;
    display: inline-block;
  }

  .group-items-tb > thead > tr > th,
  .group-items-tb > tbody > tr > td {
    padding: 5px;
  }
}