<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-us-wrap {
  padding: 60px 12px;
  background-color: #ffffff;
  transform: translatey(-40px);
  margin-bottom: -40px;
}
.contact-us-wrap .title {
  margin-bottom: 30px;
}
.contact-us-wrap .feild &gt; div {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-us-wrap .feild &gt; div::before {
  content: '*';
  color: red;
}
.contact-us-wrap .feild input,
.contact-us-wrap .feild textarea {
  outline: none;
  width: 100%;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cdcdcd;
}
.contact-us-wrap .say-btn {
  width: 145px;
  height: 40px;
  background-color: #237bf2;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  margin-left: 50%;
  margin-bottom: 60px;
  transform: translatex(-50%);
}
.contact-us-wrap .map img {
  width: 100%;
}
.contact-us-wrap .map .p-box {
  margin-bottom: 30px;
}
.contact-us-wrap .map .p-box img {
  width: 38px;
  height: 38px;
}
.contact-us-wrap .map .p-box .phone {
  color: #237bf2;
  font-weight: bold;
  font-size: 24px;
}
.contact-us-wrap .map .p-box .word {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.contact-us-wrap .map .p-item {
  margin-bottom: 30px;
}
.contact-us-wrap .map .p-item p {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.company-wrap {
  padding: 60px 0;
  background-image: url('../assets/imgs/鑱旂郴鎴戜滑-鑳屾櫙.png');
  background-size: cover;
}
.company-wrap .company-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}
.company-wrap .company-box .c-name {
  color: #333;
  padding-left: 0;
  margin-bottom: 30px;
}
.company-wrap .company-box .c-name h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.company-wrap .company-box .c-name span {
  font-size: 14px;
}
.company-wrap .company-box .c-name .line {
  width: 60px;
  height: 4px;
  background-color: #237bf2;
}
.company-wrap .company-box p {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .contact-us-wrap .map .p-box {
  margin-top: 25px;
}
.company-wrap .company-box {
  text-align: center;
}
.company-wrap .company-box &gt; div {
  margin-bottom: 30px;
}
.company-wrap .company-box .c-name .line {
  margin-left: 50%;
  transform: translatex(-50%);
}

}
</pre></body></html>