.contactUs_callMe{
  width: 100%;
  height: 200px;
    margin-top: 180px;
  display: flex;
  justify-content: center;
 text-align: center;
}
.contactUs_callMe_t{
height: 60px;
font-size: 40px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
letter-spacing: 1px;
}
.contactUs_callMe_c{
height: 28px;
font-size: 30px;
font-family: ArialMT;
color: rgba(241,243,246,0.5);
}
.contactUs_center_call{
  margin-top: 30px;
  background: url("../assets/contactUs/callMe.png") no-repeat;
  background-size: 100% 100%;
}
.contactUs_center_call_t{
  width: 100%;
  text-align: center;
font-size: 36px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
}
.contactUs_center_call_c{
  width: 100%;
  text-align: center;
font-size: 18px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 36px;
padding: 10px;
box-sizing: border-box;
}
.contactUs_center_call_b{
  width: 100%;
  text-align: center;
font-size: 43px;
font-family: PingFang-SC-Heavy, PingFang-SC;
font-weight: 800;
color: #333333;
line-height: 42px;
margin-bottom: 40px;
}
.contactUs_center_call_all{
  height: 400px;
  margin: 0px auto;
}
.contactUs_center_call_all_t{
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.contactUs_center_call_all_t_l{
  width: 384px;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #C5C4C4;
  display: flex;
}


.contactUs_center_call_all_t_c{
width: 384px;
height: 124px;
background: #FFFFFF;
border: 1px solid #C5C4C4;
margin: 0px 24px;
display: flex;
}
.contactUs_center_call_all_t_r{
  width: 384px;
height: 124px;
background: #FFFFFF;
border: 1px solid #C5C4C4;
display: flex;
}

.contactUs_center_call_all_b{
  width: 100%;
  height: 124px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactUs_center_call_all_b_l{
  /* width: 384px; */
  flex: 1;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #C5C4C4;
  margin-right:  24px;
  display: flex;
  }
  .contactUs_center_call_all_b_r{
    /* width: 384px; */
  flex: 1;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #C5C4C4;
  display: flex;
  }





.contactUs_img{
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs_imgs{
  width: 38px;
  height: 38px;

}

.contactUs_name{
  width: 70%;
  height: 100%;
  padding: 24px 0px;
  box-sizing: border-box;
}
.contactUs_name_t{
height: 42px;
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
line-height: 42px;
}
.contactUs_name_b{
  height: 32px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 32px
}

.contactUs_img_lang{
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs_name_lang{
width: 80%;
height: 100%;
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
padding: 24px 0px;
line-height: 42px;
}
.contactUs_name_t_lang{
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 42px;
}
.contactUs_name_b_lang{
  font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
line-height: 32px;
}


.contactUs_center_call_all_t_l:hover{
  background: linear-gradient(334deg, #3656F6 0%, #416FF6 100%);
  color: #fff;
  cursor: pointer;
}
.contactUs_center_call_all_t_l:hover img{
  content: url("../assets/contactUs/iphone.png");
}
.contactUs_center_call_all_t_c:hover{
  background: linear-gradient(334deg, #3656F6 0%, #416FF6 100%);
  color: #fff;
  cursor: pointer;
}
.contactUs_center_call_all_t_c:hover img{
  content: url(../assets/contactUs/email1.png);
}
.contactUs_center_call_all_t_r:hover{ 
  background: linear-gradient(334deg, #3656F6 0%, #416FF6 100%);
  color: #fff;
  cursor: pointer;

}
.contactUs_center_call_all_t_r:hover img{ 
  content: url(../assets/contactUs/web1.png);
}
.contactUs_center_call_all_b_l:hover{
  background: linear-gradient(334deg, #3656F6 0%, #416FF6 100%);
  color: #fff;
  cursor: pointer;
}
.contactUs_center_call_all_b_l:hover img{ 
  content: url(../assets/contactUs/idea1s.png);
}
.contactUs_center_call_all_b_r:hover{
  background: linear-gradient(334deg, #3656F6 0%, #416FF6 100%);
  color: #fff !important;
  cursor: pointer;
}
.contactUs_center_call_all_b_r:hover img{ 
  content: url(../assets/contactUs/click1.png);
}
/* ,.,.contactUs_center_call_all_t_r :hover{
  background-color: ;
} */
