.h5_form{
  width: 26.25rem;
  padding:2rem 3.125rem;
  background: #FFF;
}
.h5_form_title{
  color:  #000;
  font-family: "PingFang SC";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.h5_form form{
  margin-top: 1.25rem;
}
.h5_form form .form_item{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #EEEFEA;
  margin-top: 1.3125rem;
  padding-bottom: 0.625rem;
}
.h5_form form .form_item:first-child{
  margin-top: 0;
}
.h5_form form .form_item lable{
  margin-bottom: 0.8rem;
}
.h5_form form input,.h5_form form textarea,select{
  outline-color: invert;  
  outline-style: none;   
  outline-width: 0px;     
  border: none;
  border-style: none;
  text-shadow: none;
  /* -webkit-appearance: none;   */
  -webkit-user-select: text;
  outline-color: transparent; 
  box-shadow: none;
  line-height: 14px;
}
.flex_select{
  display: flex;
}
.flex_select select{
  /* flex: 1; */
  width: 6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #EEEFEA;
  padding-bottom: 0.625rem
}
input::placeholder ,
textarea::placeholder{
  color: #B0B0B0;
  font-family: "PingFang SC";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
select::-webkit-scrollbar {
  display: none;
}
.h5_detail-link{
  display: flex;
  margin:1.25rem auto 0;
  border-radius: 0.625rem;
  border: 1px solid #000;
  width: 10rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color:  #000;
  font-family: "PingFang SC";
  font-size: 1rem;
  font-weight: 500;
}

