.text-them {
  color: #fda32b;
}
.g-link {
  color: #fda32b;
}
.g-link:hover {
  color: #ff9200;
}
.g-btn-more-link {
  border-radius: 15px;
  border: 1px solid #fda32b;
  display: inline-block;
  line-height: 28px;
  height: 30px;
  padding: 0 18px;
  color: #fda32b;
}
.g-btn-more-link:hover {
  border-color: #ff9200;
  color: #ff9200;
}
.p-tips {
  color: #768893;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.btn {
  width: 300px;
  height: 64px;
  color: #fff;
  font-size: .32rem;
  border-radius: 4px;
  background-color: #fda32b;
}
.btn:hover {
  background-color: #ff9200;
}
.guidance-top-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 64px;
  padding-top: 16px;
  z-index: 10;
  border-bottom: 1px solid #e1eaf1;
}
.guidance-top-bar .logo-title {
  font-size: 0;
}
.guidance-top-bar .logo-title .logo {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 4px;
}
.guidance-top-bar .logo-title .logo,
.guidance-top-bar .logo-title .title {
  font-size: 22px;
  vertical-align: middle;
}
.banner-bar {
  margin-top: 64px;
}
.g-row {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}
.g-row:last-child {
  padding-bottom: 20px;
}
.g-row-title {
  text-align: center;
}
.g-row-title:not(:first-child) {
  margin-bottom: 60px;
}
.g-row-title > h1 {
  line-height: normal;
  font-size: 32px;
}
.g-row-title > p {
  font-size: 16px;
  margin-top: 12px;
  color: #768893;
}
.g-row h2 {
  line-height: normal;
  font-size: 20px;
}
.table-wrap {
  color: #3D464A;
  padding-bottom: 20px;
}
.table-wrap table {
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 20px;
  width: 100%;
}
.table-wrap table tr th,
.table-wrap table tr td {
  line-height: 20px;
  padding: 12px 8px;
  border-right: 1px solid #e1eaf1;
  border-bottom: 1px solid #e1eaf1;
}
.table-wrap table tr th:first-child,
.table-wrap table tr td:first-child {
  border-left: 1px solid #e1eaf1;
}
.table-wrap table tr th {
  border-top: 1px solid #e1eaf1;
  background-color: #F4F6FA;
}
.table-wrap table tr td {
  font-size: 12px;
}
.table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.table-wrap table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table-wrap table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.dialog-view {
  display: none;
}
.dialog-view iframe {
  width: 100%;
  height: 100%;
}
.dialog-view .mask {
  position: fixed;
  z-index: 12;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(34, 33, 52, 0.6);
}
.dialog-view .dialog-body {
  position: fixed;
  z-index: 13;
  height: 518px;
  width: 328px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.dialog-view .dialog-body-container {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.dialog-view .dialog-body .close-dialog-btn {
  cursor: pointer;
  color: #fff;
  position: absolute;
  right: -40px;
  top: 0;
}
.dialog-view .dialog-body .close-dialog-btn:hover {
  color: #fda32b;
}
.dialog-view .dialog-body .close-dialog-btn .cfg-icon {
  font-size: 24px;
}
.footer-qr-code-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top: 1px solid #E1EAF1;
  z-index: 1;
  background: #fff;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}
.footer-qr-code-bar .icon-group {
  padding-left: 28px;
  background: url("../../common/img/icon-group.svg") no-repeat left center / 22px auto;
}
.hidden {
  display: none;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(4, 20, 42, 0.3);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .wrap-size {
    margin: 0 24px;
  }
  .grid-small-row {
    font-size: 0;
  }
  .grid-small-row > * {
    display: inline-block;
    vertical-align: top;
  }
  .grid-small-row .grid-small-2 {
    width: 50%;
  }
  .grid-small-row .grid-small-3 {
    width: 33.33%;
  }
  .banner-bar {
    padding: 0 20px;
  }
  .guidance-top-bar .wrap-size {
    margin: 0 .24rem;
  }
  .g-row {
    padding: 50px 0;
  }
}
@media screen and (min-width: 600px) {
  .grid-row {
    font-size: 0;
  }
  .grid-row > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .grid-row .grid-2 {
    width: 50%;
  }
  .grid-row .grid-3 {
    width: 33.33%;
  }
  .grid-row .grid-4 {
    width: 25%;
  }
  .g-row-content {
    padding: 60px 20px 0;
  }
  .wrap-size {
    max-width: 1008px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 599px) and (max-width: 1007px) {
  .wrap-size {
    margin: 0 .24rem;
  }
}
