* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.title {
  font-size: 14px;
  line-height: 45px;
  text-align: center;
}

.container {
  max-width: 640px;
  margin: 0 auto;
}

.form {
  width: 90%;
  margin: 0 auto;
}

.form_tit {
  text-align: center;
  margin: 20px 0 10px;
}

.form_tit_text {
  margin: 0 10px;
}

input {
  text-align: right;
  border: none;
  outline: none;
  background-color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  background-color: transparent;
  transition: background-color 50000s ease-in-out 0s;
}

.form_cont_i {
  width: calc(100% - 80px - 20px);
  margin-right: 20px;
}

.form_cont>div {
  height: 50px;
  line-height: 50px;
  background: #F6F7F8;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.form_cont_items {
  display: block;
  width: 84px;
  padding-left: 10px;
  text-align: end;
}

.form_sex {
    display: flex;
    justify-content: end;
    width: 34%;
}

select {
    width: calc(100% - 80px - 20px);
    margin-right: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #757575;
}
option {
    border: none;
    outline: none;
}
.form_sex label,
.form_zhenliao label {
  width: 27%;
  margin-left: 10px;
  font-size: 13px;
  color: #757575;
}

.form_cont_items {
  display: flex;
  justify-content: space-between;
}

.form_tip {
  display: flex;
  font-size: 12px;
  line-height: 12px;
  margin: 20px;
}

.form_tip_cont {
  height: 20px;
  padding-left: 20px;
  overflow: hidden;
}

.form_tip_cont li {
  height: 20px;
}

.form_cont_items_date {
  padding-right: 20px;
}

.form_tip_cont ul {
  transform: translate(0px, 0px);
  transition: transform 1s;
}

.icon-gonggao {
  color: rgb(66, 66, 66);
}

.form_btn {
  width: 100%;
  height: 50px;
  background: #1AAD19;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  color: white;
}
.yygh_pf4 { width: 90%; border: 2px solid #dddddd; margin: 1.5rem auto 0.2rem; border-radius: 10px; position: relative; padding: 0.35rem 0.2rem 0.2rem; text-align: justify; list-style: none;}
.yygh_pf4 span { display: block; height: 0.6rem; line-height: 0.6rem; color: #044c99; padding-left: 0.2rem; position: absolute; top: -0.3rem; background: #f3f3f3; left: 35.5%; padding: 0 0.2rem; }
.yygh_pf4 p { width: 100%; font-size: 0.8rem; color: #333333; line-height: 1.36rem; }


@media screen and (max-width: 768px) {
.form_sex {
    width: 53%;
}
.yygh_pf4 span{
    left: 28%;
}
}