.connect-map {
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 0.75rem;
}
.connect-map .title {
  margin-bottom: 0.65rem;
  font-size: 0.506rem;
  
  font-weight: 600;
  color: #333333;
  position: relative;
  text-align: center;
}
.connect-map .title::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 0.05rem;
  background-color: #17449A;
  bottom: -0.1rem;
  left: calc(50% - 0.5rem);
}

.connect-map #container {
  width: 18rem;
  height: 6.875rem;
  margin: 0 auto 0.2rem;
}
.connect-map .connect-box {
  margin: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
}
.connect-map .connect-box .left .connect-list{
  font-size: 0.3rem;
}
.connect-map .connect-box .left {
  /*margin-right: 2.1875rem;*/
  flex: 1;
}
.connect-map .connect-box .left .company-name {
  font-size: 30px;
  
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.475rem;
  position: relative;
}
.connect-map .connect-box .left .company-name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0.625rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background-color: #17449A;
  bottom: -0.25rem;
}
.connect-map .connect-box .left ul {
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: space-evenly;*/
  flex-direction: column;
}
.connect-map .connect-box .left ul li {
  display: flex;
  align-items: center;
  min-width: 30%;
  /*width: 3.65rem;*/
}
.connect-map .connect-box .left ul li img {
  width: 0.5rem;
  height: 0.5rem;
}
.connect-map .connect-box .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.connect-map .connect-box .right img {
  width: 1.95rem;
  height: 1.95rem;
}
.connect-map .connect-box .right span {
  font-size: 0.25rem;
  
  font-weight: normal;
  color: #333333;
  display: block;
  text-align: center;
  width: 100%;
}

.message {
  padding: 0.75rem 3rem;
}
.message .title {
  font-size: 0.5rem;
  
  font-weight: bold;
  color: #333333;
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}
.message .title::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background-color: #17449A;
  bottom: -0.1rem;
  left: calc(50% - 0.5rem);
}
.message .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message .list .item {
  width: 5.45rem;
  margin-bottom: 0.5rem;
}
.message .list .item:nth-child(3) {
  margin-right: 0;
}
.message .list .item:nth-child(4) {
  margin: 0;
  width: 100%;
}
.message .list .item:nth-child(4) .label {
  height: 2.825rem;
}
.message .list .item label {
  font-size: 0.3rem;
  
  color: #333333;
}
.message .list .item .label {
  background: rgba(236, 236, 236, 0.5);
  width: 100%;
  height: 0.75rem;
  margin-top: 0.25rem;
  padding: 0.2rem;
}
.message .list .item .label input {
  background: transparent;
  width: 100%;
  font-size: 0.3rem;
}
.message .btn-submit {
  font-size: 0.35rem;
  
  font-weight: normal;
  padding: 0.1875rem 0.775rem;
  background-color: #17449A;
  display: inline-block;
  margin-top: 0.5rem;
  opacity: 0.9;
  cursor: pointer;
}
.message .btn-submit a {
  color: #FFFFFF;
}
.message .btn-submit:hover {
  opacity: 1;
}

@media (max-width: 820px) {
  .connect-map {
    padding: 1.984rem 1.024rem;
  }
  .connect-map .title {
    font-size: 1.28rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 1.536rem;
  }
  .connect-map .title::after {
    width: 2.56rem;
    height: 0.128rem;
    margin-top: -0.64rem;
    left: calc(50% - 1.28rem);
    bottom: -0.64rem;
  }
  .connect-map #container {
    width: 21.948rem;
    height: 14.717rem;
    margin-bottom: 0.768rem;
  }
  .connect-map .connect-box {
    margin: 0;
    display: block;
  }
  .connect-map .connect-box .left .company-name {
    font-size: 1.024rem;
    margin-bottom: 1.664rem;
  }
  .connect-map .connect-box .left .company-name::after {
    width: 3.199rem;
    height: 0.256rem;
    bottom: -0.64rem;
  }
  .connect-map .connect-box .left ul {
    display: block;
  }
  .connect-map .connect-box .left li {
    width: 100% !important;
    margin-bottom: 0.768rem;
  }
  .connect-map .connect-box .left li img {
    width: 1.92rem !important;
    height: 1.92rem !important;
    margin-right: 0.512rem;
  }
  .connect-map .connect-box .left li span {
    font-size: 0.896rem;
    
    font-weight: 400;
    color: #333333;
  }
  .connect-map .connect-box .right img {
    width: 9.982rem;
    height: 9.982rem;
  }
  .message {
    padding: 1.984rem 1.024rem 1.024rem;
  }
  .message .title {
    font-size: 1.28rem;
    margin-bottom: 1.536rem;
  }
  .message .title::after {
    width: 2.56rem;
    height: 0.128rem;
    bottom: -0.64rem;
    left: calc(50% - 1.28rem);
  }
  .message .list .item {
    width: 100%;
    margin-bottom: 0.768rem;
  }
  .message .list .item:last-child .label {
    height: 7.679rem !important;
  }
  .message .list .item label {
    font-size: 1.024rem;
  }
  .message .list .item .label {
    height: 2.56rem !important;
    margin-top: 0.64rem;
    padding: 0.8rem;
  }
  .message .list .item .label input {
    font-size: 14px;
  }
  .message .btn-submit {
    margin: 1.024rem auto 0;
    display: block;
    width: 6.399rem;
    height: 2.56rem;
    box-sizing: border-box;
    text-align: center;
    line-height: 2.56rem;
    padding: 0;
  }
  .message .btn-submit a {
    font-size: 16px;
  }
}

/*# sourceMappingURL=connect.css.map */
