@charset "UTF-8";
/***********************************************************************
    联系我们
 ***********************************************************************/
.contact-buy button,
.contact-info button,
.contact-hep button,
.contact-us button {
  background: none;
  background: #fff;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  border: none;
  text-align: center;
}

.contact-buy button i,
.contact-info button i,
.contact-hep button i,
.contact-us button i {
  font-size: 30px;
  vertical-align: bottom;
  margin-right: 18px;
}

.contact-buy button:hover {
  border: 1px solid #ff5a00;
}

.contact-buy button:hover span {
  color: #ff5a00;
}

.contact-info button:hover {
  border: 1px solid #2998d8;
}

.contact-info button:hover span {
  color: #2998d8;
}

.contact-hep button:hover {
  border: 1px solid #333;
}

.contact-hep button:hover span {
  color: #333;
}

.contact-us button:hover {
  border: 1px solid #23ada2;
}

.contact-us button:hover span {
  color: #23ada2;
}

.contact-buy .active {
  border: 1px solid #ff5a00;
  color: #ff5a00;
}

.contact-info .active {
  border: 1px solid #2998d8;
  color: #2998d8;
}

.contact-hep .active {
  border: 1px solid #333;
  color: #333;
}

.contact-us .active {
  border: 1px solid #23ada2;
  color: #23ada2;
}

.contact-list {
  font-size: 14px;
  line-height: 52px;
  text-align: center;
}

.contact-list th {
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}

.contact-list td {
  border-bottom: 1px dashed #e5e5e5;
}

/*# sourceMappingURL=contactUs.css.map */
