

.content{
  background: #f7f7f7;
  padding: 30px 0;
}
.main{
  margin: 0 auto;
  width: 905px;
  padding: 20px;
  background: #fff;
}
.main img{
  width: 100%;
}
.title{
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 16px;
}

.title i{
  display: block;
  width: 3px;
  height: 14px;
  background: #1A51BB;
  margin-right: 6px;
}
.title span{
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.myform{
  width: 600px;
  margin: 0 auto;
}
.myinput-group{
  margin-bottom: 15px;
  width: 100%;
}
.myinput-group .input-group-text{
  width: 110px;
  background: #FBFBFB;
  font-size: 14px;
}
.input-group-text span{
  color: #FF2626;
}
.form-control{
  font-size: 14px;
}
.fileBtn{
  border: none;
  background: #1A51BB; 
  color: #FFFFFF;
  font-size: 14px;
  padding: 12px 22px; 
}
#sqbsmj{
  display:none;
}
#yyzz{
  display:none;
}
.yyzzBtn{
  width: 110px;
  height: 110px;
  background: #FBFBFB;
  border-radius: 6px !important;
  border: 1px dashed #C4C4C4;
  margin-left: 11px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yyzzBtn img{
  width: 22px;
}

.sexradio{
  display: flex;
  align-items: center;
  margin-left: 12px !important;
}
.formSubmit{
  margin: 0 auto;
  margin-top: 30px;
  width: 600px;
  height: 38px;
  background: #1A51BB;
  border-radius: 2px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}