.content{
  width: 1300px;
  margin: 0 auto;
}
.contactInfo .box {
  min-height: calc(100vh - 415px);
  background: #cbdbf6;
  background-size: cover;
  padding: 15px 0 0;
}

.contactInfo .box .main {
  padding-top: 20px;
  position: relative;
}
.contactInfo .box .map{
  display: none;
}
.contactInfo .box .main .title {
  text-align: center;
  padding-bottom: 7px;
}

.contactInfo .box .main .title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: #2a82e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contactInfo .box .main .title h2 {
  font-size: 42px;
  color: #000;
  font-weight: 500;
}

.contactInfo .box .main .title p {
  font-size: 18px;
  color: #999;
  margin-top: 8px;
}

.contactInfo .box > .content {
  margin-top: 30px;
  background: url('./contactInfo-bg-1.png') no-repeat center;
  background-size: 100%;
  /* height: 780px; */
}

.contactInfo .box .content .container {
  display: flex;
  justify-content: flex-end;
}

.contactInfo .box .content .container .info {
  width: 631px;
  height: 500px;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 20px 40px 40px;
}

.contactInfo .box .content .container .info .row {
  padding-left: 30px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.contactInfo .box .content .container .info .row.address {
  background: url('./craft-icon-1.png') no-repeat left center/14px;
}

.contactInfo .box .content .container .info .row.email {
  background: url('./contactInfo-icon-2.png') no-repeat left center;
}

.contactInfo .box .content .container .info .row.people {
  background: url('./contactInfo-icon-4.png') no-repeat left center;
  margin-top: 30px;
}

.contactInfo .box .content .container .info .row.phone {
  background: url('./contactInfo-icon-3.png') no-repeat left center;
}

.contactInfo .box .content .container .info .row .label {
  display: inline-block;
  width: 70px;
  padding-right: 16px;
  text-align-last: justify;
  position: relative;
}

.contactInfo .box .content .container .info .row .label::after {
  content: '：';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 0;
}

.contactInfo .box .content .container .info img {
  width: 156px;
}

/* 移动端 */
#app.mobile.contactInfo .box {
  min-height: 0;
  /* padding: 0.15rem 0 0.5rem; */
  background: #cbdbf6 url('./collaborationMode-bg-1.png') no-repeat bottom center;
  background-size: 120%;
}

#app.mobile.contactInfo .box .container {
  padding: 0 0.2rem;
}
#app.mobile.contactInfo .box .map{
  display: block;
  margin-top: 0.15rem;
}
#app.mobile.contactInfo .box .main {
  padding-top: 0.3rem;
}

#app.mobile.contactInfo .box .title {
  padding-bottom: 0.07rem;
}

#app.mobile.contactInfo .box .title h2 {
  font-size: 0.42rem;
}

#app.mobile.contactInfo .box .title p {
  font-size: 0.18rem;
  margin-top: 0.08rem;
}

#app.mobile.contactInfo .box .title::after {
  width: 0.5rem;
  height: 0.03rem;
  border-radius: 0.02rem;
}

#app.mobile.contactInfo .box > .content {
  margin-top: 0.3rem;
  background: transparent;
  height: auto;
  width: 100%;
}

#app.mobile.contactInfo .box .content .container .info {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.5rem;
  border-radius: 0.12rem;
}

#app.mobile.contactInfo .box .content .container .info .row {
  font-size: 0.18rem !important;
  padding-left: 0.3rem;
  margin-bottom: 0.15rem;
}

#app.mobile.contactInfo .box .content .container .info .row.address {
  background: url('./craft-icon-1.png') no-repeat left center/0.14rem;
}

#app.mobile.contactInfo .box .content .container .info .row.email {
  background: url('./contactInfo-icon-2.png') no-repeat left center/0.16rem;
}

#app.mobile.contactInfo .box .content .container .info .row.people {
  background: url('./contactInfo-icon-4.png') no-repeat left center/0.14rem;
  margin-top: 0.4rem;
}

#app.mobile.contactInfo .box .content .container .info .row.phone {
  background: url('./contactInfo-icon-3.png') no-repeat left center/0.14rem;
}

#app.mobile.contactInfo .box .content .container .info .row .label {
  width: 0.7rem;
  padding-right: 0.16rem;
}

#app.mobile.contactInfo .box .content .container .info .row .label::after {
  width: 0.16rem;
}

#app.mobile.contactInfo .box .content .container .info img {
  display: block;
  width: 2.46rem;
  margin: 0.3rem auto 0;
}
