@charset "UTF-8";
/**
 * 20230925上饶市阳光采购招投标系统建设项目(临时)——上饶市阳光采购平台首页
 * date: 2023-9-25
 * author: zhaodq;
 */
.main-content {
  padding-bottom: 41px;
}

.tip {
  min-height: 415px;
  padding: 20px;
  background: url("../images/communication_suggestion_bg.jpg") top center no-repeat;
  background-size: 100% 415px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tip-head {
  height: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#B01127), to(#D41B35));
  background: linear-gradient(270deg, #B01127 0%, #D41B35 100%);
}
.tip-body {
  margin-top: 10px;
  padding: 16px 20px;
  border-radius: 2px;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 243, 243, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 243, 243, 0.8) 100%);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10.5px);
          backdrop-filter: blur(10.5px);
}
.tip-body li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 30px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}
.tip-body li:last-child {
  margin-bottom: 0;
}
.tip-body li::before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background-color: #B01127;
}

.form {
  padding: 20px;
  padding-bottom: 85px;
}
.form .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  line-height: 32px;
  margin-bottom: 20px;
}
.form .col {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .col:last-child {
  margin-right: 0;
}
.form .col:last-child label {
  width: 56px;
}
.form .col:last-child label.error {
  left: 65px;
}
.form .col:last-child input {
  width: 273px;
}
.form label {
  display: inline-block;
  width: 72px;
  margin-right: 9px;
  color: #333;
  font-size: 16px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.form .star {
  color: #B41228;
  font-size: 16px;
}
.form input[type=text] {
  width: 257px;
  height: 32px;
  padding: 0 8px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form textarea {
  width: 635px;
  min-height: 189px;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .code-wrap {
  margin-left: 10px;
}
.form .submit {
  margin-left: 81px;
  width: 102px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  background: #B01127;
  cursor: pointer;
}
.form .submit:hover {
  background: rgba(176, 17, 39, 0.8);
}
.form .reset {
  width: 102px;
  height: 32px;
  margin-left: 10px;
  color: #B01127;
  font-size: 16px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #B01127;
  background: #fff;
  cursor: pointer;
}
.form .reset:hover {
  background: rgba(176, 17, 39, 0.1);
}
.form label.error {
  position: absolute;
  left: 81px;
  bottom: -20px;
  display: block;
  height: 20px;
  width: auto !important;
  color: #B01127;
  line-height: 20px;
  -moz-text-align-last: unset;
       text-align-last: unset;
}