.div-con {
  font-weight: 600;
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.div-con .text {
  width: 100%;
  height: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 20px;
  color: #181818;
}
.div-con .lin {
  width: 40px;
  height: 2px;
  background-color: #DE0218;
}
.contact_fun {
  width: 93%;
  height: 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact_fun .icon {
  margin-right: 6px;
  font-size: 15px;
  color: #DE0218;
}
.contact_fun .text {
  font-size: 14px;
  color: #888888;
}
.text_con {
  margin: auto;
  width: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.text_con .text {
  font-size: 14px;
  color: #888888;
}
.input_box {
  margin: auto;
  width: 93%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.input_box textarea {
  padding: 5px 10px;
  width: 100%;
  height: 150px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #F7E0E2;
}
.input_box textarea::-webkit-input-placeholder {
  color: #DCDCDC;
  font-size: 14px;
}
.input_box .box {
  display: flex;
  width: 100%;
  align-items: center;
  height: 60px;
  justify-content: space-between;
}
.input_box .box input {
  padding: 5px 10px;
  width: 48%;
  height: 30px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #F7E0E2;
}
.input_box .box input::-webkit-input-placeholder {
  color: #DCDCDC;
  font-size: 14px;
}
.more-box {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.more-box .box {
  width: 90px;
  height: 30px;
  background-color: #DE0218;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-box .box .text {
  font-size: 14px;
  color: #FFFFFF;
}
