body {
  background-color: #f1f4fd;
}

.banner-tendering {
  position: relative;
  width: 100%;

}

.banner-tendering .text {
  position: absolute;
  left: 13.54%;
  top: 28.69%;
}

.banner-tendering .text .title {
  font-size: 47px;
  font-weight: 700;
  text-align: LEFT;
  color: #112053;
  text-shadow: 0px 4px 4px 0px rgba(17, 32, 83, 0.10);
}

.banner-tendering .text .desc {
  font-size: 23px;
  font-weight: 400;
  text-align: LEFT;
  color: #112053;
  padding: 30px 0;
}

.banner-btn {
  width: 141px;
  height: 48px;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 4px 4px 0px rgba(17, 32, 83, 0.15);
  font-size: 18px;
  font-weight: 400;
  text-align: CENTER;
  color: #112053;
  line-height: 48px;
}

.banner-footer {
  width: 100%;
  position: sticky;
  top: 0;
  height: 125px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);

}

.banner-footer .banner-footer-container {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-footer .banner-footer-left,
.banner-footer .banner-footer-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-footer .item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 417px;
}

.banner-footer .item2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 347px;
}

.banner-footer .item:first-child {
  margin-right: 60px;
}

.banner-footer .label {
  font-weight: 400;
  text-align: right;
  color: #333333;
  font-size: 14px;
}

.banner-footer .inpbox {
  width: 332px;
  height: 42px;
  background: #ffffff;
  border: 0.79px solid #d9d9d9;
  border-radius: 2px;
  overflow: hidden;
}

.banner-footer .item2 .inpbox {
  width: 262px;
}

.banner-footer .inpbox input {
  width: 100%;
  height: 42px;
  padding: 10px;
  background: #ffffff;
  border: none;
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;

}

input:focus {
  outline: none;
  /* 默认样式 */
}

.banner-footer .inpbox input::placeholder {
  line-height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #cecece;
}

.banner-footer .btn1 {
  width: 78px;
  height: 36px;
  background: #3871da;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.banner-footer .btn2 {
  width: 78px;
  height: 36px;
  background: #ffffff;
  border: 0.8px solid #d9d9d9;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #596479;
  text-align: center;
  line-height: 36px;
  margin-left: 15px;
  cursor: pointer;
}

.banner-tendering .edit {
  width: 1400px;
  height: 200px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: -78px auto 0;
  z-index: 1;
  position: relative;
  padding: 0 45px;
}

.banner-tendering .edit .btn {
  display: block;
  width: 96px;
  height: 36px;
  background: #3871da;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  bottom: 40px;
  right: 35px;
}

.banner-tendering .edit .title {
  padding-top: 40px;
  padding-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  text-align: LEFT;
  color: #000000;
  letter-spacing: 0.11px;
}

.banner-tendering .edit .tip-label {
  width: 114px;
  height: 32px;
  background: #e9f1ff;
  border: 1px solid #c5d9ff;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #3f80f9;

}

.banner-tendering .edit .time {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #555555;
  padding-top: 20px;
  display: flex;
  align-items: center;

}

.content-box {
  padding-bottom: 20px;
  background: #f1f4fd;
}

.content-box .list {
  width: 1400px;
  margin: 0 auto;
  padding: 27px 0;
}

