.content {
  width: 100%;
  min-height: 100%;
  background-color: #F5F6F8;
  padding-bottom: 30px;
}
.content-top {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0 15px 0;
  font-size: 14px;
}
.content-top i {
  font-size: 12px;
  color: #666;
}
.content-top span:last-child {
  color: #999;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.content-box .bg-icon {
  position: absolute;
  right: 0;
  top: -20px;
  width: 144px;
  height: 114px;
}
.content-box .mt20 {
  margin-top: 20px;
}
.content-box h2 {
  color: #333;
  line-height: 1;
  font-size: 24px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 15px;
}
.content-box h6 {
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999999;
  margin-bottom: 29px;
}
.content-box-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-bottom: 24px;
}
.content-box-title {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #333333;
  padding-left: 7px;
  border-left: 3px solid #E11B10;
  margin-bottom: 15px;
  margin-top: 25px;
}
.content-box-ul {
  margin-bottom: 25px;
}
.content-box-ul li {
  display: flex;
  justify-content: flex-start;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-bottom: transparent;
}
.content-box-ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.content-box-ul li div {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  padding-left: 35px;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}
.content-box-ul li div:first-child,
.content-box-ul li div:nth-of-type(3) {
  background-color: #F5F6F8;
  width: 180px;
  font-size: 14px;
  color: #666;
  flex-shrink: 0;
}
.content-box-ul li div:nth-of-type(2) {
  min-width: 380px;
}
.content-box-footer {
  background-color: #F5F6F8;
  padding: 20px 40px;
  margin-top: 30px;
}
.content-box-footer ul li {
  font-size: 12px;
  color: #333;
}
.content-box .bidd-table {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}
.content-box .bidd-table .number {
  width: 40px;
  background-color: #F5F6F8;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #eeeeee;
  display: table-cell;
  vertical-align: middle;
  flex-shrink: 0;
}
.content-box .bidd-table .bidd-flex {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.content-box .bidd-table .bidd-title {
  width: 120px;
  color: #666;
  line-height: 40px;
  background-color: #F5F6F8;
  padding-left: 13px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.content-box .bidd-table .borBom {
  border-bottom: 1px solid #eeeeee;
}
.content-box .bidd-table .bidd-con {
  width: 240px;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px;
  padding-left: 13px;
}
.content-box .bidd-table .bidd-row4 {
  width: 100%;
  padding-left: 13px;
  line-height: 1.5;
  padding: 10px 15px;
  box-sizing: border-box;
  word-break: break-all;
}
.content-box .bid-cls {
  border-radius: 10px;
}
.content .content-box-footer {
  line-height: 25px;
}
.content .content-box-footer > :first-child {
  display: block !important;
  text-align: left !important;
  margin-bottom: 5px;
}
.content .double-layout {
  width: calc(100% - 40px);
}
.content .double-layout .bidd-con {
  width: 420px;
}
.amount-price {
  font-style: italic;
  font-weight: bold !important;
  font-size: 16px !important;
}
.border-button-display {
  text-decoration: none;
  font-family: FZLanTingHeiS-R-GB;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 42px;
  height: 42px;
  font-size: 18px;
  background-color: #e11b10;
  color: #fff;
}
.border-button-no-display {
  text-decoration: none;
  font-family: FZLanTingHeiS-R-GB;
  display: inline-block;
  cursor: not-allowed;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 42px;
  height: 42px;
  font-size: 18px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  color: #BBBBBB;
}
.border-button-display:hover {
  background-color: #e11b10;
  color: #fff;
}
.border-button-no-display:hover {
  color: #BBBBBB;
}
.details-ul {
  margin-bottom: 20px;
}
.details-ul li {
  display: flex;
  justify-content: flex-start;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-bottom: transparent;
}
.details-ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.details-ul li div {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  padding-left: 35px;
  text-align: left;
  box-sizing: border-box;
}
.details-ul li div:first-child,
.details-ul li div:nth-of-type(3) {
  background-color: #F5F6F8;
  width: 240px;
  font-size: 14px;
  color: #666;
}
.details-ul li div:nth-of-type(2) {
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.details-ul li .agg {
  font-weight: 600;
}
.temp-content {
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
}
.temp-content .bidd-table {
  display: flex;
  justify-content: flex-start;
}
.temp-content .bidd-table .number {
  width: 40px;
  background-color: #F5F6F8;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #eeeeee;
  display: table-cell;
  vertical-align: middle;
  flex-shrink: 0;
}
.temp-content .bidd-table .bidd-flex {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.temp-content .bidd-table .bidd-title {
  width: 120px;
  line-height: 40px;
  background-color: #F5F6F8;
  padding-left: 13px;
  box-sizing: border-box;
  border-right: 1px solid #eeeeee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.temp-content .bidd-table .borBom {
  border-bottom: 1px solid #eeeeee;
}
.temp-content .bidd-table .bidd-con {
  width: 174px;
  box-sizing: border-box;
  line-height: 40px;
  padding-left: 13px;
}
.temp-content .bidd-table .bidd-row4 {
  padding-left: 13px;
  line-height: 40px;
  box-sizing: border-box;
  line-height: 1.5;
  padding: 10px 15px;
  word-break: break-all;
}
.layui-layer-btn .layui-layer-btn0 {
  background-color: #e11b10;
  color: #fff;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  border-color: transparent;
}
.table {
  width: 100%;
  border: none;
  overflow-x: auto;
  margin-bottom: 25px;
  padding-bottom: 8px;
}
table {
  width: 100%;
  table-layout: fixed;
}
table thead {
  background-color: #F5F6F8;
}
table thead tr {
  line-height: 40px;
  white-space: nowrap;
}
table thead tr th {
  padding-left: 35px;
  border: 1px solid #eeeeee;
}
table thead tr td {
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eeeeee;
}
table tbody tr {
  line-height: 1.5;
}
table tbody tr td {
  padding: 10px 6px;
  text-align: center;
  border: 1px solid #eeeeee;
}
table tbody tr .tbale-d {
  word-break: break-all;
  max-height: 100px;
  overflow-y: auto;
  line-height: 20px;
}
.temp {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.temp .temp-title {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.temp .temp-title .v {
  width: 4px;
  height: 22px;
  background-color: #E11B10;
  display: inline-block;
  vertical-align: sub;
}
.see-title {
  padding: 15px 0;
}
.see-title div {
  color: #333333;
  margin-left: 20px;
  text-indent: 20px;
  font-weight: 700;
  border-left: 3px solid #e11b10;
  margin-bottom: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.remark-content {
  width: auto !important;
  background-color: #fff !important;
  color: #333;
  min-height: 40px;
  line-height: 1.5;
  padding: 10px;
}
.blank-title {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 12px;
  font-weight: bold;
}
.no-border-table td {
  border-left-width: 0;
  border-right-width: 0;
}
.no-border-table td:first-child {
  border-left-width: 1px;
}
.no-border-table td:last-child {
  border-right-width: 1px;
}
.text-left-table td {
  text-align: left !important;
  word-break: break-all;
}
.text-left-table tbody td {
  padding: 10px;
}
.table thead td {
  color: #666;
}
#informationContent {
  background-color: #F5F6F8;
  padding-bottom: 32px;
}
#informationContent .information-container {
  width: 1200px;
  margin: 0 auto;
  color: #333;
}
#informationContent .information-container .information-bread-crumb {
  padding: 25px 0 15px 0;
  font-size: 14px;
}
#informationContent .information-container .information-bread-crumb .information-title {
  color: #999;
}
#informationContent .information-container .information-content {
  background: #fff;
}
#informationContent .information-container .information-content .information-title {
  padding: 40px 0 16px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#informationContent .information-container .information-content .information-date {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
#informationContent .information-container .information-content .custom-tbody {
  padding: 0 120px 50px;
  box-sizing: border-box;
}
#informationContent .information-container .information-content .custom-tbody img {
  max-width: 100%;
}
