@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
body {
  background: url("../images/index_bg.png") center bottom 218px no-repeat;
}

.introduction {
  min-height: 300px;
  margin-top: 40px;
  background: #fff;
  padding: 20px 110px 30px;
  border: 1px solid #C7D5E3;
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
          box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
}
.introduction-head {
  height: 57px;
  padding: 5px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.introduction-head .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 47px;
  color: #1C77FF;
  font-weight: bold;
}
.introduction-head .title::before {
  content: "";
  position: absolute;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/subpage/title_before.png") top center no-repeat;
}
.introduction-head .title::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/subpage/title_after.png") top center no-repeat;
}
.introduction-body {
  padding-top: 20px;
}

.msg-list {
  width: 531px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.msg-item {
  margin-bottom: 20px;
  color: #7C8BA1;
  font-size: 18px;
}

.msg-item:last-child {
  margin-bottom: 0;
}

.msg-label {
  width: 97px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.msg-cont {
  width: 402px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea {
  width: 100%;
  height: 42px;
  line-height: 39px;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 18px;
  border: 1px solid #DCDFE2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:focus,
textarea:focus {
  border-color: #0b6de5;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #AAB5C5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #AAB5C5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #AAB5C5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #AAB5C5;
}

input::placeholder,
textarea::placeholder {
  color: #AAB5C5;
}

textarea {
  height: 140px;
  resize: none;
}

.btn-group {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

.btn-group > button {
  display: inline-block;
  min-width: 88px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background-color: #1C77FF;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.gender-item {
  font-size: 16px;
  color: #333;
  margin-right: 12px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/images/subpage/radio_icon_1.png") no-repeat center left;
  line-height: 41px;
  cursor: pointer;
}

.gender-item.checked {
  background: url("/images/subpage/radio_icon_2.png") no-repeat center left;
}

.ewb-codes-box {
  margin-left: 12px;
  width: 104px;
  height: 42px;
  padding: 0;
}