/*!
 * 
 * wpnew
 * 
 * @author kaige
 * @version 0.1.0
 * @link MIT
 * @license MIT
 * 
 * Copyright (c) 2026 kaige
 * 
 * This software is released under the MIT License
 * https://opensource.org/licenses/MIT
 * 
 * Compiled with the help of https://wpack.io
 * A zero setup Webpack Bundler Script for WordPress
 */
.dna-header {
  position: relative;
  color: #fff;
  background-color: #0086ff;
  margin-bottom: 30px !important;
}

.dna-header__content {
  position: relative;
  padding: 30px 20px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

@media screen and (max-width: 797px) {
  .dna-header__content {
    height: 165px !important;
  }
}

.dna-header__title {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.dna-header__desc {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 10px 0 0 0;
}

.dna-figure-header {
  color: #fff;
  background-color: #0086ff;
}

.dna-figure-header__content {
  position: relative;
  padding: 30px 20px;
}

.dna-figure-header .dna-share {
  right: 20px;
}

.dna-figure-header__user {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 30px;
}

.dna-figure-header__user img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  margin: 0 auto 10px auto;
  object-fit: cover;
}

.dna-figure-header__desc {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 797px) {
  .dna-figure-header__slide {
    height: 200px !important;
  }

  .dna-figure-header__slide .dna-figure-header__user {
    margin-bottom: 0;
  }
}

.dna-figure-header__label {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}

.dna-figure-header__tags {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.dna-figure-header__tags li {
  display: inline-block;
  margin: 7px 5px;
  height: 30px;
  border: 1px solid #fff;
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
}

.dna-figure-header__tags li a {
  color: #fff;
}

.dna-list-group {
  margin: 20px 0 30px 0;
}

.dna-list-group__title {
  font-size: 24px;
  line-height: 1;
  font-weight: bolder;
  color: #212121;
  margin: 0 0 8px 0;
}

.dna-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dna-list li {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

.dna-list li .switch {
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 15;
}

.dna-list .is-featured .dna-list__title {
  color: #39bfff;
  background: url(assets/tag-featured@2x-90c577a9.png) left center no-repeat;
  background-size: 22px 24px;
}

.dna-list a {
  position: relative;
  display: block;
  color: inherit;
  padding-right: 22px;
  background: url(assets/arrow@2x-3a9306f2.png) right center no-repeat;
  background-size: 11px 19px;
}

.dna-list__title {
  position: relative;
  font-size: 20px;
  color: #212121;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 12px 0;
  padding: 0 0 0 34px;
  background: url(assets/tag@2x-952efc21.png) left center no-repeat;
  background-size: 24px 24px;
}

.dna-list__text {
  font-size: 16px;
  color: #757575;
}

.dna-icon-box {
  margin-top: 68px;
  text-align: center;
}

.dna-icon-box__text {
  font-size: 16px;
  color: #212121;
  margin: 12px 0 0 0;
}

.dna-scope {
  display: block;
  margin: 0 auto;
  width: 162px;
  height: 133px;
  background: url(assets/scope@2x-3bbf5052.png) 0 0 no-repeat;
  background-size: cover;
}

.dna-btn-group {
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.dna-btn-group a {
  flex: 1;
  display: block;
  margin: 0 8px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  background-color: #42a5f5;
}

.dna-btn-group a.is-yellow {
  background-color: #f6aa00;
}

.dna-bottom-link {
  display: block;
  margin: 71px 0 20px 0;
  text-align: center;
  font-weight: normal;
  color: #42a5f5;
  font-size: 16px;
  text-decoration: underline;
}

.dna-footer-logo {
  display: block;
  width: 152px;
  height: 28px;
  background: url(assets/footer-logo@2x-326be438.png) 0 0 no-repeat;
  background-size: cover;
}

.dna-footer-links {
  float: left;
  padding-top: 30px;
}

.dna-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dna-footer-links ul li {
  float: left;
  margin-right: 15px;
}

.dna-footer-links ul a {
  color: inherit;
  font-size: 16px;
}

.dna-footer-qrcode {
  float: right;
  font-size: 16px;
  text-align: right;
  margin-right: 28px;
}

.dna-footer-qrcode p {
  margin: 0 0 10px 0;
}

.dna-footer-qrcode img {
  display: block;
  width: 100px;
  height: 100px;
  vertical-align: bottom;
  margin-bottom: 15px;
}

.dna-footer-copyright {
  position: relative;
  margin-top: 0;
  padding: 24px 0 12px;
  text-align: center;
  font-size: 12px;
  color: #a8a8a8;
}

@media screen and (max-width: 797px) {
  #footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dna-footer-links ul li {
    float: none;
    margin-bottom: 15px;
  }

  .dna-footer-qrcode {
    padding-top: 30px;
  }
}

.dna-recommend__post {
  position: relative;
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 16px;
}

.dna-recommend__post__title {
  font-size: 17px;
  color: #1d3a66;
  margin: 0 0 5px 0;
  font-weight: normal;
}

.dna-recommend__post img {
  display: block;
  width: 100%;
  height: auto;
}

.dna-recommend__post__meta {
  position: relative;
  margin-top: 10px;
  font-size: 12px;
  color: #194b87;
}

.dna-recommend__label {
  font-size: 16px;
  color: #194b87;
  margin-bottom: 6px;
}

.dna-recommend__quote {
  padding: 6px 0 6px 10px;
  border-left: 4px solid #7eafe8;
  color: #194b87;
  font-size: 14px;
  margin-bottom: 22px;
}

.dna-recommend__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dna-recommend__prev,
.dna-recommend__next {
  height: 42px;
  color: #4a90e2;
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #c4d5e8;
  text-align: center;
  padding: 0 20px;
}

.dna-recommend__prev.is-disabled,
.dna-recommend__next.is-disabled {
  color: #c4d4e7;
  border-color: #c4d5e8;
}

.dna-recommend__more {
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0 40px;
  color: #fff;
  background-color: #7eafe8;
}

.dna-recommend__over {
  margin-top: 8px;
  text-align: center;
  color: #7eafe8;
  font-size: 14px;
}

.dna-share {
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 25px;
  background: url(assets/share@2x-2109bae1.png) 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 99;
}

.dna-share-modal {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
  z-index: 999;
  box-sizing: border-box;
  transform: translateY(120%);
  transition: all .3s ease;
}

.dna-share-modal.is-in {
  transform: translateY(0);
}

.dna-share-modal__heading {
  position: relative;
  margin-bottom: 5px;
}

.dna-share-modal__heading:before,
.dna-share-modal__heading:after {
  content: " ";
  display: table;
}

.dna-share-modal__heading:after {
  clear: both;
}

.dna-share-modal__title {
  font-size: 24px;
  color: #212121;
  line-height: 32px;
  height: 32px;
}

.dna-share-modal__cancel {
  font-size: 16px;
  color: #212121;
  position: absolute;
  right: 0;
  line-height: 32px;
  height: 32px;
  top: 0;
  z-index: 15;
}

.bg-white {
  background-color: #fff;
}

.dna-share-page__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 99;
}

.dna-share-page__nav {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
}

.dna-share-page__title {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 50px;
  text-align: center;
  z-index: 15;
  font-size: 17px;
  color: #1d3a66;
  margin: 0;
  padding: 0;
}

.dna-share-page__cancel {
  position: absolute;
  left: 16px;
  top: 17px;
  color: #212121;
  font-size: 16px;
  line-height: 1;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  z-index: 50;
}

.dna-share-page__submit {
  position: absolute;
  right: 16px;
  top: 17px;
  color: #212121;
  font-size: 16px;
  line-height: 1;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  z-index: 50;
}

.dna-share-page__summary {
  position: relative;
  height: 32px;
  line-height: 32px;
  background-color: #6ea5e5;
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
}

.dna-share-page__summary .dna-check {
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 15;
}

.dna-share-page__content {
  padding-top: 83px;
}

.dna-check {
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/select@2x-ab609f86.png) 0 0 no-repeat;
  background-size: cover;
}

.dna-check.is-checked {
  background-image: url(assets/select-fill@2x-10521b32.png);
}

.dna-share-page__group {
  position: relative;
}

.dna-share-page__label {
  font-size: 18px;
  color: #212121;
  line-height: 26px;
  padding: 5px 20px;
  background-color: #f3f3f3;
}

.dna-share-page__control {
  position: relative;
  display: block;
  margin: 0 20px 0;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 45px 6px 0;
  box-sizing: border-box;
}

.dna-share-page__control input[type=checkbox] {
  display: none;
}

.dna-share-page__control input[type=checkbox]:checked~.dna-check {
  background-image: url(assets/select-fill@2x-10521b32.png);
}

.dna-share-page__control .dna-check {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 15;
}

.dna-share-page__control__title {
  font-size: 18px;
  color: #212121;
  line-height: 1;
  margin: 0 0 5px 0;
}

.dna-share-page__control__text {
  font-size: 16px;
  color: #757575;
  line-height: 1.4;
}

.dna-banner {
  height: 100vh !important;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.dna-banner .thb-page-header-image-holder {
  position: relative;
  z-index: 15;
}

.dna-banner .dna-banner-sign {
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 0 8px;
}

.dna-banner .dna-banner-sign a {
  color: #00acff;
}

.dna-banner-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/gradient-93034282.png) 0 0 repeat-x;
  background-size: 1px 100%;
  z-index: 1;
}

