.headerWrap{
    position: initial !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.n_form{
    background: #F8F8F8;
    padding: 0.92rem 0 1.13rem;
}
.n_form .max-width{
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    padding: 0.52rem 0.45rem 0.55rem;
}
.n_form_tit{
    font-family: Open Sans, Open Sans;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    text-align: center;
}
.n_form_dec{
    font-family: Open Sans, Open Sans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
    margin-top: 0.1rem;
}
.formBox{
    margin-top: 0.65rem;
}
.form_list1{
    margin-bottom: 0.2rem;
    justify-content: space-between;
}
.form_list1:last-child{
    margin-bottom: 0;
}
.form_list{
    flex: 0 0 49%;
}
.form_list input{
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #E2E2E2;
    padding: 0.13rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    width: 100%;
}
.form_list input::placeholder{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #BEBEBE;
}
.form_list textarea{
    width: 100%;
    height: 2.5rem;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #E2E2E2;
    padding: 0.13rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}
.form_list textarea::placeholder{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #BEBEBE;
}
.text_more_b{
    width: 100%;
}
.text_more{
  border: 1px solid #8F8F8F;
  padding: 0.12rem 0.32rem;
  border-radius: 23px;
  width: max-content;
  transition: all 0.3s;
  margin: 0.65rem auto 0;
}
.text_more_img{
  position: relative;
  margin-left: 0.1rem;
  transition: all 0.3s;
}
.text_more_img img:nth-of-type(2){
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.text_more img{
  width: 0.15rem;
  height: 0.13rem;
  transition: all 0.3s;
}
.text_more p{
  font-family: Open Sans, Open Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #505050;
  transition: all 0.3s;
}
.text_more:hover{
  background: #000000;
  border-color: transparent;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.text_more:hover .text_more_img img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}
.text_more:hover p{
  color: #FFFFFF;
  transition: all 0.3s;
}


/* n_contact0 */
.n_contact{
    padding: 0.74rem 0 1.17rem;
}
.n_contact_cont{
    margin-top: 0.96rem;
    justify-content: space-between;
    flex-wrap: wrap !important;
}
.n_contact_li{
    flex: 0 0 47%;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 0.18rem;
    margin-bottom: 0.45rem;
}
.n_contact_li img{
    width: 0.6rem;
    height: 0.6rem;
}
.n_contact_p{
    margin-left: 0.14rem;
}
.n_contact_p p{
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.18rem;
    color: #505050;
}
.n_contact_p a,.n_contact_p span{
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
}
.map{
    margin-top: 0.5rem;
}
.map img{
    width: 100%;
    height: 6rem;
}