.contact_text_box {
  width: 100%;
  padding-top: calc(39px + 5rem);
  padding-bottom: calc(3px + 10rem);
}

.contact_text {
  max-width: 1370px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact_form_box {
  width: 55.4744%;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 4px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  padding: calc(12px + 3rem) calc(4px + 4rem);
}
.contact_input_box{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: calc(1px + 4rem);
  margin-top: calc(4px + 4rem);
}
.contact_input {
  width: 100%;
  border-bottom: 1px #BFBFBF solid;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: calc(1px + 0.25rem) 0;
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: calc(8px + 0.5rem);
  color: #666666;

}

.contact_input input {
  width: 100%;
  outline: medium;
  border: none;
  padding-left: calc(1px + 0.25rem);
}

.submit {
  width: calc(100px + 5rem);
  height: calc(10px + 2rem);
  background: #23B1AF;
  border: none;
  outline: medium;
font-family: Microsoft YaHei;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
margin-top: calc(15px + 2rem);
}

.contact_right{
  width: 34.9635%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(4px + 4rem);
}
.con_right_con{
  position: relative;
}

.circle{
  width: calc(28px + 5rem);
height: calc(28px + 5rem);
background: rgba(51,51,51,0.1);
border-radius: 50%;

}
.con_bg{
  width: calc(9px + 20rem);
height: calc(20px + 4rem);
background: #333333;
border-radius:0 calc(10px + 2rem) calc(10px + 2rem) 0;
position: absolute;
left: calc(14px + 2.5rem) ;
top: 0;
bottom: 0;
margin: auto;
z-index: -1;
}

.small_circle{
  width: calc(8px + 5rem);
  height: calc(8px + 5rem);
background: #ffffff;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: calc(5px + 0.25rem);
margin: auto;
display: flex;
justify-content: center;
align-items: center;

}
.small_circle img{
  width: calc(1px + 1.9rem);
}
.con_right_con:nth-of-type(3) .small_circle img{
  width: calc(0px + 1.8rem);
}
.con_bg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(5px + 0.25rem);
}

 .con_bg p{

  font-family: Arial;
  font-weight: 400;
  font-size: calc(0px + 1rem);
  color: #FFFFFF;
  text-align: center;
}

.con_right_con:nth-of-type(3) .con_bg p{
  width: calc(65px + 10rem);
font-family: Microsoft YaHei;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
line-height: calc(2px + 1rem);
text-align: justify;
padding-left: calc(5px + 0.25rem)
;
}