@charset "utf-8";
/*===== Typography =====*/

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #676767;
  font-size: 0.16rem;
  line-height: 1.6;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #221223;
  margin-top: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul, ol {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.listnone {
  list-style: none;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d74ca;
}

::selection {
  background: #e5f1f0;
  color: #2d2f30;
}

::-moz-selection {
  background: #e5f1f0;
  color: #2d2f30;
}

/* *, */

/* *::before,
*::after {
  transition: all 0.3s ease-in-out;
} */

hr {
  color: #d3d9df;
}

/* ================================= */

/*===== General =====*/

/* ================================= */

.heading-title {
  text-transform: uppercase;
  font-size: 0.4rem;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 0.56rem;
}

.sub-title {
  font-size: 0.18rem;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 0.25rem;
  margin-top: 10px;
}

.sub-title-normal {
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}

.listnone {
  list-style: none;
  padding: 0;
}

.lead {
  font-size: 21px;
  font-weight: 500;
  color: #313335;
  line-height: 1.6;
}

.highlight {
  color: #ec6b08;
}

.lightbg {
  background: #e5f1f0;
}

.bluebg {
  background: #207fdc;
  color: #fff;
}

.black {
  color: #221223;
}

/*===== Button =====*/

.btn-blue {
  background-color: #1e87fe;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
}

.btn-blue-border {
  background-color: #409EFF;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #ffffff;
}

.btn-gray {
  background-color: #f1f1f1;
  color: #999999;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
}<!--0.00014805793762207-->