

.notice-wrap {
  background-color: #F1F3F9;
  padding: 26px;
  margin: 54px 0;
  font-size: 22px;
  color: #0A59A4;
  line-height: 2;
}
.notice-contain {
  padding: 24px 64px;
  text-indent: 4ch;
}
.notice-wrap p {
}
.notice-img {
  width: 63px;
  height: 55px;
  margin-right: 8px;
}
.notice-title {
  display: flex;
  align-items: center;
  color: #DE0E30;
  font-size: 30px;
}

.form-wrap-border {
  border: #0074C4 solid 1px;
}
.form-wrap {
  border-top: #0074C4 solid 1px;
  border-left: #0074C4 solid 1px;
}

.form-header {
  background-color: #0074C4;
  padding: 0 40px;
  line-height: 54px;
}

.form-header-title {
  color: white;
  font-size: 24px;
}

.form-header-hint {
  margin-left: 30px;
  color: red;
  font-size: 22px;
}


.form-item-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.form-item {
  display: grid;
  display: -ms-grid;
  grid-template-columns: auto 1fr;
  border-bottom: #0074C4 solid 1px;
  border-right: #0074C4 solid 1px;
}

.item-sel-box {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

.item-sel-box-phone {
  width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-c {
  display: flex;
  align-items: center;
}
.flex-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-item-label {
  background-color: #F1F3F9;
  padding: 8px;
  text-align: center;
  font-size: 22px;
  width: 190px;
  line-height: 50px;
}
.is-must {
  color: red;
}

.textarea-box {
  position: relative;
}
.textarea-count {
  text-align: right;
  padding: 4px 10px;
}

.input-box {
  padding: 18px 40px;
}

input, textarea {
  padding: 16px 45px;
  border: none;
  outline: none;
  resize: none;
  line-height: 24px;
  font-size: 20px;
}

input::placeholder,textarea::placeholder {
  color: #948B86;
}

select {
  border: 1px solid #DCDDDD;
  border-radius: 8px;
  background: #F1F3F9;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  height: 46px;
  width: 270px;
  font-size: 20px;
  -webkit-appearance: none; /* 移除默认样式 */
  -moz-appearance: none; /* 移除默认样式 */
  appearance: none; /* 移除默认样式 */
  position: relative;
  background-image: url("img/ic_down.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}


.sel-input {
  padding: 10px 14px;
  border: #cccccc solid 1px;
  border-radius: 6px;
  background-color: #F1F3FA;
}
.form-btn-wrap {
  margin: 22px;
}

.btn {
  text-align: center;
  padding: 0 16px;
  min-width: 60px;
  cursor: pointer;
  user-select: none;
  border-radius: 6px;
  font-size: 18px;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.btn-plain {
  border: #cccccc solid 1.5px;
}
.btn-plain:hover {
  background-color: #e1e3eA;
}
.btn-plain:active {
  background-color: #c1c3cA;
}

.btn-primary {
  border: #cccccc solid 1.5px;
  background-color: #F1F3FA;
}
.btn-primary:hover {
  background-color: #e1e3eA;
}
.btn-primary:active {
  background-color: #c1c3cA;
}

.close-x {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
}
.close-x:hover {
  background-color: #e1e3eA;
}
.close-x:active {
  background-color: #c1c3cA;
}
.btn + .btn {
  margin-left: 20px;
}
select + select {
  margin-left: 10px;
}
footer {
  /*background-image: url("img/bottom_bg.jpg");*/
}
.footer-img {
  margin-top: 40px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.code-img {
  width: 105px;
  height: 45px;
}

