.lp-info {
  padding: 16px 24px 8px 24px;
}
.lp-info-header {
  position: relative;
}
.lp-info-header-left {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
}
.lp-info-header-left-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.lp-info-header-left-status {
  display: inline-block;
  margin-left: 16px;
  vertical-align: top;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-align-self: center;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.lp-info-header-right {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-bottom: 8px;
}
.lp-info-header-right-button {
  margin-left: 8px !important;
}
.lp-info-header-right-extra {
  display: inline-block;
  margin-left: 8px;
}
.lp-info-content {
  width: 100%;
  display: contents;
}
.lp-info-content-attribute {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: normal;
  font-size: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 8px;
  line-height: 20px;
}
.lp-info-content-attribute .attribute-name {
  color: #888888;
  margin-right: 22px;
  min-width: 100px;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lp-info-content-attribute .attribute-value {
  color: #555555;
  margin-right: 8px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.lp-info-content-attribute .attribute-value .next-input {
  vertical-align: middle;
  display: inline-table;
  border-collapse: separate;
  font-size: 0;
  line-height: 1;
  width: auto;
  border-spacing: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #dedede;
  background-color: #fff;
}
.lp-info-content-attribute .attribute-all-value {
  color: #555555;
}
.lp-info-content-attribute .attribute-copy,
.lp-info-content-attribute .attribute-toggle {
  margin-right: 8px;
  color: #0070CC;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lp-info-content-attribute .attribute-copy:hover,
.lp-info-content-attribute .attribute-toggle:hover {
  color: #003A6A;
}
.lp-info-content-attribute .attribute-tips {
  margin-right: 8px;
}
.lp-info-content .lp-text-overflow {
  text-overflow: ellipsis;
}
.lp-info .clickable {
  cursor: pointer;
}
.lp-info p {
  margin: 0;
  padding: 0;
}
.lp-info .col1 {
  width: 100%;
}
.lp-info .col2 {
  width: 50%;
}
.lp-info .col3 {
  width: 33.33%;
}
.lp-info .col4 {
  width: 25%;
}
.lp-info .col5 {
  width: 20%;
}
.lp-info .customArea .next-btn-text.next-medium.lp-collapse-btn {
  position: absolute;
  bottom: 7px;
  right: 0px;
}

.lp-nest-info {
  padding: 0px 0px 16px 0px;
}
