.aD-1 {
  background-color: #fff;
  height: 500px;
  padding-top: 66px;
  box-shadow: 11px 0 29px rgba(0, 0, 0, 0.3);
  margin-bottom: 74px;
  color: #333;
  box-sizing: border-box;
}
.aD-1 .w1200 .l-img{
  display: inline-block;
  width: 570px;
  height: 360px;
}
.aD-1_text {
  width: 630px;
}
.aD-1_text {
  text-align: center;
}
.aD-1_text h3 {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 9px;
}
.aD-1_text time {
  font-size: 14px;
  padding-bottom: 41px;
  display: inline-block;
}
.aD-1_text i {
  display: block;
  width: 150px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
  line-height: 52px;
  margin: 0 auto 7px;
  background-color: #f7f7f7;
}
.aD-1_text i img {
  width: 88px;
  margin-top: 8px;
}
.aD-1 .flex {
  justify-content: flex-start;
}
.aD-1_text span {
  font-size: 16px;
  margin-bottom: 38px;
  display: inline-block;
}
.aD-1_text a {
  display: block;
  width: 315px;
  height: 69px;
  background-color: #d21f19;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 27px;
  line-height: 69px;
  border-radius: 34.5px;
}
.aD-2 {
  width: 1114px;
  margin: auto;
}

.aD-2 img{
  display: block;
  height: auto;
  max-width: 1114px;
  margin: 0 auto 20px;
}

.enlist-mark {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.enlist-popup {
  width: 429px;
  height: 607px;
  background-color: #fff;
  /* margin: auto; */
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 47px 48px 0;
  box-sizing: border-box;
}
.close {
  position: absolute;
  top: 13px;
  right: 15px;
}
.enlist-mark_title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}
/* input[type='checkbox']:checked {
  background: url('../images/sc-login_icon6.png') no-repeat center;
} */
.radio-block {
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  width: 108px;
  margin-bottom: 20px;
}
.radio-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #b4b4b4;
  font-size: 14px;
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
}
.radio-block_item {
  position: relative;
  height: 36px;
  width: 36px;
}
.radio-block label input {
  width: 36px;
  height: 36px;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 12;
  opacity: 0;
}
.radio-block .active {
  width: 36px;
  height: 36px;
  background-color: #e71b1a;
  color: #fff;
  border: none;
}
.form-box .consent {
  margin-bottom: 20px;
}
.enlist-popup .form-box .input-block {
  margin-bottom: 22px;
}
.enlist-popup_success {
  width: 429px;
  height: 434px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}
.enlist-popup_success img {
  display: inline-block;
  margin-top: 133px;
  margin-bottom: 17px;
}
.enlist-popup_success p {
  font-size: 36px;
  color: #333333;
  margin-bottom: 93px;
}
.enlist-popup_success a {
  text-decoration: underline;
  color: #333333;
}
.invalid:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: red;
}

.invalid::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: red;
}

input.invalid:-ms-input-placeholder {
  color: red;
}

input.invalid::-webkit-input-placeholder {
  color: red;
}
