.pc_contact {
  position: relative;
  height: 8.23rem;
  object-fit: cover;
  width: 100%;
  background-image: url(../../../images/ibkpic.png);
  background-size: cover;
  background-position: center;
}
.pc_contact_title {
    position: absolute;
    top: .7rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    color: #333333;
    width: 5.8rem !important;
}
.pc_contact_title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  content: '';
  width: 1.32rem;
  height: 0.08rem;
  background-color: #0068B7;
}
.pc_contact_form {
  height: 5.6rem;
  width: 5.84rem;
  position: absolute;
  left: 3rem;
  top: 2.06rem;
}
.pc_contact_form input {
  border: 1px solid #CCCCCC;
  width: 5.84rem;
  height: .74rem;
  border-radius: .1rem;
  font-size: .24rem;
  padding: 0 .3rem;
}
/* .pc_contact_form input::placeholder {
  color: #CCCCCC;
} */
.pc_contact_form select {
  border: 1px solid #CCCCCC;
  width: 5.84rem;
  height: .74rem;
  border-radius: .1rem;
  font-size: .24rem;
  padding: 0 .5rem 0 .3rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(../../../images/select-down-home.png) no-repeat 5.4rem 50%;
  background-size: .26rem .2rem;
  color: #666666;
}
.pc_contact_form .textarea {
  border: 1px solid #CCCCCC;
  width: 5.84rem;
  height: 1.72rem;
  border-radius: .1rem;
  font-size: .24rem;
  padding: .23rem .3rem;
}