<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app .app-wrapper .main {
  background-color: #fff;
}
#app .app-wrapper .main .main-wrapper {
  padding: 20px 0;
}
#app .app-wrapper .main .main-wrapper .service-box {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
#app .app-wrapper .main .main-wrapper .service-box li {
  width: 20%;
  text-align: center;
  font-size: 0;
  margin-bottom: 10px;
}
#app .app-wrapper .main .main-wrapper .service-box li a img {
  display: inline-block;
}
#app .app-wrapper .main .main-wrapper .service-box li a span {
  width: 90%;
  display: inline-block;
  font-size: 15px;
  color: #1a1a1a;
  padding: 15px 0;
}
#app .app-wrapper .main .main-wrapper .service-box li a:hover img {
  transform-origin: center 0;
  -webkit-animation: swing 0.8s 0.2s ease both;
  -moz-animation: swing 0.8s 0.2s ease both;
}
#app .app-wrapper .main .main-wrapper .service-box li a:hover span {
  color: #98291e;
}
#app .app-wrapper .main .main-wrapper .main-body {
  border-top: 2px solid #a42f1e;
  letter-spacing: 1px;
  width: 1200px;
  padding: 10px 20px 100px;
  font-size: 12px;
  background-color: #f6f6f6;
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .main-body .center-title {
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 45px;
  font-size: 24px;
}
#app .app-wrapper .main .main-wrapper .main-body .center-title .gzjb-title {
  height: 45px;
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  line-height: 45px;
  min-width: 150px;
  font-size: 24px;
}
#app .app-wrapper .main .main-wrapper .main-body .center-title .gzjb-title &gt; span {
  color: #0c0300;
  font-size: 18px;
  font-weight: bold;
}
#app .app-wrapper .main .main-wrapper .main-body .center-title .gzjb-title img {
  vertical-align: middle;
  border: none;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part {
  box-sizing: border-box;
  width: 50%;
  padding: 40px 20px 20px;
  text-align: center;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part.row {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part.left {
  text-align: left;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part.bottom-p {
  width: 60%;
  margin: 20px auto 0;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #f00;
  padding: 20px;
  text-align: left;
  text-indent: 2em;
  line-height: 2;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item h2 {
  padding: 5px 0 5px 30px;
  background: url("../../images/credit_service/icon_arrow.png") 0 7px no-repeat;
  font-size: 18px;
  font-weight: 700;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item p {
  padding: 12px 0 20px 30px;
  line-height: 1.5em;
  font-size: 15px;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item p a {
  color: #ff812b;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item p a:hover {
  color: #2a39ff;
  text-decoration: underline;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item .btn {
  padding: 25px 0 0 0;
  text-align: center;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item .btn a {
  display: inline-block;
  width: 50%;
  height: 50px;
  line-height: 50px;
  background-color: #a5301f;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#app .app-wrapper .main .main-wrapper .main-body .top-content .info .part .item .btn a:hover {
  border-radius: 25px;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom .part {
  width: 50%;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom .part.three {
  width: 33.33%;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom .part:last-child {
  border-right: none;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom .part .license-bottom-title {
  text-align: center;
  margin: 30px 0;
  font-size: 30px;
  color: #a9895a;
}
#app .app-wrapper .main .main-wrapper .main-body .bottom-content .license-bottom .part .license-bottom-info {
  padding: 0 30px;
  color: #9b9b9b;
  line-height: 2em;
  margin-bottom: 30px;
}
</pre></body></html>