
.banner {
  height: 350px;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/ContactUs/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.banner .banner_1 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.banner .banner_1 .banner-top {
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  padding-top: 106px;
}
.banner .banner_1 .banner-bottom {
  padding-top: 14px;
  font-size: 24px;
  line-height: 64px;
}

.contactus-content {
  height: 603px;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
}

.contact-left {
  width: 468px;
}

.contact-title {

}

.contaci-title-top {
  font-size: 32px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 40px;
}

.contaci-title-bottom {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 40px;
  margin-bottom: 120px;
}

.contact-body {
  border-top: 1px solid #E5E5E5;
}

.info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #E5E5E5;
}

.info-img {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.info-msg {
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 60px;
}

.info-msg-w {
  width: 80px;
}

.contact-map {
  width: calc(100% - 468px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.map-content {
  width: 640px;
  height: 440px;
  border: 1px solid #d2d2d2;
}

.map-btn {
  width: 166px;
  height: 48px;
  background: linear-gradient(270deg, #F75E4D 0%, #C41D17 100%);
  border-radius: 10px 10px 10px 10px;

  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  margin-bottom: 20px;
}

.map-btn:hover {
  opacity: 0.9;
}



.map-btn-img {
  width: 28px;
  height: 28px;
}