.content-box .list .item {
  width: 1400px;

  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.content-box .list .item-title {
  padding: 40px 40px 23px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-box .list .item-title .title {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.11px;
}

.content-box .list .item-title .date {
  font-size: 12px;
  font-weight: 400;
  color: #555555;
}

.content-box .list .item-content {
  padding: 0 40px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-box .list .item-content .tips,
.content-box .list .item-content .tips-heng {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #555555;
}

.content-box .list .item-content .tips:first-child {
  margin-bottom: 20px;
}

.content-box .list .item-content .tips-heng {
  display: inline-block;
  margin-right: 64px;
}

.content-box .list .item-content .tips-label {
  padding: 2px 4px;
  background: #f0f9eb;
  border: 1px solid #e1f3d8;
  font-size: 14px;
  font-weight: 400;
  color: #67c23a;
}

.content-box .list .item-content .btn {
  display: block;
  width: 98px;
  height: 36px;
  background: #3871da;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
}

.content-edit {
  width: 1400px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 23px auto;
  padding: 20px 0;
}

.content-edit .edit-name {
  padding: 0 20px;
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
}

.content-edit .edit-name a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #333333;
  margin-right: 56px;
  border-bottom: 2px solid #ffffff;
  padding: 12px 0;
}

.content-edit .edit-name a.active {

  font-weight: 500;
  color: #3871da;
  border-bottom: 2px solid #3871da;
}

.edit-content {
  padding: 24px 20px;
}

.edit-content-title {
  width: 1359px;
  height: 46px;
  background: rgba(22, 88, 220, 0.10);
  border-radius: 5px 0px 0px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: flex;
  line-height: 46px;
  align-items: center;
  overflow: hidden;
}

.edit-content-title::before {
  content: '';
  display: block;
  width: 3px;
  height: 46px;
  margin-right: 20px;
  background: #1658dc;
  border-radius: 5px 0px 0px 5px;
}

.edit-content-doc {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  margin-top: 24px;
}

.edit-content-item {
  display: flex;
  width: 50%;
  height: 68px;
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  overflow: hidden;
}

.edit-content-item-label,
.edit-content-item-value {
  height: 68px;
  line-height: 68px;
}

.edit-content-item-label {
  width: 155px;
  background: #f5f9ff;
  border-right: 1px solid #dbdbdb;
  text-align: center;
}

.edit-content-item-value {
  padding-left: 20px;
}

.edit-tel {
  margin: 20px auto;
  height: 200px;
  padding: 0 100px;
  line-height: 200px;
  background: url('/img/tendering/tel-bg.png') no-repeat center center;
}

.edit-tel a {
  font-size: 50px;
  font-family: Source Han Sans CN, Source Han Sans CN-700;
  font-weight: 700;
  text-align: LEFT;
  color: #112053;
}

.edit-content-desc {
  padding: 15px 0;
}

.edit-content-desc-item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
  color: #555555;
}

.edit-content-title2 {
  font-size: 14px;
  font-weight: bold;
  text-align: LEFT;
  color: #333333;
  line-height: 60px;
}

.edit-content-look {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.edit-content-look .edit-content-fj {
  margin-bottom: 0;
  background: none;
  color: #3871da;
}

.edit-content-table {
  width: 100%;
}

.edit-content-table th {
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  background: #3871da;
  text-align: center;
  border-right: 1px solid #ffffff;
}

.edit-content-table td {
  padding: 12px;
  margin-left: -1px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.edit-content-table td:first-child {
  border-left: 1px solid #eeeeee;
}

.edit-content-fj {
  padding: 0 10px;
  width: fit-content;
  height: 30px;
  background: #dfedfa;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 22px;
}

.edit-content-fj p {
  font-size: 12px;
  font-weight: 400;
  color: #5EADFE;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edit-content-fj span {
  display: flex;
  align-items: center;

}

.edit-content-fj span img {
  margin-left: 10px;
}

.message-box2 {
  margin: 0 auto;
  width: 1400px;
  height: 423px;
  overflow: hidden;
  background: url('/img/tendering/message-bg.png') no-repeat center center;
}

.message-box-content {
  width: 658px;
  height: 368px;
  background: rgba(255, 255, 255, 0.50);
  border: 1px solid #ffffff;
  border-radius: 20px;
  margin-left: 85px;
  margin-top: 34px;
}

.message-box-title {
  font-size: 24px;
  padding-top: 33px;
  font-weight: 700;
  text-align: center;
  color: #112053;
  margin-bottom: 15px;
}

.message-box-item {
  width: 555px;

  display: flex;
  align-items: flex-start;
  margin: 0 auto 15px;
}

.message-box-item .label {
  width: 85px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
  color: #333333;
}

.message-box-item .message-box-input {
  width: 467px;
  height: 42px;
  padding: 10px;
  font-size: 14px;
  background: #ffffff;
  border: 0.79px solid #d9d9d9;
  border-radius: 3px;
  line-height: 42px;
  outline: none;
}

.message-box-item .message-box-input::placeholder {
  font-size: 14px;
  color: #ccc;
}

.message-box-textarea {
  width: 467px;
  height: 88px;
  padding: 10px;
  background: #ffffff;
  border: 0.79px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
}

.message-box-textarea::placeholder {
  font-size: 14px;
  color: #ccc;
}

.message-box-btn {
  width: 200px;
  height: 36px;
  background: linear-gradient(90deg, #4767fb, #3850fc 100%);
  border-radius: 3px;
  font-size: 14px;
  line-height: 36px;
  outline: none;
  font-weight: 400;
  text-align: CENTER;
  color: #ffffff;
  margin: 0 auto;
  border: none;
  display: block;
}