.we-box {
  width: 100%;
  height: 3.125rem;
  padding: 0.52083333rem 0;
  background: url("../img/connect-bg.jpg") no-repeat center;
  background-size: 100% 100%;
}
.we-box .w {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.we-info {
  width: 30%;
  height: 100%;
  text-align: left;
  padding: 0.10416667rem;
}
.w-i-item {
  line-height: 0.3125rem;
  color: #999;
  font-size: 0.09375rem;
}
.w-i-item > span {
  color: #333;
}
.qrcode {
  width: 0.72916667rem;
  height: 0.72916667rem;
  margin-top: 0.10416667rem;
  display: inline-block;
  margin-left: 0.41666667rem;
}
.map-box {
  width: 60%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.map-box .map-info {
  padding: 0.07291667rem 0.10416667rem;
  margin-bottom: 0.05208333rem;
  border-radius: 0.05208333rem;
  position: fixed;
  top: -0.05208333rem;
  background-color: white;
  width: auto;
  height: auto;
  min-width: 0.26041667rem;
  border-width: 0;
  left: 120%;
  line-height: 0.11458333rem;
  color: #666;
  font-size: 0.07291667rem;
  box-shadow: 0 0.01041667rem 0.03125rem 0 rgba(114, 124, 245, 0.5);
}
.map-box .map-info .map-title {
  font-size: 0.10416667rem;
  line-height: 0.15625rem;
  color: #CC5522;
}
.connect-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.52083333rem 0;
}
.connect-img {
  width: 3.54166667rem;
  height: 2.23958333rem;
  background: url("../img/con-img.jpg") no-repeat center;
  background-size: 100% 100%;
}
.sub-info {
  width: 3.125rem;
  height: 100%;
  margin-left: 0.36458333rem;
}
.sub-item {
  width: 100%;
  height: auto;
  color: #666;
  font-size: 0.08333333rem;
}
.sub-item .tip {
  display: block;
  line-height: 0.26041667rem;
}
.sub-item .tip > code {
  color: #d26a5c;
  margin-right: 0.02083333rem;
}
.sub-item .sub-input {
  border: 0.00520833rem solid #efefef;
  display: table-cell;
  width: 100%;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  font-size: 0.09375rem;
  color: #333;
  padding: 0 0.10416667rem;
  border-radius: 0.03125rem;
}
.sub-item > textarea {
  height: 0.52083333rem !important;
  resize: none;
}
.form-btn {
  width: 50%;
  height: 0.25rem;
  background-color: #ff7d00;
  font-size: 0.10416667rem;
  line-height: 0.25rem;
  text-align: center;
  color: #fff;
  border-radius: 0.10416667rem;
  cursor: pointer;
  margin-top: 0.15625rem;
  margin-left: 0.72916667rem;
  display: inline-block;
}
.form-btn:hover {
  font-weight: 600;
  box-shadow: -0.00520833rem 0.03645833rem 0.06770833rem 0rem rgba(255, 125, 0, 0.49);
  animation: 0.15s forwards anm-enlarge;
}
/*# sourceMappingURL=connect.css.map */