.body .banner {
  position: relative;
}
.body .banner > img {
  width: 100%;
  height: 3.2rem;
}
.body .banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Regular';
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
}
.body .crumb {
  height: 0.7rem;
  background: #F5F5F5;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.body .crumb .icon {
  width: 0.205rem;
  height: 0.184rem;
  background-image: url('../img/contact/home.png');
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.body .crumb > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #838383;
  line-height: 0.19rem;
}
.body .crumb .space {
  margin: 0 0.05rem;
}
.body .message {
  background-color: #fff;
  padding: 0 1.7rem;
}
.body .message h3 {
  font-family: 'OpenSans-Regular';
  font-size: 0.3rem;
  color: #000;
  line-height: 0.41rem;
  margin-top: 0.51rem;
}
.body .message .info {
  display: flex;
  padding: 0;
  height: fit-content;
  justify-content: space-between;
}
.body .message .info .item {
  width: 4.58rem;
  height: 0.93rem;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
}
.body .message .info .item .tel {
  width: 0.47rem;
  height: 0.47rem;
  margin-right: 0.15rem;
}
.body .message .info .item .office {
  width: 0.36rem;
  height: 0.461rem;
  margin-right: 0.21rem;
}
.body .message .info .item .email {
  width: 0.465rem;
  height: 0.382rem;
  margin-right: 0.14rem;
}
.body .message .info .item .text {
  display: flex;
  flex-direction: column;
}
.body .message .info .item .text > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.18rem;
  color: #000;
  line-height: 0.25rem;
}
.body .message .info .item .text .top {
  font-family: 'OpenSans-Bold';
  font-size: 0.16rem;
  color: #000;
  line-height: 0.22rem;
}
.body .message .info .item:hover {
  border-bottom: 1px solid #081587;
}
.body .message .messageContainer {
  margin-top: 1.03rem;
  height: 5.55rem;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
}
.body .message .messageContainer h2 {
  margin-top: 0.66rem;
  font-family: 'OpenSans-Bold';
  font-size: 0.3rem;
  color: #000;
  line-height: 0.41rem;
  display: flex;
  justify-content: center;
}
.body .message .messageContainer form {
  padding: 0 0.23rem;
  margin-top: 0.35rem;
}
.body .message .messageContainer .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}
.body .message .messageContainer .btn {
  margin-top: 0.29rem;
  justify-content: center;
}
.body .message .messageContainer .formItem {
  width: 7.57rem;
  height: 0.4rem;
  display: flex;
  background-color: #fff;
}
.body .message .messageContainer .formItem label {
  /*width: 1.5rem;*/
  height: 0.4rem;
  display: flex;
  align-items: center;
  color: #948A8A;
  padding-left: 0.26rem;
  font-family: 'OpenSans-Bold';
}
.body .message .messageContainer .formItem label > span {
  color: #F31111;
}
.body .message .messageContainer input,
.body .message .messageContainer textarea {
  flex: 1;
  background: none;
  padding-left: 0.24rem;
}
.body .message .messageContainer textarea {
  width: 100%;
  padding-top: 0.12rem;
  height: 2.4rem;
  background-color: #fff;
  resize: none;
}
.body .message .messageContainer textarea::placeholder {
  font-family: 'OpenSans-Bold';
  color: #7D7171;
}
.body .message .messageContainer .submit {
  width: 1.68rem;
  height: 0.5rem;
  background: #081587;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.body .message .messageContainer .submit .text {
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #F9EFEF;
  line-height: 0.22rem;
}
.body .message .messageContainer .submit > img {
  width: 0.23rem;
  height: 0.23rem;
  margin-left: 0.08rem;
}
.body .message .adressMap {
  height: 5.79rem;
  margin-top: 0.5rem;
  margin-bottom: 0.4rem;
}
.body .message .adressMap > img {
  width: 100%;
  height: 100%;
}
