@charset "UTF-8";
html, body {
  height: auto;
}

body {
  background-color: #f2f6f7;
  font-family: "微软雅黑";
  background-color: #fff;
  height: 100%;
}

img {
  max-width: 100%;
  display: inline-block;
}

.skin-white {
  padding-top: 110px;
}

@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }
  #floatbtn {
    margin-right: -685px;
  }
}
.navbar-toggle {
  margin-top: 18px;
}

.navbar-brand {
  padding: 10px 15px;
  height: 70px;
}

.navbar-white .navbar-nav > li > a.pre-book {
  background-color: #9C0200;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  padding: 0 30px;
  color: #fff;
  border-radius: 20px;
  margin: 10px 0;
}

.navbar-white .navbar-nav > li > a.pre-book:hover {
  background-color: #f5a100;
  color: #fff;
}

footer {
  border-bottom: 5px solid #EFA413;
  color: #333;
  height: auto;
}

footer a {
  color: #333;
}

footer a:hover {
  color: #f5a100;
}

footer .footer-logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #E6EBEF;
}

footer .footer-logo img {
  height: 55px;
}

.footer-block {
  display: flex;
  flex-direction: column;
  line-height: 2.2em;
}

.footer-block .footer-title {
  font-size: 16px;
  color: #3A676C;
  font-weight: bold;
}

.footer-inner {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #E6EBEF;
}

.footer-inner .row > div {
  position: relative;
}

.footer-inner .row > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40%;
  width: 1px;
  height: 140px;
  background-color: #E6EBEF;
}

.footer-inner .row > div:last-child::after {
  display: none;
}

.footer-sns {
  padding: 30px 0 10px 0;
  font-size: 16px;
}

.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-item {
  position: relative;
  z-index: 99999;
}

.sns-item:hover {
  text-decoration: none;
}

.sns-item i {
  font-size: 30px;
  margin: 0 5px;
}

.sns-item .sns-item__float {
  position: absolute;
  left: -110px;
  top: -330px;
  width: 260px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  transition: all 200ms;
  color: #333;
  font-size: 14px;
  box-shadow: 0 2px 10px #aaa;
  display: none;
}

.sns-item .sns-item__float:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.sns-item .sns-item__float .qrcode img {
  width: 100%;
}

.sns-item:hover .sns-item__float {
  display: block;
}

.hero-image.contain {
  z-index: 200;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-image-wrapper {
  padding-right: 30px;
}

.hero-text-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-heading-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: visible;
  width: 100%;
}

.home-hero-sub {
  max-width: none;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-align: right;
  font-style: italic;
}

.home-hero-phone {
  max-width: none;
  margin-bottom: 0;
  font-size: 70px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #f9a810;
  line-height: 1.2em;
  white-space: nowrap;
}
.home-hero-phone__title {
  max-width: none;
  margin-bottom: 0;
  font-size: 20px;
  font-family: "黑体";
  color: #f9a810;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .home-hero-phone__title {
    text-align: center;
  }
}

.hero-paragraph-wrapper {
  width: 100%;
  text-align: right;
}

.hero-btn {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.hero-btn-arrow {
  width: 113px;
  height: 60px;
  background: url(../images/arrow.png) no-repeat center center;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .hero-btn {
    margin-top: 20px;
  }
  .hero-btn-arrow {
    display: none;
  }
}
.book-a-consultation-button {
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 0 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.2s;
  height: 50px;
  line-height: 45px;
  background-color: #9c0200;
  max-width: none;
  margin-top: 0;
}

.book-a-consultation-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(156, 2, 0, 0.5019607843);
}

