body {
  background-color: #EEEFEF;
}

.max-90 {
  max-width: 55%;
}

.plr-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-title {
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid #EBEBEB;
}

.tip-content {
  padding: 0 15px;
}

.tip-content>div {
  border: 1px solid #E88B76;
  background-color: #FEF4F2;
  border-radius: 4px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  color: #FF8367;
  margin-top: 15px;
}

.tip-content>div .mdi {
  margin-right: 5px;
}

.page-header-top+.container-fluid {
  margin-top: -70px;
}

.card {
  border-radius: 4px;
}
.card-header {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.card-header .title {
  color: #0D1627;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
.card-header .title::before {
  content: '';
  height: 80%;
  width: 5px;
  background-color: #10996D;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card-header .other {
  margin-left: 50px;
}
.card-header .other .other-label {
  color: #57606D;
}
.card-header .other .other-value {
  color: #0D1627;
}

.buyer-info {
  display: flex;
}

.user-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-right: 30px; */
}
.user-img img {
  margin-bottom: 10px;
}

.user-img span {
  color: #57606F;
  font-size: 14px;
}

.main-info {
  flex: 1;
  margin-left: 0;
  display: block;
}

.main-info > div {
  display: flex;
  line-height: 24px;
  margin-bottom: 15px;
  float: left;
}
.main-info > div .label {
  width: 180px;
  text-align: right;
}
.main-info > div .value{
  color: #0D1627 ;
 flex: 1;
}

.main-info > div .value .link {
  cursor: pointer;
  color: #10996D;
  position: relative;
}
.main-info > div .value .link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #10996D;
}

.manage-table {
  border-color: #D9D9D9;
  width: 100%;
}

.manage-table .label {
  background-color: #FAFAFA;
  text-align: right;
  width: 20%;
  color: #58606B;
}
.manage-table .value {
  text-align: left;
  width: 30%;
  word-break: break-all;
  color: #000000;
}

.manage-table td {
  padding: 10px 20px;
}

.manage-table .value.red {
  color: #E93F3F;
}

.specification_box {
  max-height: 500px;
  overflow: auto;
}

.specification {
  border: none;
}
.specification thead th {
  text-align: left;
  background-color: #F7F8FA;
  padding: 10px 25px;
}
.specification tbody tr {
  border-bottom: 1px solid #EAEAEA;
  color: #000000;
}


.parameter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.parameter > div {
  margin-right: 30px;
}

td .link {
  cursor: pointer;
  color: #2B8C6D;
}