.main {
  height: auto;
  background: url(../image/img_bg3.png) no-repeat;
}
.container .card {
  width: 1200px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding-bottom: 40px;
}
.container .card li {
  width: 280px;
  height: 170px;
  position: relative;
}
.container .card li img {
  width: 100%;
  height: 100%;
}
.container .card li .text {
  width: 116px;
  height: 116px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .card li .text p {
  width: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container .form-content {
  display: block;
}
.container .form-content form .input-box .input .radio-box .radio {
  margin-right: 19px;
}
.container .form-content .blue {
  color: #00A0E6;
}