.contact-modal .banner_box {
  position: relative;
}
.contact-modal .banner_box .bannner_top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #141516;
  text-align: center;
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 500;
  line-height: 150%;
}
.contact-modal .banner_box .bannner_top .blue {
  color: #06f;
}
.contact-modal .middle_part {
  background: #F2F7FE;
}
.contact-modal .middle_part .Wechat_itwm {
  cursor: pointer;
  position: relative;
}
.contact-modal .middle_part .Wechat_itwm .copy_box {
  display: none;
  position: absolute;
  top: 0px;
  left: -15px;
}
.contact-modal .middle_part .Wechat_itwm .copy_box .copy_box_mian {
  position: absolute;
  top: -38px;
  background-color: #06f;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 6px;
}
.contact-modal .middle_part .Wechat_itwm .copy_box span {
  color: #fff;
  font-size: 12px;
}
.contact-modal .middle_part .Wechat_itwm .copy_box::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #06f;
  transform: rotate(45deg);
  position: absolute;
  bottom: 4px;
  left: 45px;
}
.contact-modal .middle_part .middle_part_container {
  width: 818px;
  margin: 0 auto;
  padding: 50px 0;
}
.contact-modal .middle_part .middle_part_container .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 102, 255, 0.1);
  margin: 40px 0;
}
.contact-modal .middle_part .middle_part_container ._top {
  display: flex;
}
.contact-modal .middle_part .middle_part_container ._top .demo_img {
  width: 80px;
  height: 80px;
  margin-right: 40px;
}
.contact-modal .middle_part .middle_part_container ._top ._right {
  position: relative;
  padding-left: 44px;
  padding-top: 41px;
}
.contact-modal .middle_part .middle_part_container ._top ._right .icon10_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 101px;
}
.contact-modal .middle_part .middle_part_container ._top ._right .b_text {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
}
.contact-modal .middle_part .middle_part_container ._top ._right .l_text {
  color: #000;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0 3px;
}
.contact-modal .middle_part .middle_part_container ._top ._right .bc8_ {
  color: #B4BBC8;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Mulish;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
}
.contact-modal .middle_part .middle_part_container ._flex {
  display: flex;
  align-items: center;
}

._flex_f_w{
  display: flex;
  flex-direction: column;
}
.contact-modal .middle_part .middle_part_container ._flex .my_black_text_font_blod {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  margin-right: 25px;
}
.contact-modal .middle_part .middle_part_container ._flex .items {
  display: flex;
  align-items: center;
  margin-right:16px;
}
.contact-modal .middle_part .middle_part_container ._flex .items .icon {
  width: 14px;
  margin-right: 4px;
}
.contact-modal .middle_part .middle_part_container ._flex .items ._text {
  color: #141516;
  font-family: Mulish;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
}
.contact-modal .bottom_part {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 3.65vw 0;
}
.contact-modal .bottom_part .fram_img {
  width: 601px;
  margin-left: 50px;
}
.contact-modal .bottom_part .my_black_text_font_blod {
  font-size: 48px;
  text-align: left;
}
.contact-modal .bottom_part .my_services_part_text {
  color: rgba(20, 21, 22, 0.8);
  margin-top: 40px;
  width: 389px;
}