.dna-banner-btn {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 320px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  background: #00acff;
  text-align: center;
  border-radius: 3px;
  text-shadow: none;
}

.dna-banner-btn:hover {
  color: #fff;
}

.dna-banner-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 24px 0;
}

.dna-banner-text {
  font-size: 20px;
  color: #fff;
  margin: 0 0 40px 0;
}

.dna-banner-bottom-text {
  position: absolute;
  bottom: 50px;
  left: 10px;
  right: 10px;
  color: #00acff;
  font-size: 18px;
  text-align: center;
  z-index: 15;
}

.dna-banner-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: url(assets/down@2x-ec50475d.png) 0 0 no-repeat;
  background-size: cover;
  z-index: 15;
}

.dna-section-story {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.dna-section-story__title {
  font-size: 32px;
  color: #323232;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.dna-section-story__text {
  font-size: 20px;
  color: #757575;
  margin: 0 0 24px 0;
}

.dna-section-story__thumb {
  margin-bottom: 20px;
}

.dna-section-story__thumb img {
  width: 100%;
  height: auto;
}

.dna-section-story__more {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #00acff;
}

.dna-section-unique {
  position: relative;
  margin-bottom: 40px;
}

.dna-section-unique__title {
  line-height: 1.2;
  color: #323232;
  font-size: 32px;
  text-align: center;
  margin: 0 0 12px 0;
}

.dna-section-unique__thumb {
  position: relative;
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: 16px;
}

.dna-section-unique__thumb img {
  width: 100%;
  height: auto;
}

.dna-section-unique__text {
  font-size: 20px;
  color: #757575;
  text-align: center;
  margin: 0 5px 20px 5px;
}

.dna-section-unique__more {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #757575;
}

.dna-section-unique__more a {
  color: #00bcff;
}

.dna-section-box {
  position: relative;
  margin-bottom: 40px;
}

.dna-section-box__title {
  line-height: 1.2;
  color: #323232;
  font-size: 32px;
  text-align: center;
  margin: 0 0 12px 0;
}

.dna-section-box__thumb {
  position: relative;
  margin-bottom: 16px;
}

.dna-section-box__thumb img {
  width: 100%;
  height: auto;
}

.dna-section-box__text {
  font-size: 20px;
  color: #757575;
  text-align: center;
  margin: 0 5px 20px 5px;
}

.dna-section-box__more {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #757575;
}

.dna-section-box__more a {
  color: #00bcff;
}

.dna-footer-banner {
  position: relative;
  background-color: rgba(0, 0, 0, .1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
}

.dna-footer-banner__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/gradient-93034282.png) 0 0 repeat-x;
  background-size: 1px 100%;
  z-index: 1;
}

.dna-footer-banner .thb-section-container {
  position: relative;
  z-index: 15;
  padding: 48px 20px 80px 20px;
  box-sizing: border-box;
}

.dna-footer-banner__title {
  font-size: 34px;
  color: #fff;
  margin: 0 0 24px 0;
}

.dna-footer-banner p {
  margin: 0 0 18px 0;
}

.dna-footer-banner__btn {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 320px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  background: #00acff;
  text-align: center;
  border-radius: 3px;
}

.dna-footer-banner__btn:hover {
  color: #fff;
}

.dna-footer-banner__sign {
  font-size: 18px;
}

.dna-footer-banner__sign a {
  color: #00acff;
}

#slide-menu-container {
  background-color: #7ccdf4;
}

#slide-menu-container .thb-trigger-close {
  right: 15px;
  top: 15px;
}

#slide-menu-container .thb-trigger-close:before {
  font-size: 28px;
}

#slide-menu-container .has-divider {
  position: relative;
  padding-top: 40px;
}

#slide-menu-container .has-divider:before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -55px;
  z-index: 10;
}

.dna-post-item {
  position: relative;
  margin-bottom: 30px;
}

.dna-post-item__thumb {
  position: relative;
  margin-bottom: 10px;
}

.dna-post-item__thumb a {
  display: block;
}

.dna-post-item__thumb img {
  width: 100%;
  height: auto;
}

.dna-post-item__title {
  font-size: 20px;
  color: #212121;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

.dna-post-item__excerpt {
  font-size: 16px;
  color: #757575;
  margin: 0;
}

.dna-single-header {
  position: relative;
  margin-bottom: 20px;
}

.dna-single-header__thumb {
  margin-bottom: 10px;
}

.dna-single-header__thumb img {
  width: 100%;
  height: auto;
}

.dna-single-header__content {
  position: relative;
  width: 90.625%;
  margin-left: 4.6875%;
  margin-right: 4.6875%;
}

.dna-single-header__title {
  font-size: 24px;
  color: #212121;
  line-height: 1.2;
  margin-bottom: 5px;
}

.dna-single-header__time {
  font-size: 14px;
  color: #989898;
  margin: 0;
  display: block;
}

.dna-single-content {
  margin-bottom: 20px;
}

.dna-form-group {
  position: relative;
  margin-bottom: 20px;
}

.dna-form-label {
  font-size: 16px;
  color: #212121;
  display: block;
  margin: 0 0 5px 0;
}

.dna-form-control {
  font-size: 16px;
  color: #212121;
}

label.radio {
  display: block;
  margin: 5px 0;
}

label.radio input {
  margin-right: 5px;
}

.dna-form-btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 3px;
  border: 0;
  padding: 12px 36px;
  font-size: 14px;
  color: #fff;
  background-color: #00acff;
}

