<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.box-container-fluid {
  width: 100%;
}
.box-container {
  width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 23.5rem) {
  .box-container {
    width: 100%;
    padding: 0 .625rem;
  }
}
.contact-section {
  padding-top: 5.375rem;
  margin-bottom: 6.25rem;
}
.contact-section .map-content {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  height:400px;
}
.contact-section .map-content img {
  max-width: 100%;
}
.contact-section .contact-us {
  width: 100%;
  padding-top: 3.4375rem;
  background: #f4f4f4;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 3.875rem;
}
.contact-section .contact-us .logo-pic {
  flex: 0 0 23.625rem;
  padding: 2.5rem 0;
  text-align: center;
  border-right: 1px solid #ddd;
}
.contact-section .contact-us .logo-pic img {
  width: 11.5625rem;
  height: auto;
}
.contact-section .contact-us .contact-info {
  flex: 1;
  padding-left: 3.5rem;
  padding-top: 1.25rem;
}
.contact-section .contact-us .contact-info p {
  position: relative;
  padding-left: 1.8125rem;
  font-size: 15px;
  color: #777b80;
  margin-bottom: 1.5625rem;
}
.contact-section .contact-us .contact-info p:before {
  content: '';
  width: 15px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('//cdn.xuansiwei.com/ganna4791/Images/contact-icon.png') no-repeat;
  background-position: 0 -9px;
  z-index: 10;
}
.contact-section .contact-us .contact-info p:nth-child(2):before {
  background-position: 0 -44px;
}
.contact-section .contact-us .contact-info p:nth-child(3):before {
  background-position: 0 -80px;
}
.contact-section .contact-us .contact-info p:nth-child(4):before {
  background-position: 0 -115px;
}
.message-section {
  padding-top: 5rem;
  margin-bottom: 6.1875rem;
  display: flex;
  justify-content: space-between;
}
.message-section .service-tips {
  flex: 0 0 29.25rem;
  padding-top: 5.8125rem;
}
.message-section .service-tips .circle-box {
  position: relative;
}
.message-section .service-tips .circle-box .service-icon {
  width: 19.875rem;
  height: 19.875rem;
  padding-top: 3.375rem;
  text-align: center;
  background: #e8e8e8;
}
.message-section .service-tips .circle-box .agreement {
  width: 10.4375rem;
  height: 10.4375rem;
  background: #1c8ac9;
  color: #fff;
  font-size: 1.25rem;
  padding: 2.5rem 2.1875rem;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 5.75rem;
}
.message-section .service-tips .circle-box .small-circle {
  width: 3.9375rem;
  height: 3.9375rem;
  background: #d9d9d9;
  position: absolute;
  bottom: 0;
  right: 6.9375rem;
}
.message-section .service-tips .circle-box .circle {
  border-radius: 50%;
}
.message-section .agreement-box {
  flex: 1;
}
.message-section .agreement-box .tips {
  height: 1.5625rem;
  line-height: 1.5625rem;
  margin-bottom: 2.125rem;
  padding-left: 1.25rem;
  font-size: .875rem;
  color: #666;
}
.message-section .agreement-box .tips .custom-service {
  display: inline-block;
  width: 1.3125rem;
  height: 1.5625rem;
  background: url('//cdn.xuansiwei.com/ganna4791/Images/service-icon.png') no-repeat;
  background-size: 100%;
  margin-right: .5625rem;
}
.message-section .agreement-box .tips span {
  position: relative;
  top: -6px;
}
.message-section .agreement-box .agreement-form .group {
  display: flex;
  margin-bottom: 1.375rem;
}
.message-section .agreement-box .agreement-form .group label {
  flex: 0 0 5.1875rem;
  text-align: right;
  font-weight: 700;
  height: 2.125rem;
  line-height: 2.125rem;
  font-size: 14px;
  color: #666;
}
.message-section .agreement-box .agreement-form .group input {
  padding: 0 .625rem;
}
.message-section .agreement-box .agreement-form .group input[type="text"],
.message-section .agreement-box .agreement-form .group select {
  width: 20.0625rem;
  height: 2.125rem;
  line-height: 2.125rem;
  color: #666;
  border: 1px solid #d9d9d9;
}
.message-section .agreement-box .agreement-form .group select {
  padding: 0 1.5625rem;
}
.message-section .agreement-box .agreement-form .group textarea {
  resize: none;
  padding: .625rem;
  width: 31.0625rem;
  height: 11.9375rem;
  color: #666;
  border: 1px solid #d9d9d9;
}
.message-section .agreement-box .agreement-form .group span {
  flex: 0 0 1.875rem;
  text-align: right;
  display: inline-block;
  color: #f00;
}
.message-section .agreement-box .agreement-form .group.captcha-box input[type="text"] {
  width: 6.25rem;
  margin-right: 1.1875rem;
}
.message-section .agreement-box .agreement-form .group.captcha-box img {
  margin-top: .5rem;
  margin-right: 3.9375rem;
  width: 3.625rem;
  height: 1.3125rem;
  cursor: pointer;
}
.message-section .agreement-box .agreement-form .group.captcha-box input[type="button"] {
  color: #fff;
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0 2.0625rem;
  background: #007cc2;
  border: none;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 47.9375rem) {
  .message-section {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem;
    display: block;
  }
  .message-section .agreement-box {
    flex: 0 0 100%;
  }
  .message-section .agreement-box .tips {
    padding-left: 0;
  }
  .message-section .agreement-box .agreement-form {
    width: 100%;
  }
  .message-section .agreement-box .agreement-form .group:last-child {
    flex-flow: wrap;
  }
  .message-section .agreement-box .agreement-form .group input[type="text"],
  .message-section .agreement-box .agreement-form .group select,
  .message-section .agreement-box .agreement-form .group textarea {
    flex: 0 0 65%;
    width: auto;
  }
  .message-section .agreement-box .agreement-form .group label {
    flex: 0 0 25%;
  }
  .message-section .agreement-box .agreement-form .group span {
    flex: 1;
    text-align: center;
  }
  .message-section .agreement-box .agreement-form .group textarea {
    height: 7.5rem;
  }
  .message-section .agreement-box .agreement-form .group.captcha-box input {
    flex: 0 0 30%;
  }
  .message-section .agreement-box .agreement-form .group.captcha-box input[type="text"] {
    width: 30%;
    margin-right: 10px;
  }
  .message-section .agreement-box .agreement-form .group.captcha-box img {
    width: 58px;
    height: 21px;
    object-fit: contain;
    margin-right: 0;
  }
  .message-section .agreement-box .agreement-form .group.captcha-box input[type="button"] {
    display: block;
    margin: 20px auto 10px;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 14px;
  }
  .contact-section {
    padding-top: 1.5625rem;
    margin-bottom: 1.875rem;
  }
  .contact-section .contact-us {
    padding-top: .9375rem;
    margin-top: 15px;
    padding-bottom: 1.5625rem;
  }
  .contact-section .contact-us .logo-pic {
    padding: 20px 0;
    flex: 0 0 100%;
    border-right: 0;
  }
  .contact-section .contact-us .contact-info {
    padding: 0 .625rem;
  }
  .contact-section .contact-us .contact-info p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
</pre></body></html>