.contact_type_box {
  width: 100%;
  padding-top: calc(18px + 5rem);
  padding-bottom: calc(2px + 4rem);
}

.contact_type {
  max-width: 1480px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-around;

}

.con_icon {
  width: calc(20px + 2rem);
  height: calc(20px + 2rem);
  background: #00529D;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}

.contact_type_item p:nth-of-type(1) {
  font-family: OPPOSans-B;
  font-weight: 400;
  font-size: calc(2px + 1rem);
  color: #30333B;
  line-height: 1;
  margin-top: calc(4px + 1rem);
  text-align: center;
}

.contact_type_item p:nth-of-type(2) {
  font-family: OPPOSans-R;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #666666;
  line-height: calc(7px + 1.5rem);
  margin-top: calc(5px + 0.25rem);
  text-align: center;
}

.contact_type_item:nth-of-type(1) {
  width: calc(71px + 6rem);
}

.contact_type_item:nth-of-type(2) {
  width: calc(19px + 15rem);
}

.con_icon img {
  width: calc(5px + 1rem);
}

.dizi_box {
  width: 100%;
  padding-top: calc(79px + 3rem);
}

.dizhi {
  max-width: 1480px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.map_box {
  width: 50%;
  height: calc(100px + 20rem);
}

.msg_box {
  width: 50%;
  padding: calc(13px + 2rem) calc(7px + 3rem);
  background: #EEEEEE;
}

.msg_box p {
  font-family: OPPOSans-B;
  font-weight: bold;
  font-size: calc(10px + 0.5rem);
  color: #333333;

}

.msg_input_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: calc(5px + 0.5rem);
  margin-top: calc(6px + 1rem);
}

.msg_input {
  width: calc(95px + 10rem);
  height: calc(14px + 2rem);
  background: #FFFFFF;
  border-radius: calc(2px + 0.1rem);
}

.msg_input:nth-of-type(3) {
  width: 100%;
}

.msg_input:nth-of-type(4) {
  width: 100%;
  height: calc(10px + 5rem);
}

.submit {
  width: calc(32px + 10rem);
  line-height: calc(14px + 2rem);
  background: #00529D;
  border-radius: calc(2px + 0.1rem);
  border: none;
  font-family: OPPOSans-R;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #FFFFFF;
 
  margin-top: calc(1px + 1rem);
}

.msg_input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: medium;
  font-family: OPPOSans-R;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  padding: 0 calc(7px + 1rem);

}
.msg_input textarea{
  width: 100%;
  height: 100%;
  border: none;
  outline: medium;
  font-family: OPPOSans-R;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #666666;
  padding: 0 calc(7px + 1rem);
  padding-top: calc(7px + 0.5rem);
}

@media (max-width: 1100px) {
  .contact_type{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 2rem);
  }
  .contact_type_item,.contact_type_item:nth-of-type(1),.contact_type_item:nth-of-type(2) {
    width: 100%;
  }
  .con_icon {
    width: calc(20px + 4rem);
    height: calc(20px + 4rem);
  }
  .con_icon img{
    width: calc(5px + 2rem) !important;
  }

  .contact_type_item p:nth-of-type(1){
    font-size: calc(12px + 1rem);
  }
  .contact_type_item p:nth-of-type(2){
    font-size: calc(10px + 1rem) !important;
    line-height: 1.5;
  }

  .dizhi{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .map_box {
    width: 100%;
  }
  .msg_input_box {
   
    row-gap: calc(5px + 2.5rem);
 
}
  .msg_box {
    width: 100%;
  }
  .msg_box p{
    font-size: calc(12px + 1rem);
  }
  .msg_input{
    width: 100%;
    height: calc(14px + 5rem);
  }
  .msg_input input{
    font-size: calc(10px + 1rem);
  }
  .submit{
    width: 100%;
    margin-top: calc(1px + 4rem);
    font-size: calc(10px + 1rem);
    line-height: calc(14px + 5rem);
  }
  .msg_input:nth-of-type(4) {
    width: 100%;
    height: calc(10px + 18rem);
}
.msg_input textarea {
  font-size: calc(10px + 1rem);
}
}
