a:hover {
  text-decoration: none !important;
  color: #000000;
}
.contact-wrap {
  width: 12.37rem;
  margin: 1rem auto;
}
.contact-wrap .contact {
  display: flex;
  justify-content: space-between;
}
.contact-wrap .contact .left .title {
  font-family: Calibri, Calibri;
  font-weight: bold;
  font-size: 0.85rem;
  color: #1B1B1B;
  margin-bottom: 0.65rem;
}
.contact-wrap .contact .left .about-box .about {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
}
.contact-wrap .contact .left .about-box .about img {
  width: 0.55rem;
}
.contact-wrap .contact .left .about-box .about p {
  margin-left: 0.2rem;
  width: 5rem;
  font-family: Calibri, Calibri;
  font-weight: normal;
  font-size: 0.21rem;
  color: #333;
  line-height: 0.3rem;
}
.contact-wrap .contact .left .share-box {
  display: flex;
  margin-top: 0.4rem;
}
.contact-wrap .contact .left .share-box .share {
  width: auto;
  height: 0.6rem;
  margin-right: 0.1rem;
}
.contact-wrap .contact .left .share-box .share img {
  width: auto;
  height: 100%;
}
.contact-wrap .contact .right {
  width: 4.7rem;
}
.contact-wrap .contact .right .item {
  border-bottom: 2px solid #EDEDED;
  padding: 0;
  height: 0.7rem;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
}
.contact-wrap .contact .right .item input {
  width: 100%;
  height: 100%;
  font-family: Calibri-Light, Calibri-Light;
  font-weight: normal;
  font-size: 0.2rem;
  color: #000000;
  background: #fff;
}
.contact-wrap .contact .right .item img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  flex-shrink: 0;
}
.contact-wrap .contact .right .item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: Calibri-Light, Calibri-Light;
  font-weight: normal;
  font-size: 0.2rem;
  color: #000000;
  width: 100%;
}
.contact-wrap .contact .right .item .bootstrap-select > .dropdown-toggle {
  width: 100%;
  height: 0.7rem;
  padding: 0;
  border: none;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.contact-wrap .contact .right .item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  height: 0.7rem;
  line-height: 0.7rem;
  font-family: Calibri-Light, Calibri-Light;
  font-weight: normal;
  font-size: 0.2rem;
  color: #000000;
}
.contact-wrap .contact .right .item .bootstrap-select .dropdown-toggle .caret {
  right: 0;
  color: #000;
}
.contact-wrap .contact .right .item .bootstrap-select .dropdown-menu li a {
  height: 0.51rem;
  padding: 0 20px;
  box-shadow: none !important;
  outline: none !important;
}
.contact-wrap .contact .right .item .bootstrap-select .dropdown-menu li a span.text {
  font-family: Calibri-Light, Calibri-Light;
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.51rem;
}
.contact-wrap .contact .right .bt {
  width: 2.5rem;
  height: 0.46rem;
  background: #0070FF;
  border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Calibri-LightItalic, Calibri-LightItalic;
  font-weight: normal;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-top: 0.63rem;
  cursor: pointer;
}
.contact-wrap .contact .right .bt img {
  width: 0.22rem;
  margin-left: 0.1rem;
}
.contact-wrap .map {
  width: 100%;
  height: 7.9rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 900px) {
  .contact-wrap {
    width: 100%;
    margin: 0.5rem auto;
    padding: 0 0.3rem;
  }
  .contact-wrap .contact {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .contact-wrap .contact .left .title {
    font-size: 0.67rem;
    margin-bottom: 0.5rem;
  }
  .contact-wrap .contact .left .about-box .about {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .contact-wrap .contact .left .about-box .about img {
    width: 0.7rem;
    flex-shrink: 0;
  }
  .contact-wrap .contact .left .about-box .about p {
    margin-left: 0.2rem;
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .contact-wrap .contact .left .share-box {
    display: flex;
    margin-top: 0.54rem;
  }
  .contact-wrap .contact .left .share-box .share {
    width: auto;
    height: 0.86rem;
    margin-right: 0.15rem;
  }
  .contact-wrap .contact .left .share-box .share img {
    width: auto;
    height: 100%;
  }
  .contact-wrap .contact .right {
    width: 100%;
    margin-top: 1rem;
  }
  .contact-wrap .contact .right .item {
    border-bottom: 2px solid #EDEDED;
    padding: 0;
    height: 1.2rem;
    margin-bottom: 0.15rem;
    display: flex;
    align-items: center;
  }
  .contact-wrap .contact .right .item input {
    width: 100%;
    font-family: Calibri-Light, Calibri-Light;
    font-weight: normal;
    font-size: 0.3rem;
    color: #000000;
  }
  .contact-wrap .contact .right .item img {
    width: 0.33rem;
    height: 0.33rem;
    object-fit: contain;
    flex-shrink: 0;
  }
  .contact-wrap .contact .right .item .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: Calibri-Light, Calibri-Light;
    font-weight: normal;
    font-size: 0.3rem;
    color: #000000;
    width: 100%;
  }
  .contact-wrap .contact .right .item .bootstrap-select > .dropdown-toggle {
    width: 100%;
    height: 1.2rem;
    padding: 0;
    border: none;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .contact-wrap .contact .right .item .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 1.2rem;
    line-height: 1.2rem;
    font-family: Calibri-Light, Calibri-Light;
    font-weight: normal;
    font-size: 0.3rem;
    color: #000000;
  }
  .contact-wrap .contact .right .item .bootstrap-select .dropdown-toggle .caret {
    right: 0;
    color: #000;
    border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .contact-wrap .contact .right .item .bootstrap-select .dropdown-menu li a {
    height: 1.2rem;
    padding: 0 20px;
    box-shadow: none !important;
    outline: none !important;
  }
  .contact-wrap .contact .right .item .bootstrap-select .dropdown-menu li a span.text {
    font-family: Calibri-Light, Calibri-Light;
    font-weight: normal;
    font-size: 0.3rem;
    line-height: 1.2rem;
  }
  .contact-wrap .contact .right .bt {
    width: 4.5rem;
    height: 0.84rem;
    background: #0070FF;
    border-radius: 0.42rem 0.42rem 0.42rem 0.42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibri-LightItalic, Calibri-LightItalic;
    font-weight: normal;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-top: 0.63rem;
    cursor: pointer;
  }
  .contact-wrap .contact .right .bt img {
    width: 0.4rem;
    margin-left: 0.15rem;
  }
  .contact-wrap .map {
    width: 100%;
    height: 7.9rem;
    margin-top: 1rem;
  }
}