.table-dna thead {
  background-color: #6ea5e5;
}

.table-dna thead>tr>th {
  color: #fff;
}

.table-dna th,
.table-dna td {
  text-align: center;
  padding: 8px 5px !important;
  border: none !important;
}

.switch {
  box-sizing: border-box;
}

.switch input {
  position: absolute;
  left: -9999px;
}

li {
  list-style-type: none;
}

body {
  background-color: #fff;
}

.thb-desktop .thb-section-row {
  opacity: 1;
}

.gs-user-profile .dna-form-label {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
}

.gs-user-profile .dna-form-control,
.gs-user-profile select,
.gs-user-profile input {
  min-width: 100px;
  display: block;
  width: 100%;
  padding: 4px 12px;
  min-height: 48px;
  font-size: 14px;
}

.hide_section {
  display: none;
}

#footer {
  background-color: #e6e6e6;
  color: #595959;
  font-size: 14px;
}

#footer a {
  color: #595959;
  font-size: 13px;
  display: inline-block;
}

.gs-text-center {
  text-align: center;
}

.font-size-small {
  font-size: 12px;
}

@media screen and (max-width: 797px) {
  #footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dna-footer-links ul li {
    float: none;
    margin-bottom: 15px;
  }

  .dna-footer-qrcode {
    padding-top: 30px;
  }

  .dna-header__content {
    height: 100px !important;
  }

  .dna-figure-header__slide {
    height: 200px !important;
  }

  .dna-figure-header__slide .dna-figure-header__user {
    margin-bottom: 0;
  }
}

.gs-accordion-panel .thb-toggle .thb-toggle-trigger {
  background-color: #ddd;
  padding: 20px 10px;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/person_report/person-report-title.png);
  background-size: cover;
  border-radius: 10px;
  background-position: 0px 22.3%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.gese-content {
  max-width: 960px;
  background-color: inherit;
  margin: 15px auto 0px;
}

.gese-content h5 {
  font-size: 16px;
}

.gese-icon-small {
  font-size: xx-small !important;
}

h5.thb-section-block-title {
  color: #656565 !important;
}

.gese-span-title-left {
  display: inline-block;
  float: left;
  height: 35px;
}

.gese-span-title-right {
  display: inline-block;
  height: 35px;
  float: right;
  line-height: 35px;
  vertical-align: middle;
}

.thb-section-column-block-thb_text_box .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_image .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_video .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_blog .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_list .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_portfolio .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_progress_bar .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_photogallery .thb-section-block-header .thb-section-block-title,
.thb-section-column-block-thb_page .thb-section-block-header .thb-section-block-title {
  font-size: 24px;
}

.test-acquired-expression {
  color: #6ea5e5;
  font-size: 16px;
  display: inline-block;
  padding-right: 0px;
  margin-left: 21px;
}

.test-acquired-expression a {
  display: inline-block;
  background-image: none !important;
}

#header {
  margin-bottom: 0px;
  height: auto !important;
}

.thb-sticky-header.admin-bar .thb-header-inner-wrapper {
  top: 0px;
}

#header>.thb-header-inner-wrapper {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.thb-text table td {
  text-align: left;
}

.thb-text pre {
  overflow: hidden;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.dna-form-control {
  width: 100%;
}

.thb-skin-light a {
  color: #000;
}

#logo a img {
  max-height: 40px;
}

.thb-section-column-block-thb_image .thb-section-block-header {
  text-align: center;
}

.thb-section-column-block-thb_image .thb-text {
  text-align: center;
  color: #bbb;
  font-size: 14px;
}

.thb-section-block-content {
  margin-bottom: 20px;
}

.page-numbers {
  margin: 5px;
}

.thb-section .thb-section-inner-wrapper .thb-section-column-block {
  padding-bottom: 0px;
}

.dna-footer-qrcode {
  font-size: 16px;
  text-align: left;
}

.gs_snp_info {
  color: #bbb;
  font-size: 12px;
}

.reco_gs_snp_info {
  color: #bbb;
  font-size: 12px;
}

.reco_gs_snp_info-icon {
  font-size: 18px;
}