@media (min-width: 768px) {
  .hero-section.home {
    padding-bottom: 0;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .home-hero > .row {
    display: flex;
  }
  .home-hero-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-hero {
    display: none;
  }
  .home-hero-mobile {
    display: block;
  }
}
@media (min-width: 979px) {
  .navbar-white .navbar-nav > li > a.pre-book {
    margin-left: 50px;
  }
  .nav > li.dropdown__1001, .nav > li.dropdown__1003 {
    position: static;
  }
  .nav > li > ul > li {
    margin-bottom: 10px;
  }
  .dropdown-menu.dropdown-menu__1001, .dropdown-menu.dropdown-menu__1003 {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    top: 75%;
    width: 100%;
    min-height: 100px;
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    border-radius: 15px;
  }
  .dropdown-menu__th {
    display: none !important;
  }
  .nav > li > ul > li .dropdown-menu__tb {
    background-color: #f2f6f6;
    padding: 30px 10px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
  }
  .nav > li > ul > li:hover .dropdown-menu__tb {
    background-color: rgba(40, 56, 69, 0.07);
  }
  .dropdown-menu__icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .dropdown-menu__icon img {
    width: 100%;
  }
  .dropdown-menu__wrap {
    line-height: 150%;
    flex: 1;
  }
  .dropdown-menu__wrap div {
    margin: 0;
    padding: 0;
    white-space: normal;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 li {
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 li:nth-child(2n) {
    padding-right: 0;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 li .dropdown-menu__tb {
    /* background: transparent; */
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 .dropdown-menu__tb {
    padding: 20px 10px;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu__1003 .dropdown-menu__wrap div.introduction {
    height: 50px;
    line-height: 25px;
  }
}
@media (max-width: 978px) {
  .dropdown-menu__tb {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .skin-white {
    padding-top: 70px;
  }
  .book-a-consultation-button {
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .footer-sns .row > div,
  .footer-sns .row > div:last-child {
    text-align: center;
    padding: 10px 0;
  }
  footer {
    height: auto;
  }
  .footer-inner .row > div::after {
    display: none;
  }
  .home-hero-sub {
    font-size: 18px;
    line-height: 25px;
    padding-right: 0;
  }
  .home-hero-phone {
    font-size: 40px;
    line-height: 25px;
    text-align: center;
    line-height: 1.5em;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .skin-white {
    padding-top: 185px;
  }
  .navbar-header {
    width: auto;
    overflow: hidden;
  }
}
.home-about-section {
  padding: 80px 0;
}

.home-about-title {
  line-height: 1em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #38686a;
  font-size: 40px;
}

.home-about-pointer {
  margin: 30px 0;
  display: flex;
}

.home-about-pointer__icon {
  margin-right: 15px;
  width: 60px;
}

.home-about-pointer__title {
  padding: 0;
  margin: 0;
  line-height: 1em;
  margin-bottom: 10px;
  color: #ea612c;
  font-weight: bold;
}

.home-about-pointer__desc {
  color: #283943;
  font-size: 16px;
  line-height: 1.75em;
}

.flag-section {
  background-color: #202c3a;
  padding: 60px 0;
  text-align: center;
}

.flag-section h4 {
  margin: 0;
  padding: 0;
  font-size: 47px;
  color: #fff;
  font-weight: bold;
}

.flag-section .flags {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.flag-section .flags-item {
  padding: 0 10px;
  width: 60px;
}

.flag-section .flags-button {
  display: flex;
  justify-content: center;
}

.flag-section .flags-button a {
  padding: 20px 30px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 30px;
}

.flag-section .flags-button a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #EFA413;
}

.home-map-section {
  padding: 80px 0;
  background-color: #fff;
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #283845;
  margin: 20px 0;
}

.section-desc {
  font-size: 20px;
  text-align: center;
}

.home-map-section .map-div {
  padding: 20px;
  text-align: center;
}

.home-evaluate-section {
  padding: 30px 0 30px 0;
}

.home-evaluate-section .section-title {
  text-align: left;
}

.book-section {
  padding: 50px 0;
  background-color: #efa413;
}

.bottom-book__title {
  font-size: 36px;
  font-weight: bold;
  color: #283845;
  padding: 0;
  margin: 0;
  line-height: 1em;
}

.bottom-book__desc {
  font-size: 18px;
  margin: 15px 0;
}

.bottom-book__button {
  display: flex;
}

.bottom-book__button a {
  background-color: #9C0200;
  padding: 20px 40px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
}

.bottom-book__button a:hover {
  background-color: #fff;
  color: #9C0200;
  text-decoration: none;
}

.pricing-cta__pointer {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.pricing-cta__icon {
  width: 32px;
  margin-right: 10px;
}

.pricing-cta__text {
  font-size: 18px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.j-testimonial-section {
  position: relative;
}

.j-test-t-wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.j-test-t-wrapper.j-testimonial-s {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.j-test-title-div {
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.j-test-quote-t {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.j-quote-image {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.j-quote-image.contain {
  z-index: 200;
  -o-object-fit: contain;
     object-fit: contain;
}

.j-test-card-wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.j-test-card-wrapper.card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: grid;
}

.j-test-card-div.middle {
  padding-top: 160px;
}

.j-test-card-div.left {
  padding-top: 100px;
}

.j-test-card-div-wrapper {
  margin-bottom: 25px;
}

.j-test-card-div-wrapper.middle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.j-test-main-card-div {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 32px 10%;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 31px rgba(140, 150, 157, 0.16);
}

.j-test-logo-div {
  flex-direction: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 30px;
  display: block;
}

.j-test-stars-image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  width: 70%;
  height: 100%;
  display: block;
}

.j-google-badge {
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  width: 100%;
}

.j-test-card-stars {
  grid-area: span 1/span 1/span 1/span 1;
  justify-self: start;
}

.j-test-card-g {
  display: block;
  display: flex;
  justify-content: flex-end;
}

.j-test-card-text {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75em;
}

.j-test-card-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.j-test-crad-icon {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.j-test-crad-icon.contain {
  z-index: 200;
  -o-object-fit: contain;
     object-fit: contain;
}

.j-test-card-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.j-test-card-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.j-test-names {
  color: var(--argo-midnight-blue);
  letter-spacing: -0.2px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.j-test-g-review {
  color: var(--argo-dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.j-test-bolds {
  font-weight: 700;
}

.blue-hero-t {
  font-size: 55px;
  font-style: italic;
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  font-family: "微软雅黑";
  margin: 0;
  margin-bottom: 0px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .j-test-card-wrapper.card-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-top: 20px;
    display: block;
  }
  .j-test-card-div.middle,
  .j-test-card-div.left {
    padding-top: 0;
  }
  .j-test-main-card-div {
    width: 100%;
    padding: 20px 5%;
  }
  .j-test-card-text {
    align-self: auto;
  }
  .all-pars {
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .j-test-card-wrapper.card-grid {
    width: auto;
    padding-bottom: 160px;
  }
  .all-pars {
    text-align: center;
  }
  .blue-hero-t {
    font-size: 24px;
    line-height: 30px;
  }
  .home-map-section {
    padding: 20px 0;
  }
  .section-title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .section-desc {
    font-size: 14px;
  }
  .bottom-book__title {
    font-size: 24px;
    text-align: center;
  }
  .bottom-book__desc {
    font-size: 14px;
    text-align: center;
  }
  .pricing-cta__text {
    font-size: 14px;
  }
  .bottom-book__button a {
    width: 100%;
    display: block;
    margin: 20px 0;
    text-align: center;
  }
  .flag-section h4 {
    font-size: 24px;
  }
  .flag-section .flags {
    flex-wrap: wrap;
  }
  .flag-section .flags-item {
    width: 20%;
    box-sizing: border-box;
    margin: 10px 0;
  }
  .home-about-section {
    padding: 20px 0;
  }
  .home-about-title {
    margin-top: 25px;
    font-size: 24px;
  }
  .home-about-pointer__desc {
    font-size: 14px;
    line-height: 1.5em;
  }
  .home-hero {
    margin-bottom: 20px;
  }
  .hero-text-content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  .j-test-card-wrapper.card-grid {
    width: 100%;
    padding-bottom: 20px;
  }
  .all-pars {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
}
.section-main .section-head h2, .section-main .section-head h1, .section-main .section-head h3, .section-main .section-head h4, .section-main .section-head h5 {
  text-align: center;
  font-size: 48px;
  color: #38686a;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-main .section-head h2, .section-main .section-head h1, .section-main .section-head h3, .section-main .section-head h4, .section-main .section-head h5 {
    font-size: 30px;
  }
}
.section-main .section-head h3 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .section-main .section-head h3 {
    font-size: 28px;
  }
}
.section-main .section-head h4 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section-main .section-head h4 {
    font-size: 24px;
  }
}
.section-main .section-head h5 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .section-main .section-head h5 {
    font-size: 18px;
  }
}
.section-main .section-head div {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  color: #283845;
}
@media screen and (max-width: 767px) {
  .section-main .section-head div {
    font-size: 18px;
  }
}
.section-main .section-body {
  line-height: 1.75em;
  font-size: 16px;
  padding: 15px 0;
}
.section-main .section-foot {
  padding: 15px 0;
}

/*我们的骄傲*/
.stats-section {
  padding: 30px 0;
  background-color: #202c3a;
  color: #fff;
}
.stats-section__title {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.stats-section__title em {
  font-style: normal;
}
@media (max-width: 767px) {
  .stats-section__title em {
    display: none;
  }
}
@media (max-width: 767px) {
  .stats-section__title {
    text-align: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.stats-section__item {
  font-size: 20px;
  text-align: center;
}
.stats-section__item-number {
  font-size: 40px;
  font-weight: bold;
  color: #efa414;
}
@media (max-width: 767px) {
  .stats-section__item-number {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .stats-section__item {
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .stats-section__body {
    display: flex;
  }
}

/*关于小二*/
@media screen and (max-width: 767px) {
  .about-us-wrapper {
    font-size: 24px;
    margin: 0;
  }
}
.about-us-heading {
  color: #38686a;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin: 30px 0;
}
.about-us-heading strong {
  color: #ea612c;
}
@media screen and (max-width: 767px) {
  .about-us-heading {
    font-size: 24px;
    margin: 20px 0;
  }
}
.about-us-description {
  font-size: 24px;
  line-height: 1.75em;
  text-align: center;
  padding: 0 10%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-us-description {
    font-size: 16px;
    padding: 0;
  }
}
.about-us-video:hover {
  filter: grayscale(100%);
  background-color: transparent;
}
.about-us-video__lightbox {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-us-video__lightbox {
    height: 180px;
  }
}
.about-us-video__image {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.about-us-video__play {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}
.about-us-video__play img {
  z-index: 200;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-us-video__play {
    width: 60px;
    height: 60px;
  }
}
.about-us-wrapper .stats-section {
  margin: 40px 0;
  background-color: transparent;
  color: #283845;
  font-weight: bold;
}
.about-us-bgimage {
  height: 457px;
  width: 100%;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*我们的故事*/
.our-story-section {
  padding: 30px 0;
  background-image: linear-gradient(to right, #202c39, #345f62);
}

/*企业使命*/
.mission-section {
  padding: 50px 0;
}
.mission-section .container {
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .mission-section .container {
    padding: 0 15px;
  }
}

/*我们的服务*/
.pricing-hero-section .w-container {
  background-color: #202c39;
  padding: 30px 0;
}
.pricing-hero-section .w-container .section-main .section-head h1 {
  color: #efa414;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .w-container .section-main .section-head h1 {
    text-align: center;
    font-size: 33px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .w-container .section-main .section-head h1 {
    font-size: 31px;
    line-height: 41px;
  }
}
@media screen and (max-width: 479px) {
  .pricing-hero-section .w-container .section-main .section-head h1 {
    margin-right: 0;
    font-size: 22px;
    line-height: 32px;
  }
}
.pricing-hero-section .w-container .section-main .section-head div {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .w-container .section-main .section-head div {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.pricing-hero-section .first-question {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 0;
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .first-question {
    flex-direction: column;
  }
}
.pricing-hero-section .first-question-image {
  justify-content: flex-start;
  width: 47%;
  max-width: none;
  margin-left: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .first-question-image {
    width: 90%;
    height: 35vh;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .first-question-image {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .first-question-image {
    width: 70%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .pricing-hero-section .first-question-image {
    height: auto;
  }
}
.pricing-hero-section .first-question-image-1 {
  z-index: 100;
  border-radius: 1000px;
  width: 80%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .pricing-hero-section .first-question-image-1 {
    max-width: 470px;
  }
}
.pricing-hero-section .first-question-image-2 {
  z-index: 100;
  border-radius: 100px;
  width: 37%;
  max-width: 260px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 2px 0 13px -3px rgba(32, 44, 57, 0.27);
}
@media screen and (min-width: 1280px) {
  .pricing-hero-section .first-question-image-2 {
    box-shadow: 2px 0 13px -3px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1440px) {
  .pricing-hero-section .first-question-image-2 {
    z-index: 101;
    box-shadow: 7px 19px 60px 20px rgba(60, 90, 154, 0.1);
  }
}
.pricing-hero-section .first-question-image-3 {
  z-index: 100;
  border-radius: 100px;
  width: 39%;
  max-width: 260px;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 4px 4px 13px -4px rgba(32, 44, 57, 0.27);
}
@media screen and (min-width: 1440px) {
  .pricing-hero-section .first-question-image-3 {
    z-index: 100;
  }
}
.pricing-hero-section .first-question .section-content-2 {
  z-index: 220;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}
.pricing-hero-section .first-question .section-content-2 .first-question-heading-wrapper h2 {
  color: #38686a;
  margin: 15px 0;
  font-weight: bold;
  font-size: 32px;
}
@media screen and (min-width: 1440px) {
  .pricing-hero-section .first-question .section-content-2 {
    z-index: 100;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .pricing-hero-section .first-question .section-content-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-hero-section .first-question .section-content-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .pricing-hero-section .first-question .section-content-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*服务流程*/
.process-section .section-head div {
  font-size: 16px;
  padding-left: 10%;
  padding-right: 10%;
}
.process-section .process-card {
  margin-bottom: 25px;
  border: 1px solid #e2ebf5;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0 20px;
}
.process-section .process-card__head {
  font-size: 20px;
  color: #38686a;
  font-weight: bold;
  padding: 25px 0;
}
.process-section .process-card__head em {
  font-style: normal;
  color: #000;
}
.process-section .process-card__body {
  height: 120px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .process-section .process-card__body {
    height: auto;
  }
}
.process-section .section-footer {
  padding: 10px 10%;
  font-size: 16px;
  color: #fff;
  margin: 25px 0;
  background-color: #38686a;
  text-align: center;
}

/*服务对比*/
.compare-section .wrapper {
  padding: 100px 80px;
  padding-bottom: 150px;
  background-image: linear-gradient(to right, #202c39, #345f62);
}
@media screen and (max-width: 767px) {
  .compare-section .wrapper {
    padding: 10px;
  }
}
.compare-section .compare-body, .compare-section .compare-left {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.compare-section .compare-body {
  min-height: 500px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-body {
    padding-top: 20px;
  }
}
.compare-section .compare-left {
  position: absolute;
  height: 120%;
  width: 53%;
  left: 0;
  top: -10%;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-left {
    display: none;
  }
}
.compare-section .compare-left .compare-button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  background-color: #567f81;
  padding: 15px 30px;
  border-radius: 30px;
  color: #fff;
}
.compare-section .compare-left .compare-button:hover {
  text-decoration: none;
  background-color: rgba(86, 127, 129, 0.5647058824);
}
.compare-section .compare-list {
  position: relative;
  width: 100%;
  margin-top: 50px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-list {
    margin-top: 0px;
  }
}
.compare-section .compare-item {
  display: flex;
  font-size: 16px;
  line-height: 1.75em;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-item {
    flex-direction: column;
    justify-content: center;
  }
  .compare-section .compare-item::after {
    content: "";
    position: absolute;
    width: 90%;
    border-bottom: 1px dashed #ddd;
    left: 5%;
    bottom: -10px;
  }
}
.compare-section .compare-item__left {
  width: 53%;
  padding-left: 30px;
  padding-right: 50px;
  box-sizing: border-box;
  color: #000;
  display: flex;
}
.compare-section .compare-item__left .iconfont {
  color: #f6552b;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-item__left {
    padding: 0 10px;
    width: 100%;
  }
}
.compare-section .compare-item__right {
  width: 46%;
  padding-left: 50px;
  padding-right: 30px;
  box-sizing: border-box;
  color: #888;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-item__right {
    padding: 0 10px;
    width: 100%;
    padding-left: 35px;
  }
}
.compare-section .compare-item__icon {
  width: 50px;
  position: absolute;
  left: 53%;
  top: 0;
  transform: translateX(-50%);
}
.compare-section .compare-item__icon i {
  display: block;
  font-style: normal;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #efa413;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  word-spacing: 1px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-item__icon {
    position: static;
    left: 50%;
    transform: none;
    margin: 15px 0 10px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .compare-section .compare-item__icon::before {
    content: "签小二";
    margin-right: 10px;
  }
  .compare-section .compare-item__icon::after {
    content: "其他中介";
    margin-left: 10px;
    color: #888;
  }
}
.compare-section .compare-title {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .compare-section .compare-title {
    display: none;
  }
}
.compare-section .compare-title .compare-item__left {
  color: #ef6326;
  margin-top: -50px;
  font-size: 35px;
  justify-content: center;
}

/*价格对比*/
.pricing-compare-section .wrapper {
  margin-top: 30px;
  padding: 0 30px;
  background-color: #f2f6f6;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .wrapper {
    padding: 0 10px;
  }
}
.pricing-compare-section .pricing-compare-panel {
  padding-bottom: 30px;
  color: #38686a;
}
.pricing-compare-section .pricing-compare-title {
  font-size: 34px;
  padding: 50px 0;
  font-weight: bold;
  color: #38686a;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-title {
    font-size: 24px;
    padding: 20px 0;
  }
}
.pricing-compare-section .pricing-compare-plans, .pricing-compare-section .pricing-compare-metrics {
  display: flex;
}
.pricing-compare-section .pricing-compare-plans {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-plans {
    flex-direction: column-reverse;
  }
}
.pricing-compare-section .pricing-compare-metrics {
  display: flex;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-metrics {
    flex-direction: column;
  }
}
.pricing-compare-section .pricing-compare-heading {
  font-size: 18px;
  width: 30%;
  padding: 20px 0;
  color: #333;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-heading {
    width: 100%;
    font-size: 16px;
  }
}
.pricing-compare-section .pricing-compare-body {
  display: flex;
  flex: 1;
}
.pricing-compare-section .pricing-compare-item {
  width: 33%;
  margin-left: 35px;
  font-size: 16px;
  padding: 0 10px;
}
.pricing-compare-section .pricing-compare-item__inner {
  display: flex;
  border-bottom: 1px solid #dae8e8;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  height: 100%;
}
.pricing-compare-section .pricing-compare-item i {
  font-size: 30px;
}
.pricing-compare-section .pricing-compare-item .icon-cuowu {
  color: red;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-item {
    margin: 0 5px;
    text-align: center;
    font-size: 14px;
  }
}
.pricing-compare-section .pricing-compare-item.lightbox {
  background-color: #eee6c6;
}
.pricing-compare-section .pricing-compare-plans .pricing-compare-heading {
  font-weight: bold;
}
.pricing-compare-section .pricing-compare-plans .pricing-compare-heading {
  font-size: 24px;
  border-bottom: 2px solid #38686a;
}
.pricing-compare-section .pricing-compare-plans .pricing-compare-body {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-plans .pricing-compare-body {
    display: flex;
    flex-direction: column;
  }
}
.pricing-compare-section .pricing-compare-plans .pricing-compare-item__inner {
  border-bottom: 2px solid #38686a;
}
@media screen and (max-width: 767px) {
  .pricing-compare-section .pricing-compare-plans .pricing-compare-item {
    margin: 0;
    width: 100%;
  }
}
.pricing-compare-section .pricing-compare-plan__name {
  font-weight: bold;
}
.pricing-compare-section .pricing-compare-plan__cost {
  font-weight: bold;
  flex: 1;
  text-align: right;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: stretch;
  align-items: stretch;
  justify-items: stretch;
  width: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .grid {
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 40vh;
  }
}
@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 9px;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 40vh;
    margin-top: 20px;
    margin-bottom: 10px;
    display: grid;
  }
}
@media screen and (max-width: 479px) {
  .grid {
    order: 0;
    grid-template-rows: auto auto;
    width: auto;
    height: 20vh;
    margin-bottom: 20px;
  }
}

.vt-hero {
  padding-top: 0;
  padding-bottom: 40px;
  position: static;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .vt-hero {
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .vt-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.vt-hero.overflow-on {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}
.vt-hero .reviews-hero {
  color: transparent;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}
.vt-hero .reviews-hero-title {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  color: #000;
}
.vt-hero .reviews-hero-title h1 {
  text-align: left;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .vt-hero .reviews-hero-title h1 {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.vt-hero .reviews-hero-title div {
  font-size: 16px;
  padding: 20px 0;
}
.vt-hero .profile-div {
  background-image: url(../images/customer4.jpg);
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  grid-area: span 1/span 1/span 1/span 1;
}
.vt-hero .profile-div._1 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1440px) {
  .vt-hero .profile-div._1 {
    min-height: 200px;
  }
}
.vt-hero .profile-div._2 {
  background-image: url(../images/customer6.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 150px;
  min-height: 150px;
}
.vt-hero .profile-div._3 {
  background-image: url(../images/customer8.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.vt-hero .profile-div._4 {
  background-image: url(../images/customer5.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.vt-hero .profile-div._5 {
  background-image: url(../images/customer3.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.vt-hero .profile-div._6 {
  background-image: url(../images/customer7.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.vt-hero .profile-div._7 {
  background-image: url(../images/customer2.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1440px) {
  .vt-hero .profile-div._3, .vt-hero .profile-div._4, .vt-hero .profile-div._5, .vt-hero .profile-div._6, .vt-hero .profile-div._7 {
    min-height: 150px;
  }
}
.vt-hero .reviews-button-div {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: block;
}
.vt-hero .book-a-consultation-button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  background-color: #38686a;
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: background-color 0.2s;
}
.vt-hero .book-a-consultation-button:hover {
  background-color: #f5a100;
}

.tabs-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, #202c39, #38686a);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}
.tabs-section .claim-wrapper {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}
.tabs-section .claim-wrapper.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .tabs-section .claim-wrapper.center {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .tabs-section .claim-wrapper.center {
    width: 45%;
  }
}
@media screen and (min-width: 1920px) {
  .tabs-section .claim-wrapper.center {
    width: 30%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tabs-section .claim-wrapper.center {
    width: 80%;
  }
}
.tabs-section .claim-wrapper .claim-heading {
  color: #efa414;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .tabs-section .claim-wrapper .claim-heading {
    font-size: 24px;
  }
}
.tabs-section .claim-wrapper .claim-heading .yellow-span {
  color: #efa414;
}
.tabs-section .claim-wrapper .claim-heading .white-claim-span {
  color: #fff;
}
.tabs-section .claim-wrapper p {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
}
.tabs-section .tabs-wrapper {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}
.tabs-section .tabs {
  z-index: 100;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 19px 70px rgba(163, 159, 176, 0.1);
  position: relative;
}
@media screen and (min-width: 1280px) {
  .tabs-section .tabs {
    background-color: #fff;
    padding-top: 12px;
  }
}
.tabs-section .tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f2f6f6;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 10px 12px;
  display: grid;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .tabs-section .tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 479px) {
  .tabs-section .tabs-menu {
    grid-row-gap: 0px;
    border-radius: 0;
    grid-template-columns: 1fr;
    align-items: start;
  }
}
.tabs-section .tab-link {
  color: #282876;
  text-align: center;
  background-color: transparent;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 13px 8px 13px 12px;
  font-size: 18px;
  line-height: 36px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  font-weight: 700;
}
.tabs-section .tab-link.w--current {
  text-align: center;
  background-color: #fff;
  font-weight: 500;
}
.tabs-section .tab-link .tabs-icon-wrapper {
  background-color: #efa414;
  color: transparent;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 18px;
  display: flex;
  overflow: hidden;
}
.tabs-section .tab-link .tabs-icon-wrapper .tab-icons {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Icon font argo, sans-serif;
  font-size: 32px;
  font-weight: 400;
  display: flex;
}
.tabs-section .tab-link .tabs-icon-wrapper.orange {
  background-color: #e85615;
}
.tabs-section .tab-link .tabs-icon-wrapper.blue {
  background-color: #0071bf;
}
.tabs-section .tab-link .tab-titles {
  color: #283845;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}
.tabs-section .w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.tabs-section .tab-pane {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tabs-section .tabs-content {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 991px) {
  .tabs-section .tabs-content {
    flex-direction: column;
    align-items: center;
  }
}
.tabs-section .w-tab-pane {
  display: none;
  position: relative;
}
.tabs-section .w--tab-active {
  display: block;
}
.tabs-section .tabs-image-wrapper {
  border-radius: 11px;
  width: 45%;
  max-width: 360px;
  overflow: hidden;
  box-shadow: -34px -21px 94px rgba(217, 215, 246, 0.25), 28px 28px 94px rgba(217, 215, 246, 0.25);
}
@media screen and (max-width: 991px) {
  .tabs-section .tabs-image-wrapper {
    width: 100%;
    display: inline-block;
  }
}
.tabs-section .image {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}
.tabs-section .tabs-text-wrapper {
  width: 52%;
}
@media screen and (max-width: 991px) {
  .tabs-section .tabs-text-wrapper {
    width: 100%;
  }
}
.tabs-section .tabs-heading-wrapper {
  margin-bottom: 20px;
}
.tabs-section .tabs-heading-text {
  color: #202c39;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}
.tabs-section .tabs-paragraph-wrapper {
  margin-top: 0;
}
.tabs-section .tab-text {
  color: #202c39;
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
}

.reviews-section {
  background-color: #fff;
  background-image: linear-gradient(to top, #f2f6f6 60%, white);
  padding-top: 60px;
  padding-bottom: 60px;
}
.reviews-section .review-wrapper {
  z-index: 100;
  justify-content: space-between;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.reviews-section .review-item {
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  padding: 30px;
  box-shadow: 11px 11px 30px rgba(32, 44, 57, 0.15);
  margin-bottom: 20px;
  width: calc(50% - 30px);
  box-sizing: border-box;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .reviews-section .review-item {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
    position: static;
  }
}
.reviews-section .review-content-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.reviews-section .review-icon-container {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.reviews-section .review-icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.reviews-section .review-wrapper {
  margin-bottom: 28px;
}
.reviews-section .review {
  color: #283845;
  text-align: left;
  margin-right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.reviews-section .reviwer-info-wrapper {
  align-items: center;
  display: flex;
}
.reviews-section .reviewer-image-wrapper {
  flex: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.reviews-section .reviewer-image-wrapper .reviwer-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.reviews-section .reviewer-name {
  color: #202c39;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.reviews-section .text-14px {
  color: #38686a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.top-banner-section {
  background-image: linear-gradient(to bottom, #202c39, #202c39);
  min-height: 100px;
}
.top-banner-section .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-banner-image {
  padding-top: 30px;
}
.top-banner-text {
  display: flex;
  color: #fff;
  flex-direction: column;
}
.top-banner-text h2 {
  font-size: 35px;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .top-banner-text h2 {
    font-size: 24px;
  }
}
.top-banner-text p {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top-banner-text p {
    font-size: 18px;
  }
}

.visa-process-section {
  padding: 50px 0;
}
.visa-process-section .section-head h4 strong {
  color: #202c39;
}
.visa-process-list {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .visa-process-list {
    flex-direction: column;
  }
}
.visa-process-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .visa-process-item {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 30px;
  }
}
.visa-process-item__line {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #c2c6c8;
  left: 0;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .visa-process-item__line {
    width: 2px;
    height: 100%;
    left: 39px;
  }
}
.visa-process-item:first-child .visa-process-item__line {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .visa-process-item:first-child .visa-process-item__line {
    width: 2px;
    height: 100%;
    left: 39px;
  }
}
.visa-process-item:last-child .visa-process-item__line {
  width: 50%;
  right: 50%;
}
@media screen and (max-width: 767px) {
  .visa-process-item:last-child .visa-process-item__line {
    display: none;
  }
}
.visa-process-item__icon {
  background-color: #fff;
  border: 2px solid #c2c6c8;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visa-process-item__icon .fa, .visa-process-item__icon .iconfont {
  font-size: 50px;
  color: #0071bc;
}
.visa-process-item__icon img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .visa-process-item__icon {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .visa-process-item__icon .fa, .visa-process-item__icon .iconfont {
    font-size: 45px;
  }
  .visa-process-item__icon img {
    width: 50px;
    height: 50px;
  }
}
.visa-process-item__body {
  display: flex;
  flex-direction: column;
}
.visa-process-item__num {
  font-size: 26px;
  padding: 10px 0;
  color: #e85717;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .visa-process-item__num {
    padding-top: 0;
    font-size: 20px;
  }
}
.visa-process-item__text {
  font-size: 17px;
}

/*签证类别*/
.visa-types-section .section-main {
  margin-bottom: 40px;
}
.visa-types-item {
  display: flex;
  flex-direction: column;
}
.visa-types-item__image {
  height: 230px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.visa-types-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.visa-types-item__text {
  padding: 10px 0;
}
.visa-types-item__title {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: bold;
  color: #e85716;
}
.visa-types-item__desc {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.pages-item {
  padding: 70px 0;
}
.pages-item:nth-child(odd) {
  background-color: #f2f6f7;
}
.pages-item .section-head div {
  padding: 40px 20px;
  background-color: #202c39;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 30px 0;
}
.pages-item .section-head div strong {
  color: #e8a015;
  font-weight: normal;
}
.pages-item .section-foot {
  text-align: center;
}
.pages-item .section-foot a {
  color: #e85716;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.pages-item .section-foot a:hover {
  color: #38686a;
}

/*团队阵容*/
.team-hero-section {
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.team-hero-section .container {
  display: flex;
  align-items: center;
}
.team-hero-text {
  flex: 1;
  color: #fff;
}
.team-hero-title {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .team-hero-title {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
  }
}
.team-hero-desc {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .team-hero-desc {
    font-size: 14px;
    text-align: center;
  }
}
.team-hero-button {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .team-hero-button {
    margin-bottom: 30px;
    justify-content: center;
    margin-top: 30px;
  }
}
.team-hero-button a {
  padding: 15px 50px;
  background-color: #efa413;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
}
.team-hero-button a:hover {
  text-decoration: none;
  background-color: rgba(239, 164, 19, 0.5843137255);
}
.team-hero-image {
  width: 40%;
  padding-top: 30px;
}
.team-hero-image img {
  width: 100%;
}
.team-service-section {
  padding: 35px 0;
  background-color: #f2f6f6;
}
@media screen and (max-width: 767px) {
  .team-service-section {
    text-align: center;
  }
}
.team-service-section h3 {
  color: #38686a;
  font-size: 33px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.team-service-section p {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.team-service-section a {
  padding: 15px 50px;
  text-align: center;
  color: #283844;
  font-size: 18px;
  background-color: #efa413;
  border-radius: 30px;
  font-weight: bold;
}
.team-service-section a:hover {
  background-color: rgba(239, 164, 19, 0.5019607843);
  text-decoration: none;
}
.team-service-item {
  padding: 10px 0;
  font-size: 16px;
  color: #283844;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .team-service-item:first-child {
    margin-top: 30px;
  }
}
.team-service-item img {
  margin-right: 5px;
  width: 30px;
}
.team-section {
  margin: 50px 0;
}
.team-list {
  margin-top: 50px;
}
.team-item {
  background-image: url(../images/teacher.png);
  background-repeat: no-repeat;
  background-position: left 50px;
  background-size: 60% auto;
  padding-top: 90px;
}
.team-item-wraper {
  height: 530px;
  background-color: #dedede;
  background-image: linear-gradient(to right, #dedede, #fff);
  border-radius: 20px;
  padding: 20px;
}
.team-item-image-wrapper {
  background-color: #c0b09c;
  position: relative;
  width: 40%;
  float: left;
  padding-bottom: 50%;
}
.team-item-image-box {
  background-color: #b4b2b2;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 100%;
  width: 100%;
}
.team-item-image-box img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-item-shanchang {
  padding-top: 20px;
}
.team-item-shanchang-li {
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 16px;
  position: relative;
}
.team-item-shanchang-li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.team-item-info {
  width: 55%;
  float: right;
}
.team-item-bio {
  font-size: 30px;
  padding-top: 20px;
  line-height: 1;
}
.team-item-name {
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #796143;
  border-bottom: 1px solid #d7ccbe;
  background: -webkit-linear-gradient(#856e53, #725839);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 为了更好的兼容性，可以添加下面的属性 */
  background-clip: text;
  color: transparent; /* 确保文本颜色透明 */
}
.team-item-name em {
  font-size: 25px;
  font-style: normal;
  background: -webkit-linear-gradient(#a69480, #725839);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 为了更好的兼容性，可以添加下面的属性 */
  background-clip: text;
  color: transparent; /* 确保文本颜色透明 */
}
.team-item-name em::before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #a69480;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
  transform: skewX(-20deg);
}
.team-item-content {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.75em;
  color: #000;
}

.contact-section {
  padding: 50px 0;
  background-color: #202C39;
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding: 30px 0;
  }
}
.contact-title {
  padding: 0 0 30px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .contact-title {
    font-size: 20px;
  }
}
.contact-item {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  display: flex;
}
.contact-item__image {
  width: 50px;
  height: 50px;
  background-color: #202c39;
  border-radius: 50%;
  color: #38686a;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-item__image i {
  font-size: 35px;
}
.contact-item__text {
  flex: 1;
}
.contact-item__title {
  color: #e85615;
  -webkit-text-stroke-color: #e85615;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.contact-item__content {
  color: #283845;
  text-align: justify;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 0 0 0;
}
.contact-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-sns {
    flex-direction: column;
  }
}

.faq-section {
  margin: 30px 0;
}
.faq-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #283845;
}
.faq-desc {
  color: #283845;
  text-align: center;
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.faq-list {
  margin: 50px auto;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .faq-list {
    width: 100%;
  }
}
.faq-item {
  margin-bottom: 20px;
  font-size: 16px;
}
.faq-item__title {
  padding: 10px 0;
  color: #38686a;
  font-weight: bold;
}
.faq-item__content {
  line-height: 1.75em;
}

.article-section {
  margin: 30px 0;
}
.article-wrapper {
  margin: 50px auto;
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .article-wrapper {
    width: 100%;
  }
}
.article-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 52px;
  color: #283845;
  margin-bottom: 20px;
}
.article-content {
  line-height: 1.75em;
  font-size: 16px;
}
.article-content img {
  max-width: 100%;
}
.article-content p {
  padding: 0;
  margin: 5px 0;
}
.article-images__item {
  margin: 10px 0;
  text-align: center;
}
.article-images__item img {
  max-width: 100%;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .article-images__item img {
    width: 100%;
  }
}

.comment-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.comment-item__image {
  position: relative;
  height: 0;
  padding-bottom: 130%;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.comment-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-item__image.video::after {
  content: "";
  width: 30%;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  opacity: 0.8;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  cursor: pointer;
}
.comment-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.comment-item__title {
  text-align: left;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-size: 16px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: none;
}

.case-section .w-container {
  background-color: #202c39;
  padding: 30px 0;
}
.case-section .w-container .section-main .section-head h1 {
  color: #efa414;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .case-section .w-container .section-main .section-head h1 {
    text-align: center;
    font-size: 33px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .case-section .w-container .section-main .section-head h1 {
    font-size: 31px;
    line-height: 41px;
  }
}
@media screen and (max-width: 479px) {
  .case-section .w-container .section-main .section-head h1 {
    margin-right: 0;
    font-size: 22px;
    line-height: 32px;
  }
}
.case-section .w-container .section-main .section-head div {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .case-section .w-container .section-main .section-head div {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.case-list {
  margin-top: 50px;
}
.case-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.case-item__image {
  position: relative;
  height: 0;
  padding-bottom: 130%;
  box-shadow: 0 2px 10px #aaa;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.case-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-item__image.video::after {
  content: "";
  width: 30%;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play.png);
  opacity: 0.8;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  cursor: pointer;
}
.case-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.case-item__title {
  text-align: left;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
  font-size: 16px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  display: none;
}

.checkup-section {
  margin: 30px 0;
}
.checkup-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .checkup-image {
    margin-bottom: 30px;
  }
}
.checkup-image h2 {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .checkup-image h2 {
    font-size: 24px;
  }
}
.checkup-image p {
  font-size: 16px;
}
.checkup-form-title {
  text-align: center;
  padding: 10px;
  background-color: #FA6D03;
  color: #fff;
  font-size: 18px;
  margin: 20px 0;
}
.checkup-form-title.blue {
  background-color: #202C39;
}
.checkup-form-title.green {
  background-color: #38686A;
}
.checkup-form .form-group {
  font-size: 15px;
  margin-bottom: 20px;
  position: relative;
}
.checkup-form .form-group > label {
  padding: 10px 0;
}
.checkup-form .form-group > label::after {
  content: "*";
  color: red;
}
.checkup-submit {
  margin: 50px 0;
  padding: 15px 60px;
  font-size: 20px;
  border-radius: 50px;
  background-color: #38686A;
  border-color: #38686A;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .checkup-submit {
    width: 100%;
  }
}

.result-section {
  padding: 50px 0;
  text-align: center;
}
.result__icon i {
  font-size: 80px;
  color: green;
}
.result__title {
  padding: 20px 0;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.result__subtitle {
  font-size: 16px;
  color: #666;
}
.result__extra {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.result__extra a {
  margin: 0 10px;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-square {
  padding-bottom: 100%;
}

.w-lightbox-dialog {
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w-lightbox-dialog .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.w-lightbox-dialog .close i {
  font-size: 30px;
}
.w-lightbox-dialog .w-lightbox-video {
  margin: auto;
  max-width: 100%;
  width: 1000px;
  height: 750px;
}
@media screen and (max-width: 999px) {
  .w-lightbox-dialog .w-lightbox-video {
    width: 100vw;
    height: 75vw;
  }
}

.photoviewer {
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.photoviewer-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
}
.photoviewer-close a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photoviewer-close a i {
  font-size: 26px;
}
.photoviewer-close a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.photoviewer-swiper {
  width: 75%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .photoviewer-swiper {
    width: 65%;
  }
}
.photoviewer-swiper .swiper {
  width: 100%;
  height: 100%;
}
.photoviewer-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photoviewer-swiper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 90%;
  max-width: 90%;
}
.photoviewer-content {
  width: 25%;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .photoviewer-content {
    width: 35%;
  }
}
.photoviewer-content__text {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1.75em;
}

.related-article h2 {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  text-align: center;
}
.related-article__item {
  margin-bottom: 20px;
}
.related-article__item h5 {
  height: 40px;
  margin: 15px 0;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  display: none;
  text-align: center;
}
.related-article__image {
  position: relative;
  height: 0;
  padding-bottom: 130%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px #aaa;
}
.related-article__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-prevnext {
  font-size: 16px;
  line-height: 1.75em;
}

.checkup-list-section {
  background-color: #EFEFEF;
  padding-bottom: 30px;
  font-size: 14px;
}
.checkup-list__card {
  display: flex;
  flex-direction: column;
}
.checkup-list__date {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  overflow: hidden;
}
.checkup-list__date::after, .checkup-list__date::before {
  content: "";
  width: 1px;
  background-color: #DEE2E5;
  height: 50%;
  position: absolute;
  left: 19px;
  top: 50%;
  z-index: 0;
}
.checkup-list__date::before {
  top: 0;
}
.checkup-list__date i {
  position: absolute;
  left: 10px;
  top: 17px;
  width: 20px;
  height: 20px;
  border: 1px solid #DEE2E5;
  background-color: #DEE2E5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
}
.checkup-list__date i::before {
  content: "";
  background-color: #2D8FD9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.checkup-list__date span {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #DEE2E5;
}
.checkup-list__card:first-child .checkup-list__date::before {
  display: none;
}
.checkup-list__card:first-child .checkup-list__date::after {
  display: block;
}
.checkup-list__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.checkup-list__item {
  display: flex;
  margin-bottom: 2px;
  background-color: #fff;
  align-items: center;
  text-decoration: none !important;
}
.checkup-list__item:hover, .checkup-list__item:active, .checkup-list__item:visited {
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
}
.checkup-list__left {
  width: 70px;
  text-align: center;
  color: #999;
}
.checkup-list__right {
  flex: 1;
}
.checkup-list__icon {
  width: 50px;
  display: flex;
  justify-content: center;
}
.checkup-list__icon i {
  font-size: 28px;
  color: #ddd;
}
.checkup-list__code {
  height: 30px;
  line-height: 30px;
  color: #888;
}
.checkup-list__info {
  display: flex;
  height: 30px;
  line-height: 30px;
}
.checkup-list__name {
  margin-right: 10px;
}
.checkup-list__sex {
  margin-right: 10px;
}
.checkup-list__age {
  margin-right: 10px;
}
.checkup-list__mobile {
  margin-right: 10px;
}

.applicants-form {
  /* <= 568px */
}
.applicants-form table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.applicants-form table tr {
  padding: 5px;
}
.applicants-form table th, .applicants-form table td {
  padding: 10px;
  text-align: center;
}
.applicants-form table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (max-width: 35.5em) {
  .applicants-form table {
    border: 0;
  }
  .applicants-form table tr:first-child {
    display: none;
  }
  .applicants-form table tr {
    margin-bottom: 10px;
    display: block;
  }
  .applicants-form table td {
    display: block;
    text-align: right;
    font-size: 13px;
  }
  .applicants-form table td:before {
    content: "";
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

#consult-modal .modal-dialog {
  max-width: 600px;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#consult-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
#consult-modal .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  text-align: center;
}
#consult-modal .modal-content .modal-header .modal-title {
  font-size: 24px;
  margin-bottom: 20px;
}
#consult-modal .modal-content .modal-header .close {
  margin-top: 10px;
}
#consult-modal .modal-content .modal-body {
  padding: 0;
}
#consult-modal .modal-content .modal-body .form-control {
  padding: 10px 12px;
  height: 45px;
  font-size: 16px;
}
#consult-modal .modal-content .modal-footer {
  border-top: none;
  padding: 0;
  margin-top: 20px;
}
#consult-modal .modal-content .btn-consult {
  width: 100%;
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: background-color 0.2s;
  background-color: #efa414;
  max-width: none;
  margin-top: 0;
  font-size: 15px;
  line-height: 30px;
}
#consult-modal .modal-content .btn-consult:focus {
  outline: none;
}
#consult-modal .modal-content .btn-consult:hover {
  background-color: #d38e0d;
}

#consult-modal .modal-dialog {
  max-width: 600px;
  width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#consult-modal .modal-content {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
#consult-modal .modal-content .modal-header {
  border-bottom: none;
  padding: 0;
  text-align: center;
}
#consult-modal .modal-content .modal-header .modal-title {
  font-size: 24px;
}/*# sourceMappingURL=style.css.map */