.contact_wrap {
  margin: 80px 0;
  width: 1200px;
  padding: 40px;
  box-sizing: border-box;
  background: url(../images/contact_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.contact_left {
  width: 570px;
  margin-right: 80px;
  border-top: 8px solid #c6020a;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(160, 165, 172, 0.24);
}
.contact_left_title {
  height: 62px;
  line-height: 62px;
  font-size: 0;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #fdb831;
}
.contact_left_content {
  padding: 30px 40px;
  box-sizing: border-box;
}
.contact_left_content input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 20px;
  background-color: #f4f4f4;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact_left_content textarea {
  width: 100%;
  box-sizing: border-box;
  height: 140px;
  background-color: #f4f4f4;
  padding: 17px 20px;
  font-size: 16px;
}
.contact_left_title h3 {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
  color: #333333;
}
.contact_left_title h3:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  width: 1px;
  height: 32px;
  background-color: #fed483;
}

.btn_get_now {
  margin-top: 40px;
  width: 235px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  background-color: #c6020a;
  position: relative;
  overflow: hidden;
}
.btn_get_now:after {
  content: "";
  top:0;
  bottom:0;
  margin:auto;
  width:100%;
  width: 0px \9;
  height:400px;
  left:0%;
  opacity:0;
  filter:alpha(opacity=0);
  border-radius:100%;
  position:absolute;
  background:#ffffff;
  background:#2cb1b5 \9;
  transform:scale(1);
  animation:1.5s btn ease-out infinite;
}

.contact_right {
  width: calc(100% - 650px);
}
.contact_right_title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #fdb831;
  padding-left: 14px;
  box-sizing: border-box;
}
.contact_info {
  margin-bottom: 20px;
}
.contact_info a {
  color: #c6020a;
  font-size: 24px;
  font-weight: 700;
}
.contact_info .bottom_email {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.contact_info .phone {
  margin-top: -8px;
  margin-right: 10px;
}
.contact_info .email {
  margin-top: -4px;
  margin-right: 10px;
}
.qr_code_wrap {
  margin-top: 90px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.qr_code_wrap img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact_wrap {
    margin: 0.8rem 0;
    width: 100%;
    padding: 0.4rem;
    background: #fafafa;
  }
  .contact_left {
    width: 100%;
    margin-right: 0;
    border-top: 0.08rem solid #c6020a;
    box-shadow: 0px 0.06rem 0.2rem 0px rgba(160, 165, 172, 0.24);
  }
  .contact_left_title {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0;
    padding: 0 0.3rem;
  }
  .contact_left_title img {
    width: 1.89rem;
  }
  .contact_left_content {
    padding: 0.3rem 0.4rem;
  }
  .contact_left_content input {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
  }
  .contact_left_content textarea {
    width: 100%;
    height: 1.4rem;
    padding: 0.17rem 0.2rem;
    font-size: 0.24rem;
  }
  .contact_left_title h3 {
    font-size: 0.28rem;
    margin-left: 0.3rem;
    padding-left: 0.3rem;
  }
  .contact_left_title h3:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.16rem;
    left: 0;
    width: 0.01rem;
    height: 0.32rem;
  }

  .btn_get_now {
    margin-top: 0.4rem;
    width: 2.35rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }

  .contact_right {
    width: 100%;
  }
  .contact_right_title {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
    border-left: 0.04rem solid #fdb831;
    padding-left: 0.14rem;
  }
  .contact_info {
    margin-bottom: 0.2rem;
  }
  .contact_info a {
    font-size: 0.36rem;
  }
  .contact_info img {
    width: 0.3rem;
  }
  .contact_info .bottom_email {
    font-size: 0.24rem;
  }
  .contact_info .phone {
    margin-top: -0.08rem;
    margin-right: 0.1rem;
  }
  .contact_info .email {
    margin-top: -0.04rem;
    margin-right: 0.1rem;
  }
  .qr_code_wrap {
    margin-top: 0.75rem;
    font-size: 0.24rem;
  }
  .qr_code_wrap img {
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: 0.1rem
  }
}