.thb-text-daily {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {

  .dna-list a {
    padding-right: 5px;
  }

  .dna-list-group__title {
    font-size: 18px;
  }

  .dna-list__title {
    font-size: 16px;
    padding-top: 5px;
  }

  .test-acquired-expression {
    font-size: 12px;
  }

  .dna-list__text {
    font-size: 12px;
  }

  .dna-footer-qrcode {
    font-size: 14px;
    text-align: left;
    float: left;
  }

  .dna-footer-links ul a {
    font-size: 14px;
  }

  .dna-figure-header__user img {
    height: 40px;
    width: 40px;
  }

  .dna-figure-header__user {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .dna-figure-header__label {
    font-size: 12px;
  }

  .dna-figure-header__tags li {
    font-size: 12px;
    height: 25px;
    line-height: 25px;
  }

  .dna-footer-qrcode img {
    height: 90px;
    width: 90px;
  }

  .test-acquired-expression {
    margin-left: 6px;
  }
}

select {
  border-radius: 3px;
  height: 30px !important;
  line-height: 30px !important;
  vertical-align: middle;
  background: #fff;
}

.thb-skin-dark form input,
.thb-skin-dark form textarea {
  padding: 5px 5px;
}

.thb-section-column-block-thb_text_box .thb-section-block-header+.thb-text-rank {
  margin-top: 20px;
}

.gs_reco_title {
  width: 100%;
}

.thb-text {
  margin-bottom: 20px;
}

.thb-text p {
  margin-bottom: 15px;
}

.gs_reco_person {
  color: #bbb;
  font-size: 10px;
  padding-top: 5px;
}

.gs_reco_item {
  margin-bottom: 15px;
  border-bottom: solid 1px #eee;
}

.thb-section.boxed .thb-section-row {
  margin-left: 0px;
  margin-right: 0px;
}

.thb-section .thb-section-column-block {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (max-width: 797px) {
  .reco_gs_snp_info {
    padding: 0 10px;
  }

  .thb-section-column-block-thb_text_box .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_image .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_video .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_blog .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_list .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_portfolio .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_progress_bar .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_photogallery .thb-section-block-header .thb-section-block-title,
  .thb-section-column-block-thb_page .thb-section-block-header .thb-section-block-title {
    font-size: 18px;
  }

  .gs_reco_title {
    font-size: 14px;
  }

  .thb-btn {
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .thb-section-block-header-rank {
    margin-top: 20px;
    font-size: 18px;
  }

  .profile-input-small {
    width: 100px;
  }

  .dna-form-control {
    width: 100%;
  }

  select {
    display: block;
  }

  form input[type=text],
  form textarea {
    display: block;
  }

  .thb-section-column-block-thb_text_box .thb-section-block-header .thb-section-block-title {
    font-size: 18px !important;
  }

  .thb-text h1 {
    margin-top: 24px;
  }

  .dna-header__content {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 80px !important;
  }

  .dna-header__title {
    font-size: 18px !important;
  }

  .dna-header__desc {
    font-size: 13px;
  }

  .thb-related h3 {
    font-size: inherit !important;
  }

  #page-header .page-title {
    padding-top: 15px;
    font-size: 24px;
  }

  .thb-btn-daily {
    font-size: 14px;
    margin: 5px;
  }
}

@media screen and (min-width: 797px) {

  .gs_reco_title {
    font-size: 20px;
  }

  .profile-input-small {
    width: 200px;
  }

  .thb-section-block-header-rank {
    margin-top: 20px;
    font-size: 24px;
  }

  form select {
    font-size: 12px !important;
  }

  .thb-section-column-block-thb_text_box .thb-section-block-header .thb-section-block-title {
    font-size: 24px !important;
  }

  .layout-style-a.thb-section-column-block-thb_text_box .thb-section-block-header p {
    font-size: 18px;
  }

  .thb-section-column-block-thb_text_box .thb-section-block-content .thb-text {
    font-size: 16px !important;
  }

  .thb-text h1 {
    margin-top: 24px;
    font-size: 24px;
  }

  .thb-section-extra {
    padding: 10px 0;
  }

  .thb-text h2 {
    font-size: 24px;
  }

  .thb-section .thb-section-row {
    padding-bottom: 0px;
  }

  .thb-section .thb-section-column {
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .thb-section .thb-section-inner-wrapper .thb-section-row {
    padding-bottom: 0px;
  }

  .thb-related h3 {
    font-size: inherit !important;
  }

  #page-header .page-title {
    padding-top: 15px;
    font-size: 36px;
  }

  .thb-btn-daily {
    font-size: 16px;
    margin: 10px;
  }
}

select {
  height: 40px;
  line-height: 40px;
}

select.orderselect {
  padding: 4px;
  margin: 4px;
  width: auto;
}

.question_items {
  margin-bottom: 25px;
}

@media screen and (min-width: 797px) {

  .question_items {
    color: #333;
    font-size: 18px;
  }

  .question_title_content {
    font-size: 18px;
  }
}

@media screen and (max-width: 797px) {
  .wpt__fields .wpt__fields_title {
    font-weight: bold;
    padding-bottom: 2px;
    display: block;
  }

  .wpt__fields .wpt__fields_field>.wpt__fields_input {
    width: 250px;
    min-width: 150px;
  }

  .wpt__fields .wpt__fields_field_checkbox .wpt__fields_input {
    margin-right: 5px;
  }

  .wpt__fields .wpt__fields_clarification {
    display: block;
    padding-top: 5px;
  }

  .question_items {
    color: #333;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .question_title_content {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .question_button {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.related-reco-list {
  text-align: center;
}

.related-reco-list article {
  display: inline-block;
  padding-top: 0px;
}

.related-reco-item-title {
  padding: 20px 20px 0px 20px;
}

.related-reco-item-title a {
  color: #4c4c4c;
}

.related-reco-item {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.related-reco-image {
  border-radius: 50%;
}

@media screen and (min-width: 480px) {
  .related-reco-list article {
    display: inline-block;
  }
}

.gs-pre-func {
  float: left;
  padding-bottom: 15px;
}

.gs-next-func {
  float: right;
  padding-bottom: 15px;
}

.gs-pre-func a,
.gs-next-func a {
  color: #00aeef;
}

.func_feedback {
  margin-bottom: 40px;
}

.user-profile-block-div {
  margin-bottom: 15px;
}

.user-profile-block-div select,
.user-profile-block-div label {
  margin: 0px;
  padding: 0px;
  width: auto;
}

.user-profile-label-child {
  font-size: 14px;
  padding: 0px;
}

.user-profile-control-inline {
  width: auto;
}

.user-profile-input-small {
  padding: 2px 4px;
}

.user-profile-input-small-inlineblock {
  width: 150px !important;
  display: inline-block !important;
}

.uhua-dna-figure-header__tags {
  position: relative;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.uhua-dna-figure-header__tags li {
  display: inline-block;
  margin: 20px 0px 5px 0px;
  height: 30px;
  border: 1px solid #e0e0e0;
  line-height: 30px;
  padding: 0 10px;
  color: #212121;
  font-size: 16px;
  border-radius: 8px;
}

.uhua-dna-list__text {
  font-size: 14px;
  color: #757575;
  padding-right: 5px;
}

ul.uhua-ul {
  list-style: none;
}

.uhua-links {
  border-top: 1px solid #e0e0e0;
  text-align: right;
  font-size: 14px;
}

.uhua-links div {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: right;
}

.uhua-input-content {
  margin-bottom: 20px;
  font-size: 14px;
  color: #757575;
}

.uhua-related-product-figure-header__tags {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.uhua-related-product-figure-header__tags li {
  display: inline-block;
  margin: 20px 0px 5px 0px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #212121;
  font-size: 16px;
}

.uhua-related-product {
  margin-left: 15px;
  margin-right: 15px;
}

.uhua-related-product-items {
  margin-top: 20px;
}

.uhua-related-product-item-title {
  padding-bottom: 10px;
  text-align: center;
}

.uhua-related-product-item-title h3 {
  font-size: inherit;
}

.uhua-api-failed {
  margin-left: 15px;
  margin-right: 15px;
}

.uhua-radar {
  margin-left: 5px;
  margin-right: 5px;
}

.uhua-question-title-content {
  font-size: 14px;
  margin-bottom: 5px;
}

.uhua-ai-div-a,
.uhua-ai-div-b {
  margin-top: 20px;
}

.uhua-ai-example-a,
.uhua-ai-example-b {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 15px;
  font-size: 14px;
}

.uhua-ai-div-a {
  background: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/luoyonghao.png) left center no-repeat;
  background-size: 40px;
}

.uhua-ai-div-b {
  margin-bottom: 30px;
  background: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/geseai.png) right center no-repeat;
  background-size: 40px;
}

.uhua-ai-example-a {
  margin-left: 45px;
}

.uhua-ai-example-b {
  margin-right: 45px;
}

@media screen and (max-width: 797px) {
  .uhua-ai-div-a,
  .uhua-ai-div-b,
  .uhua-question-title-content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .uhua-ai-div-a,
  .uhua-ai-div-b {
    margin-bttom: 20px;
  }

  .uhua-continue-button {
    margin-left: 15px;
  }
}

.gs-questions section {
  margin: 0px 15px 30px 15px !important;
}

.gs-question_answer_item {
  list-style: none;
}

.gs-question_title {
  font-size: 16px;
  color: #000;
}

.gs-question_answer_item li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #444;
  background-color: #ebebeb;
  width: 150px;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
  cursor: pointer;
}

.gs-question_answer_item li.active {
  background-color: #6ea5e5;
  color: #fff;
}

.gs-question_required {
  border: 2px solid #eb6363;
  padding: 5px !important;
  border-radius: 5px;
}

.gs-question_notice {
  color: #eb6363;
  font-size: 14px;
}

#mainframe {
  width: 100%;
}

.gs-reco-category-img {
  width: 40px;
  z-index: 9999;
  position: absolute;
  top: -1px;
  left: 10px;
}

@media screen and (max-width: 797px) {
  .gs-reco-category-img {
    width: 30px;
  }
}

.gs-reco-icon {
  text-align: right;
  margin-bottom: -20px;
  margin-top: 40px;
  color: #bbb;
}

.gs-reco-dislike,
.gs-reco-like,
.gs-reco-read {
  cursor: pointer;
  display: inline;
}

.gs-reco-read-icon,
.gs-reco-like-icon,
.gs-reco-dislike-icon {
  font-size: 14px;
}

.gs-reco-read-count,
.gs-reco-dislike-count,
.gs-reco-like-count {
  font-size: 12px;
}

.gs-reco-operation ul {
  list-style: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.gs-reco-operation a {
  cursor: pointer;
}

.gs-reco-clicked .ge-reco-icon {
  font-size: 20px;
  color: #84cef3;
}

.gs-reco-clicked .gs-reco-count {
  color: #84cef3;
}

@media screen and (max-width: 797px) {
  .gs-reco-operation {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    z-index: 9999;
  }

  a.gs-reco-operation-a {
    border-color: #84cef3;
    background-color: #84cef3;
    color: #1d3a66;
    padding: 5px 8px;
    border-radius: 5px;
  }

  a.gs-reco-operation-a-disable {
    border-color: #ddd;
    background-color: #ddd;
    color: #4d4d4d;
    padding: 5px 8px;
    border-radius: 5px;
  }

  .gs-reco-info {
    padding-top: 20px;
    margin-bottom: 80px !important;
    border-top: solid 1px #eaeaea;
  }

  .gs-reco-operation ul li {
    display: inline-block;
    padding-right: 8px;
  }

  .gs-order-process-div {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .gs-order-process-test {
    margin-bottom: 20px;
  }

  .func-list__test a {
    font-size: 12px;
    color: #84cef3;
  }

  .order-prosess-status {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #84cef3;
    color: #84cef3;
    font-size: 10px;
  }

  .order-process-ellipsis {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #84cef3;
    font-size: 10px;
    vertical-align: middle;
  }

  .order-prosess-status-undo {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
    font-size: 10px;
  }

  .order-process-ellipsis-undo {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #d3d3d3;
    font-size: 10px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 797px) {
  .gs-reco-operation {
    border-top: solid 1px #eaeaea;
    padding: 20px 0px;
  }

  a.gs-reco-operation-a {
    border-color: #84cef3;
    background-color: #84cef3;
    color: #1d3a66;
    padding: 10px 16px;
    border-radius: 5px;
  }

  a.gs-reco-operation-a-disable {
    border-color: #ddd;
    background-color: #ddd;
    color: #4d4d4d;
    padding: 10px 16px;
    border-radius: 5px;
  }

  .gs-reco-operation ul li {
    display: inline-block;
    padding-right: 10px;
  }

  .gs-order-process-div {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .gs-order-process-test {
    margin-bottom: 30px;
  }

  .thb-text .func-list__title {
    font-size: 18px;
  }

  .func-list__test a {
    font-size: 14px;
    color: #84cef3;
  }

  .func-single-content p {
    font-size: 18px;
  }

  .gs-order-process-test img {
    max-width: 600px;
  }

  .order-prosess-status {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #84cef3;
    color: #84cef3;
    font-size: 14px;
  }

  .order-process-ellipsis {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #84cef3;
    font-size: 14px;
    vertical-align: middle;
  }

  .order-prosess-status-undo {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    color: #d3d3d3;
    font-size: 14px;
  }

  .order-process-ellipsis-undo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #d3d3d3;
    font-size: 14px;
    vertical-align: middle;
  }
}

.gs-order-process-content,
.gs-order-process-test {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0;
}

.gs-order-process-related a {
  color: #84cef3;
}

.gs-order-process-related .title {
  text-align: center;
}

.gs-order-process-related .title span {
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 10px;
}

.gs-order-process-func-test {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.func-list li {
  border-bottom: solid 1px #e0e0e0;
}

.func-list .func-list__title {
  display: inline-block;
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.func-list__test {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

.progress-bar {
  background-color: #84cef3 !important;
}

#myModal,
#subModal {
  top: 30%;
}

.thb-btn {
  text-transform: none;
}

@media screen and (min-width: 797px) {
  .thb-slide-caption .thb-caption-inner-wrapper .thb-caption-texts-wrapper>div.thb-heading p {
    font-size: 44px;
  }

  .gs-text-center .thb-section-row-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.gs-attachment-full img {
  max-height: 400px;
  width: auto;
}

.gs-footer-links {
  display: inline-block;
  float: left;
  font-size: 16px;
}

.gs-footer-links ul li ul {
  margin-left: 0px;
}

.gs-footer-links ul li ul li a {
  color: #fff;
}

.gs-footer-qrcode {
  margin-bottom: 10px;
  font-size: x-small;
  color: #9a9a9a;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gs-footer-qrcode p {
  margin-bottom: 10px;
}

.gs-footer-qrcode .gs-footer-account {
  display: inline-block;
  float: left;
}

.gs-footer-qrcode .gs-footer-img {
  display: inline-block;
  float: left;
  padding-left: 15px;
}

@media screen and (min-width: 797px) {
  .thb-text pre {
    font-size: 16px;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  }

  .gs-footer-links ul li {
    width: 150px;
    display: inline-block;
    float: left;
  }

  .gs-footer-links ul li.gs-float-right {
    float: right;
  }

  .gs-footer-links ul li ul li {
    font-size: smaller;
    margin-bottom: 10px;
  }

  .gs-footer-qrcode {
    display: inline-block;
    float: right;
    width: 200px;
    font-size: 12px;
  }
}

@media screen and (max-width: 797px) {
  .gs-footer-links {
    display: block;
    font-size: 12px;
  }

  .gs-footer-links ul li {
    display: block;
    float: left;
  }

  .gs-footer-links ul li ul {
    display: block;
    float: left;
  }

  .gs-footer-links ul li ul li {
    width: 80px;
    margin-bottom: 10px;
  }

  .gs-footer-links ul li ul li.gs-footer-links-mobile-hidden {
    display: none;
  }

  .gs-footer-qrcode {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
    font-size: 11px;
  }

  .gs-footer-qrcode .gs-footer-img {
    float: left;
    padding-right: 30px;
  }

  .thb-scrollup {
    display: none;
  }
}

#slide-menu-container ul li ul li a,
.thb-slide-caption .thb-caption-inner-wrapper .thb-caption-texts-wrapper>div.thb-caption,
#page-header .page-subtitle,
.thb-related li .item-title p,
.thb-section-column-block-thb_text_box .thb-section-block-header p,
.thb-section-column-block-thb_pricingtable .thb-pricingtable-description {
  font-family: inherit;
}

.action-warning-yellow {
  display: inline-block;
  font-size: 12px;
  background-color: #f0ad4e;
  padding: 2px;
  border-radius: 5px;
  color: #fff;
  margin-left: 2px;
  line-height: normal;
}

.action-primary {
  background-color: #84cef3;
  border-radius: 30px !important;
  padding: 5px 15px !important;
  white-space: normal;
  border: none;
  color: #1d3a66 !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-primary-rectangle-with-radius {
  background-color: #84cef3;
  border-radius: 30px !important;
  padding: 5px 30px !important;
  white-space: normal;
  border: none;
  color: #1d3a66 !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-primary-full {
  width: 100% !important;
  display: block !important;
}

.action-primary-square {
  background-color: #84cef3;
  border-radius: 5px !important;
  padding: 0px 10px !important;
  white-space: normal;
  border: none;
  color: #1d3a66 !important;
  font-size: 12px;
  width: auto;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  display: inline-block;
}

.action-primary-large {
  background-color: #84cef3;
  border-radius: 30px !important;
  padding: 8px 15px !important;
  white-space: normal;
  border: none;
  color: #1d3a66 !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-red-large {
  background-color: #ff6262;
  border-radius: 30px !important;
  padding: 8px 40px !important;
  white-space: normal;
  border: none;
  color: #fff !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.no-background-color {
  background-color: unset;
}

.action-default {
  background-color: #fff;
  border-radius: 30px !important;
  padding: 5px 15px !important;
  white-space: normal;
  color: #1d3a66 !important;
  border: 1px solid #84cef3;
  font-size: 12px;
  width: auto;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-default-small {
  background-color: #fff;
  border-radius: 4px !important;
  padding: 2px 5px !important;
  white-space: normal;
  color: #fff !important;
  border: 1px solid #84cef3 !important;
  font-size: 12px;
  width: auto;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-default-small:hover {
  color: #eee !important;
}

.action-default-square-small {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  white-space: normal;
  color: #1d3a66;
  border: 1px solid #84cef3;
  font-size: 12px;
  width: auto;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

.action-default-square-small {
  background-color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  white-space: normal;
  color: rgba(29, 58, 102, .5) !important;
  border: 1px solid rgba(132, 206, 243, .5);
  font-size: 12px;
  width: auto;
  cursor: not-allowed;
  display: inline-block;
  margin-bottom: 5px;
}

.action-danger-square {
  background-color: #f33838;
  border-radius: 5px !important;
  padding: 0px 10px !important;
  white-space: normal;
  border: none;
  color: #fff !important;
  font-size: 12px;
  width: auto;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  display: inline-block;
}

.no-background-color:hover {
  background-color: unset !important;
}

.action-primary:hover,
.action-primary-rectangle-with-radius:hover {
  background-color: #00aeef;
  color: #fff !important;
  text-decoration: unset;
}

.action-primary:visited {
  background-color: rgba(132, 206, 243, .8);
  color: rgba(29, 58, 102, .8) !important;
}

.action-primary:focus,
.action-primary-large:focus,
.action-default-small:focus,
.action-default-square-small:focus {
  outline: unset;
}

.action-primary-large:hover,
.action-primary-square:hover {
  background-color: #00aeef;
  color: #fff !important;
  text-decoration: unset;
}

.action-default-small:hover,
.action-default-square-small:hover {
  color: #1d3a66 !important;
  border: 1px solid #00aeef;
  text-decoration: underline;
}

.action-disabled {
  background-color: rgba(132, 206, 243, .5);
  border-radius: 30px !important;
  padding: 5px 15px !important;
  white-space: normal;
  border: none;
  color: rgba(29, 58, 102, .5) !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  cursor: not-allowed;
}

.action-disabled:hover {
  text-decoration: unset;
}

.pr-header-info {
  border-left: 4px solid #84cef3;
  background: #fff;
  margin: 30px 0px;
}

.pr-header-info p {
  padding-left: 10px;
}

.pr-header-info .pr-header-info-span {
  display: block;
  margin: .5em .5em 0 0;
  clear: both;
}

.gese-wpt-test label {
  line-height: 1.5;
  font-size: 16px;
  margin: 15px 0 0 0;
}

.gese-wpt-test label p {
  margin: 10px 0px 0px 0px;
}

.gs-image-block {
  position: relative;
}

.gs-image-block .gs-image-block-title {
  position: absolute;
  color: #1d3a66;
  top: 14%;
  width: 100%;
}

.sfa-progress-left,
.sfa-progress-right {
  font-size: smaller;
  height: 30px;
  line-height: 30px;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: smaller;
  height: 30px;
  line-height: 30px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.sfa-progress-center {
  padding-left: 2px !important;
  padding-right: 2px !important;
  background-color: #f4f4f4;
}

.sfa-progress-center-left {
  float: left;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #f2a9a9;
}

.sfa-progress-center-right {
  float: right;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #84adc5;
}

.gs-progress {
  height: 12px;
  width: 100%;
  display: block;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}

.gs-progress-percentage {
  height: 10px;
  line-height: 10px;
  background-color: #84cef3;
  display: block;
  position: relative;
  border-radius: 5px;
}

.gs-image-block img {
  max-height: 400px;
}

@media screen and (max-width: 797px) {
  .gese-wpt-test label {
    font-size: 14px;
  }
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 15px auto !important;
  width: 95%;
}

pre hr {
  margin-top: 40px;
  margin-bottom: 15px;
}

.thb-skin-dark form [type=submit] {
  background-color: #84cef3;
  border-radius: 30px !important;
  padding: 5px 15px !important;
  white-space: normal;
  border: none;
  color: #1d3a66 !important;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
}

.thb-skin-dark form [type=submit]:hover {
  background-color: #00aeef;
  color: #fff !important;
}

.mobile-bottom-nav {
  background-color: #fff;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(222, 222, 222, .5);
  z-index: 98;
  text-align: center;
}

.bottom-nav-item {
  display: inline-block;
  width: 18%;
  height: 50px;
  color: #1d3a66;
}

.bottom-nav-item-image {
  height: 25px;
  margin-bottom: 2px;
}

.bottom-nav-item-title {
  font-size: 12px;
}

.links-example {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/global/icon-bar.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.links-research {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/global/icon-bar.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0px 28%;
}

.links-gesecai {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/global/icon-bar.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0px 54%;
}

.links-me {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/global/icon-bar.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0px 78%;
}

.links-buy {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/global/icon-bar.png);
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-position: 0px 99%;
}

.thb-btn.thb-read-more:after {
  background-color: unset !important;
  color: #1d3a66;
}

.thb-section-column-block-thb_text_box .thb-section-block-call-to .action-primary {
  background-color: #84cef3;
  border: none;
  color: #1d3a66;
}

.thb-skin-dark .thb-section-column-block-thb_text_box .thb-section-block-call-to a:hover,
.thb-section-column-block-thb_text_box .thb-skin-dark .thb-section-block-call-to a:hover {
  color: #1d3a66;
  border-radius: 15px;
}

.thb-section-column-block-thb_text_box .thb-section-block-call-to .action-primary:hover {
  background-color: #00aeef;
  color: #fff !important;
  text-decoration: unset;
  border-radius: 15px;
}

.thb-section-column-block-thb_text_box .thb-section-block-call-to .action-primary:after {
  background-color: #84cef3;
  color: #1d3a66;
  border-radius: 15px;
}

.thb-btn.thb-read-more {
  background-color: #84cef3;
  border-radius: 15px !important;
  padding: 5px 15px !important;
  white-space: normal;
  border: none;
  color: #1d3a66;
  font-size: 12px;
  line-height: 1.5;
}

.thb-section-column-block-thb_accordion .thb-toggle {
  border-bottom: none;
}

.thb-section-column-inner-wrapper .thb-section-column-block {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.thb-section-row-inner-wrapper .thb-section-column {
  padding-left: 0px !important;
}

.thb-section-block-image-wrapper {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.gese-split .thb-divider {
  background-color: #7ccdf4 !important;
  height: 2px !important;
}

@media screen and (max-width: 480px) {

  #footer {
    margin-bottom: 60px;
  }

  .mobile-bottom-nav {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#logo a {
  color: #1d3a66;
}

.smartisan-header-background {
  background-color: rgba(22, 26, 51, .99);
}

.gs-modal-content {
  top: 30px;
}

.gs-modal-header {
  background-color: #337ab7;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}

.gs-modal-body {
  padding: 30px 30px;
  font-size: 14px;
}

.gs-modal-footer {
  text-align: center;
  border-top: 2px solid #7ccdf4;
  margin: 15px 15px 5px 15px;
}

.promotion-modal-close {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.promotion-modal-close img {
  width: 20px;
}

.gs-button-primary {
  width: auto;
  background-color: #84cef3;
  border: none;
  color: #1d3a66 !important;
  border-radius: 15px;
}

.gs-button-primary:hover {
  background-color: #00aeef;
  color: #fff !important;
}

.gs-button-disable {
  width: auto;
  background-color: rgba(0, 174, 239, .4);
  border-color: rgba(0, 174, 239, .4);
  color: rgba(29, 58, 102, .3) !important;
}

@media screen and (max-width: 480px) {
  .gs-modal-content {
    top: 10px;
  }

  .gs-modal-body {
    padding: 30px 30px;
    font-size: 12px;
  }

  .btn {
    font-size: 12px;
  }
}

@media screen and (min-width: 480px) {
  .gs-modal {
    top: 10%;
  }
}

p.large {
  font-size: larger !important;
}

.a-underline {
  text-decoration: none;
  border-bottom: 1px solid #1d3a66;
}

.lightblue-link,
pre a {
  color: #83cef2 !important;
  text-decoration: none !important;
  padding-right: 0px !important;
  cursor: pointer;
}

.lightblue-link-underline {
  border-bottom: 1px solid #83cef2;
  cursor: pointer;
  padding-bottom: 2px;
}

.lightblue-link:hover,
pre a:hover {
  color: #0e84b5 !important;
  text-decoration: none !important;
}

.lightblue-link-underline:hover {
  border-bottom: 1px solid #0e84b5;
}

.gese-info-desc {
  color: #abaaaa;
  font-size: 14px;
}

.gese-info-desc-small {
  color: #abaaaa;
  font-size: 12px;
}

.mobile-image-show {
  display: none;
}

.pc-image-show {
  display: none;
}

.mobile-show-fixed-bottom {
  position: fixed;
  bottom: 65px;
  text-align: center;
  width: 100%;
  z-index: 98;
  opacity: .9;
}

@media screen and (max-width: 640px) {
  .mobile-image-show {
    display: block;
  }

  .pc-image-show {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .pc-show,
  .pc-show-inline {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .mobile-image-show {
    display: none;
  }

  .pc-image-show {
    display: block;
  }

  .mobile-show {
    display: none;
  }

  .pc-show {
    display: block;
  }

  .mobile-show-fixed-bottom {
    display: none;
  }

  .pc-show-inline {
    display: inline-block;
  }
}

.quota-info-header {
  border: 0px none;
  padding: 0px;
}

.quota-info-header-section {
  margin: 10px auto;
}

.quota-info-header-section .section-header {
  width: 100%;
  margin-bottom: -30px;
  text-align: center;
}

.quota-info-header-section .section-header .section {
  width: 64px;
  height: 64px;
  background: #fefefe;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

.quota-info-header-section .section-header .section img {
  margin: 18px 0px 0px;
  width: 32px !important;
}

.quota-info-header-section .section-header .section img.assistant-full {
  margin: 0px;
  width: 60px !important;
}

.quota-info-header-section .section-info {
  font-size: 14px;
  color: #595959;
  padding: 30px 15px 15px 15px;
  background-color: #f2f4f5;
  border-radius: 10px;
  margin-top: -16px;
  line-height: 1.75;
  text-align: justify;
}

.quota-info-header-section .section-info-white {
  font-size: 14px;
  color: #595959;
  padding: 30px 15px 15px 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -16px;
  line-height: 1.75;
  text-align: justify;
}

.quota-partner {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 12px;
  display: inline-block;
}

.quota-partner-img,
.quota-partner-title {
  display: inline-block;
}

.quota-partner-img img {
  width: 35px !important;
  height: 35px !important;
}

.quota-partner-title {
  color: #abaaaa;
}

.section-info p,
.section-info-white p {
  margin-bottom: 30px;
}

.section-info .info,
.section-info-white .info {
  font-size: 14px;
  color: #abaaaa;
}

.gs-margin-top-100 {
  margin-top: 100px;
}

.gs-margin-top-30 {
  margin-top: 30px !important;
}

.gs-margin-top-15 {
  margin-top: 15px !important;
}

.gs-margin-top-5 {
  margin-top: 5px !important;
}

.gs-margin-bottom-35 {
  margin-bottom: 35px !important;
}

.gs-margin-bottom-20 {
  margin-bottom: 20px !important;
}

.gs-margin-bottom-15 {
  margin-bottom: 15px !important;
}

.gs-margin-bottom-5 {
  margin-bottom: 5px !important;
}

.gs-margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.gs-margin-horizon-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
  white-space: nowrap;
}

.gs-padding-top-15 {
  padding-top: 15px;
}

.gs-padding-bottom-15 {
  padding-bottom: 15px;
}

.gs-padding-horizon-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.gs-padding-horizon-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.gs-padding-horizon-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.gs-padding-right-10 {
  padding-right: 10px !important;
}

.gs-padding-left-10 {
  padding-left: 10px !important;
}

.gs-padding-right-no {
  padding-right: 0px !important;
}

.gs-padding-left-no {
  padding-left: 0px !important;
}

.gs-no-horizon-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gs-row-flex-horizon-center {
  display: flex;
  place-content: center;
}

.gs-row-flex {
  display: flex;
  align-items: center;
}

.gs-row-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-form-control-inline {
  display: inline-block !important;
  width: auto !important;
}

.gs-form-control-inline-block-small {
  display: inline-block !important;
  width: auto !important;
}

.gs-form-control-input-xsmall {
  display: inline-block !important;
  width: 100px !important;
}

.gs-form-control-input-small {
  display: inline-block !important;
  width: 150px !important;
}

.gs-text-grey {
  color: #abaaaa;
}

.gs-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.gs-modal {
  min-height: 120px;
  width: 400px;
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 3px 3px 5px #000;
}

.gs-modal a.close {
  display: block;
  width: 25px;
  height: 25px;
  margin: -5px;
  border: 1px solid #84cef3;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  opacity: .9;
  color: #84cef3;
  cursor: pointer;
}

.gs-modal-content {
  padding: 22px 10px 10px 10px;
}

@media screen and (max-width: 480px) {
  .gs-form-control-inline-block-small {
    display: block !important;
    width: auto !important;
  }

  .gs-img-mobile-full {
    width: 100% !important;
  }

  .gs-modal {
    width: 90%;
  }

  .gs-margin-top-minus-35-mobile {
    margin-top: -35px !important;
  }
}

@media screen and (min-width: 480px) {
  .gs-img-mobile-full {
    max-width: 300px;
  }
}

.main-container {
  padding-right: 10px;
  padding-left: 10px;
}

.gese-warning {
  color: red;
  font-size: 12px;
}

.sections {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.section-block {
  width: 100%;
  margin: 10px 0px;
  margin-bottom: 0;
  cursor: pointer;
}

.section-block-white {
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
}

.section-header-desc {
  color: #9c9b9b;
  font-size: 12px;
}

.section-header-grey {
  padding: 5px 10px;
  background-color: #f4f4f4;
  color: #1f1f1f;
  border-radius: 5px 5px 0 0;
}

.section-header-grey-radius {
  padding: 5px 10px;
  background-color: #f4f4f4;
  color: #1f1f1f;
  border-radius: 5px;
}

.section-header-grey h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section-header-grey h5.toggle {
  cursor: pointer;
}

.section-content-item-width-auto {
  width: auto;
  min-width: 100px;
}

.section-content-item-bold {
  font-weight: 200;
  min-width: 100px;
  text-align: justify;
}

.section-caption {
  color: #fff;
  margin: 0;
  padding: 10px 0px;
  text-align: center;
}

.section-caption-titile-nodesc {
  color: #fff;
  margin: 0;
  padding: 20px 0px;
  text-align: center;
}

.section-caption-desc {
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.section-content-with-radius {
  border-radius: 10px;
}

.section-content {
  width: 100%;
  margin: 0px;
  margin-top: -10px;
  padding-top: 10px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

.section-content-topwithborder-5 {
  width: 100%;
  margin: 0px;
  margin-top: -5px;
  padding: 10px 5px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  border: 1px solid #f4f4f4;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-content-item {
  width: 90%;
  margin: 10px auto;
  margin-bottom: 0;
}

.section-content-result {
  margin: 10px auto;
  margin-bottom: 0;
  color: #757575;
  clear: both;
  padding-bottom: 15px;
}

.section-content-result p {
  margin-bottom: 15px;
}

.section-content-desc {
  margin: 10px auto;
  margin-bottom: 0;
  color: #abaaaa;
  clear: both;
  text-align: justify;
}

.section-content-desc p {
  margin-bottom: 15px;
}

.section-content-item-header-result h5 {
  font-size: 14px;
}

.section-content-item-header {
  display: block;
}

.section-content-item-header span.gese-span-title-left {
  display: inline-block;
  height: 45px;
  line-height: 45px;
}

.section-content-item-header span.gese-span-title-left b {
  display: inline-block;
  height: 45px;
  vertical-align: middle;
}

.section-content-item-header span.gese-span-title-right {
  display: inline-block;
  height: 45px;
  float: right;
  line-height: 45px;
  vertical-align: middle;
}

.section-content-item-header span.gese-span-title-right-block {
  font-weight: bold;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 50%;
  float: right;
}

.section-content-collapse {
  color: #849ecf;
  margin: 10px auto;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

#page-content-grey {
  background-color: rgba(222, 222, 222, .5) !important;
}

.gs-pre {
  line-height: 1.5;
  border: none;
  overflow: hidden;
  background-color: unset;
  font-size: inherit;
  margin-bottom: 0px;
}

.gs-wechat {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/social-icon/social@2x.png);
  background-size: cover;
  border-radius: 10px;
  background-position: 0% 0px;
  cursor: pointer;
}

.gs-weixin {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/social-icon/social@2x.png);
  background-size: cover;
  border-radius: 10px;
  background-position: 33% 0px;
  cursor: pointer;
}

.gs-weibo {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/social-icon/social@2x.png);
  background-size: cover;
  border-radius: 10px;
  background-position: 67% 0px;
  cursor: pointer;
}

.gs-marker {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/img/social-icon/social@2x.png);
  background-size: cover;
  border-radius: 10px;
  background-position: 100% 0px;
  cursor: pointer;
}

.gs-qrcode-absolute {
  position: absolute;
  top: 270px;
  left: 0%;
  right: 0%;
  text-align: center;
}

.gs-qrcode-absolute img {
  width: 150px;
}

.modal-body-noheader-black {
  top: 0px !important;
  background-color: #575756 !important;
}

.modal-body-noheader {
  top: 0px !important;
}

.orange {
  color: #ef6b5e;
}

.finger-print-loading {
  width: 100%;
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/promotion/april-fools-day/finger-print-loading.png);
  background-size: cover;
}

.loading {
  background-image: url(https://oss-cn-beijing.aliyuncs.com/gese-static/promotion/april-fools-day/loading.gif);
  background-size: cover;
  margin-top: 45%;
  font-size: 24px;
  font-weight: bold;
  width: 100px;
  height: 94px;
  line-height: 94px;
  margin-left: auto;
  margin-right: auto;
}

.finger-print {
  background-image: url("https://oss-cn-beijing.aliyuncs.com/gese-static/promotion/april-fools-day/get-fingerprint.gif");
  background-size: cover;
  height: 65px;
  width: 100px;
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
}

.botton-nav-item-40 {
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  margin-right: 5px;
}

.botton-nav-item-40 a {
  margin-top: 5px;
}

.gs-xlarge .action-primary {
  padding: 15px 45px !important;
  border-radius: 50% !important;
  font-size: 16px;
}

.tablenav .tablenav-pages a,
.tablenav-pages span.current {
  text-decoration: none;
  padding: 3px 6px;
}

.tablenav-pages span.current {
  color: #83cef2;
  font-size: 16px;
}

.tablenav .tablenav-pages a,
.tablenav-pages-navspan {
  display: inline-block;
  min-width: 17px;
  background: #83cef2;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  border-radius: 2px;
  color: #1d3a66;
}

.order-sec-title {
  margin-top: 30px;
  margin-bottom: 25px;
}

.order-sec-header {
  margin-top: 10px;
}

.order-sec-header-title {
  font-weight: bold;
}

.order-sec-header-button {
  float: right;
  font-size: small;
}

.order-sec-info {
  margin-top: 10px;
  font-size: 12px;
  color: #9d9d9d;
  line-height: 1.5;
  clear: both;
}

.order-sec-ul>li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


/*# sourceMappingURL=style-a7f52ca0.css.map*/